paper-with-me

Papers

Does Object Grounding Really Reduce Hallucination of Large Vision-Language Models?

2024-06-20 · Gregor Geigle, Radu Timofte, Goran Glavaš

Large vision-language models (LVLMs) have recently dramatically pushed the state of the art in image captioning and many image understanding tasks (e.g., visual question answering). LVLMs, however, often \textit{hallucinate} and produce captions that mention concepts that cannot be found in the image. These hallucinations erode the trustworthiness of LVLMs and are arguably among the main obstacles to their ubiquitous adoption. Recent work suggests that addition of grounding objectives -- those that explicitly align image regions or objects to text spans -- reduces the amount of LVLM hallucination. Although intuitive, this claim is not empirically justified as the reduction effects have been established, we argue, with flawed evaluation protocols that (i) rely on data (i.e., MSCOCO) that has been extensively used in LVLM training and (ii) measure hallucination via question answering rather than open-ended caption generation. In this work, in contrast, we offer the first systematic analysis of the effect of fine-grained object grounding on LVLM hallucination under an evaluation protocol that more realistically captures LVLM hallucination in open generation. Our extensive experiments over three backbone LLMs reveal that grounding objectives have little to no effect on object hallucination in open caption generation.

📄 PDF Abstract BibTeX arXiv:2406.14492

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationHallucinationImage CaptioningObject HallucinationQuestion AnsweringVisual Question Answering

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Hallucinations Leave a Grounding Signature:Verifier-Guided Decoding for Selective Object Correction

2026-07-30 · Lei Yang, Xinze Liu, Dayan Wu, Ding Wang 외 arxiv

Large vision-language models (LVLMs) often hallucinate objects that are absent from an image. Despite recent progress, existing mitigation methods still lack reliable object-level grounding diagnostics and therefore tend…

Poison as Cure: Visual Noise for Mitigating Object Hallucinations in LVMs

2025-01-31 · Kejia Zhang, Keda Tao, Jiasheng Tang, Huan Wang

Large vision-language models (LVMs) extend large language models (LLMs) with visual perception capabilities, enabling them to process and interpret visual information. A major challenge compromising their reliability is …

HallucinationObject Hallucination

TAVR-VLM: Risk-Conditioned Causal Grounding for Hallucination-Resistant Report Generation

2026-06-25 · Zhixiang Lu, Xiwei Liu, Sifan Song, Changkai Ji 외 arxiv

Transcatheter Aortic Valve Replacement (TAVR) planning requires meticulous multimodal reasoning. However, adapting Multimodal Large Language Models (MLLMs) to this high-stakes domain is severely impeded by diagnostic hal…

Multimodal Reasoning

GroundSight: Augmenting Vision-Language Models with Grounding Information and De-hallucination

2025-09-30 · Xinxi Chen, Tianyang Chen, Lijia Hong arxiv

We propose a method to improve Visual Question Answering (VQA) with Retrieval-Augmented Generation (RAG) by introducing text-grounded object localization. Rather than retrieving information based on the entire image, our…

Visual Question AnsweringObject LocalizationImage Cropping

How Well Do Large Language Models Truly Ground?

2023-11-15 · Hyunji Lee, Sejune Joo, Chaeeun Kim, Joel Jang 외

To reduce issues like hallucinations and lack of control in Large Language Models (LLMs), a common method is to generate responses by grounding on external contexts given as input, known as knowledge-augmented models. Ho…