Watermarking for Factuality: Guiding Vision-Language Models Toward Truth via Tri-layer Contrastive Decoding
Kyungryul Back, Seongbeom Park, Milim Kim, Mincheol Kwon, SangHyeok Lee, Hyunyoung Lee, Junhee Cho, Seunghyun Park, Jinkyu Kim
TL;DR
This work tackles LVLM hallucinations by introducing Tri-layer Contrastive Decoding (TCD), a training-free framework that leverages a watermark embedded in the input image to identify a visually grounded intermediate layer and then performs contrastive decoding across three layers: a mature top layer, an amateur layer, and the visually grounded pivot. The approach uses an adaptive constraint to merge logits from these layers, guiding generation toward factual alignment with the visual input and query. Empirical results on POPE, MME, and AMBER demonstrate state-of-the-art hallucination reduction and improved visual grounding, with ablations confirming the distinct contributions of the pivot layer and contrastive layers. The method is lightweight (no retraining) and scalable across LVLM backbones, offering a practical path toward more reliable multimodal models in real-world applications.
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.
