--- license: cc-by-nc-sa-4.0 ---

Is Artificial Intelligence Generated Image Detection a Solved Problem?

[Ziqiang Li](https://scholar.google.com/citations?user=mj5a8WgAAAAJ&hl=zh-CN)1, [Jiazhen Yan](https://scholar.google.com/citations?user=QkURh8EAAAAJ&hl=zh-CN)1, [Ziwen He](https://scholar.google.com/citations?user=PjkDK9cAAAAJ&hl=zh-CN)1, [Kai Zeng](https://scholar.google.com.hk/citations?user=TsI93SIAAAAJ&hl=zh-CN)2, [Weiwei Jiang](https://scholar.google.co.jp/citations?user=mbPN0hgAAAAJ&hl=zh-CN)1, [Lizhi Xiong](https://scholar.google.com/citations?user=-FzrEP4AAAAJ&hl=zh-CN)1, [Zhangjie Fu](https://scholar.google.com/citations?user=fO9NmagAAAAJ&hl=zh-CN)1‑

‑Corresponding author

1Nanjing University of Information Science and Technology 2University of Siena
**This repository is the official dataset of the AIGIBench.** **AIGIBench dataset** contains two types of training and 25 test subsets. This dataset has the following advantages: - Comprehensive generate types: including GAN-based Noise-to-Image Generation, Diffusion for Text-to-Image Generation, GANs for Deepfake, Diffusion for Personalized Generation, and Open-source Platforms. - State-of-the-art Generators: MidjourneyV6, Stable Diffusion 3, Imagen, DALLE3, InstantID, FaceSwap, StyleGAN-XL and so on. - Completely unknown generation method: Crawl pictures from communities and social media to build datasets CommunityAI & SocialRF, making detection more challenging. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6635e05678f0395f0b8a7c7d/Ry2VwI-GUbIzAH8xfOv2F.png) If this project helps you, please fork, watch, and give a star to this repository. ## πŸ“šDataset Each folder contains compressed files. After unzip the file, files under the data root directory can be organized as follows. ### Train AIGIBench introduces two training dataset settings: **(i) Setting-I:** Training on 144K images generated by ProGAN across four object categoriesβ€”car, cat, chair, and horse. **(ii) Setting-II:** Training on 144K images generated by both SD-v1.4 and ProGAN, covering the same four object categories. The data of ProGAN comes from ForenSynths, and the data of sdv1.4 comes from GenImage. In order to maintain the fairness of the training data, we randomly select the sdv1.4 training images of GenImage to keep the same number as ProGAN, and then merge the data. The file directory is as follows: ``` β”œβ”€β”€ train β”‚ β”œβ”€β”€ car β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ cat β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”œβ”€β”€ chair β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”œβ”€β”€ horse β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”œβ”€β”€ sdv1.4 β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”œβ”€β”€ val β”‚ β”œβ”€β”€ ... β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”‚ ... ``` ### Test AIGIBench comprehensively tests the performance of the detector and builds a test dataset from five perspectives: GAN-based Noise-to-Image Generation, Diffusion for Text-to-Image Generation, GANs for Deepfake, Diffusion for Personalized Generation, and Open-source Platforms. The file directory is as follows: ``` β”œβ”€β”€ test β”‚ β”œβ”€β”€ ProGAN β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ R3GAN β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ ... β”‚ β”œβ”€β”€ BlendFace β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ InSwap β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ ... β”‚ β”œβ”€β”€ FLUX1-dev β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ Midjourney-V6 β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ ... β”‚ β”œβ”€β”€ BLIP β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ Infinite-ID β”‚ β”‚ β”œβ”€β”€ ... β”‚ β”‚ ... β”‚ β”œβ”€β”€ CommunityAI β”‚ β”‚ β”œβ”€β”€ 0_real β”‚ β”‚ β”œβ”€β”€ 1_fake β”‚ β”œβ”€β”€ SocialRF β”‚ β”‚ β”œβ”€β”€ ... ``` ## Citation ``` @article{li2025artificial, title={Is Artificial Intelligence Generated Image Detection a Solved Problem?}, author={Li, Ziqiang and Yan, Jiazhen and He, Ziwen and Zeng, Kai and Jiang, Weiwei and Xiong, Lizhi and Fu, Zhangjie}, journal={arXiv preprint arXiv:2505.12335}, year={2025} } ``` ## Contact If you have any question about this project, please feel free to contact 247918horizon@gmail.com