Do You Keep an Eye on What I Ask? Mitigating Multimodal Hallucination via Attention-Guided Ensemble Decoding
Yeongjae Cho, Keonwoo Kim, Taebaek Hwang, Sungzoon Cho
TL;DR
This work tackles object hallucination in large vision-language models by introducing Ensemble Decoding, which splits an input image into sub-images and dynamically ensembles their logits via attention-guided weights, along with an ED adaptive plausibility constraint. A faster variant, FastED, reduces computation by relying on the most informative sub-image, balancing performance and speed. Across POPE, CHAIR, MME, and LLaVA-Bench benchmarks, ED achieves state-of-the-art results, improving both existence-related accuracy and caption detail, while qualitative analyses show more accurate, dynamically guided attention. The method is module-free and training-free, leveraging intrinsic visual information through attention, though it currently requires patch-wise locality and lacks a formal theoretical proof. Overall, ED offers practical gains for reducing multimodal hallucinations with scalable applicability to larger LVLMs, with FastED providing a viable option for speed-critical deployments.
Abstract
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.
