Update dataset card with paper link, GitHub repository, and task categories

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -4
README.md CHANGED
@@ -1,12 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
4
 
5
- This dataset is an extended version of the [MVTec-AD](https://www.mvtec.com/company/research/datasets/mvtec-ad) anomaly detection dataset, specifically designed for anomaly classification tasks.
6
-
7
  It is built upon the [MVREC (AAAI 2025) framework](https://github.com/ShuaiLYU/MVREC). We have reorganized the format, and we would like to acknowledge the excellent foundational work that preceded this.
 
 
 
8
 
9
- Download Command:
 
 
10
  ```
11
- huggingface-cli download --repo-type dataset XimiaoZhang/MVTec-FS --local-dir ./ --resume-download
 
 
 
 
 
 
 
 
 
 
12
  ```
 
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 [MVTec-AD](https://www.mvtec.com/company/research/datasets/mvtec-ad) 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://arxiv.org/abs/2511.06644).
11
+
12
  It is built upon the [MVREC (AAAI 2025) framework](https://github.com/ShuaiLYU/MVREC). We have reorganized the format, and we would like to acknowledge the excellent foundational work that preceded this.
13
+
14
+ - **Paper:** [https://arxiv.org/abs/2511.06644](https://arxiv.org/abs/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/MVTec-FS --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
  ```