Junwei-Xi commited on
Commit
787aca4
·
verified ·
1 Parent(s): a6daba8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -1
README.md CHANGED
@@ -2,4 +2,38 @@
2
  license: apache-2.0
3
  datasets:
4
  - Junwei-Xi/DDA-Training-Set
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  datasets:
4
  - Junwei-Xi/DDA-Training-Set
5
+ ---
6
+ # Dual Data Alignment (NeurIPS'25 Spotlight)
7
+
8
+ This repository contains the official checkpoint (`DDA_ckpt.pth`) for the paper **"Dual Data Alignment Makes AI-Generated Image Detector Easier Generalizable"**, accepted by **NeurIPS 2025 as a Spotlight**.
9
+
10
+ [![GitHub](https://img.shields.io/badge/GitHub-Project%20Page-black?logo=github)](https://github.com/roy-ch/Dual-Data-Alignment)
11
+ [![arXiv](https://img.shields.io/badge/arXiv-2505.14359-b31b1b.svg)](https://arxiv.org/abs/2505.14359)
12
+
13
+ ## 📄 Model Details
14
+
15
+ - **Model File**: `DDA_ckpt.pth`
16
+ - **Paper**: [Dual Data Alignment Makes AI-Generated Image Detector Easier Generalizable](https://arxiv.org/abs/2505.14359)
17
+
18
+ ## 🚀 Performance
19
+
20
+ DDA achieves state-of-the-art performance across 11 benchmarks, including 4 in-the-wild datasets.
21
+
22
+ | Metric | GenImage | DDA-COCO | ... | **Avg ACC** |
23
+ | :--- | :---: | :---: | :---: | :---: |
24
+ | **DDA (Ours)** | **91.7%** | **92.2%** | ... | **90.7%** |
25
+
26
+ *Notably, DDA is the first detector to achieve over 80% cross-data accuracy on the Chameleon benchmark.*
27
+
28
+ ## 📚 Citation
29
+
30
+ If you find this model useful, please cite our paper:
31
+ ```code
32
+ @inproceedings{chen2025dual,
33
+ title={Dual Data Alignment Makes {AI}-Generated Image Detector Easier Generalizable},
34
+ author={Ruoxin Chen and Junwei Xi and Zhiyuan Yan and Ke-Yue Zhang and Shuang Wu and Jingyi Xie and Xu Chen and Lei Xu and Isabel Guan and Taiping Yao and Shouhong Ding},
35
+ booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
36
+ year={2025},
37
+ url={[https://openreview.net/forum?id=C39ShJwtD5](https://openreview.net/forum?id=C39ShJwtD5)}
38
+ }
39
+ ```