paper-with-me

Papers

Mitigating Image Captioning Hallucinations in Vision-Language Models

2025-05-06 · Fei Zhao, Chengcui Zhang, Runlin Zhang, Tianyang Wang, Xi Li

Hallucinations in vision-language models (VLMs) hinder reliability and real-world applicability, usually stemming from distribution shifts between pretraining data and test samples. Existing solutions, such as retraining or fine-tuning on additional data, demand significant computational resources and labor-intensive data collection, while ensemble-based methods incur additional costs by introducing auxiliary VLMs. To address these challenges, we propose a novel test-time adaptation framework using reinforcement learning to mitigate hallucinations during inference without retraining or any auxiliary VLMs. By updating only the learnable parameters in the layer normalization of the language model (approximately 0.003% of the model parameters), our method reduces distribution shifts between test samples and pretraining samples. A CLIP-based hallucination evaluation model is proposed to provide dual rewards to VLMs. Experimental results demonstrate a 15.4% and 17.3% reduction in hallucination rates on LLaVA and InstructBLIP, respectively. Our approach outperforms state-of-the-art baselines with a 68.3% improvement in hallucination mitigation, demonstrating its effectiveness.

📄 PDF Abstract BibTeX arXiv:2505.03420

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationHallucination EvaluationImage CaptioningLanguage ModelingLanguage ModellingTest-time Adaptation

Methods 이 논문이 사용한 방법론

Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Mitigating Open-Vocabulary Caption Hallucinations

2023-12-06 · Assaf Ben-Kish, Moran Yanuka, Morris Alper, Raja Giryes 외

While recent years have seen rapid progress in image-conditioned text generation, image captioning still suffers from the fundamental issue of hallucinations, namely, the generation of spurious details that cannot be inf…

DiversityHallucinationImage CaptioningObject+2

SeeMe: Mitigating Hallucinations in Large Vision-Language Models through Effective Visual Token Engineering

2026-07-05 · Kai Tang, Jinhao You, Bohua Zhang, Yichen Guo 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable progress in visual understanding tasks such as image captioning and visual question answering. However, they remain susceptible to hallucinations, generating …

Visual Question AnsweringFeature EngineeringImage Captioning

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

2024-08-06 · Avshalom Manevich, Reut Tsarfaty

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 d…

Object

Mitigating Dialogue Hallucination for Large Vision Language Models via Adversarial Instruction Tuning

2024-03-15 · Dongmin Park, Zhaofang Qian, Guangxing Han, Ser-Nam Lim

Mitigating hallucinations of Large Vision Language Models,(LVLMs) is crucial to enhance their reliability for general-purpose assistants. This paper shows that such hallucinations of LVLMs can be significantly exacerbate…

HallucinationInstruction FollowingVisual Question Answering (VQA)

Mitigating Low-Level Visual Hallucinations Requires Self-Awareness: Database, Model and Training Strategy

2025-03-26 · Yinan Sun, Xiongkuo Min, ZiCheng Zhang, Yixuan Gao 외

The rapid development of multimodal large language models has resulted in remarkable advancements in visual perception and understanding, consolidating several tasks into a single visual question-answering framework. How…

HallucinationImage CaptioningImage Quality AssessmentQuestion Answering+1