paper-with-me

홈 › Papers

Learning Not to Reconstruct Anomalies

2021-10-19 · Marcella Astrid, Muhammad Zaigham Zaheer, Jae-Yeong Lee, Seung-Ik Lee

Video anomaly detection is often seen as one-class classification (OCC) problem due to the limited availability of anomaly examples. Typically, to tackle this problem, an autoencoder (AE) is trained to reconstruct the input with training set consisting only of normal data. At test time, the AE is then expected to well reconstruct the normal data while poorly reconstructing the anomalous data. However, several studies have shown that, even with only normal data training, AEs can often start reconstructing anomalies as well which depletes the anomaly detection performance. To mitigate this problem, we propose a novel methodology to train AEs with the objective of reconstructing only normal data, regardless of the input (i.e., normal or abnormal). Since no real anomalies are available in the OCC settings, the training is assisted by pseudo anomalies that are generated by manipulating normal data to simulate the out-of-normal-data distribution. We additionally propose two ways to generate pseudo anomalies: patch and skip frame based. Extensive experiments on three challenging video anomaly datasets demonstrate the effectiveness of our method in improving conventional AEs, achieving state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2110.09742

Code (1)

aseuteurideu/LearningNotToReconstructAnomalies 공식 구현 pytorch

Tasks

Anomaly DetectionOne-Class ClassificationVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

Test 설명 없음
AE An autoencoder is a type of artificial neural network used to learn efficient data codings in an unsupervised manner. The aim of an autoencoder is to learn a representation…

Similar 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 exampl…

Anomaly DetectionSemi-supervised Anomaly DetectionSupervised Anomaly Detection

ADTR: Anomaly Detection Transformer with Feature Reconstruction

2022-09-05 · Zhiyuan You, Kai Yang, Wenhan Luo, Lei Cui 외

Anomaly detection with only prior knowledge from normal samples attracts more attention because of the lack of anomaly samples. Existing CNN-based pixel reconstruction approaches suffer from two concerns. First, the reco…

Anomaly Detection

Memory-augmented Adversarial Autoencoders for Multivariate Time-series Anomaly Detection with Deep Reconstruction and Prediction

2021-10-15 · Qinfeng Xiao, Shikuan Shao, Jing Wang

Detecting anomalies for multivariate time-series without manual supervision continues a challenging problem due to the increased scale of dimensions and complexity of today's IT monitoring systems. Recent progress of uns…

Anomaly DetectionTime SeriesTime Series AnalysisTime Series Anomaly Detection+1

Exploiting Autoencoder's Weakness to Generate Pseudo Anomalies

2024-05-09 · Marcella Astrid, Muhammad Zaigham Zaheer, Djamila Aouada, Seung-Ik Lee

Due to the rare occurrence of anomalous events, a typical approach to anomaly detection is to train an autoencoder (AE) with normal data only so that it learns the patterns or representations of the normal training data.…

Anomaly Detection

CurvGAD: Leveraging Curvature for Enhanced Graph Anomaly Detection

2025-02-12 · Karish Grover, Geoffrey J. Gordon, Christos Faloutsos

Does the intrinsic curvature of complex networks hold the key to unveiling graph anomalies that conventional approaches overlook? Reconstruction-based graph anomaly detection (GAD) methods overlook such geometric outlier…

Anomaly DetectionAttributeDecoderGraph Anomaly Detection