Integrated Decision Gradients: Compute Your Attributions Where the Model Makes Its Decision
Chase Walker, Sumit Jha, Kenny Chen, Rickard Ewetz

TL;DR
This paper introduces Integrated Decision Gradients (IDG), an attribution method that improves explanations of neural network decisions by focusing on the decision-making region of the path, addressing saturation issues present in Integrated Gradients.
Contribution
The paper proposes IDG, a novel attribution algorithm that scales gradients by the output derivative to better capture decision regions, and employs adaptive sampling for more accurate path integral approximation.
Findings
IDG outperforms IG and other methods on ImageNet in qualitative assessments.
IDG achieves higher scores on insertion and deletion metrics.
IDG effectively mitigates the saturation problem in attribution explanations.
Abstract
Attribution algorithms are frequently employed to explain the decisions of neural network models. Integrated Gradients (IG) is an influential attribution method due to its strong axiomatic foundation. The algorithm is based on integrating the gradients along a path from a reference image to the input image. Unfortunately, it can be observed that gradients computed from regions where the output logit changes minimally along the path provide poor explanations for the model decision, which is called the saturation effect problem. In this paper, we propose an attribution algorithm called integrated decision gradients (IDG). The algorithm focuses on integrating gradients from the region of the path where the model makes its decision, i.e., the portion of the path where the output logit rapidly transitions from zero to its final value. This is practically realized by scaling each gradient by…
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
TopicsAdversarial Robustness in Machine Learning · Explainable Artificial Intelligence (XAI) · Advanced Neural Network Applications
