CRoPS: A Training-Free Hallucination Mitigation Framework for Vision-Language Models
Neeraj Anand, Samyak Jha, Udbhav Bamba, Rahul Rahaman
TL;DR
CRoPS introduces a training-free hallucination mitigation framework for vision-language models by generalizing contrastive decoding to combine two specialized hallucinated models: one that suppresses visual tokens to address vision-driven errors and another that trims key textual tokens to counter text-driven biases. The method uses a time-adaptive weighting scheme to emphasize different hallucination sources across generation, achieving robust reductions in hallucination across six benchmarks and three LVLM families with minimal retraining. Empirical results show CRoPS outperforms state-of-the-art training-free methods on CHAIR, AMBER, GPT-4o-assisted, and POPE benchmarks, while maintaining fluency and detail in captions. The work demonstrates that training-free, multi-model contrastive decoding can substantially improve visual grounding in LVLMs, with practical latency overheads comparable to existing approaches.
Abstract
Despite the rapid success of Large Vision-Language Models (LVLMs), a persistent challenge is their tendency to generate hallucinated content, undermining reliability in real-world use. Existing training-free methods address hallucinations but face two limitations: (i) they rely on narrow assumptions about hallucination sources, and (ii) their effectiveness declines toward the end of generation, where hallucinations are most likely to occur. A common strategy is to build hallucinated models by completely or partially removing visual tokens and contrasting them with the original model. Yet, this alone proves insufficient, since visual information still propagates into generated text. Building on this insight, we propose a novel hallucinated model that captures hallucination effects by selectively removing key text tokens. We further introduce Generalized Contrastive Decoding, which integrates multiple hallucinated models to represent diverse hallucination sources. Together, these ideas form CRoPS, a training-free hallucination mitigation framework that improves CHAIR scores by 20% and achieves consistent gains across six benchmarks and three LVLM families, outperforming state-of-the-art training-free methods.
