LGFeb 24, 2022

A Rigorous Study of Integrated Gradients Method and Extensions to Internal Neuron Attributions

arXiv:2202.11912v287 citations
AI Analysis

This work addresses model explainability for deep learning practitioners by providing theoretical clarifications and a new tool for attribution analysis, though it is incremental in nature.

The paper critically examines the Integrated Gradients (IG) attribution method, showing that previous uniqueness claims require an additional axiom and analyzing its input sensitivity, while also introducing a computationally efficient method for identifying internal neurons in IG attribution maps, with experimental validation.

As deep learning (DL) efficacy grows, concerns for poor model explainability grow also. Attribution methods address the issue of explainability by quantifying the importance of an input feature for a model prediction. Among various methods, Integrated Gradients (IG) sets itself apart by claiming other methods failed to satisfy desirable axioms, while IG and methods like it uniquely satisfy said axioms. This paper comments on fundamental aspects of IG and its applications/extensions: 1) We identify key differences between IG function spaces and the supporting literature's function spaces which problematize previous claims of IG uniqueness. We show that with the introduction of an additional axiom, \textit{non-decreasing positivity}, the uniqueness claims can be established. 2) We address the question of input sensitivity by identifying function classes where IG is/is not Lipschitz in the attributed input. 3) We show that axioms for single-baseline methods have analogous properties for methods with probability distribution baselines. 4) We introduce a computationally efficient method of identifying internal neurons that contribute to specified regions of an IG attribution map. Finally, we present experimental results validating this method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes