Mirage-Test
收藏资源简介:
Mirage-Test是一个现代的仅用于测试的数据集,用于基准测试AI生成图像检测模型。它包含真实的和伪造的图片,跨越五个不同的内容领域,旨在评估在不同视觉语义之间的一般化能力。伪造的图片是使用专门优化感知真实性和视觉保真度的最先进的生成模型生成的。此数据集仅用于评估,未提供训练分割。
Mirage-Test is a modern test-only dataset for benchmarking AI-generated image detection models. It contains both real and forged images spanning five distinct content domains, designed to evaluate generalization capabilities across different visual semantics. The forged images are generated using state-of-the-art generative models optimized specifically for perceptual realism and visual fidelity. This dataset is solely intended for evaluation purposes, with no training splits provided.
Mirage-Test 数据集概述
基本信息
- 数据集名称: Mirage-Test
- 许可协议: MIT
- 主要标签: AI生成图像、AI生成图像检测、测试集、深度伪造、伪造检测、计算机视觉
- 任务类别: 图像分类
- 语言: 英文
数据集描述
Mirage-Test 是一个现代的、仅用于测试的数据集,旨在为AI生成图像检测模型提供基准测试。它包含跨越五个不同内容领域的真实图像和伪造图像,用于评估模型在多样化视觉语义上的泛化能力。伪造图像使用专门为感知真实性和视觉保真度优化的先进生成模型创建。
该数据集仅用于评估,不提供训练集。
数据集结构
数据组织
图像按内容类型和真实性分层组织:
- Animal/: 动物图像
0_real/: 真实动物照片1_fake/: AI生成的动物图像
- Anime/: 动漫图像
1_fake/: AI生成的动漫风格图像
- Human/: 人物图像
0_real/: 真实人物照片1_fake/: AI生成的人物图像
- Object/: 物体图像
0_real/: 真实物体照片1_fake/: AI生成的物体图像
- Scene/: 场景图像
0_real/: 真实景观/建筑照片1_fake/: AI生成的场景图像
数据特征
- 总样本数: 49000
- 特征字段:
image: 图像文件(PNG/JPG),原始分辨率。is_real: 字符串类型,表示图像真实性。content_type: 字符串类型,表示内容类型。
- 数据文件:
metadata.parquet
下载与使用
下载原始文件
要下载具有原始文件夹结构的数据集,可使用以下Python代码: python from huggingface_hub import snapshot_download
snapshot_download( repo_id="Yunncheng/Mirage-Test", repo_type="dataset", local_dir="./Mirage-Test" )
致谢
- 伪造图像使用先进的扩散模型生成(例如,Stable Diffusion、FLUX)。
- 真实图像来源于公开可用的、免版税的图像平台(例如,Pexels)。
引用
如果此工作对您的研究有帮助,请引用我们的论文: bibtex @article{guo2025omniaid, title={OmniAID: Decoupling Semantic and Artifacts for Universal AI-Generated Image Detection in the Wild}, author={Guo, Yuncheng and Ye, Junyan and Zhang, Chenjue and Kang, Hengrui and Fu, Haohuan and He, Conghui and Li, Weijia}, journal={arXiv preprint arXiv:2511.08423}, year={2025} }




