🤖 AI Summary
Large vision-language models (VLMs) frequently exhibit object hallucination—generating descriptions containing objects absent from the input image. This paper identifies the root cause as overconfident mapping of soft visual tokens into the language embedding space, wherein irrelevant visual features are erroneously activated. To address this, we establish, for the first time, a formal link between semantic similarity distribution smoothness and hallucination propensity. We propose Adaptive Variational Information Bottleneck (AdaVIB), a novel regularization framework that dynamically constrains information flow via entropy-driven stochastic noise injection. AdaVIB preserves task-critical visual semantics while suppressing spurious feature activation. Compatible with mainstream VLM architectures, it achieves significant reductions in hallucination rates on two established object hallucination benchmarks, markedly improving description faithfulness. Our approach introduces a principled, information-theoretic paradigm for enhancing the reliability and trustworthiness of VLM-generated outputs.
📝 Abstract
Large vision-language models show tremendous potential in understanding visual information through human languages. However, they are prone to suffer from object hallucination, i.e., the generated image descriptions contain objects that do not exist in the image. In this paper, we reveal that object hallucination can be attributed to overconfidence in irrelevant visual features when soft visual tokens map to the LLM's word embedding space. Specifically, by figuring out the semantic similarity between visual tokens and LLM's word embedding, we observe that the smoothness of similarity distribution strongly correlates with the emergence of object hallucinations. To mitigate hallucinations, we propose using the Variational Information Bottleneck (VIB) to alleviate overconfidence by introducing stochastic noise, facilitating the constraining of irrelevant information. Furthermore, we propose an entropy-based noise-controlling strategy to enable the injected noise to be adaptively constrained regarding the smoothness of the similarity distribution. We adapt the proposed AdaVIB across distinct model architectures. Experimental results demonstrate that the proposed AdaVIB mitigates object hallucinations by effectively alleviating the overconfidence in irrelevant visual features, with consistent improvements on two object hallucination benchmarks.