CVAICLDec 9, 2024

Delve into Visual Contrastive Decoding for Hallucination Mitigation of Large Vision-Language Models

arXiv:2412.06775v17 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses hallucination mitigation for users of large vision-language models, but it is incremental as it builds on existing contrastive decoding approaches.

The paper tackles the problem of hallucinations in large vision-language models by exploring visual contrastive decoding with methods like image downsampling and editing, and proposes a fusion method that shows effectiveness across various benchmarks.

While large vision-language models (LVLMs) have shown impressive capabilities in generating plausible responses correlated with input visual contents, they still suffer from hallucinations, where the generated text inaccurately reflects visual contents. To address this, recent approaches apply contrastive decoding to calibrate the model's response via contrasting output distributions with original and visually distorted samples, demonstrating promising hallucination mitigation in a training-free manner. However, the potential of changing information in visual inputs is not well-explored, so a deeper investigation into the behaviors of visual contrastive decoding is of great interest. In this paper, we first explore various methods for contrastive decoding to change visual contents, including image downsampling and editing. Downsampling images reduces the detailed textual information while editing yields new contents in images, providing new aspects as visual contrastive samples. To further study benefits by using different contrastive samples, we analyze probability-level metrics, including entropy and distribution distance. Interestingly, the effect of these samples in mitigating hallucinations varies a lot across LVLMs and benchmarks. Based on our analysis, we propose a simple yet effective method to combine contrastive samples, offering a practical solution for applying contrastive decoding across various scenarios. Extensive experiments are conducted to validate the proposed fusion method among different benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes