BayesNAS: A Bayesian Approach for Neural Architecture Search
Hongpeng Zhou, Minghao Yang, Jun Wang, Wei Pan

TL;DR
BayesNAS introduces a Bayesian method for neural architecture search that models architecture parameters with hierarchical priors, enabling fast search and effective network compression with minimal training.
Contribution
It employs hierarchical Bayesian priors to address dependencies and pruning issues in one-shot NAS, achieving rapid architecture search and effective network compression.
Findings
Found architectures on CIFAR-10 in 0.2 GPU days
Achieved competitive ImageNet performance
Produced extremely sparse networks without accuracy loss
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Adversarial Robustness in Machine Learning
MethodsPruning · Sigmoid Activation · Tanh Activation · Softmax · Long Short-Term Memory
