nielsr HF Staff commited on
Commit
681f4a8
·
verified ·
1 Parent(s): 2b0a028

Improve model card: Add pipeline tag, paper/GitHub links, abstract, and citation

Browse files

This PR enhances the model card by:

- Adding the `pipeline_tag: image-classification` to the metadata, which will improve the model's discoverability on the Hub.
- Including a direct link to the paper on Hugging Face Papers.
- Adding an explicit link to the GitHub repository for easy access to the associated code and dataset.
- Incorporating the paper's abstract to provide a more comprehensive overview of the model.
- Adding the BibTeX citation for proper academic attribution.
- Restructuring the content for better readability, placing key information and links at the forefront.

Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -1,8 +1,17 @@
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>
@@ -24,5 +33,15 @@ datasets:
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
+ This repository hosts the official pre-trained checkpoints for the **AIGIBench**, a comprehensive benchmark for evaluating Artificial Intelligence Generated Image (AIGI) detectors, as presented in the paper [Is Artificial Intelligence Generated Image Detection a Solved Problem?](https://huggingface.co/papers/2505.12335).
9
+
10
+ The associated code and dataset can be found on GitHub: [https://github.com/HorizonTEL/AIGIBench](https://github.com/HorizonTEL/AIGIBench)
11
+
12
+ ## Abstract
13
+ The rapid advancement of generative models, such as GANs and Diffusion models, has enabled the creation of highly realistic synthetic images, raising serious concerns about misinformation, deepfakes, and copyright infringement. Although numerous Artificial Intelligence Generated Image (AIGI) detectors have been proposed, often reporting high accuracy, their effectiveness in real-world scenarios remains questionable. To bridge this gap, we introduce AIGIBench, a comprehensive benchmark designed to rigorously evaluate the robustness and generalization capabilities of state-of-the-art AIGI detectors. AIGIBench simulates real-world challenges through four core tasks: multi-source generalization, robustness to image degradation, sensitivity to data augmentation, and impact of test-time pre-processing. It includes 23 diverse fake image subsets that span both advanced and widely adopted image generation techniques, along with real-world samples collected from social media and AI art platforms. Extensive experiments on 11 advanced detectors demonstrate that, despite their high reported accuracy in controlled settings, these detectors suffer significant performance drops on real-world data, limited benefits from common augmentations, and nuanced effects of pre-processing, highlighting the need for more robust detection strategies. By providing a unified and realistic evaluation framework, AIGIBench offers valuable insights to guide future research toward dependable and generalizable AIGI this http URL and code are publicly available at: this https URL .
14
+
15
  <div align="center">
16
  <br>
17
  <h1>Is Artificial Intelligence Generated Image Detection a Solved Problem?</h1>
 
33
 
34
  If this project helps you, please fork, watch, and give a star to this repository.
35
 
36
+ ## Citation
37
+ ```bibtex
38
+ @inproceedings{li2025artificial,
39
+ title={Is Artificial Intelligence Generated Image Detection a Solved Problem?},
40
+ author={Li, Ziqiang and Yan, Jiazhen and He, Ziwen and Zeng, Kai and Jiang, Weiwei and Xiong, Lizhi and Fu, Zhangjie},
41
+ booktitle={Advances in Neural Information Processing Systems},
42
+ year={2025}
43
+ }
44
+ ```
45
+
46
  ## Contact
47
  If you have any question about this project, please feel free to contact 247918horizon@gmail.com