TPC: Cross-Temporal Prediction Connection for Vision-Language Model Hallucination Reduction
Chao Wang, Weiwei Fu, Yang Zhou
TL;DR
This work addresses object and text hallucination in vision-language models by identifying a logits-level property: adjacent timesteps exhibit higher distributional similarity. It introduces Cross-Temporal Prediction Connection (TPC), a training-free, plug-and-play approach that connects logits across time via Linear Temporal Prediction Connection (LTPC) or Attenuation Temporal Prediction Connection (ATPC) to improve semantic consistency without retraining. The method consistently reduces hallucinations and improves open-ended generation across datasets (e.g., POPE, MMHal-Bench, MME) and models (LLaVA, QwenVL, MiniGPT4) while maintaining efficiency, outperforming prior post-hoc techniques like VCD and DoLa. The results show notable gains in accuracy and F1 on object hallucination tasks, robust performance under hallucination prompts, and favorable qualitative cases, suggesting practical impact for reliable multimodal generation in high-stakes contexts.
Abstract
Vision-language models (VLMs) have achieved remarkable advancements, capitalizing on the impressive capabilities of large language models (LLMs) across diverse tasks. Despite this, a critical challenge known as hallucination occurs when models overconfidently describe objects or attributes absent from the image, a problem exacerbated by the tendency of VLMs to rely on linguistic priors. This limitation reduces model reliability in high-stakes applications. In this work, we have observed the characteristic of logits' continuity consistency enhancement and introduced a straightforward and efficient method, Cross-Temporal Prediction Connection (TPC), designed to enhance the semantic consistency of logits by connecting them temporally across timesteps. TPC amplifies information flow and improves coherence, effectively reducing hallucination. Extensive experiments show that TPC surpasses existing representatives, delivering superior performance in both accuracy and efficiency while maintaining robustness in open-ended text generation tasks.
