MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads
Summary
The paper proposes HEAL, a method to mitigate hallucinations in Multimodal Large Language Models by analyzing and calibrating information distribution in synergy heads through causal interventions and counterfactual analysis.
View Cached Full Text
Cached at: 09/21/26, 07:20 AM
Paper page - MLLMs Hallucinate when Information Distribution Drifts in Synergy Heads
Source: https://huggingface.co/papers/2609.09206
Abstract
MultimodalLargeLanguageModels(MLLMs)oftenstrugglewithhallucinations,thushinderingtheirreliablepracticalapplications.Existingattention-basedmitigationmethodsmainlyrelyonindirectsignals(e.g.,attentionweights)thatfailtoaccuratelyreflecttheactualinformationshiftunderlyinghallucinationgeneration.Inthispaper,weproposeHEAL,Head-lEvelinformationdisentAnglementandcaLibrationforidentifyingandmitigatinghallucinations.HEALfirstemployscausalnoiseinterventiononmulti-headoutputstofilteroutcausallyredundantheads.Subsequently,itdisentanglesinformationdistributionwithintheremainingheadsviathecounterfactualDifference-in-Differences,categorizingheadsintofourtypes.Throughanalysis,weobserve:hallucinationshappenwheninformationdistributiondriftsawayfromahealthyequilibriuminsynergyheads,notstronglycorrelatedwiththequantityorstrengthofmodality-specificheads.Motivatedbythisinsight,HEALinjectsdynamicinformationcalibrationfactorsintothevaluevectorsofsynergyheads,andactivelyregulatesvisual-languagedependencies,steeringtheoutputdistributiontowardsfactualevidence.ExtensiveexperimentsdemonstratethatHEALeffectivelyreduceshallucinationsacrossmultipleMLLMs,offeringasimpleandinterpretablepathwaytoenhancemodeltrustworthiness.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2609\.09206
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.09206 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.09206 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.09206 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
HalluSAE: Detecting Hallucinations in Large Language Models via Sparse Auto-Encoders
Researchers from Beihang University and other institutions propose HalluSAE, a framework using sparse autoencoders and phase transition theory to detect hallucinations in LLMs by modeling generation as trajectories through a potential energy landscape and identifying critical transition zones where factual errors occur.
Hallucinations in LLMs: A Lifecycle-Based Survey of Causes, Detection, Mitigation, and Prevention
This survey paper presents a lifecycle-based framework for understanding hallucinations in LLMs, covering causes, detection, mitigation, and prevention across data, training, and inference stages.
Detecting Hallucination in LLMs: Tracing the Topological Signatures of Impaired Context Sharing
This paper proposes a method to detect hallucinations in LLMs by analyzing topological signatures in attention graphs, showing improvements over existing baselines across multiple benchmarks.
From Architecture to Output: Structural Origins of Hallucination in Large Language Models and the Amplifying Role of Data
This paper analyzes hallucination in large language models as a structural consequence of three architectural decisions: self-attention's co-occurrence learning, maximum likelihood estimation training objective, and autoregressive decoding's left-to-right commitment. It maps each mechanism to specific hallucination types and argues that dataset pathologies amplify but do not cause these vulnerabilities.
Attention Dispersion as a Diagnostic Signal for Hallucination in Large Language Models
This paper introduces an unsupervised metric based on attention dispersion to detect hallucinations in large language models, showing significant AUC improvements on mathematical reasoning benchmarks using the Qwen2.5 model family.