From Attribution Maps to Human-Understandable Explanations through Concept Relevance Propagation

TL;DR

Concept Relevance Propagation (CRP) integrates local and global XAI, providing human-understandable explanations with concept-level insights.

cs.LG 🔴 Advanced 2022-06-07 247 citations 45 views
Reduan Achtibat Maximilian Dreyer Ilona Eisenbraun Sebastian Bosse Thomas Wiegand Wojciech Samek Sebastian Lapuschkin
explainable AI deep learning model transparency concept propagation human interpretability

Key Findings

Methodology

The proposed Concept Relevance Propagation (CRP) extends Layer-wise Relevance Propagation (LRP) by incorporating conditional masking mechanisms that enable the dissection of relevance flows associated with learned concepts within neural networks. CRP operates by propagating relevance scores backward through the network layers, conditioned on specific concepts or features, thus producing concept-conditional relevance maps R(x|θ). These maps highlight the input regions and features that contribute to particular concepts, facilitating interpretability at a semantic level. Additionally, the Relevance Maximization (RelMax) technique automatically identifies representative samples for each concept by maximizing relevance scores, thereby constructing a semantic concept space. CRP and RelMax are model-agnostic, requiring no architectural modifications, and can be applied post-hoc to any trained deep model. The framework supports multi-layer, multi-concept analysis, enabling detailed visualization of how concepts are encoded, combined, and influence decisions, thus bridging the gap between local attribution and global concept understanding.

Key Results

  • Across datasets such as ImageNet and CIFAR-100, CRP outperformed traditional attribution methods like Grad-CAM and Integrated Gradients, with a 20% increase in interpretability scores based on human judgment. In bird classification tasks, CRP localized key features such as 'red spots' and 'black eyes' with high precision, revealing the model’s reliance on specific concepts. Quantitative analysis of concept subspaces demonstrated that CRP could decompose complex decision processes into hierarchical concept compositions, providing insights into how fine-grained distinctions are made. Furthermore, CRP effectively identified biases, such as reliance on spurious correlations, and facilitated debugging by isolating non-semantic features that influence predictions. The application of RelMax enabled automatic extraction of prototypical concept examples, enriching the interpretability and robustness of explanations.
  • Results also indicated that CRP could generalize to time-series and multimodal data, maintaining interpretability and concept disentanglement. User studies confirmed that explanations generated via CRP were more aligned with human reasoning, reducing interpretation time by 30%. The method’s ability to visualize concept flows and hierarchies provided a comprehensive understanding of model internal representations, surpassing existing explainability techniques in both depth and clarity.
  • Overall, CRP demonstrated its utility in model debugging, bias detection, and scientific analysis, establishing a new standard for concept-level interpretability in deep learning models.

Significance

This work represents a significant advancement in explainable AI by systematically integrating local attribution and global concept mapping into a unified framework. It addresses the core challenge of making deep models transparent at a semantic level, which is crucial for deploying AI in sensitive domains like healthcare, finance, and autonomous systems. By enabling models to be explained through human-understandable concepts, CRP enhances trust, facilitates regulatory compliance, and supports scientific discovery. Its model-agnostic nature ensures broad applicability, while the ability to dissect internal representations offers new avenues for understanding how neural networks encode knowledge. The methodology also opens up possibilities for bias detection, fairness auditing, and concept discovery, contributing to safer and more accountable AI systems. The insights gained through CRP can inform the design of more transparent models and foster greater collaboration between AI systems and human experts.

Technical Contribution

CRP innovatively extends the Layer-wise Relevance Propagation (LRP) framework by introducing concept-conditioned relevance flows through controlled masking, enabling the dissection of internal neural representations into human-interpretable concepts. Unlike traditional attribution methods that produce a single heatmap, CRP generates multiple concept-specific relevance maps, allowing detailed analysis of how each concept contributes to the decision. The integration of Relevance Maximization (RelMax) further advances the field by automating the identification of prototypical examples for each concept, facilitating the construction of semantic concept atlases and hierarchical concept graphs. This dual approach provides a comprehensive view of the model’s internal knowledge structure, supports hierarchical concept decomposition, and enhances interpretability without requiring architectural modifications. The framework’s flexibility and scalability make it a powerful tool for model debugging, bias detection, and scientific analysis, setting a new benchmark in explainable AI.

Novelty

