paper-with-me

Papers

Making Anomalies More Anomalous: Video Anomaly Detection Using a Novel Generator and Destroyer

2024-02-26 · journal 2024 2 · Seungkyun Hong*, Sunghyun Ahn*, Youngwan Jo and Sanghyun Park

We propose a novel approach for video anomaly detection. Existing video anomaly detection methods train only on normal frames, with the expectation that the quality of the abnormal frames will decrease, and utilize the reconstruction error with the ground truth to detect anomalies. However, a challenge exists owing to the powerful generalization capability of deep neural networks, as they tend to proficiently generate abnormal frames. To address this issue, we introduce a novel method to make anomalies more anomalous by destroying abnormal areas in abnormal frames. Accordingly, we propose the frame-to-label and motion (F2LM) generator and Destroyer. The F2LM generator predicts a future frame by utilizing the label and motion information of the input frames, thereby degrading the quality of abnormal regions. The Destroyer destroys abnormal regions by transforming low-quality areas into zero vectors. Both models were trained individually, and during testing, the F2LM generator degraded the quality of abnormal regions, and the Destroyer subsequently destroyed these areas. Our proposed video anomaly detection method demonstrated superior performance compared to state-of-the-art models with three benchmark datasets (UCSD Ped2, CUHK Avenue, Shanghai Tech.). Our code and models are available online at https://github.com/SkiddieAhn/Paper-Making-Anomalies-More-Anomalous .

📄 PDF Abstract BibTeX

Code (1)

SkiddieAhn/Paper-Making-Anomalies-More-Anomalous pytorch

Tasks

Anomaly DetectionVideo Anomaly Detection

Similar Papers 제목 키워드 기반

Real-world Anomaly Detection in Surveillance Videos

2018-01-12 · CVPR 2018 6 · Waqas Sultani, Chen Chen, Mubarak Shah

Surveillance videos are able to capture a variety of realistic anomalies. In this paper, we propose to learn anomalies by exploiting both normal and anomalous videos. To avoid annotating the anomalous segments or clips i…

Abnormal Event Detection In VideoActivity RecognitionAnomaly DetectionAnomaly Detection In Surveillance Videos+3

Approaches Toward Physical and General Video Anomaly Detection

2021-12-14 · Laura Kart, Niv Cohen

In recent years, many works have addressed the problem of finding never-seen-before anomalies in videos. Yet, most work has been focused on detecting anomalous frames in surveillance videos taken from security cameras. M…

Anomaly DetectionDensity EstimationGeneral Action Video Anomaly DetectionPhysical Video Anomaly Detection+2

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

Anomaly DetectionOne-Class ClassificationVideo Anomaly Detection

Augment to Detect Anomalies with Continuous Labelling

2022-07-03 · Vahid Reza Khazaie, Anthony Wong, Yalda Mohsenzadeh

Anomaly detection is to recognize samples that differ in some respect from the training observations. These samples which do not conform to the distribution of normal data are called outliers or anomalies. In real-world …

Anomaly DetectionImage Augmentation

Localizing Anomalies from Weakly-Labeled Videos

2020-08-20 · Hui Lv, Chuanwei Zhou, Chunyan Xu, Zhen Cui 외

Video anomaly detection under video-level labels is currently a challenging task. Previous works have made progresses on discriminating whether a video sequencecontains anomalies. However, most of them fail to accurately…

Anomaly DetectionAnomaly Detection In Surveillance VideosAnomaly LocalizationVideo Anomaly Detection