Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

BayesNAS: A Bayesian Approach for Neural Architecture Search

About

One-Shot Neural Architecture Search (NAS) is a promising method to significantly reduce search time without any separate training. It can be treated as a Network Compression problem on the architecture parameters from an over-parameterized network. However, there are two issues associated with most one-shot NAS methods. First, dependencies between a node and its predecessors and successors are often disregarded which result in improper treatment over zero operations. Second, architecture parameters pruning based on their magnitude is questionable. In this paper, we employ the classic Bayesian learning approach to alleviate these two issues by modeling architecture parameters using hierarchical automatic relevance determination (HARD) priors. Unlike other NAS methods, we train the over-parameterized network for only one epoch then update the architecture. Impressively, this enabled us to find the architecture on CIFAR-10 within only 0.2 GPU days using a single GPU. Competitive performance can be also achieved by transferring to ImageNet. As a byproduct, our approach can be applied directly to compress convolutional neural networks by enforcing structural sparsity which achieves extremely sparse networks without accuracy deterioration.

Hongpeng Zhou, Minghao Yang, Jun Wang, Wei Pan• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet 1k (test)--
848
Image ClassificationImageNet (test)--
299
Image ClassificationImageNet (test)--
235
Image ClassificationImageNet Mobile Setting (test)
Top-1 Error26.5
165
Image ClassificationCIFAR-10 (test)
Test Error Rate2.81
151
Image ClassificationCIFAR10 (test)
Error Rate2.81
80
Neural Architecture SearchCIFAR-10 (test)--
41
Image ClassificationImageNet
Top-1 Test Error26.5
27
Image ClassificationImageNet mobile setting
Test Error26.5
22
Showing 9 of 9 rows

Other info

Follow for update