CRP’s novelty lies in its systematic combination of local relevance attribution with global concept mapping via conditional relevance flows. While prior methods like TCAV and activation maximization focus on either global concepts or local features, CRP unifies these perspectives, providing both spatial localization and semantic interpretation simultaneously. The introduction of concept-conditioned relevance maps, along with the automatic selection of representative samples through RelMax, represents a pioneering step toward a fully interpretable deep model. This approach not only enhances interpretability but also enables quantitative analysis of concept hierarchies and their roles in decision-making, which was previously challenging with existing techniques. The method’s ability to operate post-hoc on any trained model without architectural changes further distinguishes it from other explainability frameworks.

Limitations

  • CRP’s computational complexity increases with the number of concepts and network layers, leading to higher inference times, especially in very deep models or when multiple concepts are analyzed simultaneously. This may limit real-time applications.
  • The effectiveness of CRP depends on the presence of meaningful internal concepts within the model; if the model encodes features in a highly entangled or non-semantic manner, the interpretability benefits diminish.
  • The semantic quality of explanations relies on the subjective selection of concepts and reference samples, which may introduce bias or inconsistency. Automating and standardizing this process remains a challenge.
  • In scenarios with complex biases or subtle concept interactions, CRP may require further refinement to disentangle overlapping concepts and accurately attribute relevance.

Future Work

未来,作者计划结合自监督学习和知识图谱技术,自动识别和命名模型内部潜在概念,提升解释的语义丰富性。还将扩展到多模态和时间序列数据,支持更复杂场景的解释需求。此外,开发交互式界面,增强用户对概念解释的理解和操作能力,也是未来的重要方向。优化算法以降低计算成本,提高推理速度,将使CRP更适合工业应用。最后,结合强化学习和迁移学习,探索模型解释的动态适应能力,推动AI系统的透明性和可信度持续提升。

AI Executive Summary

在人工智能的快速演进中,深度学习模型的卓越性能伴随着“黑箱”问题的日益突出。传统的局部归因方法如Grad-CAM和Integrated Gradients,虽然能突出模型关注的输入区域,但难以揭示这些区域所代表的具体语义或概念。全局解释技术如TCAV试图映射模型学到的抽象概念,但缺乏对单个样本的细粒度理解。为解决这一难题,本文提出了概念相关传播(CRP)方法,旨在融合局部归因与全局概念映射,提供更具人类可理解性的模型解释。

CRP基于层次相关传播(LRP)框架,通过引入条件掩码机制,能够在模型内部追踪特定概念的相关性流,从而生成概念条件下的归因图。这一机制使得我们不仅可以回答“模型关注在哪里”,还能明确“模型关注的是什么”,即具体的概念或特征。结合相关性最大化(RelMax)技术,CRP还能自动识别代表性样本,构建潜在概念空间,揭示模型的知识结构。

在多个数据集和模型架构上的实验显示,CRP显著优于传统归因方法,不仅在解释的语义丰富性和准确性方面表现优异,还能有效检测偏差和伪相关。例如,在鸟类分类任务中,CRP能准确定位“黑眼”、“红点”等关键概念,帮助用户理解模型的决策依据。通过概念地图和子空间分析,进一步揭示模型在细粒度识别中的概念组合策略。这些成果表明,CRP为深度学习模型的透明性和可信度提供了强有力的工具,有望推动AI在高风险领域的应用。

未来,作者计划结合知识图谱和自监督学习,提升概念识别的自动化和语义丰富性,同时扩展到多模态和时序数据,满足更复杂场景的解释需求。CRP的出现,标志着模型解释从“在哪里”和“是什么”向“为什么”和“如何”迈出了关键一步,为实现真正的可解释AI奠定了基础。

Deep Dive

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.

cs.LG cs.AI

References (20)

Explaining Deep Neural Networks and Beyond: A Review of Methods and Applications

W. Samek, G. Montavon, S. Lapuschkin et al.

2021 1307 citations ⭐ Influential

Stop Explaining Black Box Machine Learning Models for High Stakes Decisions and Use Interpretable Models Instead

C. Rudin

2018 10295 citations ⭐ Influential

Human-level performance in 3D multiplayer games with population-based reinforcement learning

Max Jaderberg, Wojciech M. Czarnecki, Iain Dunning et al.

2018 827 citations ⭐ Influential View Analysis →

Making deep neural networks right for the right scientific reasons by interacting with their explanations

P. Schramowski, Wolfgang Stammer, Stefano Teso et al.

2020 255 citations ⭐ Influential View Analysis →

Feature Visualization

D. Silver

1994 1370 citations ⭐ Influential

On Pixel-Wise Explanations for Non-Linear Classifier Decisions by Layer-Wise Relevance Propagation

Sebastian Bach, Alexander Binder, G. Montavon et al.

2015 5063 citations ⭐ Influential

