TL;DR
This paper improves neural network explainability by developing a new relevance propagation method, applying it to Vision Transformers, and proposing a comprehensive evaluation metric that combines faithfulness, robustness, and contrastiveness.
Contribution
The authors introduce a novel layer-wise relevance propagation technique and a new multi-faceted evaluation metric for attribution methods, enhancing interpretability assessment.
Findings
The proposed method outperforms existing attribution techniques on ImageNet and PascalVOC datasets.
The new evaluation metric provides a more holistic assessment of attribution quality.
Applying the method to Vision Transformers improves interpretability in image classification tasks.
Abstract
Recent advancement in deep-neural network performance led to the development of new state-of-the-art approaches in numerous areas. However, the black-box nature of neural networks often prohibits their use in areas where model explainability and model transparency are crucial. Over the years, researchers proposed many algorithms to aid neural network understanding and provide additional information to the human expert. One of the most popular methods being Layer-Wise Relevance Propagation (LRP). This method assigns local relevance based on the pixel-wise decomposition of nonlinear classifiers. With the rise of attribution method research, there has emerged a pressing need to assess and evaluate their performance. Numerous metrics have been proposed, each assessing an individual property of attribution methods such as faithfulness, robustness or localization. Unfortunately, no single…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsAttention Is All You Need · Adam · Dropout · Position-Wise Feed-Forward Layer · Softmax · Dense Connections · Byte Pair Encoding · Linear Layer · Multi-Head Attention · Label Smoothing
