AVERE: Improving Audiovisual Emotion Reasoning with Preference Optimization
Ashutosh Chaubey, Jiacheng Pang, Maksim Siniukov, Mohammad Soleymani
TL;DR
This work addresses the fragility of multimodal emotion understanding in LLMs, identifying spurious audiovisual cue associations and text-prior-driven hallucinations as core bottlenecks. It introduces EmoReAlM, a 4,000-question MCQA benchmark (4 tasks) built from 2,649 videos to assess emotion reasoning, modality agreement, and stress-test hallucinations, with rigorous automatic data creation and human verification. To mitigate the issues, the authors propose AVEm-DPO, a multimodal direct preference optimization method that (i) aligns outputs with the correct audiovisual input via prompt-based modality preferences, (ii) debiases text priors with a dedicated penalty, and (iii) leverages a large automatically generated preference dataset. Across EmoReAlM and existing emotion datasets (DFEW, RAVDESS, EMER), AVEm-DPO delivers 6–19% relative gains in zero-shot scenarios and demonstrates improved grounding, reduced spurious cues, and robustness to adversarial modality inputs, highlighting its potential for principled, interpretable social-AI emotion reasoning.
Abstract
Emotion understanding is essential for building socially intelligent agents. Although recent multimodal large language models have shown strong performance on this task, two key challenges remain - spurious associations between emotions and irrelevant audiovisual cues, and hallucinations of audiovisual cues driven by text priors in the language model backbone. To quantify and understand these issues, we introduce EmoReAlM, a benchmark designed to evaluate MLLMs for cue-emotion associations, hallucinations and modality agreement. We then propose AVEm-DPO, a preference optimization technique that aligns model responses with both audiovisual inputs and emotion-centric queries. Specifically, we construct preferences over responses exhibiting spurious associations or hallucinations, and audiovisual input pairs guided by textual prompts. We also include a regularization term that penalizes reliance on text priors, thereby mitigating modality-specific cue hallucinations. Experimental results on DFEW, RAVDESS and EMER demonstrate that our method significantly improves the performance of the reference baseline models with 6-19% of relative performance gains in zero-shot settings. By providing both a rigorous benchmark and a robust optimization framework, this work enables principled evaluation and improvement of MLLMs for emotion understanding and social AI. Code, models and benchmark will be released at https://avere-iclr.github.io.
