paper-with-me

Papers

Improving performance of deep learning models with axiomatic attribution priors and expected gradients

2019-06-25 · ICLR 2020 1 · Gabriel Erion, Joseph D. Janizek, Pascal Sturmfels, Scott Lundberg, Su-In Lee

Recent research has demonstrated that feature attribution methods for deep networks can themselves be incorporated into training; these attribution priors optimize for a model whose attributions have certain desirable properties -- most frequently, that particular features are important or unimportant. These attribution priors are often based on attribution methods that are not guaranteed to satisfy desirable interpretability axioms, such as completeness and implementation invariance. Here, we introduce attribution priors to optimize for higher-level properties of explanations, such as smoothness and sparsity, enabled by a fast new attribution method formulation called expected gradients that satisfies many important interpretability axioms. This improves model performance on many real-world tasks where previous attribution priors fail. Our experiments show that the gains from combining higher-level attribution priors with expected gradients attributions are consistent across image, gene expression, and health care data sets. We believe this work motivates and provides the necessary tools to support the widespread adoption of axiomatic attribution priors in many areas of applied machine learning. The implementations and our results have been made freely available to academic communities.

📄 PDF Abstract BibTeX arXiv:1906.10670

Code (3)

suinleelab/attributionpriors 공식 구현 tf
calico/scnym pytorch
suinleelab/path_explain tf

Tasks

Interpretable Machine Learning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

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 …

Fast Axiomatic Attribution for Neural Networks

2021-11-15 · NeurIPS 2021 12 · Robin Hesse, Simone Schaub-Meyer, Stefan Roth

Mitigating the dependence on spurious correlations present in the training dataset is a quickly emerging and important topic of deep learning. Recent approaches include priors on the feature attribution of a deep neural …

Path-Sampled Integrated Gradients

2026-04-15 · Firuz Kamalov, Fadi Thabtah, R. Sivaraj, Neda Abdelhamid arxiv

We introduce path-sampled integrated gradients (PS-IG), a framework that generalizes feature attribution by computing the expected value over baselines sampled along the linear interpolation path. We prove that PS-IG is …

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

Fairness

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