Reducing Hallucinations in Vision-Language Models via Latent Space Steering
Sheng Liu, Haotian Ye, Lei Xing, James Zou
TL;DR
This work identifies vision feature instability as a core contributor to hallucinations in vision-language models and introduces Visual and Textual Intervention (VTI), a training-free, test-time latent-space steering method. By computing stable-direction vectors from perturbation-based vision and non-hallucinated captions, and applying these directions to both the vision encoder and the text decoder, VTI reduces hallucinations without extra training or cost. Empirical evaluations across POPE, CHAIR, and MMHAL-Bench show consistent improvements over decoding-based baselines on multiple LVLM backbones, highlighting the method's robustness and generality. The study emphasizes latent-space stability as a critical lever for reliable multimodal reasoning in LVLMs.
Abstract
Hallucination poses a challenge to the deployment of large vision-language models (LVLMs) in applications. Unlike in large language models (LLMs), hallucination in LVLMs often arises from misalignments between visual inputs and textual outputs. This paper investigates the underlying mechanisms of hallucination, focusing on the unique structure of LVLMs that distinguishes them from large language models (LLMs). We identify that hallucinations often arise from the sensitivity of text decoders to vision inputs, a natural phenomenon when image encoders and text decoders are pre-trained separately. Inspired by this, we introduce Visual and Textual Intervention (VTI), a novel technique designed to reduce hallucinations by steering latent space representations during inference to enhance the stability of vision features. As a task-agnostic test-time intervention, VTI can be easily applied to any problem without additional cost. Extensive experiments demonstrate that it can effectively reduce hallucinations and outperform baseline methods across multiple metrics, highlighting the critical role of vision feature stability in LVLMs.
