English

DEX-AR: A Dynamic Explainability Method for Autoregressive Vision-Language Models

Computer Vision and Pattern Recognition 2026-03-09 v1 Artificial Intelligence

Abstract

As Vision-Language Models (VLMs) become increasingly sophisticated and widely used, it becomes more and more crucial to understand their decision-making process. Traditional explainability methods, designed for classification tasks, struggle with modern autoregressive VLMs due to their complex token-by-token generation process and intricate interactions between visual and textual modalities. We present DEX-AR (Dynamic Explainability for AutoRegressive models), a novel explainability method designed to address these challenges by generating both per-token and sequence-level 2D heatmaps highlighting image regions crucial for the model's textual responses. The proposed method offers to interpret autoregressive VLMs-including varying importance of layers and generated tokens-by computing layer-wise gradients with respect to attention maps during the token-by-token generation process. DEX-AR introduces two key innovations: a dynamic head filtering mechanism that identifies attention heads focused on visual information, and a sequence-level filtering approach that aggregates per-token explanations while distinguishing between visually-grounded and purely linguistic tokens. Our evaluation on ImageNet, VQAv2, and PascalVOC, shows a consistent improvement in both perturbation-based metrics, using a novel normalized perplexity measure, as well as segmentation-based metrics.

Keywords

Cite

@article{arxiv.2603.06302,
  title  = {DEX-AR: A Dynamic Explainability Method for Autoregressive Vision-Language Models},
  author = {Walid Bousselham and Angie Boggust and Hendrik Strobelt and Hilde Kuehne},
  journal= {arXiv preprint arXiv:2603.06302},
  year   = {2026}
}

Comments

Project page: https://walidbousselham.com/DEX-AR

R2 v1 2026-07-01T11:06:55.764Z