CPNet: Cross-Parallel Network for Efficient Anomaly Detection
Youngsaeng Jin, Jonghwan Hong, David Han, Hanseok Ko

TL;DR
This paper introduces CPNet, a parallel U-Net based architecture that reduces computational costs in video anomaly detection without sacrificing detection accuracy, by processing frames in parallel and capturing temporal relations.
Contribution
The paper proposes a novel Cross-Parallel Network with multiple parallel U-Nets and an inter-network shift module for efficient and accurate anomaly detection in videos.
Findings
Requires less computational cost than baseline U-Net
Maintains equivalent anomaly detection performance
Effectively captures temporal relationships among frames
Abstract
Anomaly detection in video streams is a challenging problem because of the scarcity of abnormal events and the difficulty of accurately annotating them. To alleviate these issues, unsupervised learning-based prediction methods have been previously applied. These approaches train the model with only normal events and predict a future frame from a sequence of preceding frames by use of encoder-decoder architectures so that they result in small prediction errors on normal events but large errors on abnormal events. The architecture, however, comes with the computational burden as some anomaly detection tasks require low computational cost without sacrificing performance. In this paper, Cross-Parallel Network (CPNet) for efficient anomaly detection is proposed here to minimize computations without performance drops. It consists of N smaller parallel U-Net, each of which is designed to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Network Security and Intrusion Detection · Video Surveillance and Tracking Methods
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Concatenated Skip Connection · Max Pooling · Convolution · U-Net
