CVJul 4, 2023

Unsupervised Video Anomaly Detection with Diffusion Models Conditioned on Compact Motion Representations

arXiv:2307.01533v236 citationsh-index: 55Has Code
Originality Highly original
AI Analysis

This work addresses the problem of detecting anomalies in videos without labeled data, offering a novel approach that enhances accuracy and cross-dataset generalization for applications in surveillance and security.

The paper tackles unsupervised video anomaly detection by using conditional diffusion models with compact motion representations, achieving improved performance and better generalization across datasets compared to prior methods.

This paper aims to address the unsupervised video anomaly detection (VAD) problem, which involves classifying each frame in a video as normal or abnormal, without any access to labels. To accomplish this, the proposed method employs conditional diffusion models, where the input data is the spatiotemporal features extracted from a pre-trained network, and the condition is the features extracted from compact motion representations that summarize a given video segment in terms of its motion and appearance. Our method utilizes a data-driven threshold and considers a high reconstruction error as an indicator of anomalous events. This study is the first to utilize compact motion representations for VAD and the experiments conducted on two large-scale VAD benchmarks demonstrate that they supply relevant information to the diffusion model, and consequently improve VAD performances w.r.t the prior art. Importantly, our method exhibits better generalization performance across different datasets, notably outperforming both the state-of-the-art and baseline methods. The code of our method is available at https://github.com/AnilOsmanTur/conditioned_video_anomaly_diffusion

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