LGJun 2, 2025

Revisiting LRP: Positional Attribution as the Missing Ingredient for Transformer Explainability

arXiv:2506.02138v13 citationsh-index: 11Has Code
Originality Highly original
AI Analysis

This work solves the issue of incomplete explainability for Transformers, which is crucial for researchers and practitioners in deep learning, though it is incremental as it builds on LRP.

The paper tackles the problem of Transformer explainability by addressing the oversight of positional encoding in existing Layer-wise Relevance Propagation (LRP) methods, resulting in a new approach that significantly outperforms state-of-the-art methods in vision and NLP tasks.

The development of effective explainability tools for Transformers is a crucial pursuit in deep learning research. One of the most promising approaches in this domain is Layer-wise Relevance Propagation (LRP), which propagates relevance scores backward through the network to the input space by redistributing activation values based on predefined rules. However, existing LRP-based methods for Transformer explainability entirely overlook a critical component of the Transformer architecture: its positional encoding (PE), resulting in violation of the conservation property, and the loss of an important and unique type of relevance, which is also associated with structural and positional features. To address this limitation, we reformulate the input space for Transformer explainability as a set of position-token pairs. This allows us to propose specialized theoretically-grounded LRP rules designed to propagate attributions across various positional encoding methods, including Rotary, Learnable, and Absolute PE. Extensive experiments with both fine-tuned classifiers and zero-shot foundation models, such as LLaMA 3, demonstrate that our method significantly outperforms the state-of-the-art in both vision and NLP explainability tasks. Our code is publicly available.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes