A Downsampled Variant of ImageNet as an Alternative to the CIFAR datasets
Patryk Chrabaszcz, Ilya Loshchilov, Frank Hutter

TL;DR
This paper introduces downsampled variants of ImageNet at 16x16, 32x32, and 64x64 pixels, enabling faster experiments while maintaining similar dataset characteristics, as an alternative to CIFAR datasets.
Contribution
It presents a new set of downsampled ImageNet datasets with the same classes and images, facilitating faster research without losing key properties.
Findings
Downsampled datasets enable faster training and experimentation.
Characteristics of downsampled datasets remain similar to original ImageNet.
Scripts and datasets are publicly available for reproducibility.
Abstract
The original ImageNet dataset is a popular large-scale benchmark for training Deep Neural Networks. Since the cost of performing experiments (e.g, algorithm design, architecture search, and hyperparameter tuning) on the original dataset might be prohibitive, we propose to consider a downsampled version of ImageNet. In contrast to the CIFAR datasets and earlier downsampled versions of ImageNet, our proposed ImageNet3232 (and its variants ImageNet6464 and ImageNet1616) contains exactly the same number of classes and images as ImageNet, with the only difference that the images are downsampled to 3232 pixels per image (6464 and 1616 pixels for the variants, respectively). Experiments on these downsampled variants are dramatically faster than on the original ImageNet and the characteristics of the downsampled datasets with respect to optimal…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
