CVAIDec 29, 2024

Towards a Systematic Evaluation of Hallucinations in Large-Vision Language Models

arXiv:2412.20622v25 citationsh-index: 21Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable outputs in LVLMs for users in multimodal AI applications, though it is incremental as it focuses on evaluation rather than solving hallucinations.

The authors tackled the problem of hallucinations in Large Vision-Language Models (LVLMs) by proposing HALLUCINOGEN, a visual question answering benchmark that uses contextual reasoning prompts as hallucination attacks, and found that current LVLMs remain susceptible to these attacks across evaluations of eleven models.

Large Vision-Language Models (LVLMs) have demonstrated remarkable performance in complex multimodal tasks. However, these models still suffer from hallucinations, particularly when required to implicitly recognize or infer diverse visual entities from images for complex vision-language tasks. To address this challenge, we propose HALLUCINOGEN, a novel visual question answering (VQA) benchmark that employs contextual reasoning prompts as hallucination attacks to evaluate the extent of hallucination in state-of-the-art LVLMs. Our benchmark provides a comprehensive study of the implicit reasoning capabilities of these models by first categorizing visual entities based on the ease of recognition in an image as either salient (prominent, visibly recognizable objects such as a car) or latent entities (such as identifying a disease from a chest X-ray), which are not readily visible and require domain knowledge or contextual reasoning for accurate inference. Next, we design hallucination attacks for both types of entities to assess hallucinations in LVLMs while performing various vision-language tasks, such as locating or reasoning about specific entities within an image, where models must perform implicit reasoning by verifying the existence of the queried entity within the image before generating responses. Finally, our extensive evaluations of eleven LVLMs, including powerful open-source models (like LLaMA-3.2 and DeepSeek-V2), commercial models like Gemini, and two hallucination mitigation strategies across multiple datasets, demonstrate that current LVLMs remain susceptible to hallucination attacks.

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