Bridging the Gap between Sample-based and One-shot Neural Architecture Search with BONAS
Han Shi, Renjie Pi, Hang Xu, Zhenguo Li, James T. Kwok, Tong Zhang

TL;DR
This paper introduces BONAS, a hybrid neural architecture search method combining sample-based and weight-sharing techniques to improve efficiency and reliability in designing neural networks.
Contribution
It proposes a Bayesian optimization framework with a Graph Convolutional Network predictor that accelerates sample-based NAS while maintaining its reliability.
Findings
Significantly accelerates sample-based NAS
Maintains higher reliability than traditional one-shot NAS
Outperforms competing algorithms in experiments
Abstract
Neural Architecture Search (NAS) has shown great potentials in finding better neural network designs. Sample-based NAS is the most reliable approach which aims at exploring the search space and evaluating the most promising architectures. However, it is computationally very costly. As a remedy, the one-shot approach has emerged as a popular technique for accelerating NAS using weight-sharing. However, due to the weight-sharing of vastly different networks, the one-shot approach is less reliable than the sample-based approach. In this work, we propose BONAS (Bayesian Optimized Neural Architecture Search), a sample-based NAS framework which is accelerated using weight-sharing to evaluate multiple related architectures simultaneously. Specifically, we apply Graph Convolutional Network predictor as a surrogate model for Bayesian Optimization to select multiple related candidate models in…
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.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Machine Learning and Algorithms
MethodsRandom Search
