--- license: mit task_categories: - image-classification - text-to-image language: - en tags: - Deepfake - AIGC size_categories: - 100Khead_figure ## Features ## Co-Spy-Bench highlights its diversity and comprehensive coverage of the latest generative models: - Captions are sourced from five real-world datasets: MSCOCO2017, CC3M, Flickr, TextCaps, and SBU. - Includes synthetic images generated by 22 different models, spanning a broad spectrum of architectures. - Varies generation parameters such as diffusion steps and guidance scales to enhance diversity. ## Dataset Structure ##
Expand Dataset Structure ```plaintext ├── cc3m │ ├── CompVis@ldm-text2im-large-256 │ │ ├── images_with_metadata.tar.gz │ ├── CompVis@stable-diffusion-v1-4 │ │ ├── images_with_metadata.tar.gz │ ├── PixArt-alpha@PixArt-XL-2-1024-MS │ │ ├── images_with_metadata.tar.gz │ ├── PixArt-alpha@PixArt-XL-2-512x512 │ │ ├── images_with_metadata.tar.gz │ ├── black-forest-labs@FLUX.1-dev │ │ ├── images_with_metadata.tar.gz │ ├── black-forest-labs@FLUX.1-schnell │ │ ├── images_with_metadata.tar.gz │ ├── latent-consistency@lcm-lora-sdv1-5 │ │ ├── images_with_metadata.tar.gz │ ├── latent-consistency@lcm-lora-sdxl │ │ ├── images_with_metadata.tar.gz │ ├── playgroundai@playground-v2-1024px-aesthetic │ │ ├── images_with_metadata.tar.gz │ ├── playgroundai@playground-v2-256px-base │ │ ├── images_with_metadata.tar.gz │ ├── playgroundai@playground-v2-512px-base │ │ ├── images_with_metadata.tar.gz │ ├── playgroundai@playground-v2.5-1024px-aesthetic │ │ ├── images_with_metadata.tar.gz │ ├── runwayml@stable-diffusion-v1-5 │ │ ├── images_with_metadata.tar.gz │ ├── segmind@SSD-1B │ │ ├── images_with_metadata.tar.gz │ ├── segmind@SegMoE-SD-4x2-v0 │ │ ├── images_with_metadata.tar.gz │ ├── segmind@small-sd │ │ ├── images_with_metadata.tar.gz │ ├── segmind@tiny-sd │ │ ├── images_with_metadata.tar.gz │ ├── stabilityai@sdxl-turbo │ │ ├── images_with_metadata.tar.gz │ ├── stabilityai@stable-diffusion-2-1 │ │ ├── images_with_metadata.tar.gz │ ├── stabilityai@stable-diffusion-2 │ │ ├── images_with_metadata.tar.gz │ ├── stabilityai@stable-diffusion-3-medium-diffusers │ │ ├── images_with_metadata.tar.gz │ ├── stabilityai@stable-diffusion-xl-base-1.0 │ │ ├── images_with_metadata.tar.gz ├── flickr │ ├── ... ├── mscoco │ ├── ... ├── sbu │ ├── ... ├── textcaps │ ├── ... ```
Typically, each folder contains a file named `images_with_metadata.tar.gz`, which includes synthetic images and their corresponding metadata. These are generated by a specific generative model using captions from the root folder. For example, `cc3m/black-forest-labs@FLUX.1-dev/images_with_metadata.tar.gz` indicates that the data in this compressed file were generated by **FLUX.1-dev** using captions from the **CC3M** dataset. `images_with_metadata.tar.gz` typically contains 5,000 synthetic images, along with the metadata used during their generation. ## BibTex If you find this work helpful, please kindly like ❤️ our dataset repo and cite 📄 our paper. ``` @inproceedings{cheng2025cospy, title={CO-SPY: Combining Semantic and Pixel Features to Detect Synthetic Images by AI}, author={Cheng, Siyuan and Lyu, Lingjuan and Wang, Zhenting and Sehwag, Vikash and Zhang, Xiangyu}, booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, year={2025} } ```