Revis: Sparse Latent Steering to Mitigate Object Hallucination in Large Vision-Language Models
Jialin Wu, Wei Shi, Han Shen, Peigui Qi, Kunsheng Tang, Zhicong Huang, Binghao Wang, Zhou Yang
TL;DR
Revis addresses object hallucination in vision-language models by decoupling visual information from language priors through an orthogonal projection that yields a purified visual vector. It then performs sparse, calibration-guided interventions at a selectively chosen network depth, gated by a dynamic risk threshold to maintain stability and efficiency. Empirical results across multiple architectures and benchmarks show a consistent reduction in hallucinations (up to around 19% relative) while preserving or enhancing general reasoning performance, with minimal inference latency. This approach offers a practical, training-free solution that generalizes across diverse LVLM backbones and tasks, enabling safer grounded generation in real-time settings.
Abstract
Despite the advanced capabilities of Large Vision-Language Models (LVLMs), they frequently suffer from object hallucination. One reason is that visual features and pretrained textual representations often become intertwined in the deeper network layers. To address this, we propose REVIS, a training-free framework designed to explicitly re-activate this suppressed visual information. Rooted in latent space geometry, REVIS extracts the pure visual information vector via orthogonal projection and employs a calibrated strategy to perform sparse intervention only at the precise depth where suppression occurs. This surgical approach effectively restores visual information with minimal computational cost. Empirical evaluations on standard benchmarks demonstrate that REVIS reduces object hallucination rates by approximately 19% compared to state-of-the-art baselines, while preserving general reasoning capabilities.
