CVLGIVJun 26, 2022

Video Anomaly Detection via Prediction Network with Enhanced Spatio-Temporal Memory Exchange

arXiv:2206.12914v111 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses video anomaly detection for surveillance and security applications, representing an incremental improvement over existing prediction-based methods.

The paper tackles video anomaly detection by addressing the limitation that anomalies do not always cause large reconstruction errors, proposing a Convolutional LSTM Auto-Encoder with enhanced spatio-temporal memory exchange, and results show it outperforms most existing prediction-based methods on three benchmarks.

Video anomaly detection is a challenging task because most anomalies are scarce and non-deterministic. Many approaches investigate the reconstruction difference between normal and abnormal patterns, but neglect that anomalies do not necessarily correspond to large reconstruction errors. To address this issue, we design a Convolutional LSTM Auto-Encoder prediction framework with enhanced spatio-temporal memory exchange using bi-directionalilty and a higher-order mechanism. The bi-directional structure promotes learning the temporal regularity through forward and backward predictions. The unique higher-order mechanism further strengthens spatial information interaction between the encoder and the decoder. Considering the limited receptive fields in Convolutional LSTMs, we also introduce an attention module to highlight informative features for prediction. Anomalies are eventually identified by comparing the frames with their corresponding predictions. Evaluations on three popular benchmarks show that our framework outperforms most existing prediction-based anomaly detection methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes