Making Reconstruction-based Method Great Again for Video Anomaly Detection
Yizhou Wang, Can Qin, Yue Bai, Yi Xu, Xu Ma, Yun Fu

TL;DR
This paper introduces STATE, a transformer-inspired autoencoder with a convolutional attention module, combined with input perturbation during testing, to improve video anomaly detection by better modeling temporal dependencies and reducing overfitting.
Contribution
The paper proposes a novel STATE autoencoder with a learnable attention module and a test-time input perturbation technique to enhance reconstruction-based video anomaly detection.
Findings
Outperforms previous reconstruction-based methods on benchmark datasets.
Achieves state-of-the-art anomaly detection performance.
Effectively differentiates normal and abnormal frames using combined raw and motion errors.
Abstract
Anomaly detection in videos is a significant yet challenging problem. Previous approaches based on deep neural networks employ either reconstruction-based or prediction-based approaches. Nevertheless, existing reconstruction-based methods 1) rely on old-fashioned convolutional autoencoders and are poor at modeling temporal dependency; 2) are prone to overfit the training samples, leading to indistinguishable reconstruction errors of normal and abnormal frames during the inference phase. To address such issues, firstly, we get inspiration from transformer and propose patio-emporal uto-rans-ncoder, dubbed as , as a new autoencoder model for enhanced consecutive frame reconstruction. Our STATE is equipped with a specifically designed learnable convolutional attention module for efficient temporal learning and…
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 · Human Pose and Action Recognition · Artificial Immune Systems Applications
