llien30 / paper_summary

Write the summaries of papers I've read.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Embedded Pose Clustering for Anomaly Detection

llien30 opened this issue · comments

INFO

Author

Amir Markovitz, Gilad Sharir, Itamar Friedman, Lihi Zelnik-Manor, and Shai Avidan

Affiliation

Conference or Year

CVPR2020

Link

Abstract

The model to detect anomaly action detection by using human pose graph.

  • Analysis is independent of nuisance parameters (like viewpoint or illumination)
  • Extract features from human pose
  • Features are distributed in latent space like "bag of words" representation

Proposed Method

Screen Shot 2020-06-21 at 12 44 02

Screen Shot 2020-06-21 at 13 08 20

Evaluation

Dataset

  • The ShanghaiTech Campus dataset
  • The NTU-RGB+D dataset
  • The Kinetics dataset

ShanghaiTech

Using AUROC

Screen Shot 2020-06-21 at 13 01 41

NTU-RGB+D, Kinetics-250

Compare several anomaly detection algorithms

  • Autoencoder reconstruction loss
  • Autoencoder based one-class SVM
  • Video anomaly detection methods
  • Classifier softmax scores

Values represent area under the ROC curve (AUC)
Screen Shot 2020-06-21 at 13 06 37

Contribution

  • Use embedded pose graphs and a Dirichlet process mixture for video anomaly detection
  • A new coarse-grained setting for exploring broader aspects of video anomaly detection

Discussion, Future Work

Comment

Dirichlet process要勉強、、、

Date

2020/06/21