paper-with-me

Papers

Investigating and Mitigating the Multimodal Hallucination Snowballing in Large Vision-Language Models

2024-06-30 · Weihong Zhong, Xiaocheng Feng, Liang Zhao, Qiming Li, Lei Huang, Yuxuan Gu, Weitao Ma, Yuan Xu, Bing Qin

Though advanced in understanding visual information with human languages, Large Vision-Language Models (LVLMs) still suffer from multimodal hallucinations. A natural concern is that during multimodal interaction, the generated hallucinations could influence the LVLMs' subsequent generation. Thus, we raise a question: When presented with a query relevant to the previously generated hallucination, will LVLMs be misled and respond incorrectly, even though the ground visual information exists? To answer this, we propose a framework called MMHalSnowball to evaluate LVLMs' behaviors when encountering generated hallucinations, where LVLMs are required to answer specific visual questions within a curated hallucinatory conversation. Crucially, our experiment shows that the performance of open-source LVLMs drops by at least $31\%$, indicating that LVLMs are prone to accept the generated hallucinations and make false claims that they would not have supported without distractions. We term this phenomenon Multimodal Hallucination Snowballing. To mitigate this, we further propose a training-free method called Residual Visual Decoding, where we revise the output distribution of LVLMs with the one derived from the residual visual input, providing models with direct access to the visual information. Experiments show that our method can mitigate more than $24\%$ of the snowballed multimodal hallucination while maintaining capabilities.

📄 PDF Abstract BibTeX arXiv:2407.00569

Code (1)

whongzhong/MMHalSnowball 공식 구현 pytorch

Tasks

Hallucinationmultimodal interaction

Similar Papers 제목 키워드 기반

MM-Snowball: Evaluating and Mitigating Hallucination Snowballing in Multimodal Multi-Turn Dialogue

2026-05-30 · Yue Jiang, Xue Jiang, Lihua Zhang, Zhiqiang Wang 외 arxiv

Multimodal large language models (MLLMs) demonstrate remarkable visual understanding, yet their reliability in interactive settings is severely undermined by hallucination snowballing: a phenomenon where initial errors a…

Visual Grounding

Visual Multi-Agent System: Mitigating Hallucination Snowballing via Visual Flow

2025-09-26 · Xinlei Yu, Chengming Xu, Guibin Zhang, Yongbo He 외 arxiv

Multi-Agent System (MAS) powered by Visual Language Models (VLMs) enables challenging tasks but suffers from a novel failure term, multi-agent visual hallucination snowballing, where hallucinations are seeded in a single…

Less is More: Mitigating Multimodal Hallucination from an EOS Decision Perspective

2024-02-22 · Zihao Yue, Liang Zhang, Qin Jin

Large Multimodal Models (LMMs) often suffer from multimodal hallucinations, wherein they may create content that is not present in the visual inputs. In this paper, we explore a new angle of this issue: overly detailed t…

HallucinationSentence

Ever: Mitigating Hallucination in Large Language Models through Real-Time Verification and Rectification

2023-11-15 · Haoqiang Kang, Juntong Ni, Huaxiu Yao

Large Language Models (LLMs) have demonstrated remarkable proficiency in generating fluent text. However, they often encounter the challenge of generating inaccurate or hallucinated content. This issue is common in both …

HallucinationRetrievalRetrieval-augmented GenerationText Generation

From Hallucination to Structure Snowballing: The Alignment Tax of Constrained Decoding in LLM Reflection

2026-04-07 · Hongxu Zhou arxiv

Intrinsic self-correction in Large Language Models (LLMs) frequently fails in open-ended reasoning tasks due to ``hallucination snowballing,'' a phenomenon in which models recursively justify early errors during free-tex…