Home

Awesome

Networking Systems for Video Anomaly Detection: A Tutorial and Survey

This is the official repository for the paper titled "Networking Systems for Video Anomaly Detection: A Tutorial and Survey", submitted to πŸ“° ACM Computing Surveys. Serving as the inaugural tutorial paper focusing on video anomaly detection (VAD), this article provides a comprehensive review of the latest advancements in unsupervised, weakly supervised, and fully unsupervised VAD routes, along with detailed explanations of typical methodologies. We analyze the linage of VAD with AI, IoT, and communication communities from the perspective of Network Systems for Artificial Intelligence (NSAI), expanding its research boundaries to include deployable Networking Systems of VAD (NSVAD). Moreover, we introduce our explorations of NSVAD applications in industrial IoT, smart cities, and complex systems. Finally, we combine these with insights into the development trends and potential opportunities of NSVAD in line with the advancements in AI. This repository curates existing literature, available code, public datasets, libraries, and relevant tutorials to facilitate learning for beginners.

πŸ“– Table of contents

Datasets

Dataset#Videos#Normal#Abnormal#Scenes#Anomalies#Classes
UMN6,1651,5763113
Subway Entrance132,13812,1121515
Subway Exit60,4104,4911143
Street Scene$^{*}$81159,34143,9162051717
CUHK Avenue3726,8323,8201775
ShanghaiTech437300,30817,0901315811
UCSD Ped1709,9954,0051615
UCSD Ped2292,9241,6361215
UCF-Crime1,90095013
ShanghaiTech Weakly$^{**}$43711
XD-Violance4,7546
Ubnormal$^{***}$543147,88789,01529660
ADOC97,0301721
NWPU Campus5473052424328

$^{*}$ Following previous works, we set the frame rate to 15 fps.

$^{***}$ This dataset is reorganized from ShanghaiTech, so we provide the reorganized file list here.

$^{***}$ The Ubnormal contains a validation set with 64 videos totaling 14,237 normal and 13,938 abnormal frames.

Taxonomy

1. Unsupervised Video Anomaly Detection

1.1 Global Normality Learning

πŸ—“οΈ 2016 & Before

πŸ—“οΈ 2017

πŸ—“οΈ 2019

πŸ—“οΈ 2020

πŸ—“οΈ 2021

πŸ—“οΈ 2022

πŸ—“οΈ 2023

1.2 Local Prototype Modeling

1.2.1 Spatial-Temporal Patch-based Methods

πŸ—“οΈ 2016 & Before

πŸ—“οΈ 2017

πŸ—“οΈ 2018

πŸ—“οΈ 2019

πŸ—“οΈ 2020

πŸ—“οΈ 2021

πŸ—“οΈ 2022

πŸ—“οΈ 2023

1.2.2 Foreground Object-driven Methods

πŸ—“οΈ 2017

πŸ—“οΈ 2018

πŸ—“οΈ 2019

πŸ—“οΈ 2020

πŸ—“οΈ 2021

πŸ—“οΈ 2022

πŸ—“οΈ 2023

2. Weakly Supervised Video Abnormal Detection

2.1 Uni-modal Methods

πŸ—“οΈ 2018

πŸ—“οΈ 2019

πŸ—“οΈ 2020

πŸ—“οΈ 2021

πŸ—“οΈ 2022

πŸ—“οΈ 2023

2.2 Multi-modal Methods

πŸ—“οΈ 2020

πŸ—“οΈ 2021

πŸ—“οΈ 2022

3 Fully Unsupervised Video Anomaly Detection

Performance Comparison

Due to differences in implementation platforms and experimental setups, directly comparing performance reported in papers may lead to unfair comparisons. To address this issue, we have avoided such discussions in the main paper and only provided the reported numbers in this repository for readers' reference. For accuracy-oriented metrics, we encourage readers to test the models on their own platforms with the publicly available code. Additionally, readers can refer to our survey paper for frame-level AUC, EER, and AP of existing methods. The inference speeds of available methods are as follows:

YearMethodAIS (FPS)Dataset
2010ADCS0.4UCSD Ped2
2011VParsing0.13UCSD Ped1
2013Avenue150CUHK Avenue
2013SR0.26UCSD Ped1
2014ADL1.25UCSD Ped2
2015RTAD200UCSD Ped 1 & Ped2, UMN
2015STVP1UCSD Ped 1 & Ped2
2015HFR2UCSD Ped1
2017DAF20CUHK Avenue
2017Deep-cascade130UCSD Ped 1 & Ped2, UMN
2017ST-AE143CUHK Avenue, Subway, UCSD Ped 1 & Ped2
2017stacked-RNN50UCSD Ped2
2018Deep-anomaly370UCSD Ped2
2018FFP25CUHK Avenue
2019NNC24CUHK Avenue, Subway, UMN
2019OC-AE11CUHK Avenue, UCSD Ped2, SHanghaitch, UMN
2019mem-AE38UCSD Ped2
2019AnoPCN10UCSD Ped2, CUHK Avenue, ShanghaiTech
2020Clustering32UCSD Ped2
2020MNAD67UCSD Ped2
2023HN-MUM34UCSD Ped2
2023CRC46CUHK Avenue

Relevant Workshops & Tutorials

Related Topics & Tasks

Tools

Citation

If you find our work useful, please cite our paper:

@misc{liu2024networking,
  title = {Networking {{Systems}} for {{Video Anomaly Detection}}: {{A Tutorial}} and {{Survey}}},
  shorttitle = {Networking {{Systems}} for {{Video Anomaly Detection}}},
  author = {Liu, Jing and Liu, Yang and Lin, Jieyu and Li, Jielin and Sun, Peng and Hu, Bo and Song, Liang and Boukerche, Azzedine and Leung, Victor C. M.},
  year = {2024},
  month = may,
  number = {arXiv:2405.10347},
  primaryclass = {cs},
}