Explaining Convolutional Neural Networks Using SoftMax Gradient Layer-Wise Relevance Propagation

Abstract

Convolutional Neural Networks (CNN) have become state-of-the-art in the field of image classification. However, not everything is understood about their inner representations. This paper tackles the interpretability and explainability of the predictions of CNNs for multi-class classification problems. Specifically, we propose a novel visualization method of pixel-wise input attribution called Softmax-Gradient Layer-wise Relevance Propagation (SGLRP). The proposed model is a class discriminate extension to Deep Taylor Decomposition (DTD) using the gradient of softmax to back propagate the relevance of the output probability to the input image. Through qualitative and quantitative analysis, we demonstrate that SGLRP can successfully localize and attribute the regions on input images which contribute to a target object's classification. We show that the proposed method excels at discriminating the target objects class from the other possible objects in the images. We confirm that SGLRP performs better than existing Layer-wise Relevance Propagation (LRP) based methods and can help in the understanding of the decision process of CNNs.

Cite

Text

Iwana et al. "Explaining Convolutional Neural Networks Using SoftMax Gradient Layer-Wise Relevance Propagation." IEEE/CVF International Conference on Computer Vision Workshops, 2019. doi:10.1109/ICCVW.2019.00513

Markdown

[Iwana et al. "Explaining Convolutional Neural Networks Using SoftMax Gradient Layer-Wise Relevance Propagation." IEEE/CVF International Conference on Computer Vision Workshops, 2019.](https://mlanthology.org/iccvw/2019/iwana2019iccvw-explaining/) doi:10.1109/ICCVW.2019.00513

BibTeX

@inproceedings{iwana2019iccvw-explaining,
  title     = {{Explaining Convolutional Neural Networks Using SoftMax Gradient Layer-Wise Relevance Propagation}},
  author    = {Iwana, Brian Kenji and Kuroki, Ryohei and Uchida, Seiichi},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2019},
  pages     = {4176-4185},
  doi       = {10.1109/ICCVW.2019.00513},
  url       = {https://mlanthology.org/iccvw/2019/iwana2019iccvw-explaining/}
}