Transformer Interpretability Beyond Attention Visualization
Hila Chefer, Shir Gur, Lior Wolf
TL;DR
This paper presents a Deep Taylor Decomposition–based relevancy propagation method for Transformer networks that preserves total relevancy across layers, addressing skip connections and nonlinearities. By integrating gradients with attention maps and normalizing binary operations, it produces class-specific explanations that propagate from output back to input tokens. The approach yields state-of-the-art results on both vision (ViT) and NLP (BERT) explainability benchmarks, outperforming rollout, Grad-CAM, and LRP baselines on perturbation, segmentation, and rationales tasks. The work offers a practical, mechanistic, and faithful framework for interpreting Transformer decisions with broad applicability in vision and language domains.
Abstract
Self-attention techniques, and specifically Transformers, are dominating the field of text processing and are becoming increasingly popular in computer vision classification tasks. In order to visualize the parts of the image that led to a certain classification, existing methods either rely on the obtained attention maps or employ heuristic propagation along the attention graph. In this work, we propose a novel way to compute relevancy for Transformer networks. The method assigns local relevance based on the Deep Taylor Decomposition principle and then propagates these relevancy scores through the layers. This propagation involves attention layers and skip connections, which challenge existing methods. Our solution is based on a specific formulation that is shown to maintain the total relevancy across layers. We benchmark our method on very recent visual Transformer networks, as well as on a text classification problem, and demonstrate a clear advantage over the existing explainability methods.
