🤖 AI Summary
Visual language models (VLMs) suffer from hallucination—generating factually inconsistent or image-ungrounded statements. To address this, we propose a training-free, parameter-free self-correction framework that iteratively refines model outputs via uncertainty-guided visual re-attention. Specifically, it quantifies token-level uncertainty across four dimensions—token entropy, attention dispersion, semantic consistency, and claim confidence—to dynamically identify and crop unreliable image regions, followed by response revision. The method requires no fine-tuning, external data, or architectural modifications. Evaluated on Qwen2.5-VL-7B, it reduces hallucination rate by 9.8 percentage points and improves object existence accuracy by 4.7 percentage points, outperforming existing training-free baselines. Our core contribution lies in the tight coupling of multi-dimensional uncertainty modeling with dynamic visual attention, enabling interpretable, lightweight, and reliable VLM inference without parameter updates.
📝 Abstract
Vision-language models (VLMs) frequently generate hallucinated content plausible but incorrect claims about image content. We propose a training-free self-correction framework enabling VLMs to iteratively refine responses through uncertainty-guided visual re-attention. Our method combines multidimensional uncertainty quantification (token entropy, attention dispersion, semantic consistency, claim confidence) with attention-guided cropping of under-explored regions. Operating entirely with frozen, pretrained VLMs, our framework requires no gradient updates. We validate our approach on the POPE and MMHAL BENCH benchmarks using the Qwen2.5-VL-7B [23] architecture. Experimental results demonstrate that our method reduces hallucination rates by 9.8 percentage points compared to the baseline, while improving object existence accuracy by 4.7 points on adversarial splits. Furthermore, qualitative analysis confirms that uncertainty-guided re-attention successfully grounds corrections in visual evidence where standard decoding fails. We validate our approach on Qwen2.5-VL-7B [23], with plans to extend validation across diverse architectures in future versions. We release our code and methodology to facilitate future research in trustworthy multimodal systems.