Sparse Explanations of Neural Networks Using Pruned Layer-Wise Relevance Propagation
Paulo Yanez Sarmiento, Simon Witzke, Nadja Klein, Bernhard Y. Renard
TL;DR
The paper tackles the challenge of noisy, high-dimensional explanations produced by deep networks by introducing Pruned Layer-Wise Relevance Propagation (PLRP), which sparsifies input- and layer-level relevances while conserving total relevance. PLRP prunes relevance mass per layer based on a threshold tied to a chosen sparsity level $p_l$, and redistributes the pruned mass either by scaling the remaining relevance (PLRP-\$\lambda\$) or by using a modified propagation matrix (PLRP-\$M\$). Evaluations on images (ImageNet/ECSSD with VGG-16/ResNet-50) and genomics (synthetic DNA sequences) show that PLRP yields sparser explanations with higher concentration of relevance in ground-truth regions and only minor losses in faithfulness, with PLRP-\$\lambda\$ often outperforming PLRP-\$M\$. The results suggest improved interpretability and robustness of explanations, and the method can be adapted to other local explanation frameworks beyond LRP. Overall, PLRP provides a practical, input-specific mechanism to obtain clearer, more trustworthy explanations for complex data domains like genomics and high-resolution images.
Abstract
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.
