Visual Explanations from Deep Networks via Riemann-Stieltjes Integrated Gradient-based Localization
Mirtha Lucas, Miguel Lerma, Jacob Furst, Daniela Raicu

TL;DR
This paper introduces a new gradient-based visualization method for CNNs that improves focus and stability over existing techniques by integrating gradients at any network layer using Riemann-Stieltjes sums.
Contribution
The authors propose a novel layer-level integrated gradient method that overcomes vanishing gradient issues and enhances visualization quality in CNN explanations.
Findings
Produces more focused heatmaps than Grad-CAM
Offers numerically stable gradient integration
Applicable to any CNN layer
Abstract
Neural networks are becoming increasingly better at tasks that involve classifying and recognizing images. At the same time techniques intended to explain the network output have been proposed. One such technique is the Gradient-based Class Activation Map (Grad-CAM), which is able to locate features of an input image at various levels of a convolutional neural network (CNN), but is sensitive to the vanishing gradients problem. There are techniques such as Integrated Gradients (IG), that are not affected by that problem, but its use is limited to the input layer of a network. Here we introduce a new technique to produce visual explanations for the predictions of a CNN. Like Grad-CAM, our method can be applied to any layer of the network, and like Integrated Gradients it is not affected by the problem of vanishing gradients. For efficiency, gradient integration is performed numerically at…
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
TopicsExplainable Artificial Intelligence (XAI) · Domain Adaptation and Few-Shot Learning · Cell Image Analysis Techniques
