withstaticTai commited on
Commit
aa7771e
·
verified ·
1 Parent(s): 93f34a6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - visual-question-answering
5
+ language:
6
+ - en
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
+
11
+
12
+ # ADOPD-Dataset-6K
13
+
14
+ <p align="center">
15
+ 📄 <a href="https://arxiv.org/abs/2608.09789">Paper</a> &nbsp;|&nbsp;
16
+ 💻 <a href="https://github.com/withTai/ADOPD">Code</a> &nbsp;|&nbsp;
17
+ 🤗 <a href="https://huggingface.co/withstaticTai/ADOPD">Model</a> &nbsp;|&nbsp;
18
+ </p>
19
+
20
+
21
+ ## Introdution
22
+
23
+ **ADOPD-Dataset-6K** is the released training dataset in paper [ADOPD: Reference-Privileged On-Policy Distillation for MLLM-Based Industrial Anomaly Detection](https://arxiv.org/abs/2608.09789).
24
+
25
+ ADOPD-6K is a 6,000-record paired visual anomaly reasoning training set derived from Real-IAD. Each pair consists of one anomalous image and its corresponding normal counterfactual image. The paired dataset is used to generate matched and mismatched privileged references for the teacher during training. The student receives the original 1024 × 1024 inspection image without a defect bounding box. In contrast, teacher supervision uses a localized crop in which the target region is indicated by a red bounding box.
26
+
27
+
28
+ ## Resource
29
+
30
+ ADOPD-6K is derived from the Real-IAD dataset.
31
+ ```
32
+ - Real-IAD project: https://realiad4ad.github.io/Real-IAD/
33
+ - Real-IAD dataset page: https://huggingface.co/datasets/Real-IAD/Real-IAD
34
+ ```
35
+
36
+
37
+ ## Citation
38
+
39
+ ```bibtex
40
+ @article{he2026adopd,
41
+ title={ADOPD: Reference-Privileged On-Policy Distillation for MLLM-Based Industrial Anomaly Detection},
42
+ author={He, Jingtai and Meng, Shiyuan and Meng, Wenchao and Yang, Qinmin},
43
+ journal={arXiv preprint arXiv:2608.09789},
44
+ year={2026}
45
+ }
46
+ ```
47
+
48
+ ## License
49
+
50
+ Released under CC BY-NC-SA 4.0, same as the original data Real-IAD.
51
+