Papers › Axiomatic Attribution for Deep Networks

Axiomatic Attribution for Deep Networks

4 Mar 2017ICML 2017 8arXiv:1703.01365archive 2025-07-28

Mukund Sundararajan, Ankur Taly, Qiqi Yan

We study the problem of attributing the prediction of a deep network to its input features, a problem previously studied by several other works. We identify two fundamental axioms---Sensitivity and Implementation Invariance that attribution methods ought to satisfy. We show that they are not satisfied by most known attribution methods, which we consider to be a fundamental weakness of those methods. We use the axioms to guide the design of a new attribution method called Integrated Gradients. Our method requires no modification to the original network and is extremely simple to implement; it just needs a few calls to the standard gradient operator. We apply this method to a couple of image models, a couple of text models and a chemistry model, demonstrating its ability to debug networks, to extract rules from a network, and to enable users to engage with models better.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1703.01365")

Code

Syntology Ran 36 of 56 code samples harvested from 21 repositories linked to this paper; 20 have no recorded run. Of those that ran: 3 ran · honoured contract; 1 ran · violated contract; 7 ran · our draft was wrong; 8 ran · fixture could not drive it; 17 ran with no contract checked.

By repository: official repository: 1 sample from 1 repository, 1 ran; community (archive-listed): 55 samples from 20 repositories, 35 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

40 repositories listed; official and paper-mentioned ones first.

ankurtaly/Attributions officialmentioned in papermentioned on GitHubtf report
AlejandroAttento/Pytorch-Captum mentioned on GitHubpytorch report
TianhongDai/integrated-gradient-pytorch mentioned on GitHubpytorch report
TooTouch/WhiteBox-Part1 mentioned on GitHubpytorch report
andresbecker/master_thesis mentioned on GitHubtf report
ascillitoe/shap mentioned on GitHubtf report
austinbrown34/shap mentioned on GitHubtf report
bips-hb/innsight mentioned on GitHubtorch report
cdpierse/transformers-interpret mentioned on GitHubpytorch report
gablabc/shap mentioned on GitHubtf report
galdeia/iirsbenchmark mentioned on GitHub report
garygsw/smooth-taylor mentioned on GitHubpytorch report
hannamw/eap-ig mentioned on GitHubpytorchMIT report
jemilc/shap mentioned on GitHubtf report
koren-v/Interpret mentioned on GitHubpytorch report
marnifora/magisterka mentioned on GitHubpytorch report
miaolan-xie/shap mentioned on GitHubtf report
nsaphra/acd mentioned on GitHubpytorch report
pamflecista/Magisterka mentioned on GitHubpytorch report
pytorch/captum mentioned on GitHubpytorchBSD-3-Clause report
saivarunr/xshap mentioned on GitHubtf report
shaoshanglqy/shap-shapley mentioned on GitHubtf report
shap/shap mentioned on GitHubtf report
shyhyawJou/Integrated-Gradient-Pytorch mentioned on GitHubpytorch report
sicara/tf-explain mentioned on GitHubtf report
suinleelab/path_explain mentioned on GitHubtf report
tleemann/road_evaluation mentioned on GitHubpytorch report
tomdyer10/fake_news mentioned on GitHubpytorch report
uhussai7/boldreams mentioned on GitHubpytorch report
MindSpore-scientific/code-8 mindsporeApache-2.0 report
pwc-1/Paper-9 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

56 samples harvested; 36 ran; 3 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · honoured contract
1ran · violated contract
7ran · our draft was wrong
8ran · fixture could not drive it
17ran
20unverified

Licence: 17 of the 56 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 21 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

