paper-with-me

홈 › Papers

Explaining Anomalies Detected by Autoencoders Using SHAP

2019-03-06 · Liat Antwarg, Ronnie Mindlin Miller, Bracha Shapira, Lior Rokach

Anomaly detection algorithms are often thought to be limited because they don't facilitate the process of validating results performed by domain experts. In Contrast, deep learning algorithms for anomaly detection, such as autoencoders, point out the outliers, saving experts the time-consuming task of examining normal cases in order to find anomalies. Most outlier detection algorithms output a score for each instance in the database. The top-k most intense outliers are returned to the user for further inspection; however the manual validation of results becomes challenging without additional clues. An explanation of why an instance is anomalous enables the experts to focus their investigation on most important anomalies and may increase their trust in the algorithm. Recently, a game theory-based framework known as SHapley Additive exPlanations (SHAP) has been shown to be effective in explaining various supervised learning models. In this research, we extend SHAP to explain anomalies detected by an autoencoder, an unsupervised model. The proposed method extracts and visually depicts both the features that most contributed to the anomaly and those that offset it. A preliminary experimental study using real world data demonstrates the usefulness of the proposed method in assisting the domain experts to understand the anomaly and filtering out the uninteresting anomalies, aiming at minimizing the false positive rate of detected anomalies.

📄 PDF Abstract BibTeX arXiv:1903.02407

Code (2)

ronniemi/explainAnomaliesUsingSHAP 공식 구현 tf
liuyilin950623/SHAP_on_Autoencoder tf

Tasks

Anomaly DetectionOutlier Detection

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Shapley Values of Reconstruction Errors of PCA for Explaining Anomaly Detection

2019-09-08 · Naoya Takeishi

We present a method to compute the Shapley values of reconstruction errors of principal component analysis (PCA), which is particularly useful in explaining the results of anomaly detection based on PCA. Because features…

Anomaly DetectionRaw reconstruction

Estimation of Dimensions Contributing to Detected Anomalies with Variational Autoencoders

2018-11-12 · Yasuhiro Ikeda, Kengo Tajiri, Yuusuke Nakano, Keishiro Watanabe 외

Anomaly detection using dimensionality reduction has been an essential technique for monitoring multidimensional data. Although deep learning-based methods have been well studied for their remarkable detection performanc…

Anomaly DetectionDimensionality Reduction

Explaining Anomalies using Denoising Autoencoders for Financial Tabular Data

2022-09-21 · Timur Sattarov, Dayananda Herurkar, Jörn Hees

Recent advances in Explainable AI (XAI) increased the demand for deployment of safe and interpretable AI models in various industry sectors. Despite the latest success of deep neural networks in a variety of domains, und…

Decision MakingDenoisingExplainable Artificial Intelligence (XAI)Management

Towards Visually Explaining Variational Autoencoders

2019-11-18 · CVPR 2020 6 · Wenqian Liu, Runze Li, Meng Zheng, Srikrishna Karanam 외

Recent advances in Convolutional Neural Network (CNN) model interpretability have led to impressive progress in visualizing and understanding model predictions. In particular, gradient-based visual attention methods have…

Disentanglement

Analyzing Business Process Anomalies Using Autoencoders

2018-03-03 · Timo Nolle, Stefan Luettgen, Alexander Seeliger, Max Mühlhäuser

Businesses are naturally interested in detecting anomalies in their internal processes, because these can be indicators for fraud and inefficiencies. Within the domain of business intelligence, classic anomaly detection …

Anomaly Detection