Constricting Normal Latent Space for Anomaly Detection with Normal-only Training Data
In order to devise an anomaly detection model using only normal training data, an autoencoder (AE) is typically trained to reconstruct the data. As a result, the AE can extract normal representations in its latent space. During test time, since AE is not trained using real anomalies, it is expected to poorly reconstruct the anomalous data. However, several researchers have observed that it is not the case. In this work, we propose to limit the reconstruction capability of AE by introducing a novel latent constriction loss, which is added to the existing reconstruction loss. By using our method, no extra computational cost is added to the AE during test time. Evaluations using three video anomaly detection benchmark datasets, i.e., Ped2, Avenue, and ShanghaiTech, demonstrate the effectiveness of our method in limiting the reconstruction capability of AE, which leads to a better anomaly detection model.
Code (0)
등록된 구현이 없습니다.
Tasks
Anomaly DetectionVideo Anomaly DetectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
DDR-ID: Dual Deep Reconstruction Networks Based Image Decomposition for Anomaly Detection
One pivot challenge for image anomaly (AD) detection is to learn discriminative information only from normal class training images. Most image reconstruction based AD methods rely on the discriminative capability of reco…
Adversarial AttackAdversarial Attack DetectionAnomaly DetectionBenchmarking+1GANomaly: Semi-Supervised Anomaly Detection via Adversarial Training
Anomaly detection is a classical problem in computer vision, namely the determination of the normal from the abnormal when datasets are highly biased towards one class (normal) due to the insufficient sample size of the …
Anomaly DetectionDecoderGenerative Adversarial NetworkSemi-supervised Anomaly Detection+1VELC: A New Variational AutoEncoder Based Model for Time Series Anomaly Detection
Anomaly detection is a classical but worthwhile problem, and many deep learning-based anomaly detection algorithms have been proposed, which can usually achieve better detection results than traditional methods. In view …
Anomaly DetectionDecoderTime SeriesTime Series Analysis+1Y-GAN: Learning Dual Data Representations for Efficient Anomaly Detection
We propose a novel reconstruction-based model for anomaly detection, called Y-GAN. The model consists of a Y-shaped auto-encoder and represents images in two separate latent spaces. The first captures meaningful image se…
Anomaly DetectionDisentanglementHierarchical Gaussian Mixture Normalizing Flow Modeling for Unified Anomaly Detection
Unified anomaly detection (AD) is one of the most challenges for anomaly detection, where one unified model is trained with normal samples from multiple classes with the objective to detect anomalies in these classes. Fo…
Anomaly DetectionMulti-class Anomaly Detection