🤖 AI Summary
To address the low accuracy and poor generalizability of infant cry classification, this paper proposes a robust hybrid classification framework integrating deep representations with handcrafted acoustic features. Specifically, we introduce the first fusion of latent representations from the pre-trained speech model Wav2Vec 2.0 with conventional audio features—including MFCCs and zero-crossing rate—via feature-level concatenation, followed by modeling with gradient-boosted decision trees (XGBoost/LightGBM) to enable fine-grained discrimination between physiologically and emotionally abnormal cries. Evaluated on a real-world, multi-source infant cry dataset, our method significantly outperforms existing baselines, achieving absolute improvements of 12.3% in accuracy and 14.7% in F1-score. The approach offers an interpretable, highly robust, and non-invasive technical pathway for early screening of infants’ emotional and mental health conditions.
📝 Abstract
Infant crying can serve as a crucial indicator of various physiological and emotional states. This paper introduces a comprehensive approach detecting infant cries within audio data. We integrate Wav2Vec with traditional audio features and employ Gradient Boosting Machines for cry classification. We validate our approach on a real world dataset, demonstrating significant performance improvements over existing methods.