paper-with-me

Papers

Explaining Convolutional Neural Networks using Softmax Gradient Layer-wise Relevance Propagation

2019-08-06 · Brian Kenji Iwana, Ryohei Kuroki, Seiichi Uchida

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.

📄 PDF Abstract BibTeX arXiv:1908.04351

Code (1)

uchidalab/softmaxgradient-lrp 공식 구현 tf

Tasks

AttributeClassificationGeneral Classificationimage-classificationImage ClassificationMulti-class Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Layerwise Knowledge Extraction from Deep Convolutional Networks

2020-03-19 · Simon Odense, Artur d'Avila Garcez

Knowledge extraction is used to convert neural networks into symbolic descriptions with the objective of producing more comprehensible learning models. The central challenge is to find an explanation which is more compre…

Numerical Fragility in Transformers: A Layer-wise Theory for Explaining, Forecasting, and Mitigating Instability

2025-10-17 · Jinwoo Baek arxiv

Transformers trained in low precision can suffer forward-error amplification. We give a first-order, module-wise theory that predicts when and where errors grow. For self-attention we derive a per-layer bound that factor…

Beyond Linear Attention: Softmax Transformers Implement In-Context Reinforcement Learning

2026-05-08 · Zixuan Xie, Xinyu Liu, Claire Chen, Shuze Daniel Liu 외 arxiv

In-context reinforcement learning (ICRL) studies agents that, after pretraining, adapt to new tasks by conditioning on additional context without parameter updates. Existing theoretical analyses of ICRL largely rely on l…

Reinforcement Learning

SoLA-Vision: Fine-grained Layer-wise Linear Softmax Hybrid Attention

2026-01-16 · Ruibang Li, Guan Luo, Yiwei Zhang, Jin Gao 외 arxiv

Standard softmax self-attention excels in vision tasks but incurs quadratic complexity O(N^2), limiting high-resolution deployment. Linear attention reduces the cost to O(N), yet its compressed state representations can …

Representation Learning

Adaptive Neuron-wise Discriminant Criterion and Adaptive Center Loss at Hidden Layer for Deep Convolutional Neural Network

2020-04-17 · Motoshi Abe, Junichi Miyao, Takio Kurita

A deep convolutional neural network (CNN) has been widely used in image classification and gives better classification accuracy than the other techniques. The softmax cross-entropy loss function is often used for classif…

Face RecognitionGeneral Classificationimage-classificationImage Classification