Add task categories and link to paper/code

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -1,11 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
4
- This dataset is an extended version of the [WFDD](https://github.com/cqylunlun/GLASS) anomaly detection dataset, specifically designed for anomaly classification tasks.
 
5
 
6
  We have reorganized the format, and we would like to acknowledge the excellent foundational work that preceded this.
 
 
 
7
 
8
- Download Command:
 
 
9
  ```
10
- huggingface-cli download --repo-type dataset XimiaoZhang/WFDD --local-dir ./ --resume-download
 
 
 
 
 
 
 
 
 
 
11
  ```
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-classification
5
+ - image-segmentation
6
+ tags:
7
+ - anomaly-detection
8
  ---
9
+
10
+ This dataset is an extended version of the [WFDD](https://github.com/cqylunlun/GLASS) anomaly detection dataset, specifically designed for anomaly classification tasks. It was introduced in the paper [UniADC: A Unified Framework for Anomaly Detection and Classification](https://huggingface.co/papers/2511.06644).
11
 
12
  We have reorganized the format, and we would like to acknowledge the excellent foundational work that preceded this.
13
+
14
+ - **Paper:** [UniADC: A Unified Framework for Anomaly Detection and Classification](https://huggingface.co/papers/2511.06644)
15
+ - **Code:** [https://github.com/cnulab/UniADC](https://github.com/cnulab/UniADC)
16
 
17
+ ### Download Command:
18
+ ```bash
19
+ huggingface-cli download --repo-type dataset XimiaoZhang/WFDD --local-dir ./ --resume-download
20
  ```
21
+
22
+ ### Citation
23
+ ```bibtex
24
+ @inproceedings{zhang2025uniadc,
25
+ title={UniADC: A Unified Framework for Anomaly Detection and Classification},
26
+ author={Ximiao Zhang, Min Xu, Zheng Zhang, Junlin Hu, and Xiuzhuang Zhou},
27
+ year={2025},
28
+ eprint={2511.06644},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CV}
31
+ }
32
  ```