Abstract
Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in aligning visual inputs with natural language outputs. Yet, the extent to which generated tokens depend on visual modalities remains poorly understood, limiting interpretability and reliability. In this work, we present Eagle, a lightweight black-box framework for explaining autoregressive token generation in MLLMs. Eagle attributes any selected tokens to compact perceptual regions while quantifying the relative influence of language priors and perceptual evidence. The framework introduces an objective function that unifies sufficiency (insight score) and indispensability (necessity score), optimized via greedy search over sparsified image regions for faithful and efficient attribution. Beyond spatial attribution, Eagle performs modality-aware analysis that disentangles what tokens rely on, providing fine-grained interpretability of model decisions. Extensive experiments across open-source MLLMs show that Eagle consistently outperforms existing methods in faithfulness, localization, and hallucination diagnosis, while requiring substantially less GPU memory. These results highlight its effectiveness and practicality for advancing the interpretability of MLLMs.
Eagle Explanation Method
Overview of the proposed Eagle framework. The input image is first sparsified into sub-regions, then attributed via greedy search with the designed objective, and finally analyzed for modality relevance between language priors and perceptual evidence.
SOTA Results in Faithfulness, Localization, and Hallucination Diagnosis
We evaluate our method on open-source MLLMs, including LLaVA-1.5, Qwen2.5-VL, and InternVL3.5, using the MS COCO and MMVP datasets for image captioning and VQA. On faithfulness metrics, our approach outperforms existing attribution methods (LLaVA-CAM, IGOS++, and TAM) by an average of 20.0% in insertion and 13.4% in deletion for image captioning, and by 20.6% and 8.1% on the same metrics for VQA. At the word level, our method achieves more rational explanations of object tokens, surpassing TAM by 36.42% and 42.63% on the Pointing Game under box-level and mask-level annotations, respectively. Finally, on the RePOPE benchmark for object hallucination, our method accurately localizes the visual elements responsible for hallucinations and mitigates them by removing only a minimal set of interfering regions. These results demonstrate the versatility of our method across diverse tasks and benchmarks.
Word-level Explanations for Image Captioning
For localization, our method achieves the best Pointing Game results under both box- and mask-level settings, confirming that predictions are grounded in specific objects. While TAM performs well on stronger models but poorly on LLaVA-1.5, IGOS++ gains from overly redundant maps. In contrast, our method yields sparse yet focused highlights that more accurately localize the objects mentioned in captions.
Explaining the Causes of Object Hallucinations
The following examples including the Hallucination Map, where highlighted purple regions indicate areas prone to hallucinations identified by our method. Hallucination Mitigation denotes the minimal region that must be removed to eliminate hallucinations. The curve illustrates changes in the logit of the ground-truth token as hallucination-prone regions are progressively deleted, with the red line marking the deletion point determined by Hallucination Mitigation. Our method rapidly localizes regions that cause hallucination.
Beyond Image-based MLLMs
Eagle can also be extended to reasoning models and video-based MLLMs, demonstrating strong task-agnostic capability and architectural generalization across diverse settings.
Closed-source API Models
Eagle is model-agnostic, applicable to both closed-source API models
(e.g.,
GPT-5.2)
and open-source MLLMs.
Acceleration via Early Stopping
Early stopping combined with a sliding-window strategy yields an approximate 20.1× speedup while preserving salient regions.
BibTeX
@inproceedings{chen2026mllms,
title={Where mllms attend and what they rely on: Explaining autoregressive token generation},
author={Chen, Ruoyu and Guo, Xiaoqing and Liu, Kangwei and Liang, Siyuan and Liu, Shiming and Zhang, Qunli and Wang, Laiyuan and Zhang, Hua and Cao, Xiaochun},
booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
pages={17057--17066},
year={2026}
}