kakaobrain/coyo-700m
收藏资源简介:
COYO-700M是一个大规模数据集,包含747M个图像-文本对以及许多其他元属性,以提高训练各种模型的可用性。该数据集遵循与之前的视觉和语言数据集类似的策略,收集了许多HTML文档中的alt-text及其相关图像的信息对。我们期望COYO能够用于训练流行的大规模基础模型,并与其他类似数据集互补。数据集的文本为英语,数据实例包括图像URL、文本、图像尺寸、图像哈希值、文本长度、词数、BERT和GPT的token数、图像中的人脸数、CLIP相似度、NSFW分数、水印分数和美学分数等。数据集的创建过程包括从CommonCrawl中收集数据,并通过图像和文本级别的过滤来消除无信息的数据。数据集没有进行分割,因为预期评估将在更广泛使用的下游任务上进行。
COYO-700M is a large-scale dataset containing 747 million image-text pairs and numerous additional meta-attributes to enhance the usability of training various models. The dataset follows a strategy similar to prior vision-and-language datasets, collecting alt-text and their associated image pairs from a large number of HTML documents. We anticipate that COYO will be utilized for training popular large-scale foundation models and complement other analogous datasets. The text in the dataset is in English, and data instances include image URLs, text content, image dimensions, image hashes, text length, word count, token counts of BERT and GPT, the number of faces in the image, CLIP similarity, NSFW score, watermark score, aesthetic score, and other relevant attributes. The dataset creation process involves collecting data from CommonCrawl, followed by filtering at both image and text levels to eliminate uninformative data. The dataset has not been split, as evaluations are expected to be conducted on more widely used downstream tasks.
COYO-700M 数据集概述
数据集描述
数据集摘要
COYO-700M 是一个大规模数据集,包含 747M 图像-文本对 以及多种元属性,以增强训练各种模型的可用性。该数据集通过收集HTML文档中的alt-text和相关图像对来构建,预期用于训练大型基础模型,与其他类似数据集互补。
支持的任务和排行榜
通过重新实现如 ALIGN, unCLIP, 和 ViT 等流行模型,并在COYO-700M或其子集上进行训练,验证了COYO数据集的质量,达到了与原始论文中报告的数字或生成的样本相竞争的性能。
语言
COYO-700M数据集中的文本为英语。
数据集结构
数据实例
每个COYO-700M的实例代表一个单一的图像-文本对信息,包含以下元属性:
{ id: 841814333321, url: https://blog.dogsof.com/wp-content/uploads/2021/03/Image-from-iOS-5-e1614711641382.jpg, text: A Pomsky dog sitting and smiling in field of orange flowers, width: 1000, height: 988, image_phash: c9b6a7d8469c1959, text_length: 59, word_count: 11, num_tokens_bert: 13, num_tokens_gpt: 12, num_faces: 0, clip_similarity_vitb32: 0.4296875, clip_similarity_vitl14: 0.35205078125, nsfw_score_opennsfw2: 0.00031447410583496094, nsfw_score_gantman: 0.03298913687467575, watermark_score: 0.1014641746878624, aesthetic_score_laion_v2: 5.435476303100586 }
数据字段
| 名称 | 类型 | 描述 |
|---|---|---|
| id | long | 通过 monotonically_increasing_id() 生成的唯一64位整数ID |
| url | string | 从 <img> 标签的 src 属性中提取的图像URL |
| text | string | 从 <img> 标签的 alt 属性中提取的文本 |
| width | integer | 图像的宽度 |
| height | integer | 图像的高度 |
| image_phash | string | 图像的感知哈希(pHash)值 |
| text_length | integer | 文本的长度 |
| word_count | integer | 由空格分隔的单词数量 |
| num_tokens_bert | integer | 使用 BertTokenizer 计算的token数量 |
| num_tokens_gpt | integer | 使用 GPT2TokenizerFast 计算的token数量 |
| num_faces | integer | 图像中由 SCRFD 检测到的面部数量 |
| clip_similarity_vitb32 | float | 使用 OpenAI CLIP 计算的文本和图像(ViT-B/32)嵌入之间的余弦相似度 |
| clip_similarity_vitl14 | float | 使用 OpenAI CLIP 计算的文本和图像(ViT-L/14)嵌入之间的余弦相似度 |
| nsfw_score_opennsfw2 | float | 使用 OpenNSFW2 计算的图像的NSFW分数 |
| nsfw_score_gantman | float | 使用 GantMan/NSFW 计算的图像的NSFW分数 |
| watermark_score | float | 图像的水印概率,由内部模型计算 |
| aesthetic_score_laion_v2 | float | 使用 LAION-Aesthetics-Predictor-V2 计算的图像的美学分数 |
数据分割
数据未分割,因为评估预期在更广泛使用的下游任务上进行。
数据集创建
数据收集和规范化
从2020年10月到2021年8月,从 CommonCrawl 收集了约100亿对alt-text和图像源,并通过图像和/或文本级别的过滤过程消除了无信息对。
源数据
初始数据收集和规范化
从 CommonCrawl 收集了约100亿对alt-text和图像源,并通过图像和/或文本级别的过滤过程消除了无信息对。
源语言生产者
Common Crawl 是COYO-700M的数据源。
注释
注释过程
数据集是通过完全自动化的过程构建的,无需人工注释。
注释者
无人工注释
个人和敏感信息
免责声明和内容警告
COYO数据集建议用于研究目的。Kakao Brain在构建COYO数据集时尝试构建一个“安全”的数据集。然而,由于数据集的规模非常大(超过7亿),无法通过人工筛选来避免风险。请注意,数据集的未筛选性质意味着收集的图像可能包含对人类强烈不适和令人不安的内容。
许可证信息
许可证
COYO数据集由Kakao Brain根据 CC-BY-4.0许可证 授权。
使用义务
虽然开源可能免费使用,但这并不意味着它没有义务。为了确定您对COYO数据集的预期使用是否适合CC-BY-4.0许可证,请考虑许可证指南。如果违反许可证,您可能会面临法律行动,如禁止使用或索赔损害赔偿。
引用信息
如果您将此数据集应用于任何项目和研究,请引用我们的代码:
@misc{kakaobrain2022coyo-700m, title = {COYO-700M: Image-Text Pair Dataset}, author = {Minwoo Byeon, Beomhee Park, Haecheon Kim, Sungjun Lee, Woonhyuk Baek, Saehoon Kim}, year = {2022}, howpublished = {url{https://github.com/kakaobrain/coyo-dataset}}, }




