CLAICVAug 6, 2024

Mitigating Hallucinations in Large Vision-Language Models (LVLMs) via Language-Contrastive Decoding (LCD)

arXiv:2408.04664v139 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses hallucinations in LVLMs for AI applications, but it is incremental as it builds on existing mitigation strategies.

The paper tackled the problem of object hallucinations in Large Vision-Language Models (LVLMs) by introducing a Language-Contrastive Decoding (LCD) algorithm, resulting in up to 4% improvement in POPE F1 scores and up to 36% reduction in CHAIR scores on the COCO validation set.

Large Vision-Language Models (LVLMs) are an extension of Large Language Models (LLMs) that facilitate processing both image and text inputs, expanding AI capabilities. However, LVLMs struggle with object hallucinations due to their reliance on text cues and learned object co-occurrence biases. While most research quantifies these hallucinations, mitigation strategies are still lacking. Our study introduces a Language Contrastive Decoding (LCD) algorithm that adjusts LVLM outputs based on LLM distribution confidence levels, effectively reducing object hallucinations. We demonstrate the advantages of LCD in leading LVLMs, showing up to %4 improvement in POPE F1 scores and up to %36 reduction in CHAIR scores on the COCO validation set, while also improving captioning quality scores. Our method effectively improves LVLMs without needing complex post-processing or retraining, and is easily applicable to different models. Our findings highlight the potential of further exploration of LVLM-specific decoding algorithms.

Foundations

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

Your Notes