Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Few-shot Neural Architecture Search

About

Efficient evaluation of a network architecture drawn from a large search space remains a key challenge in Neural Architecture Search (NAS). Vanilla NAS evaluates each architecture by training from scratch, which gives the true performance but is extremely time-consuming. Recently, one-shot NAS substantially reduces the computation cost by training only one supernetwork, a.k.a. supernet, to approximate the performance of every architecture in the search space via weight-sharing. However, the performance estimation can be very inaccurate due to the co-adaption among operations. In this paper, we propose few-shot NAS that uses multiple supernetworks, called sub-supernet, each covering different regions of the search space to alleviate the undesired co-adaption. Compared to one-shot NAS, few-shot NAS improves the accuracy of architecture evaluation with a small increase of evaluation cost. With only up to 7 sub-supernets, few-shot NAS establishes new SoTAs: on ImageNet, it finds models that reach 80.5% top-1 accuracy at 600 MB FLOPS and 77.5% top-1 accuracy at 238 MFLOPS; on CIFAR10, it reaches 98.72% top-1 accuracy without using extra data or transfer learning. In Auto-GAN, few-shot NAS outperforms the previously published results by up to 20%. Extensive experiments show that few-shot NAS significantly improves various one-shot methods, including 4 gradient-based and 6 search-based methods on 3 different tasks in NasBench-201 and NasBench1-shot-1.

Yiyang Zhao, Linnan Wang, Yuandong Tian, Rodrigo Fonseca, Tian Guo• 2020

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet (val)
Top-1 Acc76.8
1206
ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy (%)80.8
1155
Image ClassificationImageNet (test)
Top-1 Accuracy75.9
291
Image ClassificationCIFAR-10 NAS-Bench-201 (test)
Accuracy93.43
173
Image ClassificationCIFAR-100 NAS-Bench-201 (test)
Accuracy58.69
169
Image ClassificationCIFAR-10 NAS-Bench-201 (val)
Accuracy85.4
119
Image ClassificationCIFAR-100 NAS-Bench-201 (val)
Accuracy58.59
109
Image ClassificationImageNet
Top-1 Test Error20.2
27
Supernet TrainingCIFAR-10 NAS-Bench-201 (test)
Top-1 Accuracy93.43
7
Supernet TrainingCIFAR-100 NAS-Bench-201 (test)
Top-1 Acc69.49
7
Showing 10 of 11 rows

Other info

Follow for update