A multimodal preference-tuning recipe (AVEm-DPO) that cuts emotion-related hallucinations and spurious cue links in audiovisual LLMs

February 4, 20267 min

Overview

Decision SnapshotNeeds Validation

The method shows consistent, sizable zero-shot gains on a new benchmark and standard datasets with ablations that isolate each component; results are promising but trained and tested on short video clips and on a specific set of datasets.

Citations0

Evidence Strength0.70

Confidence0.85

Risk Signals10

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 5/5

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 50%

Production readiness: 60%

Novelty: 60%

Authors

Ashutosh Chaubey, Jiacheng Pang, Maksim Siniukov, Mohammad Soleymani

Links

Abstract / PDF / Code / Data

Why It Matters For Business

If your product interprets emotion from audio+video, fine-tuning with AVEm-DPO improves correctness and cuts hallucinated justifications, making downstream outputs more trustworthy in user-facing interfaces.

Who Should Care

Summary TLDR

The paper introduces EmoReAlM, a 4,000-question benchmark to test audiovisual emotion reasoning and hallucination, and AVEm-DPO, a multimodal direct preference optimization method that (1) enforces prompt-conditioned modality grounding and (2) penalizes text-only priors. On EmoReAlM and standard emotion datasets (DFEW, RAVDESS, EMER), AVEm-DPO improves zero-shot reasoning and reduces hallucinated or spuriously linked cues versus baseline MLLMs. The method trains with ~41k auto-generated preference pairs and keeps language-model capabilities via lightweight LoRA tuning.

Problem Statement

Multimodal large language models (MLLMs) make two key errors for emotion understanding: they (1) ground emotions on irrelevant audiovisual cues (spurious associations) and (2) invent audiovisual cues to justify emotions (hallucinations). Existing benchmarks lack focused tests for these problems and naive preference tuning can ignore multimodal inputs and overfit text prompts.

Main Contribution

EmoReAlM: a human-verified benchmark of 4,000 multiple-choice questions testing audiovisual emotion reasoning, modality agreement, spurious cue associations and hallucination stress tests.

AVEm-DPO: a multimodal direct preference optimization method that (i) builds prompt-based modality preferences to force grounding in the relevant modality and (ii) adds text-prior debiasing to penalize responses explainable from text alone.

Key Findings

AVEm-DPO gives large zero-shot gains on the EmoReAlM benchmark.

NumbersAudio acc 69.2% -> 77.9%; Visual acc 85.3% -> 92.5%

Practical UseApply AVEm-DPO to multimodal LLMs to expect double-digit absolute gains on audiovisual emotion reasoning in zero-shot settings.

Evidence RefTable 3 (EmoReAlM zero-shot results)

AVEm-DPO drastically reduces hallucinated and spurious cue errors in stress tests.

NumbersStress-test F1 audio 50.3% -> 80.9%; visual F1 59.9% -> 94.6%

Practical UseUse AVEm-DPO to make emotion explanations far more faithful to the input and avoid fabricated cues when generating explanations.

Evidence RefTable 3 (Stress-Test columns)

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Accuracy77.9%Our base 69.2%+8.7 pp (+12.6% relative)EmoReAlM (Reasoning - Audio)Table 3: Our base -> +AVEm-DPO
Accuracy92.5%Our base 85.3%+7.2 pp (+8.4% relative)EmoReAlM (Reasoning - Visual)Table 3: Our base -> +AVEm-DPO

What To Try In 7 Days

Run the EmoReAlM benchmark on your multimodal model to measure spurious cues and hallucination rates.

Generate ~10k preference pairs with an LLM, validate a small subset, and apply DPO-style tuning with a LoRA adapter.

Add a text-only penalty during preference tuning to reduce language-driven hallucinations.

Agent Features

Tool Use
LLMs (GPT-4o, Gemini-2.5) for data creation and evaluation
Frameworks
Direct Preference Optimization (DPO)Bradley-Terry preference modelLoRA

Optimization Features

Training Optimization
Direct preference optimization with multimodal and response-level preferencesLoRA

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Data URLs

EmoReAlM will be released at https://avere-iclr.github.io; underlying videos must be obtained from original dataset sources

Risks & Boundaries

Limitations

EmoReAlM inherits cultural and source biases from DFEW (authors note).

Benchmark and experiments use short clips (~2–10s); long-form video emotion reasoning is untested.

When Not To Use

Do not deploy in sensitive real-world contexts (healthcare, hiring, law enforcement) without domain validation.

Avoid relying on this approach for long-form video emotion inference without further testing.

Failure Modes

Residual hallucinations when text priors are strong or preference data is noisy.

Spurious audio cue associations persist in some edge cases.

Core Entities

Models

AVEm-DPODPOVista-DPOEmotionLLaMAEmotionLLaMA⋆Our base modelQwen-2.5 OmniVITA-1.5VideoLLaMA2

Metrics

AccuracyF1Unweighted Average Recall (UAR)Weighted Average Recall (WAR)PrecisionRecallSpurious cue scoreHallucination score

Datasets

EmoReAlMDFEWRAVDESSEMERMAFWMER2025MER2023

Benchmarks

EmoReAlMAVHBench (mentioned)