iNat2021, NeWT
收藏资源简介:
iNat2021是一个大规模图像数据集,由社区科学家收集和标注,包含超过2.7M张来自10k不同物种的图像,覆盖整个生命树。NeWT则是一个包含164个高度精选的二元分类任务的数据集,这些任务由真实世界的图像理解用例驱动,如动物健康、生命阶段、行为等。这些数据集旨在推动自监督学习在自然世界图像集合中的应用和进步。
iNat2021 is a large-scale image dataset collected and annotated by community scientists, which comprises over 2.7 million images covering 10,000 distinct species across the entire Tree of Life. NeWT is a dataset containing 164 highly curated binary classification tasks driven by real-world image understanding use cases such as animal health, life stage, and behavior. These datasets aim to promote the application and advancement of self-supervised learning in natural world image collections.
NeWT 2021 数据集概述
数据集描述
NeWT 2021 数据集包含 164 个二分类任务的图像集合。所有图像合并到一个目录中,并以 3 通道 jpeg 格式存储。一个单独的 csv 文件包含所有任务的信息。
数据格式
图像元数据和任务数据存储在一个 csv 文件中。每行对应一个图像,每个图像属于一个任务。csv 文件包含以下列:
id: 图像的 ID,用于构建图像文件名(通过附加.jpg)。task_cluster: NeWT 任务根据分类问题(如动物外观分类与场景上下文)分为 5 个集群。task_subcluster: 进一步将 NeWT 任务细分为额外的集群。并非所有task_clusters都有额外的子集群。task: 图像所属任务的 ID。label: 二进制标签,0或1。text_label: 人类可读的文本标签,对应于二进制标签。注意:这些标签在任务中不唯一。split: 数据集分割,train或test。height: 图像的高度,以像素为单位。width: 图像的宽度,以像素为单位。
示例数据
以下是 newt2021_labels.csv 文件中的示例行:
包含 task_subcluster 字段的示例行
| id | task_cluster | task_subcluster | task | label | text_label | split | height | width |
|---|---|---|---|---|---|---|---|---|
| d80eb625-4982-4d34-ad9c-d957f565111e | appearance | age | ml_age_coopers_hawk | 0 | not_adult | train | 425 | 640 |
| 6c3eddb5-345f-444c-9957-1bee9c5aada2 | appearance | age | ml_age_coopers_hawk | 0 | not_adult | train | 430 | 640 |
对应的图像文件路径:
newt2021_images/d80eb625-4982-4d34-ad9c-d957f565111e.jpgnewt2021_images/6c3eddb5-345f-444c-9957-1bee9c5aada2.jpg
不包含 task_subcluster 字段的示例行
| id | task_cluster | task_subcluster | task | label | text_label | split | height | width |
|---|---|---|---|---|---|---|---|---|
| 9a12feb3-bfbb-48cb-8227-21f5a8a4530c | context | nan | ml_bio_raptor_utility_pole | 0 | neg | train | 640 | 540 |
| 2cb20e06-9072-42fe-bd09-8557dfb591dc | context | nan | ml_bio_raptor_utility_pole | 0 | neg | train | 426 | 640 |
对应的图像文件路径:
newt2021_images/9a12feb3-bfbb-48cb-8227-21f5a8a4530c.jpgnewt2021_images/2cb20e06-9072-42fe-bd09-8557dfb591dc.jpg
数据下载
数据集文件可通过 AWS Open Data Program 获取:
- 图像 [4GB]:
- 链接: newt2021_images.tar.gz
- s3 路径: s3://ml-inat-competition-datasets/newt/newt2021_images.tar.gz
- MD5 校验和:
b04a56a5b1ffda87f16e6d4f81f9d38e - 所有图像为 3 通道 jpeg 格式。
- 标签与元数据 [1MB]:
- 链接: newt2021_labels.csv.tar.gz
- s3 路径: s3://ml-inat-competition-datasets/newt/newt2021_labels.csv.tar.gz
- MD5 校验和:
4cb26d0ee085904887b1ca14dcb893e7

- 1Benchmarking Representation Learning for Natural World Image Collections康奈尔大学 · 2021年



