ModelsWeights commited on
Commit
de8b66f
·
verified ·
1 Parent(s): ebb66db

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - anomaly-detection
7
+ - skeleton
8
+ - diffusion-model
9
+ ---
10
+
11
+ # FG-Diff: Frequency-Guided Diffusion Model for Skeleton-Based Video Anomaly Detection
12
+
13
+ This repository contains the pre-processed skeleton trajectory datasets and model checkpoints for **FG-Diff**.
14
+
15
+ 📄 **Paper**: [arXiv:2412.03044](https://arxiv.org/abs/2412.03044)
16
+ 💻 **Code**: [GitHub](https://github.com/Xiaofeng-Tan/FGDMAD-Code)
17
+ 🌐 **Project Page**: [https://xiaofeng-tan.github.io/projects/FG-Diff/](https://xiaofeng-tan.github.io/projects/FG-Diff/)
18
+
19
+ ## Citation
20
+
21
+ ```bibtex
22
+ @article{tan2024fgdiff,
23
+ title={FG-Diff: Frequency-Guided Diffusion Model with Perturbation Training for Skeleton-Based Video Anomaly Detection},
24
+ author={Tan, Xiaofeng and Wang, Hongsong and Geng, Xin and Wang, Liang},
25
+ journal={arXiv preprint arXiv:2412.03044},
26
+ year={2024}
27
+ }
28
+ ```