Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Self-Distilled Masked Auto-Encoders are Efficient Video Anomaly Detectors

About

We propose an efficient abnormal event detection model based on a lightweight masked auto-encoder (AE) applied at the video frame level. The novelty of the proposed model is threefold. First, we introduce an approach to weight tokens based on motion gradients, thus shifting the focus from the static background scene to the foreground objects. Second, we integrate a teacher decoder and a student decoder into our architecture, leveraging the discrepancy between the outputs given by the two decoders to improve anomaly detection. Third, we generate synthetic abnormal events to augment the training videos, and task the masked AE model to jointly reconstruct the original frames (without anomalies) and the corresponding pixel-level anomaly maps. Our design leads to an efficient and effective model, as demonstrated by the extensive experiments carried out on four benchmarks: Avenue, ShanghaiTech, UBnormal and UCSD Ped2. The empirical results show that our model achieves an excellent trade-off between speed and accuracy, obtaining competitive AUC scores, while processing 1655 FPS. Hence, our model is between 8 and 70 times faster than competing methods. We also conduct an ablation study to justify our design. Our code is freely available at: https://github.com/ristea/aed-mae.

Nicolae-Catalin Ristea, Florinel-Alin Croitoru, Radu Tudor Ionescu, Marius Popescu, Fahad Shahbaz Khan, Mubarak Shah• 2023

Related benchmarks

TaskDatasetResultRank
Video Anomaly DetectionCUHK Avenue (Ave) (test)
AUC91.3
203
Video Anomaly DetectionShanghaiTech (test)--
194
Abnormal Event DetectionUCSD Ped2 (test)--
146
Video Anomaly DetectionAvenue (test)
AUC (Micro)91.3
85
Video Anomaly DetectionShanghaiTech standard (test)
Frame-Level AUC79.1
50
Abnormal Event DetectionAvenue (test)
RBDC46.77
37
Video Anomaly DetectionUBnormal (test)--
37
Anomaly DetectionShanghaiTech (test)
RBDC26.42
34
Video Anomaly DetectionUBnormal
AUC58.5
25
Video Anomaly DetectionShanghaiTech (SHTech) (test)
AUROC0.791
24
Showing 10 of 13 rows

Other info

Code

Follow for update