CVAIJul 7, 2025

INTER: Mitigating Hallucination in Large Vision-Language Models by Interaction Guidance Sampling

arXiv:2507.05056v26 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a critical reliability issue for real-world applications of LVLMs, though it is an incremental improvement over existing decoding strategies.

The paper tackles hallucination in large vision-language models by proposing INTER, a training-free algorithm that guides models to reuse multimodal interaction information during response generation, achieving up to 3.4% average improvement on benchmarks like VQA and image captioning.

Hallucinations in large vision-language models (LVLMs) pose significant challenges for real-world applications, as LVLMs may generate responses that appear plausible yet remain inconsistent with the associated visual content. This issue rarely occurs in human cognition. We argue that this discrepancy arises from humans' ability to effectively leverage multimodal interaction information in data samples. Specifically, humans typically first gather multimodal information, analyze the interactions across modalities for understanding, and then express their understanding through language. Motivated by this observation, we conduct extensive experiments on popular LVLMs and obtained insights that surprisingly reveal human-like, though less pronounced, cognitive behavior of LVLMs on multimodal samples. Building on these findings, we further propose \textbf{INTER}: \textbf{Inter}action Guidance Sampling, a novel training-free algorithm that mitigate hallucinations without requiring additional data. Specifically, INTER explicitly guides LVLMs to effectively reapply their understanding of multimodal interaction information when generating responses, thereby reducing potential hallucinations. On six benchmarks including VQA and image captioning tasks, INTER achieves an average improvement of up to 3.4\% on five LVLMs compared to the state-of-the-art decoding strategy. The code will be released when the paper is accepted.

Foundations

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

Your Notes