CoFi-Dec: Hallucination-Resistant Decoding via Coarse-to-Fine Generative Feedback in Large Vision-Language Models
Zongsheng Cao, Yangfan He, Anran Liu, Jun Xie, Feng Chen, Zepeng Wang
TL;DR
CoFi-Dec tackles LVLM hallucinations by integrating coarse-to-fine visual conditioning with a training-free decoding loop. It generates parallel textual hypotheses from original, coarse-grained, and fine-grained views, synthesizes corresponding images via a text-to-image model, and fuses three conditional token distributions at each step through a Wasserstein barycenter to enforce geometric consistency in the decoding trajectory. The approach yields substantial reductions in both object- and semantic-level hallucinations across six benchmarks and three open LVLMs, with strong performance on CHAIR, MME-Hallucination, and related tasks, while incurring a moderate inference-time overhead. This training-free, model-agnostic framework enhances grounding and faithfulness in multimodal generation, offering a practical path toward more reliable LVLM deployment in real-world settings.
Abstract
Large Vision-Language Models (LVLMs) have achieved impressive progress in multi-modal understanding and generation. However, they still tend to produce hallucinated content that is inconsistent with the visual input, which limits their reliability in real-world applications. We propose \textbf{CoFi-Dec}, a training-free decoding framework that mitigates hallucinations by integrating generative self-feedback with coarse-to-fine visual conditioning. Inspired by the human visual process from global scene perception to detailed inspection, CoFi-Dec first generates two intermediate textual responses conditioned on coarse- and fine-grained views of the original image. These responses are then transformed into synthetic images using a text-to-image model, forming multi-level visual hypotheses that enrich grounding cues. To unify the predictions from these multiple visual conditions, we introduce a Wasserstein-based fusion mechanism that aligns their predictive distributions into a geometrically consistent decoding trajectory. This principled fusion reconciles high-level semantic consistency with fine-grained visual grounding, leading to more robust and faithful outputs. Extensive experiments on six hallucination-focused benchmarks show that CoFi-Dec substantially reduces both entity-level and semantic-level hallucinations, outperforming existing decoding strategies. The framework is model-agnostic, requires no additional training, and can be seamlessly applied to a wide range of LVLMs. The implementation is available at https://github.com/AI-Researcher-Team/CoFi-Dec.
