HSEmotion Team at the 11th ABAW Challenge: Multi-Task Learning and Ambivalence/Hesitancy Video Recognition
Summary
The HSEmotion Team presented its results for the 11th Affective Behavior Analysis in-the-Wild (ABAW) competition, focusing on two distinct tasks. For multi-task learning involving valence, arousal, facial expressions, and action units on the s-Aff-Wild2 dataset, the team utilized frozen lightweight facial extractors, MT-EmotiDDAMFN and MT-EmotiEffNet-B0, combined with separate heads and systematic post-processing techniques like temporal Gaussian smoothing and AffectNet blending. This approach significantly surpassed the ConvNeXt baseline on the official validation set. In the second task, ambivalence/hesitancy video recognition on the expanded BAH dataset, an extended audiovisual pipeline achieved a video-level Macro F1 of 0.73 on the public-test set, with frame-level Weighted F1 increasing from 0.74 to 0.79 on the validation set. Notably, competitive performance in both tasks was achieved without fine-tuning heavy backbones, indicating that systematic prediction calibration and lightweight multimodal fusion can match heavier end-to-end methods while enhancing efficiency and deployment flexibility.
Key takeaway
For Machine Learning Engineers developing affective computing systems, prioritize systematic prediction calibration and lightweight multimodal fusion. Your projects can achieve competitive performance in tasks like facial expression and ambivalence recognition without relying on fine-tuning heavy backbones. This approach improves model efficiency and deployment flexibility, allowing you to deploy robust solutions on resource-constrained hardware. Consider integrating post-processing techniques and late fusion strategies to enhance accuracy.
Key insights
Systematic prediction calibration and lightweight multimodal fusion can achieve competitive affective behavior analysis without heavy backbone fine-tuning.
Principles
- Lightweight models with calibration can outperform heavy baselines.
- Multimodal fusion enhances video-level affective recognition.
- Post-processing is crucial for prediction refinement.
Method
For multi-task learning, use frozen lightweight facial extractors with separate heads and systematic post-processing. For video recognition, extend an audiovisual pipeline with late fusion of face, audio, and text classifiers.
In practice
- Apply temporal Gaussian smoothing for expression prediction.
- Tune per-AU thresholds for action unit accuracy.
- Fuse face, HuBERT audio, and RoBERTa text for video analysis.
Topics
- Affective Behavior Analysis
- Multi-Task Learning
- Facial Expression Recognition
- Multimodal Fusion
- Lightweight Models
- Video Recognition
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.