paper-with-me

Papers

Initialization Noise in Image Gradients and Saliency Maps

2023-01-01 · CVPR 2023 1 · Ann-Christin Woerl, Jan Disselhoff, Michael Wand

In this paper, we examine gradients of logits of image classification CNNs by input pixel values. We observe that these fluctuate considerably with training randomness, such as the random initialization of the networks. We extend our study to gradients of intermediate layers, obtained via GradCAM, as well as popular network saliency estimators such as DeepLIFT, SHAP, LIME, Integrated Gradients, and SmoothGrad. While empirical noise levels vary, qualitatively different attributions to image features are still possible with all of these, which comes with implications for interpreting such attributions, in particular when seeking data-driven explanations of the phenomenon generating the data. Finally, we demonstrate that the observed artefacts can be removed by marginalization over the initialization distribution by simple stochastic integration.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

SHAP 설명 없음
LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Input Bias in Rectified Gradients and Modified Saliency Maps

2020-11-10 · Lennart Brocki, Neo Christopher Chung

Interpretation and improvement of deep neural networks relies on better understanding of their underlying mechanisms. In particular, gradients of classes or concepts with respect to the input features (e.g., pixels in im…

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

xAI-CycleGAN, a Cycle-Consistent Generative Assistive Network

2023-06-27 · Tibor Sloboda, Lukáš Hudec, Wanda Benešová

In the domain of unsupervised image-to-image transformation using generative transformative models, CycleGAN has become the architecture of choice. One of the primary downsides of this architecture is its relatively slow…

counterfactualExplainable Artificial Intelligence (XAI)

Trustworthy Convolutional Neural Networks: A Gradient Penalized-based Approach

2020-09-29 · Nicholas Halliwell, Freddy Lecue

Convolutional neural networks (CNNs) are commonly used for image classification. Saliency methods are examples of approaches that can be used to interpret CNNs post hoc, identifying the most relevant pixels for a predict…

General Classificationimage-classificationImage Classification

Deep Learning for Object Saliency Detection and Image Segmentation

2015-05-05 · Hengyue Pan, Bo wang, Hui Jiang

In this paper, we propose several novel deep learning methods for object saliency detection based on the powerful convolutional neural networks. In our approach, we use a gradient descent method to iteratively modify an …

Deep LearningGPUImage SegmentationObject+2