All Projects → fjchange → MIST_VAD

fjchange / MIST_VAD

Licence: other
Official codes for CVPR2021 paper "MIST: Multiple Instance Self-Training Framework for Video Anomaly Detection"

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to MIST VAD

RTFM
Official code for 'Weakly-supervised Video Anomaly Detection with Robust Temporal Feature Magnitude Learning' [ICCV 2021]
Stars: ✭ 216 (+315.38%)
Mutual labels:  anomaly-detection, video-anomaly-detection
PyAnomaly
Useful Toolbox for Anomaly Detection
Stars: ✭ 95 (+82.69%)
Mutual labels:  anomaly-detection, video-anomaly-detection
SSIS
Single-Stage Instance Shadow Detection with Bidirectional Relation Learning (CVPR 2021 Oral)
Stars: ✭ 32 (-38.46%)
Mutual labels:  cvpr2021
HoHoNet
"HoHoNet: 360 Indoor Holistic Understanding with Latent Horizontal Features" official pytorch implementation.
Stars: ✭ 65 (+25%)
Mutual labels:  cvpr2021
mvts-ano-eval
A repository for code accompanying the manuscript 'An Evaluation of Anomaly Detection and Diagnosis in Multivariate Time Series' (published at TNNLS)
Stars: ✭ 26 (-50%)
Mutual labels:  anomaly-detection
benfordslaw
benfordslaw is about the frequency distribution of leading digits.
Stars: ✭ 29 (-44.23%)
Mutual labels:  anomaly-detection
AMP-Regularizer
Code for our paper "Regularizing Neural Networks via Adversarial Model Perturbation", CVPR2021
Stars: ✭ 26 (-50%)
Mutual labels:  cvpr2021
DigitalCellSorter
Digital Cell Sorter (DCS): single cell RNA-seq analysis toolkit. Documentation:
Stars: ✭ 19 (-63.46%)
Mutual labels:  anomaly-detection
MUST-GAN
Pytorch implementation of CVPR2021 paper "MUST-GAN: Multi-level Statistics Transfer for Self-driven Person Image Generation"
Stars: ✭ 39 (-25%)
Mutual labels:  cvpr2021
scanstatistics
An R package for space-time anomaly detection using scan statistics.
Stars: ✭ 41 (-21.15%)
Mutual labels:  anomaly-detection
DeepAnomalyDetection benchmark
Benchmark for DeepLearning anomaly detection
Stars: ✭ 25 (-51.92%)
Mutual labels:  anomaly-detection
az-ml-batch-score
Deploying a Batch Scoring Pipeline for Python Models
Stars: ✭ 17 (-67.31%)
Mutual labels:  anomaly-detection
ManTraNet-pytorch
Implementation of the famous Image Manipulation\Forgery Detector "ManTraNet" in Pytorch
Stars: ✭ 47 (-9.62%)
Mutual labels:  anomaly-detection
EgoNet
Official project website for the CVPR 2021 paper "Exploring intermediate representation for monocular vehicle pose estimation"
Stars: ✭ 111 (+113.46%)
Mutual labels:  cvpr2021
awesome-time-series
Resources for working with time series and sequence data
Stars: ✭ 178 (+242.31%)
Mutual labels:  anomaly-detection
ADRepository-Anomaly-detection-datasets
ADRepository: Real-world anomaly detection datasets
Stars: ✭ 77 (+48.08%)
Mutual labels:  anomaly-detection
MOON
Model-Contrastive Federated Learning (CVPR 2021)
Stars: ✭ 93 (+78.85%)
Mutual labels:  cvpr2021
MStream
Anomaly Detection on Time-Evolving Streams in Real-time. Detecting intrusions (DoS and DDoS attacks), frauds, fake rating anomalies.
Stars: ✭ 68 (+30.77%)
Mutual labels:  anomaly-detection
SCALE
Official implementation of "SCALE: Modeling Clothed Humans with a Surface Codec of Articulated Local Elements", CVPR 2021 https://arxiv.org/abs/2104.07660
Stars: ✭ 115 (+121.15%)
Mutual labels:  cvpr2021
TVR
Transformation Driven Visual Reasoning - CVPR 2021
Stars: ✭ 24 (-53.85%)
Mutual labels:  cvpr2021

MIST_VAD

PWC PWC

Official codes for CVPR2021 paper "MIST: Multiple Instance Self-Training Framework for Video Anomaly Detection"

Project Page

Paper

Structure of MIST

Updates

[May 28th] Testing / Training codes have been released. The codes are cleaned out from the original ones without full verification. There maybe any unexpected bugs. I will improve it later if I have time.

Requirements

  • python>=3.6
  • apex
  • pytorch=1.5.0+cu101
  • torchvision=0.6.0+cu101
  • tensorboardX
  • h5py
  • opencv
  • scikit-learn
  • yacs

Testing

Pretrained models have been uploaded on OneDrive.

The h5py file for ShanghaiTech and its corresponing annotations are uploaded on [BaiduYun] with multiple sub-files, you can open/unzip it with WinRAR

BaiduYun link, code:kym5

To test the pretrained checkpoints, you are recommended to read Testing_Guidelines.md for more details.

Training

We have released the training codes for ShanghaiTech and UCF-Crimes. For convenience to repeat our experiments, we presents the pseudo labels files in data/ dir. The details of training are listed in Training_Guidelines.md.

Reference

If you feel the codes help, please cite our paper.

Recommended Citation Form:

Jia-Chang Feng, Fa-Ting Hong and Wei-Shi Zheng. “MIST: Multiple Instance Self-Training Framework for Video Anomaly Detection, Proceedings of the IEEE International Conference on Computer Vision and Pattern Recognition. 2021.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].