CVAICLJun 30, 2024

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

arXiv:2407.00569v446 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue for users of vision-language AI systems, though it is incremental as it builds on known hallucination problems.

The paper tackles the problem of multimodal hallucination snowballing in Large Vision-Language Models, where generated hallucinations mislead subsequent responses, and finds that performance drops by at least 31% in open-source models; it proposes a training-free method that mitigates over 24% of this effect while maintaining capabilities.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes