Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.3 KB

File metadata and controls

34 lines (21 loc) · 2.3 KB

Anomaly Detection in Surveillance Videos: Pytorch Implementation (Master Thesis)

Sareh Soltani Nejad, Anwar Haque

The widespread implementation of urban surveillance systems has necessitated more sophisticated techniques for anomaly detection to ensure enhanced public safety. This paper presents a significant advancement in the field of anomaly detection through the application of Two-Stream Inflated 3D (I3D) Convolutional Networks. These networks substantially outperform traditional 3D Convolutional Networks (C3D) by more effectively extracting spatial and temporal features from surveillance videos, thus improving the precision of anomaly detection. Our research advances the field by implementing a weakly supervised learning framework based on Multiple Instance Learning (MIL), which uniquely conceptualizes surveillance videos as collections of 'bags' that contain instances (video clips). Each instance is innovatively processed through a ranking mechanism that prioritizes clips based on their potential to display anomalies. This novel strategy not only enhances the accuracy and precision of anomaly detection but also significantly diminishes the dependency on extensive manual annotations. Moreover, through meticulous optimization of model settings, including the choice of optimizer, our approach not only establishes new benchmarks in the performance of anomaly detection systems but also offers a scalable and efficient solution for real-world surveillance applications. This paper contributes significantly to the field of computer vision by delivering a more adaptable, efficient, and context-aware anomaly detection system, which is poised to redefine practices in urban surveillance.


proposedmethod

Example Images


Description

Official implementation of the paper based on Pytorch:


Code coming soon!


Citation

To cite the paper, please use the following BibTeX:

@article{soltani2024weakly,
  title={Weakly-Supervised Anomaly Detection in Surveillance Videos Based on Two-Stream I3D Convolution Network},
  author={Sareh Soltani Nejad and Anwar Haque},
  journal={arXiv preprint arXiv:2411.08755},
  year={2024}
}