Simple Features and Honest Calibration for Ambivalence and Hesitancy Recognition in Video
Summary
A new system for ambivalence and hesitancy (A/H) recognition in short interview videos, developed for the ABAW 2026 BAH Challenge, integrates affect-specialized text, audio, and visual representations with linguistic hesitation cues. This system employs an Affective Marker Fusion (AMF) reliability gate and an AP-weighted ensemble with a fixed decision threshold. A key innovation is "ASR-erased time," which extracts sixteen features from speech recognition gaps corresponding to deleted fillers and hesitation pauses, proving to be the strongest independent non-verbal channel with an AP of 0.718. Experiments reveal that cross-modal conflict design is not consistently beneficial for BAH, language is the most potent channel, followed by affect-specialized audio, and calibration significantly outweighs architectural complexity. The system achieved a 0.731 macro-F1 score on the test set, demonstrating improved generalization compared to models overfit on validation data.
Key takeaway
For Machine Learning Engineers developing video-based affect recognition systems, prioritize robust calibration over complex model architectures. Your focus should be on integrating diverse, simple features, particularly those derived from "ASR-erased time" for non-verbal cues, as language remains the strongest channel. Avoid overfitting ensemble weights on small validation sets. Instead, apply AP-weighting with a fixed decision threshold to achieve better generalization and higher test set performance, as demonstrated by the 0.731 score.
Key insights
Calibrated fusion of simple features, especially ASR-erased time, effectively recognizes ambivalence and hesitancy in video.
Principles
- Language is the strongest channel for A/H recognition.
- Calibration is more critical than complex architecture.
- Overfitting validation data harms test set performance.
Method
The system combines text, audio, visual, and linguistic cues via Affective Marker Fusion, then uses an AP-weighted ensemble at a fixed threshold.
In practice
- Extract features from ASR-erased time for non-verbal cues.
- Prioritize language-based features in A/H models.
- Use AP-weighting at fixed thresholds to avoid overfitting.
Topics
- Ambivalence Recognition
- Hesitancy Detection
- Video Analysis
- Multimodal Fusion
- ASR-erased Time
- Affective Computing
- ABAW 2026 BAH Challenge
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP 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 Takara TLDR - Daily AI Papers.