paper-with-me

Papers

Mitigating Fine-Grained Hallucination by Fine-Tuning Large Vision-Language Models with Caption Rewrites

2023-12-04 · Lei Wang, Jiabang He, Shenshen Li, Ning Liu, Ee-Peng Lim

Large language models (LLMs) have shown remarkable performance in natural language processing (NLP) tasks. To comprehend and execute diverse human instructions over image data, instruction-tuned large vision-language models (LVLMs) have been introduced. However, LVLMs may suffer from different types of object hallucinations. Nevertheless, LVLMs are evaluated for coarse-grained object hallucinations only (i.e., generated objects non-existent in the input image). The fine-grained object attributes and behaviors non-existent in the image may still be generated but not measured by the current evaluation methods. In this paper, we thus focus on reducing fine-grained hallucinations of LVLMs. We propose \textit{ReCaption}, a framework that consists of two components: rewriting captions using ChatGPT and fine-tuning the instruction-tuned LVLMs on the rewritten captions. We also propose a fine-grained probing-based evaluation method named \textit{Fine-Grained Object Hallucination Evaluation} (\textit{FGHE}). Our experiment results demonstrate that ReCaption effectively reduces fine-grained object hallucination for different LVLM options and improves their text generation quality. The code can be found at https://github.com/Anonymousanoy/FOHE.

📄 PDF Abstract BibTeX arXiv:2312.01701

Code (1)

anonymousanoy/fohe 공식 구현 pytorch

Tasks

HallucinationHallucination EvaluationObjectObject HallucinationText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Detecting and Mitigating Hallucination in Large Vision Language Models via Fine-Grained AI Feedback

2024-04-22 · Wenyi Xiao, Ziwei Huang, Leilei Gan, Wanggui He 외

The rapidly developing Large Vision Language Models (LVLMs) have shown notable capabilities on a range of multi-modal tasks, but still face the hallucination phenomena where the generated texts do not align with the give…

AttributeHallucinationSentence

EFUF: Efficient Fine-grained Unlearning Framework for Mitigating Hallucinations in Multimodal Large Language Models

2024-02-15 · Shangyu Xing, Fei Zhao, Zhen Wu, Tuo An 외

Multimodal large language models (MLLMs) have attracted increasing attention in the past few years, but they may still generate descriptions that include objects not present in the corresponding images, a phenomenon know…

HallucinationObject Hallucination

See Different, Think Better: Visual Variations Mitigating Hallucinations in LVLMs

2025-07-29 · Ziyun Dai, Xiaoqiang Li, Shaohua Zhang, Yuanchen Wu 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities in visual understanding and multimodal reasoning. However, LVLMs frequently exhibit hallucination phenomena, manifesting as the generated tex…

Multimodal ReasoningImage Generation

Hallucination Diversity-Aware Active Learning for Text Summarization

2024-04-02 · Yu Xia, Xu Liu, Tong Yu, Sungchul Kim 외

Large Language Models (LLMs) have shown propensity to generate hallucinated outputs, i.e., texts that are factually incorrect or unsupported. Existing methods for alleviating hallucinations typically require costly human…

Active LearningDiversityHallucinationText Summarization

FINER: MLLMs Hallucinate under Fine-grained Negative Queries

2026-03-18 · Rui Xiao, Sanghwan Kim, Yongqin Xian, Zeynep Akata 외 arxiv

Multimodal large language models (MLLMs) struggle with hallucinations, particularly with fine-grained queries, a challenge underrepresented by existing benchmarks that focus on coarse image-related questions. We introduc…