paper-with-me

홈 › Papers

CPNet: Cross-Parallel Network for Efficient Anomaly Detection

2021-08-10 · Youngsaeng Jin, Jonghwan Hong, David Han, Hanseok Ko

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 handle a single input frame, to make the calculations significantly more efficient. Additionally, an inter-network shift module is incorporated to capture temporal relationships among sequential frames to enable more accurate future predictions.The quantitative results show that our model requires less computational cost than the baseline U-Net while delivering equivalent performance in anomaly detection.

📄 PDF Abstract BibTeX arXiv:2108.04454

Code (1)

2023-MindSpore-1/ms-code-222/tree/main/CPNet mindspore

Tasks

Anomaly DetectionDecoder

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

SCPNet: Unsupervised Cross-modal Homography Estimation via Intra-modal Self-supervised Learning

2024-07-11 · Runmin Zhang, Jun Ma, Si-Yuan Cao, Lun Luo 외

We propose a novel unsupervised cross-modal homography estimation framework based on intra-modal Self-supervised learning, Correlation, and consistent feature map Projection, namely SCPNet. The concept of intra-modal sel…

Homography EstimationSelf-Supervised Learning

SCPNet: Spatial-Channel Parallelism Network for Joint Holistic and Partial Person Re-Identification

2018-10-16 · Xing Fan, Hao Luo, Xuan Zhang, Lingxiao He 외

Holistic person re-identification (ReID) has received extensive study in the past few years and achieves impressive progress. However, persons are often occluded by obstacles or other persons in practical scenarios, whic…

Person Re-Identification

LCPNet: Latent Consistent Proximal Unfolding Network for Infrared Small Target Detection

2026-07-06 · Tianfang Zhang, Fengyi Wu, Lei Li, Chang Liu 외 arxiv

Infrared small target detection (IRSTD) aims to identify long distance small targets from complex infrared backgrounds, and is a fundamental task in remote sensing. Deep learning methods have improved IRSTD by learning d…

A biological vision inspired framework for machine perception of abutting grating illusory contours

2025-08-24 · Xiao Zhang, Kai-Fu Yang, Xian-Shi Zhang, Hong-Zhi You 외 arxiv

Higher levels of machine intelligence demand alignment with human perception and cognition. Deep neural networks (DNN) dominated machine intelligence have demonstrated exceptional performance across various real-world ta…

Edge Detection

Paranom: A Parallel Anomaly Dataset Generator

2018-01-09 · Justin Gottschlich

In this paper, we present Paranom, a parallel anomaly dataset generator. We discuss its design and provide brief experimental results demonstrating its usefulness in improving the classification correctness of LSTM-AD, a…

Anomaly DetectionGeneral Classification