ConceptEdit-12M
收藏资源简介:
ConceptEdit-12M 是一个大规模图像编辑数据集,包含约 1000 万到 1 亿个样本。每个样本以三元组形式存储:一张源图像、一张编辑后的图像以及一个 JSON 元数据文件。元数据文件详细描述了编辑指令(提供英文和中文的简短与详细版本)、编辑概念分类(类别、子类别、任务、细节)、以及基于 VQA 的质量评估结果(包括整体评分、保留标志、错误计数和多个维度的问答检查)。数据集的源图像来自 Fine-T2I 数据集。数据被组织为四个主要分割:enhanced_prompt_square_resolution(154 个 tar 分片)、enhanced_prompt_random_resolution(162 个分片)、original_prompt_square_resolution(131 个分片)、original_prompt_random_resolution(169 个分片)。每个 tar 分片包含一个批处理目录,目录内每个样本由三个文件组成:<样本ID>.json、<样本ID>_source.jpg、<样本ID>_edit.png。该数据集适用于基于指令的图像编辑、多模态学习、图像生成等任务,尤其支持概念缩放和密集监督的图像编辑研究。
ConceptEdit-12M is a large-scale image editing dataset containing approximately 10 million to 100 million samples. Each sample is stored as a triplet: a source image, an edited image, and a JSON metadata file. The metadata file details the editing instructions (provided in English and Chinese with short and long versions), editing concept classification (category, subcategory, task, detail), and VQA-based quality assessment results (including overall score, retention flag, error count, and multi-dimensional question-answer checks). The source images are from the Fine-T2I dataset. The data is organized into four main splits: enhanced_prompt_square_resolution (154 tar shards), enhanced_prompt_random_resolution (162 shards), original_prompt_square_resolution (131 shards), original_prompt_random_resolution (169 shards). Each tar shard contains a batch directory, where each sample consists of three files: <sampleID>.json, <sampleID>_source.jpg, <sampleID>_edit.png. This dataset is suitable for tasks such as instruction-based image editing, multimodal learning, and image generation, particularly supporting concept scaling and densely supervised image editing research.
数据集概述:ConceptEdit-12M
基本信息
- 许可证:Apache-2.0
- 语言:英语(en)、中文(zh)
- 数据规模:10M < n < 100M
- 任务类型:图像到图像(image-to-image)
- 标签:图像编辑、基于指令的编辑、多模态、计算机视觉、图像生成、T2I、ITI
数据集简介
ConceptEdit-12M 是一个大规模图像编辑数据集。每个样本以三元组形式存储:
- 源图像(source image)
- 编辑后的图像(edited image)
- 一个JSON元数据文件,包含编辑指令、编辑类别、相对图像路径以及VQA风格的质量检查信息
数据集打包为多个.tar分片文件,所有文件内部路径均为相对路径,不包含任何本地绝对路径。
数据划分
数据集包含四个主要划分:
| 划分名称 | tar分片数量 |
|---|---|
enhanced_prompt_square_resolution(增强提示词·方形分辨率) |
154 |
enhanced_prompt_random_resolution(增强提示词·随机分辨率) |
162 |
original_prompt_square_resolution(原始提示词·方形分辨率) |
131 |
original_prompt_random_resolution(原始提示词·随机分辨率) |
169 |
文件结构
每个tar分片包含一个批次目录,每个样本包含三个文件:
<sample_id>.json:元数据文件<sample_id>_source.jpg:源图像<sample_id>_edit.png:编辑后图像
JSON格式说明
每个样本的JSON文件包含以下顶层字段:
- id:样本ID,用于派生图像和JSON文件名
- images:源图像和编辑图像的相对路径
source:源图像路径edited:编辑后图像路径
- edit_concept:编辑的类别体系信息
category(类别)sub_category(子类别)task(任务)detail(详情)
- instruction:自然语言编辑指令
short_en(英文短指令)short_zh(中文短指令)detailed_en(英文详细指令)detailed_zh(中文详细指令)
- evaluation:VQA风格的质量控制元数据
overall_vqa_score(总体VQA评分)keep(是否保留)wrong_count(错误数量)recaption_prompt_en(英文重写提示词)recaption_prompt_zh(中文重写提示词)vqa:VQA检查列表,每个包含:dimension(维度)question_en(英文问题)question_zh(中文问题)expected_answer(预期答案)passed(是否通过)
- original_simple_caption:源图像的简短英文描述
来源说明
数据集中的源图像基于Fine-T2I数据集中的图像。
引用信息
如需引用该数据集,可引用论文《Unlocking the Potential of Image Editing via Concept Scaling and Dense Supervision》(arXiv:2608.16812,2026年)。
相关资源
- 论文:arXiv:2608.16812
- GitHub仓库:inclusionAI/ConceptEdit
- 基准测试数据:ConceptEdit-Bench




