Search papers, labs, and topics across Lattice.
The paper identifies Simpson's paradox in attention-based hallucination detection for VLMs, showing that token position and object repetition confound attention-based signals. To address this, they introduce HaloProbe, a Bayesian framework that factorizes external description statistics and internal decoding signals to estimate token-level hallucination probabilities. Experiments demonstrate that HaloProbe-guided decoding reduces hallucinations more effectively than intervention-based methods while preserving utility.
Attention weights in VLMs can fool you: Simpson's paradox hides the true signals of object hallucination, but a new Bayesian method, HaloProbe, can see through the noise.
Large vision-language models can produce object hallucinations in image descriptions, highlighting the need for effective detection and mitigation strategies. Prior work commonly relies on the model's attention weights on visual tokens as a detection signal. We reveal that coarse-grained attention-based analysis is unreliable due to hidden confounders, specifically token position and object repetition in a description. This leads to Simpson's paradox: the attention trends reverse or disappear when statistics are aggregated. Based on this observation, we introduce HaloProbe, a Bayesian framework that factorizes external description statistics and internal decoding signals to estimate token-level hallucination probabilities. HaloProbe uses balanced training to isolate internal evidence and combines it with learned prior over external features to recover the true posterior. While intervention-based mitigation methods often degrade utility or fluency by modifying models' internals, we use HaloProbe as an external scoring signal for non-invasive mitigation. Our experiments show that HaloProbe-guided decoding reduces hallucinations more effectively than state-of-the-art intervention-based methods while preserving utility.