paper-with-me

Papers

Exploring unfairness in Integrated Gradients based attribution methods

2021-09-29 · David Drakard, Rosanne Liu, Jason Yosinski

Numerous methods have attempted to explain and interpret predictions made by machine learning models in terms of their inputs. Known as “attribution methods” they notably include the Integrated Gradients method and its variants.These are based upon the theory of Shapley Values, a rigorous method of fair allocation according to mathematical axioms. Integrated Gradients has axioms derived from this heritage with the implication of a similar rigorous, intuitive notion of fairness. We explore the difference between Integrated Gradients and more direct expressions of Shapley Values in deep learning and find Integrated Gradients’ guarantees of fairness weaker; in certain conditions it can give wholly unrepresentative results. Integrated Gradients requires a choice of “baseline”, a hyperparameter that represents the ‘zero attribution’ case. Research has shown that baseline choice critically affects attribution quality, and increasingly effective baselines have been developed. Using purpose-designed scenarios we identify sources of inaccuracy both from specific baselines and inherent to the method itself, sensitive to input distribution and loss landscape. Failure modes are identified for baselines including Zero, Mean,Additive Gaussian Noise, and the state of the art Expected Gradients. We develop a new method, Integrated Certainty Gradients, that we show avoids the failures in these challenging scenarios. By augmenting the input space with “certainty”information, and training with random degradation of input features, the model learns to predict with varying amounts of incomplete information, supporting a zero-information case which becomes a natural baseline. We identify the axiomatic origin of unfairness in Integrated Gradients, which has been overlooked in past research.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Fairness

Similar Papers 제목 키워드 기반

Understanding Integrated Gradients with SmoothTaylor for Deep Neural Network Attribution

2020-04-22 · arXiv 2020 4 · Gary S. W. Goh, Sebastian Lapuschkin, Leander Weber, Wojciech Samek 외

Integrated Gradients as an attribution method for deep neural network models offers simple implementability. However, it suffers from noisiness of explanations which affects the ease of interpretability. The SmoothGrad t…

image-classificationImage ClassificationObject RecognitionSensitivity

Spectral Integrated Gradients for Coarse-to-Fine Feature Attribution

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

Integrated Gradients (IG) is a widely adopted feature attribution method that satisfies desirable axiomatic properties. However, the choice of integration path significantly affects the quality of attributions, and the s…

Image Classification

Compensated Integrated Gradients to Reliably Interpret EEG Classification

2018-11-21 · Kazuki Tachikawa, Yuji Kawai, Jihoon Park, Minoru Asada

Integrated gradients are widely employed to evaluate the contribution of input features in classification models because it satisfies the axioms for attribution of prediction. This method, however, requires an appropriat…

ClassificationEEGElectroencephalogram (EEG)General Classification

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…

Four Axiomatic Characterizations of the Integrated Gradients Attribution Method

2023-06-23 · Daniel Lundstrom, Meisam Razaviyayn

Deep neural networks have produced significant progress among machine learning models in terms of accuracy and functionality, but their inner workings are still largely unknown. Attribution methods seek to shine a light …