Capturing Gaze Shifts for Guidance: Cross-Modal Fusion Enhancement for VLM Hallucination Mitigation
Zheng Qi, Chao Shang, Evangelia Spiliopoulou, Nikolaos Pappas
TL;DR
Vision-language models still hallucinate due to over-reliance on linguistic priors and misallocated visual attention. GIFT introduces a gaze-shift-guided visual saliency map computed by tracking positive changes in visual attention to information-rich query tokens, then uses this map to jointly amplify visual and query attention at select decoding layers to improve cross-modal fusion. The approach mitigates visual attention sink, preserves reasoning capabilities, and yields up to 20.7% gains on CHAIR, 15.9% on MMHal-Bench, and 3.0% on POPE across multiple models with low overhead. Overall, GIFT offers a lightweight, inference-time solution that enhances hallucination grounding while maintaining general vision-language performance.
Abstract
Vision language models (VLMs) often generate hallucination, i.e., content that cannot be substantiated by either textual or visual inputs. Prior work primarily attributes this to over-reliance on linguistic prior knowledge rather than visual inputs. Some methods attempt to mitigate hallucination by amplifying visual token attention proportionally to their attention scores. However, these methods overlook the visual attention sink problem, where attention is frequently misallocated to task-irrelevant visual regions, and neglect cross-modal fusion balance by enhancing only visual attention without adjusting attention to the user query. This can result in amplifying incorrect areas while failing to properly interpret the user query. To address these challenges, we propose a simple yet effective method called Gaze Shift-Guided Cross-modal Fusion Enhancement (GIFT). GIFT pre-computes a holistic visual saliency map by tracking positive changes in visual attention, or "gaze shifts", during user query comprehension, and leverages this map to amplify attention to both salient visual information and the user query at each decoding step. This reduces the impact of visual attention sink, as irrelevant tokens exhibit minimal shifts, while ensuring balanced cross-modal fusion for well-integrated representation. Extensive experiments show that GIFT effectively mitigates hallucination in VLMs across both generative and classification tasks, achieving up to 20.7% improvement over greedy decoding, while maintaining general vision-language performance with low computational overhead.
