LGApr 22, 2024

Sparse Explanations of Neural Networks Using Pruned Layer-Wise Relevance Propagation

arXiv:2404.14271v22 citationsh-index: 3ECML/PKDD
AI Analysis

This work addresses the challenge of improving explainability for complex data in AI applications, though it is incremental as it builds on an existing method.

The paper tackles the problem of distinguishing relevant explanations from noise in deep neural network explainability, particularly for complex data like genome sequences, by introducing a sparsity-enforcing modification to layer-wise relevance propagation, resulting in sparser relevance attributions and noise reduction compared to baseline methods.

Explainability is a key component in many applications involving deep neural networks (DNNs). However, current explanation methods for DNNs commonly leave it to the human observer to distinguish relevant explanations from spurious noise. This is not feasible anymore when going from easily human-accessible data such as images to more complex data such as genome sequences. To facilitate the accessibility of DNN outputs from such complex data and to increase explainability, we present a modification of the widely used explanation method layer-wise relevance propagation. Our approach enforces sparsity directly by pruning the relevance propagation for the different layers. Thereby, we achieve sparser relevance attributions for the input features as well as for the intermediate layers. As the relevance propagation is input-specific, we aim to prune the relevance propagation rather than the underlying model architecture. This allows to prune different neurons for different inputs and hence, might be more appropriate to the local nature of explanation methods. To demonstrate the efficacy of our method, we evaluate it on two types of data: images and genome sequences. We show that our modification indeed leads to noise reduction and concentrates relevance on the most important features compared to the baseline.

Foundations

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

Your Notes