Beyond Single Models: Mitigating Multimodal Hallucinations via Adaptive Token Ensemble Decoding
Jinlin Li, Yuran Wang, Yifei Yuan, Xiao Zhou, Yingying Zhang, Xixian Yong, Yefeng Zheng, Xian Wu
TL;DR
The paper addresses object hallucination in large vision-language models by introducing ATED, a training-free token-level ensemble that aggregates per-token logits from multiple LVLMs during decoding using uncertainty-guided weights and multi-path contrastive decoding. ATED operates at inference time, dynamically weighting model contributions to improve factual grounding and semantic consistency without retraining. Extensive experiments on POPE, CHAIR, and MME show that ATED consistently outperforms single-model baselines and existing decoding strategies, achieving substantial gains in accuracy and robustness while offering flexible latency-accuracy trade-offs. This work demonstrates the efficacy of adaptive ensemble decoding for enhancing LVLM reliability in high-stakes multimodal tasks and provides a scalable, model-agnostic approach to mitigate hallucinations.
Abstract
Large Vision-Language Models (LVLMs) have recently achieved impressive results in multimodal tasks such as image captioning and visual question answering. However, they remain prone to object hallucination -- generating descriptions of nonexistent or misidentified objects. Prior work has partially mitigated this via auxiliary training objectives or external modules, but challenges remain in terms of scalability, adaptability, and model independence. To address these limitations, we propose Adaptive Token Ensemble Decoding (ATED), a training-free, token-level ensemble framework that mitigates hallucination by aggregating predictions from multiple LVLMs during inference. ATED dynamically computes uncertainty-based weights for each model, reflecting their reliability at each decoding step. It also integrates diverse decoding paths to improve contextual grounding and semantic consistency. Experiments on standard hallucination detection benchmarks demonstrate that ATED significantly outperforms state-of-the-art methods, reducing hallucination without compromising fluency or relevance. Our findings highlight the benefits of adaptive ensembling and point to a promising direction for improving LVLM robustness in high-stakes applications. The code is available at https://github.com/jinlin2021/ATED.
