CVAIMay 23, 2025

Do You Keep an Eye on What I Ask? Mitigating Multimodal Hallucination via Attention-Guided Ensemble Decoding

arXiv:2505.17529v110 citationsh-index: 3ICLR
Originality Highly original
AI Analysis

This addresses the problem of inaccurate object descriptions in multimodal AI for applications like image captioning, representing a novel method for a known bottleneck.

The paper tackles object hallucination in Large Vision-Language Models by proposing Ensemble Decoding, which splits images into sub-images and uses attention maps to weight logit distributions, achieving state-of-the-art performance on hallucination benchmarks.

Recent advancements in Large Vision-Language Models (LVLMs) have significantly expanded their utility in tasks like image captioning and visual question answering. However, they still struggle with object hallucination, where models generate descriptions that inaccurately reflect the visual content by including nonexistent objects or misrepresenting existing ones. While previous methods, such as data augmentation and training-free approaches, strive to tackle this issue, they still encounter scalability challenges and often depend on additional external modules. In this work, we propose Ensemble Decoding (ED), a novel strategy that splits the input image into sub-images and combines logit distributions by assigning weights through the attention map. Furthermore, we introduce ED adaptive plausibility constraint to calibrate logit distribution and FastED, a variant designed for speed-critical applications. Extensive experiments across hallucination benchmarks demonstrate that our proposed method achieves state-of-the-art performance, validating the effectiveness of our approach.

Foundations

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

Your Notes