From Attribution Maps to Human-Understandable Explanations through Concept Relevance Propagation
Reduan Achtibat, Maximilian Dreyer, Ilona Eisenbraun, Sebastian Bosse, Thomas Wiegand, Wojciech Samek, Sebastian Lapuschkin
TL;DR
The paper addresses the distinction between local attribution maps and global concept visualizations in XAI, proposing Concept Relevance Propagation (CRP) to fuse these perspectives and answer both where and what questions for individual predictions. CRP extends Layer-wise Relevance Propagation with conditional flows tied to learned concepts, and introduces Relevance Maximization (rmax) to select sample exemplars that reflect actual model use rather than mere activation strength. The authors demonstrate CRP's ability to produce human-understandable concept atlases and composition graphs, enabling detailed analyses of concept composition, impact, and subspaces, including a time-series and fairness-oriented investigations. A human study shows CRP-based explanations significantly improve primary task accuracy over standard attribution methods, supporting its practical value for debugging, safety-critical decision-making, and scientific discovery where interpretable model reasoning is essential. Overall, CRP provides a scalable, post-hoc, model-agnostic framework that enhances interpretability by making latent concepts tangible and searchable within the input domain.
Abstract
The field of eXplainable Artificial Intelligence (XAI) aims to bring transparency to today's powerful but opaque deep learning models. While local XAI methods explain individual predictions in form of attribution maps, thereby identifying where important features occur (but not providing information about what they represent), global explanation techniques visualize what concepts a model has generally learned to encode. Both types of methods thus only provide partial insights and leave the burden of interpreting the model's reasoning to the user. In this work we introduce the Concept Relevance Propagation (CRP) approach, which combines the local and global perspectives and thus allows answering both the "where" and "what" questions for individual predictions. We demonstrate the capability of our method in various settings, showcasing that CRP leads to more human interpretable explanations and provides deep insights into the model's representation and reasoning through concept atlases, concept composition analyses, and quantitative investigations of concept subspaces and their role in fine-grained decision making.
