Visualizing Deep Networks by Optimizing with Integrated Gradients
Zhongang Qi, Saeed Khorram, Li Fuxin

TL;DR
This paper introduces I-GOS, a novel method for visualizing deep networks by optimizing heatmaps using integrated gradients, resulting in more faithful explanations of model decisions.
Contribution
The paper presents I-GOS, a new heatmap optimization technique leveraging integrated gradients to improve faithfulness and flexibility in deep network visualization.
Findings
Heatmaps correlate better with network decisions.
I-GOS outperforms state-of-the-art methods.
Flexible resolution for different user needs.
Abstract
Understanding and interpreting the decisions made by deep learning models is valuable in many domains. In computer vision, computing heatmaps from a deep network is a popular approach for visualizing and understanding deep networks. However, heatmaps that do not correlate with the network may mislead human, hence the performance of heatmaps in providing a faithful explanation to the underlying deep network is crucial. In this paper, we propose I-GOS, which optimizes for a heatmap so that the classification scores on the masked image would maximally decrease. The main novelty of the approach is to compute descent directions based on the integrated gradients instead of the normal gradient, which avoids local optima and speeds up convergence. Compared with previous approaches, our method can flexibly compute heatmaps at any resolution for different user needs. Extensive experiments on…
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
TopicsNeural Networks and Applications
MethodsHeatmap