integrated_gradients ankurtaly/Attributions/IntegratedGradients/integrated_gradients.py official repository ran · our draft was wrong no licence file found · pointer only · f36f0780dc332c6d · report
Attributions cdpierse/transformers-interpret/transformers_interpret/attributions.py community (archive-listed) ran Apache-2.0 (permissive) · ef35ae3770394c9b · report
Base_explainer galdeia/iirsbenchmark/iirsBenchmark/explainers/IntegratedGradients_explainer.py community (archive-listed) ran BSD-3-Clause (permissive) · ecdb335eb9bb79a3 · report
GradientExplainer jemilc/shap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 898260b979b40803 · report
GradientExplainer austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · e8960b01109d72e4 · report
GradientExplainer saivarunr/xshap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 6cc4d6985789886b · report
IntegratedGradient koren-v/Interpret/integrated_gradient.py community (archive-listed) ran no licence file found · pointer only · 57137c7c74c0ba8b · report
IntegratedGradients TooTouch/WhiteBox-Part1/code/saliency/attribution_methods.py community (archive-listed) ran MIT (permissive) · 67d9ff48d5643c84 · report
IntegratedGradients_explainer galdeia/iirsbenchmark/iirsBenchmark/explainers/IntegratedGradients_explainer.py community (archive-listed) ran BSD-3-Clause (permissive) · 8e17779e3b980afa · report
Integrated_Gradient shyhyawJou/Integrated-Gradient-Tensorflow/ig.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 66d0f363e78a65b7 · report
NotApplicableException galdeia/iirsbenchmark/iirsBenchmark/explainers/IntegratedGradients_explainer.py community (archive-listed) ran BSD-3-Clause (permissive) · 06c3310a0f107606 · report
PathExplainerTF suinleelab/path_explain/path_explain/explainers/path_explainer_tf.py community (archive-listed) ran MIT (permissive) · 4c4100f237fa3e0c · report
SaliencyInterpreter koren-v/Interpret/integrated_gradient.py community (archive-listed) ran no licence file found · pointer only · 7e1b42c1361193d8 · report
_PyTorchGradientExplainer jemilc/shap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 430707dd56b72369 · report
_PyTorchGradientExplainer austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 7374a66bd3df8287 · report
_PyTorchGradientExplainer saivarunr/xshap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 2afe9377139c8f9a · report
_TFGradientExplainer austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran MIT (permissive) · 5031eabe21a685be · report
_get_model_inputs austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35d945c6546483b0 · report
_get_model_output austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 6b8b878c41b5aa3c · report
_get_session austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f242e8dd0a93f71b · report
calc_pad nsaphra/acd/acd/scores/score_funcs.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 54e4782533ba8866 · report
calc_size nsaphra/acd/acd/scores/score_funcs.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 4100b072ce597ce6 · report
calculate_gradients marnifora/magisterka/bin/integrated_gradients.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 7f1cc66f1073bcfd · report
compute_gradient jankrepl/mildlyoverfitted/mini_tutorials/gradient_wrt_input/explain.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 0ed09db5a4a023e1 · report
compute_gradients andresbecker/master_thesis/workspace/libs/NN_interpretability.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 911004b0e426d584 · report
compute_integrated_gradients jankrepl/mildlyoverfitted/mini_tutorials/gradient_wrt_input/explain.py community (archive-listed) ran · our draft was wrong MIT (permissive) · df531c40d05d60e2 · report
conv2dnp nsaphra/acd/acd/scores/score_funcs.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · eb27e71fedd48267 · report
extract_sliding_windows nsaphra/acd/acd/scores/score_funcs.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · e9b75455324ec1d2 · report
func jankrepl/mildlyoverfitted/mini_tutorials/gradient_wrt_input/explain.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 671a764793394b27 · report
get_integral_approximation andresbecker/master_thesis/workspace/libs/NN_interpretability.py community (archive-listed) ran · honoured contract MIT (permissive) · 76f2f497c06af59e · report
grid_display sicara/tf-explain/tf_explain/core/integrated_gradients.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 2fd99b461cb809d0 · report
integrated_gradient uhussai7/boldreams/models/modules.py community (archive-listed) ran no licence file found · pointer only · 41eeb813009c9224 · report
interpolate_images andresbecker/master_thesis/workspace/libs/NN_interpretability.py community (archive-listed) ran · violated contract MIT (permissive) · de4b53a5e89b25d2 · report
pre_processing TianhongDai/integrated-gradient-pytorch/integrated_gradients.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · f4fdca61674e575a · report
rescale_image TooTouch/WhiteBox-Part1/code/saliency/attribution_methods.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · e44a9afe5dc5a201 · report
transform_to_normalized_grayscale sicara/tf-explain/tf_explain/core/integrated_gradients.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · bba688b42ae9d0fc · report
AttributionsNotCalculatedError cdpierse/transformers-interpret/transformers_interpret/attributions.py community (archive-listed) unverified Apache-2.0 (permissive) · 8900360e60786d71 · report
Explainer suinleelab/path_explain/path_explain/explainers/path_explainer_tf.py community (archive-listed) unverified MIT (permissive) · 543fdd3d86e7ad28 · report
IntegratedGradients sicara/tf-explain/tf_explain/core/integrated_gradients.py community (archive-listed) unverified MIT (permissive) · 3785a3b3dee4de2b · report
Integrated_Gradient shyhyawJou/Integrated-Gradient-Pytorch/ig.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · f266368a15af5029 · report
LIGAttributions cdpierse/transformers-interpret/transformers_interpret/attributions.py community (archive-listed) unverified Apache-2.0 (permissive) · ebfc7e44821a7446 · report
OHEncoder marnifora/magisterka/bin/integrated_gradients.py community (archive-listed) unverified no licence file found · pointer only · 4ddae2915b9cc97f · report
OHEncoder pamflecista/Magisterka/bin/integrated_gradients.py community (archive-listed) unverified no licence file found · pointer only · c58da49866be23b4 · report
_TFGradientExplainer jemilc/shap/shap/explainers/gradient.py community (archive-listed) unverified MIT (permissive) · 9326aa10a22b3257 · report
_get_graph austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) unverified MIT (permissive) · c9c180d15ae62447 · report
_import_tf austinbrown34/shap/shap/explainers/gradient.py community (archive-listed) unverified MIT (permissive) · 8fc8b96ad1c4dff5 · report
get_gradients garygsw/smooth-taylor/attribution/analyzer.py community (archive-listed) unverified MIT (permissive) · 942fe31074420d3b · report
get_integrated_gradients andresbecker/master_thesis/workspace/libs/NN_interpretability.py community (archive-listed) unverified MIT (permissive) · 745ae6a587a2034e · report
ig_scores_2d nsaphra/acd/acd/scores/score_funcs.py community (archive-listed) unverified no licence file found · pointer only · d615bfc8c34fd228 · report
integrated_gradients marnifora/magisterka/bin/integrated_gradients.py community (archive-listed) unverified no licence file found · pointer only · 6f457ae7012a204f · report
integrated_gradients fcUalberta/UAlberta-Multimedia-Masters-Program-Interpretable-AI-Part_1_2/code/IntegratedGradients.py community (archive-listed) unverified AGPL-3.0 (copyleft) · pointer only · b1ea75b6852183e8 · report
integrated_gradients TianhongDai/integrated-gradient-pytorch/integrated_gradients.py community (archive-listed) unverified MIT (permissive) · 04f60f57d1b6028e · report
integrated_gradients garygsw/smooth-taylor/attribution/analyzer.py community (archive-listed) unverified MIT (permissive) · 825842184e64aa86 · report
integrated_gradients pamflecista/Magisterka/bin/integrated_gradients.py community (archive-listed) unverified no licence file found · pointer only · c69ac1fe40cb16f0 · report
save_grayscale sicara/tf-explain/tf_explain/core/integrated_gradients.py community (archive-listed) unverified MIT (permissive) · 73fe690c71ad066c · report
save_saliency_map TooTouch/WhiteBox-Part1/code/saliency/attribution_methods.py community (archive-listed) unverified MIT (permissive) · c91220cf9e079883 · report

Tasks

Explainable artificial intelligenceImage AttributionInterpretability Techniques for Deep LearningInterpretable Machine Learning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Attribution CUB-200-2011 Integrated Gradients Deletion AUC score (ResNet-101) 0.0728 #8 of 8 Archive leaderboard report
Image Attribution CUB-200-2011 Integrated Gradients Insertion AUC score (ResNet-101) 0.0422 #8 of 8 Archive leaderboard report
Image Attribution CelebA Integrated Gradients Deletion AUC score (ArcFace ResNet-101) 0.0680 #8 of 8 Archive leaderboard report
Image Attribution CelebA Integrated Gradients Insertion AUC score (ArcFace ResNet-101) 0.3578 #8 of 8 Archive leaderboard report
Image Attribution VGGFace2 Integrated Gradients Deletion AUC score (ArcFace ResNet-101) 0.0749 #7 of 8 Archive leaderboard report
Image Attribution VGGFace2 Integrated Gradients Insertion AUC score (ArcFace ResNet-101) 0.5399 #7 of 8 Archive leaderboard report
Interpretability Techniques for Deep Learning CelebA Integrated Gradients Insertion AUC score 0.3578 #7 of 7 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections