Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

An Explainable AI based approach for Monitoring Animal Health

Created by
  • Haebom

Author

Rahul Jana, Shubham Dixit, Mrityunjay Sharma, Ritesh Kumar

Outline

This paper presents a data-driven farming approach based on explainable machine learning (Explainable ML) to address the challenges of cow health monitoring and yield optimization in dairy farms. Continuous data collection using a 3-axis accelerometer sensor and robust ML methodologies and algorithms provide actionable insights into cow activity and behavior, empowering farmers to make informed decisions and adopt sustainable farming practices. Bluetooth-enabled IoT devices and 4G networks facilitate data transmission, analysis, and inference generation, and the Explainable AI Framework (SHAP) is used to interpret model performance. Focusing on preprocessing accelerometer time-series data (statistical feature extraction, signal processing techniques, and delay-based feature extraction using a sliding window technique), we evaluate various hyperparameter-optimized ML models, demonstrating that the k-nearest neighbor classifier achieves the best performance (AUC: 0.98 on the training set, standard deviation 0.0026, and 0.99 on the test set). Through a detailed comparison of key features and a stability analysis of the selected features, we develop an explainable and practical ML model to support sustainable livestock management.

Takeaways, Limitations

Takeaways:
Presenting the possibility of building an efficient livestock management system by analyzing cattle activity and behavior using explainable machine learning.
Real-time monitoring and rapid decision-making support through IoT-based data collection and analysis systems.
High-confidence activity classification through high prediction accuracy of the k-nearest neighbor classifier.
Increased model transparency and ease of field application through SHAP-based interpretability.
Data-driven decision support for sustainable livestock management.
Limitations:
Further validation is needed regarding the scope and generalizability of the dataset used in this study.
Further evaluation of model performance across different breeds and environmental conditions is needed.
Long-term data analysis and model performance trend studies are needed.
A more robust basis for the superiority of the k-nearest neighbor classifier is needed through comparative analysis with other ML algorithms.
Further research is needed on the application and economic effectiveness in actual farm environments.
👍