AIGC-Detection-Benchmark
收藏资源简介:
AIGC检测基准数据集是一个高质量的图像和元数据集合,旨在为检测和识别人工智能生成内容的模型提供基准测试。该数据集包含真实世界图像和由多种知名AI模型生成的图像,包括扩散模型(如Stable Diffusion、DALL-E 2、Midjourney、ADM)和GANs(如BigGAN、StyleGAN、ProGAN)。每张图像都经过精心标注,支持两个独立的计算机视觉任务:二元真实/虚假分类和多类别源模型识别。数据集共包含125,026个图像样本,全部用于测试和评估目的,分为一个测试集。每个数据实例包括一个图像文件和两个标签字段,分别表示图像的真实性和生成模型。数据集支持两个任务:任务A(二元真实性分类)和任务B(AI模型源识别),并提供了详细的标签定义和映射。
The AIGC Detection Benchmark Dataset is a high-quality collection of images and metadata, designed to provide benchmark testing for models that detect and identify artificially generated content. This dataset contains real-world images and images generated by a variety of well-known AI models, including diffusion models (e.g., Stable Diffusion, DALL-E 2, Midjourney, ADM) and GANs (e.g., BigGAN, StyleGAN, ProGAN). Each image has been meticulously annotated to support two independent computer vision tasks: binary real/fake classification and multi-class source model identification. The dataset consists of 125,026 image samples, all intended for testing and evaluation purposes, and is partitioned into a single test set. Each data instance includes an image file and two label fields, which respectively indicate the authenticity of the image and the generative model used to generate it. The dataset supports two tasks: Task A (Binary Authenticity Classification) and Task B (AI Model Source Identification), with detailed label definitions and mappings provided.
AIGC Detection Benchmark 数据集概述
数据集基本信息
- 数据集名称:AIGC Detection Benchmark Dataset
- 发布平台:Hugging Face
- 数据集地址:https://huggingface.co/datasets/TheKernel01/AIGC-Detection-Benchmark
- 许可证:Apache-2.0
- 主要语言:英语 (en)
- 任务类别:图像分类
数据集简介
AIGC Detection Benchmark Dataset 是一个高质量的图像及相关元数据集合,旨在为检测和识别人工智能生成内容来源的模型提供基准测试。该数据集包含真实世界图像和由多种主流AI模型生成的图像,涵盖扩散模型(如Stable Diffusion、DALL-E 2、Midjourney、ADM)和生成对抗网络(如BigGAN、StyleGAN、ProGAN)。每个图像都经过精细标注,支持两项独立的计算机视觉任务:二元真伪分类和多类别源模型识别。此特定版本的数据集专为测试和评估目的设计,所有数据合并为单一的测试集。
数据详情
- 总样本数:125,026
- 数据分割:全部样本位于一个测试集(test)中,用于最终的无偏模型评估和基准测试。
- 下载大小:32,032,878,953 字节
- 数据集大小:29,870,625,563 字节
数据结构与字段
每个数据实例包含一个图像文件和两个标签。
数据字段
| 字段名 | 数据类型 | 描述 |
|---|---|---|
| image | datasets.Image() |
图像内容(如.jpg, .png),加载为PIL对象。 |
| label | datasets.ClassLabel |
任务A:图像真伪的二元标签。 |
| generator | datasets.ClassLabel |
任务B:指定生成来源/模型的多类别标签。 |
支持的任务与标签定义
任务A:二元真伪分类
- 任务描述:将图像分类为真实或伪造。
- 输出类别:2类
real(值0):真实照片/非AI生成。fake(值1):由AI生成模型创建。
任务B:AI模型来源识别
- 任务描述:识别被标记为AI生成的图像所使用的特定AI生成模型。
- 输出类别:18类
| 标签 | 值 | 描述 |
|---|---|---|
| Real | 0 |
真实图像(未涉及AI生成)。 |
| ADM | 1 |
由Ablated Diffusion Model (Guided Diffusion) 生成。 |
| BigGAN | 2 |
由BigGAN生成。 |
| CycleGAN | 3 |
由CycleGAN生成。 |
| DALLE2 | 4 |
由OpenAI的DALL-E 2生成。 |
| GauGAN | 5 |
由GauGAN (SPADE)生成。 |
| GLIDE | 6 |
由GLIDE生成。 |
| Midjourney | 7 |
由Midjourney生成。 |
| ProGAN | 8 |
由ProGAN (Progressive GAN)生成。 |
| SD14 | 9 |
由Stable Diffusion 1.4生成。 |
| SD15 | 10 |
由Stable Diffusion 1.5生成。 |
| SDXL | 11 |
由Stable Diffusion XL生成。 |
| StarGAN | 12 |
由StarGAN生成。 |
| StyleGAN | 13 |
由StyleGAN生成。 |
| StyleGAN2 | 14 |
由StyleGAN2生成。 |
| VQDM | 15 |
由Vector Quantized Diffusion Model生成。 |
| WhichFaceIsReal | 16 |
来自WhichFaceIsReal数据集的真实人脸。 |
| Wukong | 17 |
由Wukong扩散模型生成。 |
数据来源
- 原始数据集:Ekko-zn/AIGCDetectBenchmark (https://github.com/Ekko-zn/AIGCDetectBenchmark)




