paper-with-me

Papers

Normalizing Flows for Human Pose Anomaly Detection

2022-11-20 · ICCV 2023 1 · Or Hirschorn, Shai Avidan

Video anomaly detection is an ill-posed problem because it relies on many parameters such as appearance, pose, camera angle, background, and more. We distill the problem to anomaly detection of human pose, thus decreasing the risk of nuisance parameters such as appearance affecting the result. Focusing on pose alone also has the side benefit of reducing bias against distinct minority groups. Our model works directly on human pose graph sequences and is exceptionally lightweight (~1K parameters), capable of running on any machine able to run the pose estimation with negligible additional resources. We leverage the highly compact pose representation in a normalizing flows framework, which we extend to tackle the unique characteristics of spatio-temporal pose data and show its advantages in this use case. The algorithm is quite general and can handle training data of only normal examples as well as a supervised setting that consists of labeled normal and abnormal examples. We report state-of-the-art results on two anomaly detection benchmarks - the unsupervised ShanghaiTech dataset and the recent supervised UBnormal dataset.

📄 PDF Abstract BibTeX arXiv:2211.10946

Code (1)

orhir/stg-nf 공식 구현 pytorch

Tasks

Abnormal Event Detection In VideoAnomaly DetectionAnomaly Detection In Surveillance VideosPose EstimationSelf-Supervised LearningVideo Anomaly Detection

Methods 이 논문이 사용한 방법론

Normalizing Flows Normalizing Flows are a method for constructing complex distributions by transforming a probability density through a series of invertible mappings. By repeatedly applying…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Anomaly Detection in Trajectory Data with Normalizing Flows

2020-04-13 · Madson L. D. Dias, César Lincoln C. Mattos, Ticiana L. C. da Silva, José Antônio F. de Macedo 외

The task of detecting anomalous data patterns is as important in practical applications as challenging. In the context of spatial data, recognition of unexpected trajectories brings additional difficulties, such as high …

Anomaly DetectionDensity Estimation

Temporal-Conditioned Normalizing Flows for Multivariate Time Series Anomaly Detection

2026-03-10 · David Baumgartner, Helge Langseth, Kenth Engø-Monsen, Heri Ramampiaro arxiv

This paper introduces temporal-conditioned normalizing flows (tcNF), a novel framework that addresses anomaly detection in time series data with accurate modeling of temporal dependencies and uncertainty. By conditioning…

Time Series Anomaly Detection

Quantum Normalizing Flows for Anomaly Detection

2024-02-05 · Bodo Rosenhahn, Christoph Hirche

A Normalizing Flow computes a bijective mapping from an arbitrary distribution to a predefined (e.g. normal) distribution. Such a flow can be used to address different tasks, e.g. anomaly detection, once such a mapping h…

Anomaly Detection

FANFOLD: Graph Normalizing Flows-driven Asymmetric Network for Unsupervised Graph-Level Anomaly Detection

2024-06-29 · Rui Cao, Shijie Xue, Jindong Li, Qi Wang 외

Unsupervised graph-level anomaly detection (UGAD) has attracted increasing interest due to its widespread application. In recent studies, knowledge distillation-based methods have been widely used in unsupervised anomaly…

Anomaly DetectionKnowledge DistillationUnsupervised Anomaly Detection

Graph-Augmented Normalizing Flows for Anomaly Detection of Multiple Time Series

2022-02-16 · ICLR 2022 4 · Enyan Dai, Jie Chen

Anomaly detection is a widely studied task for a broad variety of data types; among them, multiple time series appear frequently in applications, including for example, power grids and traffic networks. Detecting anomali…

Anomaly DetectionDensity EstimationTime SeriesTime Series Analysis+1