SHIELD: Suppressing Hallucinations In LVLM Encoders via Bias and Vulnerability Defense
Yiyang Huang, Liang Shi, Yitian Zhang, Yi Xu, Yun Fu
TL;DR
This work identifies object hallucination in LVLMs as arising from visual encoder biases: statistical bias, inherent bias, and vulnerability. It introduces SHIELD, a training-free framework that combines token re-weighting to reduce statistical bias, token subtraction to mitigate inherent bias, and contrastive decoding to counter vulnerability. Across multiple LVLMs and benchmarks (CHAIR, POPE, MME, LLaVA-Bench), SHIELD consistently lowers hallucination incidence and improves broad perception capabilities, with only moderate inference overhead. By focusing on the visual encoder rather than solely on the LLM, SHIELD offers a practical, broadly applicable approach to safer, more reliable cross-modal reasoning in LVLMs.
Abstract
Large Vision-Language Models (LVLMs) excel in diverse cross-modal tasks. However, object hallucination, where models produce plausible but inaccurate object descriptions, remains a significant challenge. In contrast to previous work focusing on LLM components, this paper is the first to trace LVLM hallucinations to visual encoders and identifies three key issues: statistical bias, inherent bias, and vulnerability. To address these challenges, we propose SHIELD, a training-free framework that mitigates hallucinations through three strategies: re-weighting visual tokens to reduce statistical bias, introducing noise-derived tokens to counter inherent bias, and applying adversarial attacks with contrastive decoding to address vulnerability. Experiments demonstrate that SHIELD effectively mitigates object hallucinations across diverse benchmarks and LVLM families. Moreover, SHIELD achieves strong performance on the general LVLM benchmark, highlighting its broad applicability. Code will be released.
