paper-with-me

홈 › Papers

Explaining NonLinear Classification Decisions with Deep Taylor Decomposition

2015-12-08 · Grégoire Montavon, Sebastian Bach, Alexander Binder, Wojciech Samek, Klaus-Robert Müller

Nonlinear methods such as Deep Neural Networks (DNNs) are the gold standard for various challenging machine learning problems, e.g., image classification, natural language processing or human action recognition. Although these methods perform impressively well, they have a significant disadvantage, the lack of transparency, limiting the interpretability of the solution and thus the scope of application in practice. Especially DNNs act as black boxes due to their multilayer nonlinear structure. In this paper we introduce a novel methodology for interpreting generic multilayer neural networks by decomposing the network classification decision into contributions of its input elements. Although our focus is on image classification, the method is applicable to a broad set of input data, learning tasks and network architectures. Our method is based on deep Taylor decomposition and efficiently utilizes the structure of the network by backpropagating the explanations from the output to the input layer. We evaluate the proposed method empirically on the MNIST and ILSVRC data sets.

📄 PDF Abstract BibTeX arXiv:1512.02479

Code (4)

OpenXAIProject/LRP_for_LSTM_Korean_dataset tf
ginkyenglee/Explaining_Decision_of_Time_Series_Data tf
myc159/Deep-Taylor-Decomposition pytorch
taolicheng/understanding-dnn

Tasks

Action RecognitionClassificationGeneral Classificationimage-classificationImage ClassificationTemporal Action Localization

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Explaining a prediction in some nonlinear models

2019-04-21 · Cosimo Izzo

In this article we will analyse how to compute the contribution of each input value to its aggregate output in some nonlinear models. Regression and classification applications, together with related algorithms for deep …

General ClassificationPredictionregression

Understanding Patch-Based Learning by Explaining Predictions

2018-06-11 · Christopher Anders, Grégoire Montavon, Wojciech Samek, Klaus-Robert Müller

Deep networks are able to learn highly predictive models of video data. Due to video length, a common strategy is to train them on small video snippets. We apply the deep Taylor / LRP technique to understand the deep net…

General Classification

Towards Explaining Anomalies: A Deep Taylor Decomposition of One-Class Models

2018-05-16 · Jacob Kauffmann, Klaus-Robert Müller, Grégoire Montavon

A common machine learning task is to discriminate between normal and anomalous data points. In practice, it is not always sufficient to reach high accuracy at this task, one also would like to understand why a given data…

Edge Detection

DecompX: Explaining Transformers Decisions by Propagating Token Decomposition

2023-06-05 · Ali Modarressi, Mohsen Fayyaz, Ehsan Aghazadeh, Yadollah Yaghoobzadeh 외

An emerging solution for explaining Transformer-based models is to use vector-based analysis on how the representations are formed. However, providing a faithful vector-based explanation for a multi-layer model could be …

Evaluating Deep Taylor Decomposition for Reliability Assessment in the Wild

2022-05-03 · Stephanie Brandl, Daniel Hershcovich, Anders Søgaard

We argue that we need to evaluate model interpretability methods 'in the wild', i.e., in situations where professionals make critical decisions, and models can potentially assist them. We present an in-the-wild evaluatio…

Decision Making