Revealing Perception and Generation Dynamics in LVLMs: Mitigating Hallucinations via Validated Dominance Correction
Guangtao Lyu, Xinyi Cheng, Chenghao Xu, Qi Liu, Muli Yang, Fen Fang, Huilin Chen, Jiexi Yan, Xu Yang, Cheng Deng
TL;DR
LVLMs struggle with hallucinations despite strong grounding signals. The authors uncover two internal dynamics—GATE patterns in visual perception and SAD patterns in token generation—and introduce Validated Dominance Correction (VDC), a training-free method that validates and replaces unsupported tokens based on cross-layer dominance in attention and FFN. Across POPE, CHAIR, and MME benchmarks and multiple LVLM backbones, VDC consistently reduces hallucinations and improves factual grounding. The work offers a mechanistic, interpretable lens into LVLM behavior and a lightweight, broadly applicable mitigation strategy with practical impact for safer multimodal reasoning. Together, these contributions advance both understanding and reliability of LVLMs in real-world contexts.
Abstract
Large Vision-Language Models (LVLMs) have shown remarkable capabilities, yet hallucinations remain a persistent challenge. This work presents a systematic analysis of the internal evolution of visual perception and token generation in LVLMs, revealing two key patterns. First, perception follows a three-stage GATE process: early layers perform a Global scan, intermediate layers Approach and Tighten on core content, and later layers Explore supplementary regions. Second, generation exhibits an SAD (Subdominant Accumulation to Dominant) pattern, where hallucinated tokens arise from the repeated accumulation of subdominant tokens lacking support from attention (visual perception) or feed-forward network (internal knowledge). Guided by these findings, we devise the VDC (Validated Dominance Correction) strategy, which detects unsupported tokens and replaces them with validated dominant ones to improve output reliability. Extensive experiments across multiple models and benchmarks confirm that VDC substantially mitigates hallucinations.
