Add model card
#1
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: video-classification
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# FG-Diff: Frequency-Guided Diffusion Model with Perturbation Training for Skeleton-Based Video Anomaly Detection
|
| 7 |
+
|
| 8 |
+
This repository contains the pre-trained checkpoints and code for the paper [Frequency-Guided Diffusion Model with Perturbation Training for Skeleton-Based Video Anomaly Detection](https://huggingface.co/papers/2412.03044).
|
| 9 |
+
|
| 10 |
+
- **Project page:** [https://xiaofeng-tan.github.io/projects/FG-Diff/index.html](https://xiaofeng-tan.github.io/projects/FG-Diff/index.html)
|
| 11 |
+
- **Code:** [https://github.com/xiaofeng-tan/fgdmad-code](https://github.com/xiaofeng-tan/fgdmad-code)
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
FG-Diff is a frequency-guided diffusion model for skeleton-based video anomaly detection. It improves robustness in open-set scenarios through perturbation training and uses frequency information to focus on principal motion components.
|
| 16 |
+
|
| 17 |
+
## Checkpoints
|
| 18 |
+
|
| 19 |
+
Pre-trained models are available on Hugging Face: [https://huggingface.co/ModelsWeights/AD-FG-Diff](https://huggingface.co/ModelsWeights/AD-FG-Diff)
|
| 20 |
+
|
| 21 |
+
## Usage
|
| 22 |
+
|
| 23 |
+
Please refer to the [GitHub repository](https://github.com/xiaofeng-tan/fgdmad-code) for detailed setup, training, and evaluation instructions.
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
|
| 27 |
+
If you find this work useful, please consider citing:
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@article{tan2026fgdiff,
|
| 31 |
+
title={Frequency-Guided Diffusion Model with Perturbation Training for Skeleton-Based Video Anomaly Detection},
|
| 32 |
+
author={Tan, Xiaofeng and Wang, Hongsong and Geng, Xin and Wang, Liang},
|
| 33 |
+
journal={IEEE Transactions on Image Processing},
|
| 34 |
+
year={2026},
|
| 35 |
+
doi={10.1109/TIP.2026.3730816}
|
| 36 |
+
}
|
| 37 |
+
```
|