paper-with-me

홈 › Papers

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 point has been predicted in a certain way. We present a new principled approach for one-class SVMs that decomposes outlier predictions in terms of input variables. The method first recomposes the one-class model as a neural network with distance functions and min-pooling, and then performs a deep Taylor decomposition (DTD) of the model output. The proposed One-Class DTD is applicable to a number of common distance-based SVM kernels and is able to reliably explain a wide set of data anomalies. Furthermore, it outperforms baselines such as sensitivity analysis, nearest neighbor, or simple edge detection.

📄 PDF Abstract BibTeX arXiv:1805.06230

Code (0)

등록된 구현이 없습니다.

Tasks

Edge Detection

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…

Similar Papers 제목 키워드 기반

Unsupervised Detection and Explanation of Latent-class Contextual Anomalies

2018-06-29 · Jacob Kauffmann, Grégoire Montavon, Luiz Alberto Lima, Shinichi Nakajima 외

Detecting and explaining anomalies is a challenging effort. This holds especially true when data exhibits strong dependencies and single measurements need to be assessed and analyzed in their respective context. In this …

Explaining NonLinear Classification Decisions with Deep Taylor Decomposition

2015-12-08 · Grégoire Montavon, Sebastian Bach, Alexander Binder, Wojciech Samek 외

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…

Action RecognitionClassificationGeneral Classificationimage-classification+2

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

Discriminating Spatial and Temporal Relevance in Deep Taylor Decompositions for Explainable Activity Recognition

2019-08-05 · Liam Hiley, Alun Preece, Yulia Hicks, David Marshall 외

Current techniques for explainable AI have been applied with some success to image processing. The recent rise of research in video processing has called for similar work n deconstructing and explaining spatio-temporal m…

Action RecognitionActivity Recognition

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