paper-with-me

Papers

NoiseBoost: Alleviating Hallucination with Noise Perturbation for Multimodal Large Language Models

2024-05-30 · Kai Wu, Boyuan Jiang, Zhengkai Jiang, Qingdong He, Donghao Luo, Shengzhi Wang, Qingwen Liu, Chengjie Wang

Multimodal large language models (MLLMs) contribute a powerful mechanism to understanding visual information building on large language models. However, MLLMs are notorious for suffering from hallucinations, especially when generating lengthy, detailed descriptions for images. Our analysis reveals that hallucinations stem from the inherent summarization mechanism of large language models, leading to excessive dependence on linguistic tokens while neglecting vision information. In this paper, we propose NoiseBoost, a broadly applicable and simple method for alleviating hallucinations for MLLMs through the integration of noise feature perturbations. Noise perturbation acts as a regularizer, facilitating a balanced distribution of attention weights among visual and linguistic tokens. Despite its simplicity, NoiseBoost consistently enhances the performance of MLLMs across common training strategies, including supervised fine-tuning and reinforcement learning. Further, NoiseBoost pioneerly enables semi-supervised learning for MLLMs, unleashing the power of unlabeled data. Comprehensive experiments demonstrate that NoiseBoost improves dense caption accuracy by 8.1% with human evaluation and achieves comparable results with 50% of the data by mining unlabeled data. Code and models are available at https://kaiwu5.github.io/noiseboost.

📄 PDF Abstract BibTeX arXiv:2405.20081

Code (1)

KaiWU5/NoiseBoost 공식 구현

Tasks

Hallucination

Similar Papers 제목 키워드 기반

Decoding by Perturbation: Mitigating MLLM Hallucinations via Dynamic Textual Perturbation

2026-04-14 · Sihang Jia, Shuliang Liu, Songbo Yang, Yibo Yan 외 arxiv

Multimodal Large Language Models frequently suffer from inference hallucinations, partially stemming from language priors dominating visual evidence. Existing training-free mitigation methods either perturb the visual re…

Visual Grounding

Mitigating Object and Action Hallucinations in Multimodal LLMs via Self-Augmented Contrastive Alignment

2025-12-04 · Kai-Po Chang, Wei-Yuan Cheng, Chi-Pin Huang, Fu-En Yang 외 arxiv

Recent advancement in multimodal LLMs (MLLMs) has demonstrated their remarkable capability to generate descriptive captions for input videos. However, these models suffer from factual inaccuracies in the generated descri…

When Relations Break: Analyzing Relation Hallucination in Vision-Language Model Under Rotation and Noise

2026-05-06 · Philip Wootaek Shin, Ajay Narayanan Sridhar, Sivani Devarapalli, Rui Zhang 외 arxiv

Vision-language models (VLMs) achieve strong multimodal performance but remain prone to relation hallucination, which requires accurate reasoning over inter-object interactions. We study the impact of visual perturbation…

Relational Reasoning

The Curious Case of Hallucinations in Neural Machine Translation

2021-04-14 · NAACL 2021 4 · Vikas Raunak, Arul Menezes, Marcin Junczys-Dowmunt

In this work, we study hallucinations in Neural Machine Translation (NMT), which lie at an extreme end on the spectrum of NMT pathologies. Firstly, we connect the phenomenon of hallucinations under source perturbation to…

HallucinationKnowledge DistillationMachine TranslationNMT+1

A Cause-Effect Look at Alleviating Hallucination of Knowledge-grounded Dialogue Generation

2024-04-04 · Jifan Yu, Xiaohan Zhang, Yifan Xu, Xuanyu Lei 외

Empowered by the large-scale pretrained language models, existing dialogue systems have demonstrated impressive performance conducting fluent and natural-sounding conversations. However, they are still plagued by the hal…

counterfactualCounterfactual ReasoningDialogue GenerationHallucination