Share your thoughts, 1 month free Claude Pro on usSee more
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 DetectionShanghaiTech (test)
AUC0.791
211
Video Anomaly DetectionCUHK Avenue (Ave) (test)
AUC91.3
203
Abnormal Event DetectionUCSD Ped2
AUC95.4
150
Abnormal Event DetectionUCSD Ped2 (test)--
146
Video Anomaly DetectionCUHK Avenue (test)
Frame-level AUC0.913
91
Video Anomaly DetectionUCSD Ped2 (test)
Frame-level AUC95.4
86
Video Anomaly DetectionAvenue (test)
AUC (Micro)91.3
85
Video Anomaly DetectionShanghaiTech (SHT) (test)
Frame-level AUC79.1
82
Video Anomaly DetectionShanghaiTech standard (test)
Frame-Level AUC79.1
50
Video Anomaly DetectionAvenue
Frame-AUC91.3
49
Showing 10 of 19 rows

Other info

Code

Follow for update