SOTAVerified

A Downsampled Variant of ImageNet as an Alternative to the CIFAR datasets

2017-07-27Code Available0· sign in to hype

Patryk Chrabaszcz, Ilya Loshchilov, Frank Hutter

Code Available — Be the first to reproduce this paper.

Reproduce

Code

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 hyperparameters appear to remain similar. The proposed datasets and scripts to reproduce our results are available at http://image-net.org/download-images and https://github.com/PatrykChrabaszcz/Imagenet32_Scripts

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNet-32WRN (N=28, k=10)Top 1 Error40.96Unverified
ImageNet-64WRN (N=36, k=5)Top 1 Error3,234Unverified

Reproductions