DDA-Training-Set
收藏资源简介:
该数据集是论文《Dual Data Alignment Makes AI-Generated Image Detector Easier Generalizable》的核心训练数据,旨在解决传统AIGI检测数据集中的格式偏差、内容偏差和大小偏差问题。数据集基于MSCOCO训练集构建,使用Dual Data Alignment (DDA)技术生成合成图像,确保真实图像和合成图像在像素和频率域高度对齐。数据集包含真实图像(来自MSCOCO训练集)和对应的DDA对齐合成图像,存储格式为PNG,并进行了空间对齐预处理以避免格式偏差。
This dataset serves as the core training data for the paper *Dual Data Alignment Makes AI-Generated Image Detector Easier Generalizable*. It is developed to resolve three prevalent biases in traditional AI-generated image (AIGI) detection datasets: format bias, content bias, and size bias. Built upon the MSCOCO training set, this dataset generates synthetic images via the Dual Data Alignment (DDA) technique, ensuring that real and synthetic images are highly aligned in both pixel and frequency domains. It includes real images sourced from the MSCOCO training set and their corresponding DDA-aligned synthetic counterparts, all stored in PNG format, with spatial alignment preprocessing performed to mitigate format bias.
DDA Training Set 数据集概述
数据集基本信息
- 数据集名称: DDA Training Set
- 官方用途: 为论文《Dual Data Alignment Makes AI-Generated Image Detector Easier Generalizable》提供核心训练数据。
- 关联会议: 第39届神经信息处理系统会议 (NeurIPS 2025)
- 论文链接: https://arxiv.org/abs/2505.14359
- 许可证: apache-2.0
数据集描述与目标
本数据集旨在解决传统AI生成图像检测数据集中普遍存在的格式偏差、内容偏差和尺寸偏差。该数据集基于MSCOCO训练集构建,采用双重数据对齐技术生成合成图像,确保“真实”图像与“伪造”图像在像素域和频域都高度对齐。
数据构成
- 真实图像: 源自MSCOCO训练集。
- 合成图像: 每张真实图像对应的、经过DDA对齐的合成图像。
数据集详情与格式
- 存储目录:
DDA-COCO_TrainSet/ - 文件格式: PNG(无损格式)。
预处理逻辑
- 空间对齐: 对每张真实图像进行裁剪,使其高度和宽度均为8的倍数。此步骤对于确保VAE重建图像在空间分辨率上与原始图像完美对齐至关重要。
- 避免格式偏差: 所有真实图像和伪造图像均严格保存为PNG格式。若将裁剪后的真实图像重新保存为JPEG格式,则会经历双重JPEG压缩,从而引入额外的压缩伪影和不希望的格式偏差,可能导致检测器学习压缩历史而非生成伪影。
引用信息
bibtex @inproceedings{chen2025dual, title={Dual Data Alignment Makes {AI}-Generated Image Detector Easier Generalizable}, author={Ruoxin Chen and Junwei Xi and Zhiyuan Yan and Ke-Yue Zhang and Shuang Wu and Jingyi Xie and Xu Chen and Lei Xu and Isabel Guan and Taiping Yao and Shouhong Ding}, booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems}, year={2025}, url={https://openreview.net/forum?id=C39ShJwtD5} }




