On Epistemic Uncertainty of Visual Tokens for Object Hallucinations in Large Vision-Language Models
Hoigi Seo, Dong Un Kang, Hyunjin Cho, Joohoon Lee, Se Young Chun
TL;DR
The work identifies epistemic uncertainty in the vision encoder as a major contributor to object hallucination in LVLMs. By applying PGD-based adversarial perturbations, it derives an uncertainty mask that highlights unreliable visual tokens and then casts a training-free mitigation by masking these tokens during intermediate self-attention. Empirical results across multiple LVLMs and benchmarks show reduced hallucination while preserving caption quality, and the method remains compatible with existing decoding- and attention-based defenses. The approach emphasizes VE-focused improvements for reliability and suggests broad applicability, albeit with some limitations for architectures like Q-Former-based MiniGPT-4.
Abstract
Large vision-language models (LVLMs), which integrate a vision encoder (VE) with a large language model, have achieved remarkable success across various tasks. However, there are still crucial challenges in LVLMs such as object hallucination, generating descriptions of objects that are not in the input image. Here, we argue that uncertain visual tokens within the VE is a key factor that contributes to object hallucination. Our statistical analysis found that there are positive correlations between visual tokens with high epistemic uncertainty and the occurrence of hallucinations. Furthermore, we show theoretically and empirically that visual tokens in early VE layers that exhibit large representation deviations under small adversarial perturbations indicate high epistemic uncertainty. Based on these findings, we propose a simple yet effective strategy to mitigate object hallucination by modifying the VE only. Our method comprises a proxy method with adversarial perturbations for identifying uncertain visual tokens efficiently and a method to mask these uncertain visual tokens during the self-attention process in the middle layers of the VE, suppressing their influence on visual encoding and thus alleviating hallucinations. Extensive experiments show that our method significantly reduces object hallucinations in LVLMs and can synergistically work with other prior arts.
