TL;DR
This paper introduces a novel anomaly detection method for human actions using pose graphs, clustering, and Dirichlet process mixtures, achieving superior results on benchmark datasets.
Contribution
It presents a new approach that analyzes human pose graphs directly, creating a robust, viewpoint- and illumination-independent anomaly detection framework.
Findings
Outperforms state-of-the-art methods on benchmark datasets.
Effective in both fine-grained and coarse-grained anomaly detection.
Robust to nuisance parameters like viewpoint and illumination.
Abstract
We propose a new method for anomaly detection of human actions. Our method works directly on human pose graphs that can be computed from an input video sequence. This makes the analysis independent of nuisance parameters such as viewpoint or illumination. We map these graphs to a latent space and cluster them. Each action is then represented by its soft-assignment to each of the clusters. This gives a kind of "bag of words" representation to the data, where every action is represented by its similarity to a group of base action-words. Then, we use a Dirichlet process based mixture, that is useful for handling proportional data such as our soft-assignment vectors, to determine if an action is normal or not. We evaluate our method on two types of data sets. The first is a fine-grained anomaly detection data set (e.g. ShanghaiTech) where we wish to detect unusual variations of some…
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
Graph Embedded Pose Clustering for Anomaly Detection· youtube
