paper-with-me

홈 › Papers

Guided Integrated Gradients: An Adaptive Path Method for Removing Noise

2021-06-17 · CVPR 2021 1 · Andrei Kapishnikov, Subhashini Venugopalan, Besim Avci, Ben Wedin, Michael Terry, Tolga Bolukbasi

Integrated Gradients (IG) is a commonly used feature attribution method for deep neural networks. While IG has many desirable properties, the method often produces spurious/noisy pixel attributions in regions that are not related to the predicted class when applied to visual models. While this has been previously noted, most existing solutions are aimed at addressing the symptoms by explicitly reducing the noise in the resulting attributions. In this work, we show that one of the causes of the problem is the accumulation of noise along the IG path. To minimize the effect of this source of noise, we propose adapting the attribution path itself -- conditioning the path not just on the image but also on the model being explained. We introduce Adaptive Path Methods (APMs) as a generalization of path methods, and Guided IG as a specific instance of an APM. Empirically, Guided IG creates saliency maps better aligned with the model's prediction and the input image that is being explained. We show through qualitative and quantitative experiments that Guided IG outperforms other, related methods in nearly every experiment.

📄 PDF Abstract BibTeX arXiv:2106.09788

Code (2)

PAIR-code/saliency 공식 구현 tf
MindSpore-scientific-2/code-9/tree/main/Integrated-Gradient mindspore

Similar Papers 제목 키워드 기반

Manifold-Aligned Guided Integrated Gradients for Reliable Feature Attribution

2026-05-04 · Soyeon Kim, Seongwoo Lim, Kyowoon Lee, Jaesik Choi arxiv

Feature attribution is central to diagnosing and trusting deep neural networks, and Integrated Gradients (IG) is widely used due to its axiomatic properties. However, IG can yield unreliable explanations when the integra…

Integrated Decision Gradients: Compute Your Attributions Where the Model Makes Its Decision

2023-05-31 · Chase Walker, Sumit Jha, Kenny Chen, Rickard Ewetz

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 ba…

Diffusion Integrated Gradients: Controllable Path Generation for Flexible Feature Attribution

2026-06-21 · Soyeon Kim, Kyowoon Lee, Jaesik Choi arxiv

Path-based attribution methods such as Integrated Gradients (IG) are widely adopted for their strong axiomatic properties and effectiveness in attributing model predictions to input features by integrating gradients alon…

Geometrically Guided Integrated Gradients

2022-06-13 · Md Mahfuzur Rahman, Noah Lewis, Sergey Plis

Interpretability methods for deep neural networks mainly focus on the sensitivity of the class score with respect to the original or perturbed input, usually measured using actual or modified gradients. Some methods also…

Symmetry-Preserving Paths in Integrated Gradients

2021-03-25 · Miguel Lerma, Mirtha Lucas

We provide rigorous proofs that the Integrated Gradients (IG) attribution method for deep networks satisfies completeness and symmetry-preserving properties. We also study the uniqueness of IG as a path method preserving…