CVApr 14, 2021

Learning Normal Dynamics in Videos with Meta Prototype Network

arXiv:2104.06689v2207 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of memory inefficiency and lack of adaptability in video anomaly detection for surveillance and security applications, offering an incremental improvement.

The paper tackles video anomaly detection by proposing a Meta-Prototype Unit (MPU) that encodes normal dynamics in real-time without extra memory, achieving superior performance over state-of-the-art methods on various benchmarks.

Frame reconstruction (current or future frame) based on Auto-Encoder (AE) is a popular method for video anomaly detection. With models trained on the normal data, the reconstruction errors of anomalous scenes are usually much larger than those of normal ones. Previous methods introduced the memory bank into AE, for encoding diverse normal patterns across the training videos. However, they are memory-consuming and cannot cope with unseen new scenarios in the testing data. In this work, we propose a dynamic prototype unit (DPU) to encode the normal dynamics as prototypes in real time, free from extra memory cost. In addition, we introduce meta-learning to our DPU to form a novel few-shot normalcy learner, namely Meta-Prototype Unit (MPU). It enables the fast adaption capability on new scenes by only consuming a few iterations of update. Extensive experiments are conducted on various benchmarks. The superior performance over the state-of-the-art demonstrates the effectiveness of our method.

Code Implementations1 repo
Foundations

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

Your Notes