🤖 AI Summary
Large Vision-Language Models (LVLMs) suffer from pervasive hallucination. This paper identifies, for the first time, a dynamic misalignment mechanism between visual perception and text generation: perception evolves in a GATE three-stage pattern, while generation follows an SAD (Self-Amplifying Distortion) hallucination accumulation trajectory. To address this, we propose Verification-driven Dominance Correction (VDC)—a training-free, fine-tuning-free method that jointly suppresses hallucinations in both attention and feed-forward network (FFN) pathways. VDC operates via dynamic attention trajectory analysis, inter-layer perception-generation alignment modeling, sub-dominant token detection, and dominance-aware token reweighting. Evaluated across multiple benchmarks—including MMBench and OCRBench—VDC reduces hallucination rates by 32.7% on average and improves accuracy by 14.2%, with seamless compatibility across mainstream LVLMs such as Qwen-VL, LLaVA, and InternVL.
📝 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.