Add pipeline tag, paper link, code link, and citation

#7
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- license: cc-by-nc-sa-4.0
3
  datasets:
4
  - HorizonTEL/AIGIBench
 
 
5
  ---
 
6
  <div align="center">
7
  <br>
8
  <h1>Is Artificial Intelligence Generated Image Detection a Solved Problem?</h1>
@@ -19,10 +21,23 @@ datasets:
19
  <sup>1</sup>Nanjing University of Information Science and Technology <sup>2</sup>University of Siena
20
  </div>
21
 
 
 
 
22
 
23
  **This repository is the official pre-trained checkpoints of the AIGIBench in Setting-II**: Training on 144K images generated by both SD-v1.4 and ProGAN, covering the same four object categories.
24
 
25
  If this project helps you, please fork, watch, and give a star to this repository.
26
 
 
 
 
 
 
 
 
 
 
 
27
  ## Contact
28
  If you have any question about this project, please feel free to contact 247918horizon@gmail.com
 
1
  ---
 
2
  datasets:
3
  - HorizonTEL/AIGIBench
4
+ license: cc-by-nc-sa-4.0
5
+ pipeline_tag: image-classification
6
  ---
7
+
8
  <div align="center">
9
  <br>
10
  <h1>Is Artificial Intelligence Generated Image Detection a Solved Problem?</h1>
 
21
  <sup>1</sup>Nanjing University of Information Science and Technology <sup>2</sup>University of Siena
22
  </div>
23
 
24
+ This repository contains the official pre-trained checkpoints for the AI-generated image detection model presented in the paper [Is Artificial Intelligence Generated Image Detection a Solved Problem?](https://huggingface.co/papers/2505.12335).
25
+
26
+ The associated code and project details can be found on GitHub: [https://github.com/HorizonTEL/AIGIBench](https://github.com/HorizonTEL/AIGIBench)
27
 
28
  **This repository is the official pre-trained checkpoints of the AIGIBench in Setting-II**: Training on 144K images generated by both SD-v1.4 and ProGAN, covering the same four object categories.
29
 
30
  If this project helps you, please fork, watch, and give a star to this repository.
31
 
32
+ ## Citation
33
+ ```bibtex
34
+ @inproceedings{li2025artificial,
35
+ title={Is Artificial Intelligence Generated Image Detection a Solved Problem?},
36
+ author={Li, Ziqiang and Yan, Jiazhen and He, Ziwen and Zeng, Kai and Jiang, Weiwei and Xiong, Lizhi and Fu, Zhangjie},
37
+ booktitle={Advances in Neural Information Processing Systems},
38
+ year={2025}
39
+ }
40
+ ```
41
+
42
  ## Contact
43
  If you have any question about this project, please feel free to contact 247918horizon@gmail.com