Highlight

Learning Transferable Architectures for Scalable Image Recognition

Learns transferable CNN cells by searching a building block on CIFAR-10 (the NASNet search space) and stacking it for ImageNet-scale recognition.

Based on

Learning Transferable Architectures for Scalable Image Recognition

By Barret Zoph, Vijay Vasudevan, Jonathon Shlens et al.2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition
Read original article →

Developing neural networks for image classification usually requires substantial manual architecture engineering, so the authors study how to learn model architectures directly on the dataset of interest. Because such a search is prohibitively expensive on large datasets, they instead search for a small architectural building block, or 'cell,' on the modest CIFAR-10 dataset and then transfer it to larger datasets by stacking multiple copies, each with its own parameters. The key enabler is a newly designed, transferable search space they call the 'NASNet search space,' complemented by a new regularization technique, ScheduledDropPath, that markedly improves generalization.

The best cell found on CIFAR-10 achieves a state-of-the-art 2.4% error rate there, and a NASNet built by stacking that cell reaches 82.7% top-1 and 96.2% top-5 accuracy on ImageNet, 1.2% better in top-1 than the best human-designed architectures while using 9 billion fewer FLOPS, a 28% reduction in computational demand. Smaller NASNets also outperform comparably sized mobile models, and the learned features transfer well to object detection, where combining them with Faster R-CNN yields 43.1% mAP on COCO, surpassing the prior state of the art by 4.0%.

Abstract

Because designing image classification networks demands heavy engineering, this work learns architectures directly from data. Since searching a large dataset is costly, it searches a convolutional cell on small CIFAR-10 and transfers it to ImageNet by stacking copies, enabled by a new transferable 'NASNet search space' and a ScheduledDropPath regularizer. The best cell gives 2.4% error on CIFAR-10 and, stacked, 82.7% top-1 on ImageNet, 1.2% above the best human-designed models with 9 billion fewer FLOPS. Its features also transfer to COCO detection at 43.1% mAP.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

neural architecture searchNASNettransfer learningimage classificationImageNet
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.