AA
收藏资源简介:
本数据集集合包含六个经典的图像分类子数据集:CIFAR-10、CIFAR-100、Fashion-MNIST、MNIST、STL-10和Tiny ImageNet。每个子数据集均由图像(image/img字段)和对应的标签(label字段)组成,适用于监督学习中的图像分类任务。CIFAR-10包含10个类别(如飞机、汽车、鸟等),训练集有50,000张32x32彩色图像,测试集有10,000张。CIFAR-100包含100个细粒度类别(如苹果、水族鱼、婴儿等)以及20个粗粒度类别(如水生哺乳动物、鱼类、花卉等),训练集和测试集划分与CIFAR-10相同。Fashion-MNIST仅有测试集,包含1,000张灰度图像,标签为整数(未列出具体类别)。MNIST仅有测试集,包含1,000张手写数字灰度图像,标签为整数。STL-10仅有测试集,包含1,000张彩色图像,标签为整数(未列出具体类别)。Tiny ImageNet包含200个类别(以WordNet ID表示),仅有测试集,包含2,000张图像。这些数据集覆盖了不同规模和复杂度的图像分类基准,可用于模型训练、评估和对比。
This dataset collection contains six classic image classification sub-datasets: CIFAR-10, CIFAR-100, Fashion-MNIST, MNIST, STL-10, and Tiny ImageNet. Each sub-dataset consists of images (image/img field) and corresponding labels (label field), suitable for supervised learning in image classification tasks. CIFAR-10 contains 10 categories (e.g., airplane, automobile, bird, etc.), with 50,000 32x32 color images in the training set and 10,000 in the test set. CIFAR-100 contains 100 fine-grained categories (e.g., apple, aquarium fish, baby, etc.) and 20 coarse-grained categories (e.g., aquatic mammals, fish, flowers, etc.), with the same training and test set splits as CIFAR-10. Fashion-MNIST has only a test set, containing 1,000 grayscale images with integer labels (specific categories not listed). MNIST has only a test set, containing 1,000 grayscale handwritten digit images with integer labels. STL-10 has only a test set, containing 1,000 color images with integer labels (specific categories not listed). Tiny ImageNet contains 200 categories (represented by WordNet IDs), with only a test set containing 2,000 images. These datasets cover image classification benchmarks of varying scales and complexities, suitable for model training, evaluation, and comparison.
数据集 AA 概述
该数据集是一个多配置的计算机视觉图像分类数据集合集,整合了多个经典基准数据集,主要用于图像分类任务的训练与评估。
数据集配置
数据集包含以下 6 个子配置,每个配置对应一个独立的图像分类数据集:
| 配置名称 | 类别数 | 训练样本数 | 测试样本数 | 特征字段 |
|---|---|---|---|---|
| cifar10 | 10 | 50,000 | 10,000 | img, label |
| cifar100 | 100 | 50,000 | 10,000 | img, fine_label, coarse_label |
| fashion_mnist | 未指定 | 无 | 1,000 | image, label |
| mnist | 未指定 | 无 | 1,000 | image, label |
| stl10 | 未指定 | 无 | 1,000 | image, label |
| tiny_imagenet | 200 | 无 | 2,000 | image, label |
注意: fashion_mnist、mnist、stl10 和 tiny_imagenet 配置仅包含测试集划分,没有提供训练数据。
数据集详情
CIFAR-10
- 类别: 10 类,包括飞机(airplane)、汽车(automobile)、鸟(bird)、猫(cat)、鹿(deer)、狗(dog)、青蛙(frog)、马(horse)、船(ship)、卡车(truck)
- 划分: train(50,000 张)、test(10,000 张)
- 特征: img(image 类型)、label(分类标签)
- 下载大小: 约 130.6 MB
- 数据集大小: 约 130.1 MB
CIFAR-100
- 类别: 100 个细粒度类别(fine_label)和 20 个粗粒度类别(coarse_label)
- 细粒度类别涵盖动物(如苹果、熊、蜜蜂)、自然场景(如云、森林)、人造物品(如自行车、椅子、键盘)等
- 粗粒度类别包括水生哺乳动物(aquatic_mammals)、鱼类(fish)、花卉(flowers)、食物容器(food_containers)、水果蔬菜(fruit_and_vegetables)、家用电器(household_electrical_devices)、家具(household_furniture)、昆虫(insects)、大型食肉动物(large_carnivores)、大型人造户外物品(large_man-made_outdoor_things)、大型自然户外场景(large_natural_outdoor_scenes)、大型杂食/草食动物(large_omnivores_and_herbivores)、中型哺乳动物(medium_mammals)、非昆虫无脊椎动物(non-insect_invertebrates)、人类(people)、爬行动物(reptiles)、小型哺乳动物(small_mammals)、树木(trees)、车辆 1(vehicles_1)、车辆 2(vehicles_2)
- 划分: train(50,000 张)、test(10,000 张)
- 特征: img(image 类型)、fine_label(细粒度分类标签)、coarse_label(粗粒度分类标签)
- 下载大小: 约 129 MB
- 数据集大小: 约 128.8 MB
Fashion-MNIST
- 划分: test(1,000 张)
- 特征: image(image 类型)、label(int64 类型)
- 下载大小: 约 509.5 KB
- 数据集大小: 约 512.3 KB
MNIST
- 划分: test(1,000 张)
- 特征: image(image 类型)、label(int64 类型)
- 下载大小: 约 264.9 KB
- 数据集大小: 约 269.8 KB
STL-10
- 划分: test(1,000 张)
- 特征: image(image 类型)、label(int64 类型)
- 下载大小: 约 17 MB
- 数据集大小: 约 17 MB
Tiny ImageNet
- 类别: 200 类,类别名称采用 ImageNet 的 WordNet ID(如 n01443537、n01629819 等)
- 划分: test(2,000 张)
- 特征: image(image 类型)、label(分类标签)
- 下载大小: 约 3.73 MB
- 数据集大小: 约 3.71 MB
数据文件
每个配置的数据文件路径如下:
- cifar10:
cifar10/train-*(训练)、cifar10/test-*(测试) - cifar100:
cifar100/train-*(训练)、cifar100/test-*(测试) - fashion_mnist:
fashion_mnist/test-*(测试) - mnist:
mnist/test-*(测试) - stl10:
stl10/test-*(测试) - tiny_imagenet:
tiny_imagenet/test-*(测试)
适用场景
该数据集适合用于图像分类模型的基准测试和跨数据集泛化能力研究。由于 CIFAR-10 和 CIFAR-100 包含完整的训练集和测试集,适合作为主要训练和评估数据;其余配置(Fashion-MNIST、MNIST、STL-10、Tiny ImageNet)仅提供测试集,可用于模型迁移学习或零样本评估。





