CVAICLLGFeb 18, 2024

Logical Closed Loop: Uncovering Object Hallucinations in Large Vision-Language Models

arXiv:2402.11622v253 citationsh-index: 42ACL
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue for users of vision-language models, though it is an incremental improvement over existing detection methods.

The paper tackles object hallucination in large vision-language models by proposing LogicCheckGPT, a framework that detects and mitigates hallucinations by checking logical consistency in responses, achieving significant improvements on benchmarks across four models.

Object hallucination has been an Achilles' heel which hinders the broader applications of large vision-language models (LVLMs). Object hallucination refers to the phenomenon that the LVLMs claim non-existent objects in the image. To mitigate the object hallucinations, instruction tuning and external model-based detection methods have been proposed, which either require large-scare computational resources or depend on the detection result of external models. However, there remains an under-explored field to utilize the LVLM itself to alleviate object hallucinations. In this work, we adopt the intuition that the LVLM tends to respond logically consistently for existent objects but inconsistently for hallucinated objects. Therefore, we propose a Logical Closed Loop-based framework for Object Hallucination Detection and Mitigation, namely LogicCheckGPT. In specific, we devise logical consistency probing to raise questions with logical correlations, inquiring about attributes from objects and vice versa. Whether their responses can form a logical closed loop serves as an indicator of object hallucination. As a plug-and-play method, it can be seamlessly applied to all existing LVLMs. Comprehensive experiments conducted on three benchmarks across four LVLMs have demonstrated significant improvements brought by our method, indicating its effectiveness and generality.

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