English

LeGrad: An Explainability Method for Vision Transformers via Feature Formation Sensitivity

Computer Vision and Pattern Recognition 2025-01-09 v2

Abstract

Vision Transformers (ViTs), with their ability to model long-range dependencies through self-attention mechanisms, have become a standard architecture in computer vision. However, the interpretability of these models remains a challenge. To address this, we propose LeGrad, an explainability method specifically designed for ViTs. LeGrad computes the gradient with respect to the attention maps of ViT layers, considering the gradient itself as the explainability signal. We aggregate the signal over all layers, combining the activations of the last as well as intermediate tokens to produce the merged explainability map. This makes LeGrad a conceptually simple and an easy-to-implement tool for enhancing the transparency of ViTs. We evaluate LeGrad in challenging segmentation, perturbation, and open-vocabulary settings, showcasing its versatility compared to other SotA explainability methods demonstrating its superior spatial fidelity and robustness to perturbations. A demo and the code is available at https://github.com/WalBouss/LeGrad.

Keywords

Cite

@article{arxiv.2404.03214,
  title  = {LeGrad: An Explainability Method for Vision Transformers via Feature Formation Sensitivity},
  author = {Walid Bousselham and Angie Boggust and Sofian Chaybouti and Hendrik Strobelt and Hilde Kuehne},
  journal= {arXiv preprint arXiv:2404.03214},
  year   = {2025}
}

Comments

Code available at https://github.com/WalBouss/LeGrad

R2 v1 2026-06-28T15:43:45.044Z