🤖 AI Summary
Large Vision-Language Models (LVLMs) suffer from hallucinations due to modality-dependent biases or overgeneralized memorization, compromising factual consistency. To address this, we propose a training-free, three-layer contrastive decoding framework. First, a watermark-based probing question automatically evaluates the visual grounding capability of each layer to identify the optimal *pivot layer*—the one with strongest vision-language alignment. Then, outputs from the mature layer, novice layer, and pivot layer are jointly leveraged in a discrepancy-driven contrastive decoding process to suppress hallucinations and enhance visual grounding. Our key innovations include: (i) the first use of watermarking for layer selection, and (ii) a lightweight, plug-and-play three-layer contrastive inference architecture. Extensive evaluation on POPE, MME, and AMBER benchmarks demonstrates significant hallucination reduction, improved factual accuracy, and enhanced multimodal consistency—achieved without fine-tuning or additional parameters.
📝 Abstract
Large Vision-Language Models (LVLMs) have recently shown promising results on various multimodal tasks, even achieving human-comparable performance in certain cases. Nevertheless, LVLMs remain prone to hallucinations -- they often rely heavily on a single modality or memorize training data without properly grounding their outputs. To address this, we propose a training-free, tri-layer contrastive decoding with watermarking, which proceeds in three steps: (1) select a mature layer and an amateur layer among the decoding layers, (2) identify a pivot layer using a watermark-related question to assess whether the layer is visually well-grounded, and (3) apply tri-layer contrastive decoding to generate the final output. Experiments on public benchmarks such as POPE, MME and AMBER demonstrate that our method achieves state-of-the-art performance in reducing hallucinations in LVLMs and generates more visually grounded responses.