Toward Optimal Sampling Rate Selection and Unbiased Classification for Precise Animal Activity Recognition

arXiv cs.CV / 4/2/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that wearable-sensor animal activity recognition often underperforms on specific behavior categories due to factors like suboptimal sampling rates and class imbalance rather than overall accuracy alone.
  • It proposes an Individual-Behavior-Aware Network (IBA-Net) that improves per-behavior recognition by customizing input features and calibrating the classifier.
  • An MoE-based Feature Customization (MFC) module fuses information across multiple sampling rates so the model can adapt to behaviors that require different optimal temporal resolutions.
  • A Neural Collapse-driven Classifier Calibration (NC3) module uses a fixed equiangular tight frame (ETF) classifier to reduce bias toward majority classes and improve minority-class performance.
  • Experiments on three public datasets (goat, cattle, and horse) show IBA-Net achieves consistently better results than prior methods across all datasets.

Abstract

With the rapid advancements in deep learning techniques, wearable sensor-aided animal activity recognition (AAR) has demonstrated promising performance, thereby improving livestock management efficiency as well as animal health and welfare monitoring. However, existing research often prioritizes overall performance, overlooking the fact that classification accuracies for specific animal behavioral categories may remain unsatisfactory. This issue typically stems from suboptimal sampling rates or class imbalance problems. To address these challenges and achieve high classification accuracy across all individual behaviors in farm animals, we propose a novel Individual-Behavior-Aware Network (IBA-Net). This network enhances the recognition of each specific behavior by simultaneously customizing features and calibrating the classifier. Specifically, considering that different behaviors require varying sampling rates to achieve optimal performance, we design a Mixture-of-Experts (MoE)-based Feature Customization (MFC) module. This module adaptively fuses data from multiple sampling rates, capturing customized features tailored to various animal behaviors. Additionally, to mitigate classifier bias toward majority classes caused by class imbalance, we develop a Neural Collapse-driven Classifier Calibration (NC3) module. This module introduces a fixed equiangular tight frame (ETF) classifier during the classification stage, maximizing the angles between pair-wise classifier vectors and thereby improving the classification performance for minority classes. To validate the effectiveness of IBA-Net, we conducted experiments on three public datasets covering goat, cattle, and horse activity recognition. The results demonstrate that our method consistently outperforms existing approaches across all datasets.