ImagiNet
收藏资源简介:
ImagiNet数据集由高级中学自然科学与数学学校维利科塔尔诺沃和斯坦福大学等机构创建,旨在支持合成图像检测的研究。该数据集包含20万张高分辨率图像,分为照片、绘画、人脸和未分类四个类别,涵盖了多种生成模型产生的合成图像及真实图像。数据集的创建过程包括使用不同的生成模型和从公共数据集中收集真实图像。ImagiNet主要应用于合成图像检测领域,旨在解决在线媒体平台面临的合成图像识别问题。
The ImagiNet dataset was developed by institutions such as the High School of Natural Sciences and Mathematics Veliko Tarnovo and Stanford University, aiming to support research on synthetic image detection. It contains 200,000 high-resolution images divided into four categories: photographs, paintings, human faces, and unclassified samples, covering both synthetic images generated by various generative models and real-world images. The construction of ImagiNet involved utilizing multiple generative models and collecting real images from public datasets. Primarily applied in the field of synthetic image detection, ImagiNet is designed to address the challenge of synthetic image recognition faced by online media platforms.
ImagiNet 数据集概述
数据集介绍
ImagiNet 是一个用于合成图像检测的高分辨率平衡数据集,旨在减少现有资源中的潜在偏差。该数据集包含 200K 个样本,涵盖四个内容类别:照片、绘画、人脸和未分类。合成图像由开源和专有生成器生成,而真实图像则从公共数据集中收集。
数据集结构
ImagiNet 允许两种评估方式:
- 分类为真实或合成图像。
- 识别生成模型。
数据集下载
数据集可以从 Huggingface 手动下载或使用 CLI 下载。
bash huggingface-cli download delyanboychev/imaginet --repo-type dataset
解压数据集可以使用 7z 命令:
bash 7z x imaginet.7z.001 -oDIRECTORY
从源构建数据集
数据集可以从原始源构建:
-
安装所需依赖: bash pip install -r requirements.txt
-
下载所有原始数据集并放置在指定目录中。
-
执行以下命令提取所需图像并清理其余部分: bash python dataset_operations/delete_not_needed.py --path DIRECTORY
数据集内容
- 合成图像生成器:包括开源和专有生成器。
- 真实图像来源:从公共数据集中收集。
数据集使用
数据集用于训练和测试合成图像检测模型。提供了训练和测试脚本,以及模型检查点。
许可证
- 真实图像:遵循原始许可证。
- 合成图像:
- DALL·E 3:部分图像遵循 CC-0 许可证。
- Midjourney:遵循 JourneyDB 许可证。
- 其他合成图像:遵循 CC BY 4.0 许可证,允许共享、改编和商业使用,需提供适当署名。

- 1ImagiNet: A Multi-Content Dataset for Generalizable Synthetic Image Detection via Contrastive Learning高级中学自然科学与数学学校维利科塔尔诺沃, 保加利亚; 索菲亚大学; 数学高中普罗夫迪夫, 保加利亚; 斯坦福大学 · 2024年



