Codesota · Computer Vision · Image Classification · CIFAR-100Tasks/Computer Vision/Image Classification
Image Classification · benchmark dataset · EN

CIFAR-100 (Canadian Institute For Advanced Research).

CIFAR-100 is a widely used image classification dataset of 60,000 color images (32x32) in 100 classes, with 600 images per class. There are 50,000 training images and 10,000 test images; each class has 500 training and 100 test images. The 100 "fine" classes are grouped into 20 "coarse" superclasses, and each image has both a fine label (one of 100 classes) and a coarse label (one of 20 superclasses). CIFAR-100 was created by Alex Krizhevsky, Vinod Nair, and Geoffrey Hinton as labeled subsets of the 80 Million Tiny Images dataset and is commonly used for benchmarking image-classification models and transfer learning. Canonical dataset page / download and documentation: https://www.cs.toronto.edu/~kriz/cifar.html. A common Hugging Face hosted variant is uoft-cs/cifar100 (https://huggingface.co/datasets/uoft-cs/cifar100). Citation (original dataset page / tech report): Alex Krizhevsky, "Learning multiple layers of features from tiny images" (2009, dataset homepage: https://www.cs.toronto.edu/~kriz/cifar.html).

Paper Submit a result
§ 01 · Leaderboard

Best published scores.

No results indexed yet — be the first to submit a score.

No benchmark results indexed yet
§ 06 · Contribute

Have a score that beats
this table?

Submit a checkpoint and a reproduction script. We will run it, publish the score, and — if it takes the top — annotate the step on the progress chart with your name.

Submit a result Read submission guide
What a submission needs
  • 01A public checkpoint or API endpoint
  • 02A reproduction script with frozen commit + seed
  • 03Declared evaluation environment (Python, deps)
  • 04One row per metric declared by this dataset
  • 05A contact so we can follow up on discrepancies