paper-with-me

Papers

Rethinking the Role of Gradient-Based Attribution Methods for Model Interpretability

2020-06-16 · ICLR 2021 1 · Suraj Srinivas, Francois Fleuret

Current methods for the interpretability of discriminative deep neural networks commonly rely on the model's input-gradients, i.e., the gradients of the output logits w.r.t. the inputs. The common assumption is that these input-gradients contain information regarding $p_{\theta} ( y \mid x)$, the model's discriminative capabilities, thus justifying their use for interpretability. However, in this work we show that these input-gradients can be arbitrarily manipulated as a consequence of the shift-invariance of softmax without changing the discriminative function. This leaves an open question: if input-gradients can be arbitrary, why are they highly structured and explanatory in standard models? We investigate this by re-interpreting the logits of standard softmax-based classifiers as unnormalized log-densities of the data distribution and show that input-gradients can be viewed as gradients of a class-conditional density model $p_{\theta}(x \mid y)$ implicit within the discriminative model. This leads us to hypothesize that the highly structured and explanatory nature of input-gradients may be due to the alignment of this class-conditional model $p_{\theta}(x \mid y)$ with that of the ground truth data distribution $p_{\text{data}} (x \mid y)$. We test this hypothesis by studying the effect of density alignment on gradient explanations. To achieve this alignment we use score-matching, and propose novel approximations to this algorithm to enable training large-scale models. Our experiments show that improving the alignment of the implicit density model with the data distribution enhances gradient structure and explanatory power while reducing this alignment has the opposite effect. Overall, our finding that input-gradients capture information regarding an implicit generative model implies that we need to re-think their use for interpreting discriminative models.

📄 PDF Abstract BibTeX arXiv:2006.09128

Code (1)

idiap/rethinking-saliency 공식 구현 pytorch

Tasks

Open-Ended Question Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Robust Models Are More Interpretable Because Attributions Look Normal

2021-03-20 · Zifan Wang, Matt Fredrikson, Anupam Datta

Recent work has found that adversarially-robust deep networks used for image classification are more interpretable: their feature attributions tend to be sharper, and are more concentrated on the objects associated with …

image-classificationImage Classification

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 외

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

Interpretable Machine Learning

Locally Distributed Activation Vectors for Guided Feature Attribution

2022-10-01 · COLING 2022 10 · Housam K. B. Bashier, Mi-Young Kim, Randy Goebel

Explaining the predictions of a deep neural network (DNN) is a challenging problem. Many attempts at interpreting those predictions have focused on attribution-based methods, which assess the contributions of individual …

text-classificationText Classification

Rethinking the Principle of Gradient Smooth Methods in Model Explanation

2024-10-10 · Linjiang Zhou, Chao Ma, Zepeng Wang, Xiaochuan Shi

Gradient Smoothing is an efficient approach to reducing noise in gradient-based model explanation method. SmoothGrad adds Gaussian noise to mitigate much of these noise. However, the crucial hyper-parameter in this metho…

GradCFA: A Hybrid Gradient-Based Counterfactual and Feature Attribution Explanation Algorithm for Local Interpretation of Neural Networks

2026-03-16 · Jacob Sanderson, Hua Mao, Wai Lok Woo arxiv

Explainable Artificial Intelligence (XAI) is increasingly essential as AI systems are deployed in critical fields such as healthcare and finance, offering transparency into AI-driven decisions. Two major XAI paradigms, c…

Binary Classification