paper-with-me

Papers

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

2024-12-09 · Yi-Lun Lee, Yi-Hsuan Tsai, Wei-Chen Chiu

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.

📄 PDF Abstract BibTeX arXiv:2412.06775

Code (1)

yilunlee/vcd_analysis 공식 구현 pytorch

Tasks

Hallucination

Similar Papers 제목 키워드 기반

MINT: Mitigating Hallucinations in Large Vision-Language Models via Token Reduction

2025-02-02 · Chao Wang, Jianming Yang, Yang Zhou

Hallucination has been a long-standing and inevitable problem that hinders the application of Large Vision-Language Models (LVLMs) in domains that require high reliability. Various methods focus on improvement depending …

HallucinationToken Reduction

MACD: Model-Aware Contrastive Decoding via Counterfactual Data

2026-02-02 · Qixin Xiao, Kun Zhou arxiv

Video language models (Video-LLMs) are prone to hallucinations, generating plausible but ungrounded content when visual evidence is weak, ambiguous, or biased. Existing methods, such as contrastive decoding (CD), rely on…

Mask What Matters: Mitigating Object Hallucinations in Multimodal Large Language Models with Object-Aligned Visual Contrastive Decoding

2026-02-12 · Boqi Chen, Xudong Liu, Jianing Qiu arxiv

We study object hallucination in Multimodal Large Language Models (MLLMs) and improve visual contrastive decoding (VCD) by constructing an object-aligned auxiliary view. We leverage object-centric attention in self-super…

Retrieval Visual Contrastive Decoding to Mitigate Object Hallucinations in Large Vision-Language Models

2025-05-26 · Jihoon Lee, Min Song

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 ad…

HallucinationObject HallucinationRetrieval

CATCH: Complementary Adaptive Token-level Contrastive Decoding to Mitigate Hallucinations in LVLMs

2024-11-19 · Zhehan Kan, Ce Zhang, Zihan Liao, Yapeng Tian 외

Large Vision-Language Model (LVLM) systems have demonstrated impressive vision-language reasoning capabilities but suffer from pervasive and severe hallucination issues, posing significant risks in critical domains such …

HallucinationLanguage ModelingLanguage ModellingQuestion Answering+1