paper-with-me

홈 › Papers

Reconstruction Error-based Anomaly Detection with Few Outlying Examples

2023-05-17 · Fabrizio Angiulli, Fabio Fassetti, Luca Ferragina

Reconstruction error-based neural architectures constitute a classical deep learning approach to anomaly detection which has shown great performances. It consists in training an Autoencoder to reconstruct a set of examples deemed to represent the normality and then to point out as anomalies those data that show a sufficiently large reconstruction error. Unfortunately, these architectures often become able to well reconstruct also the anomalies in the data. This phenomenon is more evident when there are anomalies in the training set. In particular when these anomalies are labeled, a setting called semi-supervised, the best way to train Autoencoders is to ignore anomalies and minimize the reconstruction error on normal data. The goal of this work is to investigate approaches to allow reconstruction error-based architectures to instruct the model to put known anomalies outside of the domain description of the normal data. Specifically, our strategy exploits a limited number of anomalous examples to increase the contrast between the reconstruction error associated with normal examples and those associated with both known and unknown anomalies, thus enhancing anomaly detection performances. The experiments show that this new procedure achieves better performances than the standard Autoencoder approach and the main deep learning techniques for semi-supervised anomaly detection.

📄 PDF Abstract BibTeX arXiv:2305.10464

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Deep Random Projection Outlyingness for Unsupervised Anomaly Detection

2021-06-08 · Martin Bauw, Santiago Velasco-Forero, Jesus Angulo, Claude Adnet 외

Random projection is a common technique for designing algorithms in a variety of areas, including information retrieval, compressive sensing and measuring of outlyingness. In this work, the original random projection out…

Anomaly DetectionCompressive SensingInformation RetrievalRetrieval+1

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

Visual Anomaly Detection Via Partition Memory Bank Module and Error Estimation

2022-09-26 · Peng Xing, Zechao Li

Reconstruction method based on the memory module for visual anomaly detection attempts to narrow the reconstruction error for normal samples while enlarging it for anomalous samples. Unfortunately, the existing memory mo…

Anomaly DetectionAnomaly Localization

Reconstruct Anomaly to Normal: Adversarial Learned and Latent Vector-constrained Autoencoder for Time-series Anomaly Detection

2020-10-14 · Chunkai Zhang, Wei Zuo, Xuan Wang

Anomaly detection in time series has been widely researched and has important practical applications. In recent years, anomaly detection algorithms are mostly based on deep-learning generative models and use the reconstr…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection

Rethinking Reconstruction-based Graph-Level Anomaly Detection: Limitations and a Simple Remedy

2024-10-27 · Sunwoo Kim, Soo Yong Lee, Fanchen Bu, Shinhwan Kang 외

Graph autoencoders (Graph-AEs) learn representations of given graphs by aiming to accurately reconstruct them. A notable application of Graph-AEs is graph-level anomaly detection (GLAD), whose objective is to identify gr…

Anomaly Detection