Ziqiang Li1, Jiazhen Yan1, Ziwen He1, Kai Zeng2, Weiwei Jiang1, Lizhi Xiong1, Zhangjie Fu1‡
12
31 commits
3 linked in READMEs
updated Oct 26, 2025
Ziqiang Li1, Jiazhen Yan1, Ziwen He1, Kai Zeng2, Weiwei Jiang1, Lizhi Xiong1, Zhangjie Fu1‡
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:

If this project helps you, please fork, watch, and give a star to this repository.
Each folder contains compressed files. After unzip the file, files under the data root directory can be organized as follows.
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
│ │ ...
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
│ │ ├── ...
@inproceedings{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},
booktitle={Advances in Neural Information Processing Systems},
year={2025}
}
If you have any question about this project, please feel free to contact 247918horizon@gmail.com
31 commits
Ziqiang Li1, Jiazhen Yan1, Ziwen He1, Kai Zeng2, Weiwei Jiang1, Lizhi Xiong1, Zhangjie Fu1‡
12
31 commits
3 linked in READMEs
updated Oct 26, 2025
Ziqiang Li1, Jiazhen Yan1, Ziwen He1, Kai Zeng2, Weiwei Jiang1, Lizhi Xiong1, Zhangjie Fu1‡
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:

If this project helps you, please fork, watch, and give a star to this repository.
Each folder contains compressed files. After unzip the file, files under the data root directory can be organized as follows.
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
│ │ ...
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
│ │ ├── ...
@inproceedings{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},
booktitle={Advances in Neural Information Processing Systems},
year={2025}
}
If you have any question about this project, please feel free to contact 247918horizon@gmail.com
31 commits