paper-with-me

Papers

PseudoBound: Limiting the anomaly reconstruction capability of one-class classifiers using pseudo anomalies

2023-03-19 · Marcella Astrid, Muhammad Zaigham Zaheer, Seung-Ik Lee

Due to the rarity of anomalous events, video anomaly detection is typically approached as one-class classification (OCC) problem. Typically in OCC, an autoencoder (AE) is trained to reconstruct the normal only training data with the expectation that, in test time, it can poorly reconstruct the anomalous data. However, previous studies have shown that, even trained with only normal data, AEs can often reconstruct anomalous data as well, resulting in a decreased performance. To mitigate this problem, we propose to limit the anomaly reconstruction capability of AEs by incorporating pseudo anomalies during the training of an AE. Extensive experiments using five types of pseudo anomalies show the robustness of our training mechanism towards any kind of pseudo anomaly. Moreover, we demonstrate the effectiveness of our proposed pseudo anomaly based training approach against several existing state-ofthe-art (SOTA) methods on three benchmark video anomaly datasets, outperforming all the other reconstruction-based approaches in two datasets and showing the second best performance in the other dataset.

📄 PDF Abstract BibTeX arXiv:2303.10704

Code (0)

등록된 구현이 없습니다.

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 제목 키워드 기반

Constricting Normal Latent Space for Anomaly Detection with Normal-only Training Data

2024-03-24 · Marcella Astrid, Muhammad Zaigham Zaheer, Seung-Ik Lee

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.…

Anomaly DetectionVideo Anomaly Detection

DDR-ID: Dual Deep Reconstruction Networks Based Image Decomposition for Anomaly Detection

2020-07-18 · Dongyun Lin, Yiqun Li, Shudong Xie, Tin Lay Nwe 외

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+1

Limiting the Reconstruction Capability of Generative Neural Network using Negative Learning

2017-08-16 · Asim Munawar, Phongtharin Vinayavekhin, Giovanni De Magistris

Generative models are widely used for unsupervised learning with various applications, including data compression and signal restoration. Training methods for such systems focus on the generality of the network given lim…

Anomaly DetectionData Compression

SwinAD: Multi-stage feature reconstruction for unsupervised industrial anomaly detection

2026-07-16 · Huong Ninh, Chien Thai, Mai Xuan Trang, Vu-Minh Le 외 arxiv

Industrial anomaly detection aims to identify and localize defective regions without relying on exhaustive annotations of all possible defect types. Although recent unsupervised methods have achieved strong performance, …

Unsupervised Anomaly Detection

Synthetic Pseudo Anomalies for Unsupervised Video Anomaly Detection: A Simple yet Efficient Framework based on Masked Autoencoder

2023-03-09 · Xiangyu Huang, Caidan Zhao, Chenxing Gao, Lvdong Chen 외

Due to the limited availability of anomalous samples for training, video anomaly detection is commonly viewed as a one-class classification problem. Many prevalent methods investigate the reconstruction difference produc…

Anomaly DetectionOne-Class ClassificationVideo Anomaly Detection