HSEmotion Team at the 11th ABAW Challenge: Multi-Task Learning and Ambivalence/Hesitancy Video Recognition

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision & Pattern Recognition · Depth: Expert, quick

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.