five

UCSC-VLAA/HQ-Edit-data-demo

收藏
Hugging Face2024-04-17 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/UCSC-VLAA/HQ-Edit-data-demo
下载链接
链接失效反馈
官方服务:
资源简介:
--- dataset_info: features: - name: input dtype: string - name: input_image dtype: image - name: edit dtype: string - name: inverse_edit dtype: string - name: output dtype: string - name: output_image dtype: image language: - en size_categories: - 100K<n<1M license: cc-by-nc-4.0 --- # Dataset Card for HQ-EDIT <!-- Provide a quick summary of the dataset. --> HQ-Edit, a high-quality instruction-based image editing dataset with total 197,350 edits. Unlike prior approaches relying on attribute guidance or human feedback on building datasets, we devise a scalable data collection pipeline leveraging advanced foundation models, namely GPT-4V and DALL-E 3. HQ-Edit’s high-resolution images, rich in detail and accompanied by comprehensive editing prompts, substantially enhance the capabilities of existing image editing models. - **Homepage:** https://thefllood.github.io/HQEdit_web/ - **Repository:** https://github.com/UCSC-VLAA/HQ-Edit ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> "input" (str): description of input image. "input_image" (image): the input image. "edit" (str): edit instruction for transforming input images to output images. "inverse_edit" (str): inverse-edit instructions for transforming output images back to input images. "output" (str): description of output image. "output_image" (image): the output image. ## Citation <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> If you find this dataset useful, please consider citing our paper: ``` @article{hui2024hq, title = {HQ-Edit: A High-Quality Dataset for Instruction-based Image Editing}, author = {Hui, Mude and Yang, Siwei and Zhao, Bingchen and Shi, Yichun and Wang, Heng and Wang, Peng and Zhou, Yuyin and Xie, Cihang}, journal = {arXiv preprint arXiv:2404.09990}, year = {2024} } ```

数据集信息: 特征: - 名称:input,数据类型:字符串 - 名称:input_image,数据类型:图像 - 名称:edit,数据类型:字符串 - 名称:inverse_edit,数据类型:字符串 - 名称:output,数据类型:字符串 - 名称:output_image,数据类型:图像 语言: - 英语 规模类别: - 10万 < 样本量 < 100万 许可证:CC BY-NC 4.0(知识共享署名-非商业性使用4.0国际许可协议) # HQ-EDIT 数据集卡片 HQ-Edit是一款高质量的基于指令的图像编辑数据集,总计包含197350条编辑样本。与此前依赖属性引导或人工反馈构建数据集的方法不同,本研究设计了一套可扩展的数据收集流程,借助先进的基础模型——即GPT-4V与DALL-E 3完成数据集构建。HQ-Edit拥有高分辨率、细节丰富且配套完整编辑提示词的图像资源,可显著增强现有图像编辑模型的性能。 - **官方主页:** https://thefllood.github.io/HQEdit_web/ - **代码仓库:** https://github.com/UCSC-VLAA/HQ-Edit ## 数据集结构 本部分将对数据集字段进行说明,并补充介绍数据集结构相关信息,例如划分数据集所用的标准、数据点之间的关联关系等。 "input"(字符串类型):输入图像的文本描述。 "input_image"(图像类型):输入图像本身。 "edit"(字符串类型):用于将输入图像转换为输出图像的编辑指令。 "inverse_edit"(字符串类型):用于将输出图像还原为输入图像的反向编辑指令。 "output"(字符串类型):输出图像的文本描述。 "output_image"(图像类型):输出图像本身。 ## 引用 若您认为本数据集对您的研究有所帮助,请引用我们的论文: @article{hui2024hq, title = {HQ-Edit: A High-Quality Dataset for Instruction-based Image Editing}, author = {Hui, Mude and Yang, Siwei and Zhao, Bingchen and Shi, Yichun and Wang, Heng and Wang, Peng and Zhou, Yuyin and Xie, Cihang}, journal = {arXiv preprint arXiv:2404.09990}, year = {2024} }
提供机构:
UCSC-VLAA
原始信息汇总

数据集概述

数据集名称

HQ-Edit

数据集描述

HQ-Edit是一个高质量的基于指令的图像编辑数据集,包含197,350次编辑。该数据集通过利用先进的基模型GPT-4V和DALL-E 3构建了一个可扩展的数据收集管道,与依赖属性指导或人类反馈的先前方法不同。

数据集特征

  • input (字符串): 输入图像的描述。
  • input_image (图像): 输入图像。
  • edit (字符串): 将输入图像转换为输出图像的编辑指令。
  • inverse_edit (字符串): 将输出图像转换回输入图像的逆向编辑指令。
  • output (字符串): 输出图像的描述。
  • output_image (图像): 输出图像。

数据集语言

  • 英语

数据集大小

  • 100K<n<1M

许可证

  • cc-by-nc-4.0

引用信息

@article{hui2024hq, title = {HQ-Edit: A High-Quality Dataset for Instruction-based Image Editing}, author = {Hui, Mude and Yang, Siwei and Zhao, Bingchen and Shi, Yichun and Wang, Heng and Wang, Peng and Zhou, Yuyin and Xie, Cihang}, journal = {arXiv preprint arXiv:2404.09990}, year = {2024} }

搜集汇总
数据集介绍
main_image_url
背景与挑战
背景概述
HQ-Edit是一个高质量、基于指令的图像编辑数据集,包含197,350个编辑项,旨在通过GPT-4V和DALL-E 3等先进基础模型构建,以增强现有图像编辑模型的能力。数据集提供高分辨率图像和详细的编辑提示,结构包括输入图像、编辑指令和输出图像等字段,适用于图像编辑任务的研究和应用。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务