Hugging Face Daily PapersMeng'en Qin, Junye Chen, Jucheng Liu1 min readpaperadvanced
MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads
Summary
This paper introduces HEAL, a method to identify and mitigate hallucinations in Multimodal Large Language Models (MLLMs). It finds that hallucinations stem from information distribution drift in "synergy heads" within the attention mechanism and proposes dynamic calibration to steer output towards factual evidence.
- MLLM hallucinations are linked to information distribution drift in specific "synergy heads" of the attention mechanism.
- HEAL uses causal noise intervention on multi-head outputs to filter out causally redundant attention heads.
- Information distribution within the remaining heads is disentangled using counterfactual Difference-in-Differences.
- Dynamic information calibration factors are injected into the value vectors of synergy heads to regulate visual-language dependencies.
Engineers building or deploying MLLMs should care about this work as it offers a novel, interpretable method to reduce hallucinations and improve model reliability.
8/10