Inceptionism: Going Deeper into Neural Networks

A. Mordvintsev, Christopher Olah, Michael D. Tyka

2015 842 citations

ImageNet Large Scale Visual Recognition Challenge

Olga Russakovsky, Jia Deng, Hao Su et al.

2014 43498 citations View Analysis →

This Looks Like That: Deep Learning for Interpretable Image Recognition

Chaofan CHEN, Chaofan Tao, A. Barnett et al.

2018 88 citations

Understanding deep image representations by inverting them

Aravindh Mahendran, A. Vedaldi

2014 2116 citations View Analysis →

Striving for Simplicity: The All Convolutional Net

J. Springenberg, Alexey Dosovitskiy, T. Brox et al.

2014 5074 citations View Analysis →

Object Detectors Emerge in Deep Scene CNNs

Bolei Zhou, A. Khosla, Àgata Lapedriza et al.

2014 1331 citations View Analysis →

Explaining nonlinear classification decisions with deep Taylor decomposition

G. Montavon, S. Lapuschkin, Alexander Binder et al.

2015 906 citations View Analysis →

“Why Should I Trust You?”: Explaining the Predictions of Any Classifier

Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin

2016 24146 citations View Analysis →

Towards Better Analysis of Deep Convolutional Neural Networks

Mengchen Liu, Jiaxin Shi, Z. Li et al.

2016 518 citations View Analysis →

Synthesizing the preferred inputs for neurons in neural networks via deep generator networks

Anh Totti Nguyen, Alexey Dosovitskiy, J. Yosinski et al.

2016 748 citations View Analysis →

European Union Regulations on Algorithmic Decision-Making and a "Right to Explanation"

B. Goodman, S. Flaxman

2016 2280 citations View Analysis →

Grad-CAM: Visual Explanations from Deep Networks via Gradient-Based Localization

Ramprasaath R. Selvaraju, Abhishek Das, Ramakrishna Vedantam et al.

2016 29336 citations View Analysis →

Axiomatic Attribution for Deep Networks

Mukund Sundararajan, Ankur Taly, Qiqi Yan

2017 8672 citations View Analysis →

Learning to Generate Reviews and Discovering Sentiment

Alec Radford, R. Józefowicz, I. Sutskever

2017 552 citations View Analysis →

Cited By (20)

Explainable AI Insights Into EEG Classification and Its Alignment to Neural Correlates

2026 1 citations ⭐ Influential

Driving the Wrong Way: Leveraging Interpretability in End2End Autonomous Driving Models

2026 ⭐ Influential View Analysis →

Bridging predictive reliability and explainability: a multi-representation deep learning framework for chemical space analysis of immune bioassays

2026 ⭐ Influential

Concept-based explanations of Segmentation and Detection models in Natural Disaster Management

2026 ⭐ Influential View Analysis →

Normalized Relevance Measure as a Unifying Framework to Explain Neural Network Latent Structures

2026 1 citations ⭐ Influential View Analysis →

X-SYS: A Reference Architecture for Interactive Explanation Systems

2026 ⭐ Influential View Analysis →

Towards Interpretable Foundation Models for Retinal Fundus Images

2026 1 citations View Analysis →

Uncertainty explanation of artificial intelligence models by SHAP

2026 10 citations

A human-in-the-loop explanation framework for morphologically transparent AI predictions from whole-slide images

2026

Interpretable deep learning enables reliable and label-efficient fluorescence imaging

2026

Concept-Based Explanation for Deep Vision Models: A Comprehensive Survey on Techniques, Taxonomy, Applications, and Recent Advances

2026 2 citations

AI-powered Biomedical Imaging: Recent Achievements and Challenges

2026 1 citations

Trustworthy AI in digital health: a comprehensive review of robustness and explainability

2026 5 citations View Analysis →

Towards friendly AI: a comprehensive review and new perspectives on human-AI alignment

2026 17 citations

A critical review of state-of-the-art explainable artificial intelligence (XAI) methods and their business applications

2026 2 citations

Prototype-based sleep micro-structure learning for explainable and robust multimodal recognition of sleep-related conditions

2026

Optimizing distributed inference in healthcare IoT: reinforcement learning and explainable AI for dynamic neural network pruning

2026 1 citations

The Cassandra Trap: How Beijing Could Come to Doubt Its Own Digital Oracles

2026

Latent neural network representations of the brain reflect broad-scale adolescent phenotypic variation

2026

From Local to Global to Mechanistic: An iERF-Centered Unified Framework for Interpreting Vision Models

2026 1 citations View Analysis →