🤖 AI Summary
Object hallucination (OH) remains a pervasive issue in large vision-language models (VLMs), where models generate semantically inconsistent or nonexistent objects. To address this, we propose Retrieval-based Vision-Contrastive Decoding (RVCD), a zero-shot, inference-time decoding method that suppresses erroneous object generation without fine-tuning. RVCD introduces cross-modal contrastive decoding at the logit level by jointly incorporating positive and negative image representations, and leverages single-concept AI-generated images as explicit, controllable visual references. It synergistically combines cross-modal retrieval with logit-level intervention to refine the generation process. Experiments across multiple OH benchmarks demonstrate that RVCD significantly outperforms existing decoding-based approaches, reducing hallucination rates by an average of 32.7% while preserving text quality and diversity. This work establishes a new paradigm for reliable reasoning in VLMs through controllable, retrieval-augmented, contrastive decoding.
📝 Abstract
Despite significant advancements in Large Vision-Language Models, Object Hallucination (OH) remains a persistent challenge. Building upon prior studies on contrastive decoding that address this issue without requiring additional model training, we introduce RVCD (Retrieval Visual Contrastive Decoding), an advanced method to suppress OH. RVCD leverages both negative and positive images at the logit level, explicitly referencing AI-generated images designed to represent a single concept. Our approach demonstrates substantial improvements over existing decoding-based methods.