Paper 2605.16403
When Vision Speaks for Sound
- Published
- May 2026
- Research lab
- Independent
- Citations
- 2
- GitHub
- 98 stars
01 In brief
Summary
The paper identifies a 'Clever Hans effect' in video-capable multimodal LLMs, where models appear to understand audio but actually rely on visual cues to hallucinate or infer sounds without verifying the audio stream.
This is demonstrated across open-source and closed-source models.
To systematically study this, the authors introduce THUD, a diagnostic framework using three counterfactual audio interventions: Shift (temporal displacement), Mute (silence), and Swap (mismatched audio).
Experiments show large accuracy drops under these interventions, with models often defaulting to 'synced' or hallucinating sounds.
The authors propose a two-stage alignment recipe combining intervention-derived preference pairs with general video data, which improves average performance across the three interventions by 28 percentage points while slightly improving general video benchmarks.
The best recipe uses a 10K-sample mixture, enhancing temporal grounding and audio verification without an alignment tax.
The work highlights the need for counterfactual evaluation and training to achieve genuine audio-visual grounding rather than visual-prior shortcuts.
The study uses Qwen3-Omni-30B as the trainable backbone and evaluates on benchmarks like Video-MME, LVBench, DailyOmni, and WorldSense, showing robust improvements in synchronization and localization tasks.
The findings suggest that current models often fail to verify audio presence, timing, and consistency, and that targeted intervention-based training can mitigate these failures while preserving broad video understanding.
The paper contributes a diagnostic protocol, a training recipe, and insights into distinct failure modes of audio-visual grounding, emphasizing the importance of breaking natural correlations in evaluation and training.
The results indicate that temporal synchronization, audio existence, and sound consistency are separate deficiencies…
02 From the paper
Abstract
Despite rapid progress in video-capable MLLMs, we find that their apparent audio understanding in videos is often vision-driven: models rely on visual cues to infer or hallucinate acoustic information, rather than verifying the audio stream. This issue appears across both state-of-the-art open-source omni models and leading closed-source models from providers such as Google and OpenAI. We characterize this failure mode as an audio-visual Clever Hans effect, in which models appear (falsely) audio-grounded, but actually exploit visual-acoustic correlations without verifying whether the audio and visual streams are truly aligned. To systematically study this behavior, we introduce Thud, an intervention-driven probing framework based on three counterfactual audio edits: Shift, which tests temporal synchronization; Mute, which tests sound existence; and Swap, which tests audio-visual consistency. Beyond diagnosis, we further study a two-stage alignment recipe: intervention-derived preference pairs teach audio verification, while event-level general video preferences regularize the model against over-specialization. Our best 10K-sample recipe improves average performance across the three intervention dimensions by 28 percentage points, while slightly improving performance on general video and audio-visual QA benchmarks.