Conscious Gaze: Adaptive Attention Mechanisms for Hallucination Mitigation in Vision-Language Models
Weijue Bu, Guan Yuan, Guixian Zhang
TL;DR
This work tackles object hallucination in vision-language models caused by text inertia by introducing Conscious Gaze, a training-free framework that uses a Cognitive Demand Sensor (CDS) to detect when visual grounding is needed and a Focused Consensus Induction (FCI) to reorient mid-layer attention toward visual tokens. Grounding improvements are achieved by a selective, token-level intervention that boosts visual-token attention only at high cognitive-demand moments, resulting in state-of-the-art POPE and CHAIR performance across multiple backbones without retraining. Key findings show CDS reliably predicts moments requiring grounding, with middle-layer FCI offering the strongest gains while preserving diversity and fluency. The approach demonstrates that interpretable, game-theoretic signals can be transformed into practical decoding controls, offering a scalable, efficient path to more trustworthy multimodal systems.
Abstract
Large Vision-Language Models (VLMs) often exhibit text inertia, where attention drifts from visual evidence toward linguistic priors, resulting in object hallucinations. Existing decoding strategies intervene only at the output logits and thus cannot correct internal reasoning drift, while recent internal-control methods based on heuristic head suppression or global steering vectors lack principled grounding. We introduce Conscious Gaze (CG-VLM), a training-free, inference-time framework that converts game-theoretic interpretability into actionable decoding control. A Cognitive Demand Sensor built on Harsanyi interactions estimates instantaneous vision-text synergy and identifies moments when visual grounding is necessary. Conditioned on this signal, a Focused Consensus Induction module selectively reorients mid-layer attention toward visual tokens before collapse into text priors. CG-VLM achieves state-of-the-art results on POPE and CHAIR across InstructBLIP, LLaVA, Qwen-VL, and mPLUG, while preserving general capabilities, demonstrating that token-level sensing enables precise, context-aware intervention without compromising foundational knowledge.
