Mitigating Hallucinations via Inter-Layer Consistency Aggregation in Large Vision-Language Models
Kai Tang, Jinhao You, Xiuqi Ge, Hanze Li, Yichen Guo, Xiande Huang
TL;DR
This work tackles hallucinations in Large Vision-Language Models (LVLMs) by proposing Decoding with Inter-layer Consistency via Layer Aggregation (DCLA), a training-free decoding strategy that enforces semantic stability across transformer layers. DCLA builds a dynamic inter-layer semantic reference by aggregating representations from earlier layers and refines later layers only when semantic drift is detected, via a parameterized fusion with $\alpha$ and an adaptive trigger $\tau$. The approach uses a cosine-similarity based criterion to selectively correct layers, enabling robust performance without retraining. Comprehensive experiments on MME, POPE, VizWiz, and MM-Vet across four LVLMs show reduced hallucinations and improved reliability, outperforming prior decoding baselines in both standard and adversarial settings, with strong generalization and practicality.
Abstract
Despite the impressive capabilities of Large Vision-Language Models (LVLMs), they remain susceptible to hallucinations-generating content that is inconsistent with the input image. Existing training-free hallucination mitigation methods often suffer from unstable performance and high sensitivity to hyperparameter settings, limiting their practicality and broader adoption. In this paper, we propose a novel decoding mechanism, Decoding with Inter-layer Consistency via Layer Aggregation (DCLA), which requires no retraining, fine-tuning, or access to external knowledge bases. Specifically, our approach constructs a dynamic semantic reference by aggregating representations from previous layers, and corrects semantically deviated layers to enforce inter-layer consistency. The method allows DCLA to robustly mitigate hallucinations across multiple LVLMs. Experiments on hallucination benchmarks such as MME and POPE demonstrate that DCLA effectively reduces hallucinations while enhancing the reliability and performance of LVLMs.
