OpenGPT-4o-Image
收藏资源简介:
OpenGPT-4o-Image是一个大规模数据集,旨在支持图像生成和编辑领域的研究。该数据集通过结合层次任务分类和自动数据生成方法构建,涵盖了11个主要领域和51个子任务,共包含80k个高质量指令-图像对。数据集的组织围绕一个层次分类法,系统地解决了现有数据集在复杂场景和专业知识需求方面的不足。实验表明,在OpenGPT-4o-Image上进行微调的领先模型在多个基准测试中实现了显著的性能提升,证明了结构化数据构建方法对多模态AI发展的关键作用。
OpenGPT-4o-Image is a large-scale dataset designed to support research in the fields of image generation and editing. Constructed by combining hierarchical task classification and automatic data generation methods, this dataset covers 11 main domains and 51 subtasks, with a total of 80k high-quality instruction-image pairs. Organized around a hierarchical taxonomy, it systematically addresses the shortcomings of existing datasets in complex scenarios and professional knowledge requirements. Experiments show that state-of-the-art models fine-tuned on OpenGPT-4o-Image achieve significant performance improvements across multiple benchmark tests, verifying the critical role of structured data construction methods in the development of multimodal AI.
OpenGPT-4o-Image 数据集概述
数据集简介
OpenGPT-4o-Image 是一个大规模数据集,采用结合分层任务分类法和自动化数据生成的新方法构建。该分类法不仅包含文本渲染和风格控制等基本能力,还引入了高度实用且具有挑战性的类别,如用于化学插图的科学图像和需要同时执行多个操作的复杂指令编辑。通过利用结构化资源池和GPT-4o的自动化流程,生成了80k个高质量指令-图像对,涵盖11个主要领域和51个子任务。
主要用途
- 文本到图像生成任务
- 图像编辑任务
数据规模
| 数据类型 | 样本数量 |
|---|---|
| 文本到图像生成 | ~40k |
| 图像编辑 | ~40k |
| 总计 | ~80k |
数据集结构
OpenGPT-4o-Image ├── gen/ # 生成任务的图像 ├── editing/ # 编辑任务的输入/输出图像 ├── gen.json # 生成任务的标注 └── editing.json # 编辑任务的标注
数据格式
文本到图像生成 (gen.json)
input_prompt: 用于图像生成的文本提示output_image: 生成图像的相对路径
示例: json { "input_prompt": "Collage style. Weave several satin‑finish orchid hexagons with woolen peach cubes, floating against a gradient backdrop.", "output_image": "gen/0.png" }
图像编辑 (editing.json)
input_prompt: 描述所需编辑的指令input_image: 要编辑的源图像相对路径列表output_image: 编辑结果图像的相对路径
示例: json { "input_prompt": "Remove the word SALAD at the top of the chalkboard.", "input_image": [ "editing/input_0.png" ], "output_image": "editing/output_0.png" }
相关资源
- GitHub: https://github.com/NROwind/OpenGPT-4o-Image
- 论文: https://arxiv.org/abs/2509.24900

- 1OpenGPT-4o-Image: A Comprehensive Dataset for Advanced Image Generation and Editing中国科学技术大学, 北京大学, 南京大学, 中国科学院自动化研究所, 清华大学 · 2025年



