paper-with-me

홈 › Papers

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

2017-07-27 · Patryk Chrabaszcz, Ilya Loshchilov, Frank Hutter

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 ImageNet32$\times$32 (and its variants ImageNet64$\times$64 and ImageNet16$\times$16) contains exactly the same number of classes and images as ImageNet, with the only difference that the images are downsampled to 32$\times$32 pixels per image (64$\times$64 and 16$\times$16 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

📄 PDF Abstract BibTeX arXiv:1707.08819

Code (6)

PatrykChrabaszcz/Imagenet32_Scripts 공식 구현
BayesWatch/cinic-10 pytorch
Prev/downsampled-imagenet-path-fixer pytorch
ZilinGao/GM-SOP
attaullah/Pretraining-WideResNet tf
curryandsun/AIOL pytorch

Tasks

Image ClassificationNeural Architecture Search

Similar Papers 제목 키워드 기반

CINIC-10 is not ImageNet or CIFAR-10

2018-10-02 · Luke N. Darlow, Elliot J. Crowley, Antreas Antoniou, Amos J. Storkey

In this brief technical report we introduce the CINIC-10 dataset as a plug-in extended alternative for CIFAR-10. It was compiled by combining CIFAR-10 with images selected and downsampled from the ImageNet database. We p…

Image Classification

SGDR: Stochastic Gradient Descent with Warm Restarts

2016-08-13 · Ilya Loshchilov, Frank Hutter

Restart techniques are common in gradient-free optimization to deal with multimodal functions. Partial warm restarts are also gaining popularity in gradient-based optimization to improve the rate of convergence in accele…

EEGElectroencephalogram (EEG)Stochastic Optimization

CRONOS: Enhancing Deep Learning with Scalable GPU Accelerated Convex Neural Networks

2024-11-02 · Miria Feng, Zachary Frangella, Mert Pilanci

We introduce the CRONOS algorithm for convex optimization of two-layer neural networks. CRONOS is the first algorithm capable of scaling to high-dimensional datasets such as ImageNet, which are ubiquitous in modern deep …

GPU

Semi-Unified Sparse Dictionary Learning with Learnable Top-K LISTA and FISTA Encoders

2025-11-13 · Fengsheng Lin, Shengyi Yan, Trac Duy Tran arxiv

We present a semi-unified sparse dictionary learning framework that bridges the gap between classical sparse models and modern deep architectures. Specifically, the method integrates strict Top-$K$ LISTA and its convex F…

A Pre-defined Sparse Kernel Based Convolution for Deep CNNs

2019-10-02 · Souvik Kundu, Saurav Prakash, Haleh Akrami, Peter A. Beerel 외

The high demand for computational and storage resources severely impede the deployment of deep convolutional neural networks (CNNs) in limited-resource devices. Recent CNN architectures have proposed reduced complexity v…