BaLeNAS: Differentiable Architecture Search via the Bayesian Learning Rule
Miao Zhang, Jilin Hu, Steven Su, Shirui Pan, Xiaojun Chang, Bin Yang,, Gholamreza Haffari

TL;DR
This paper introduces BaLeNAS, a Bayesian learning-based differentiable architecture search method that models architecture parameters as distributions, improving stability and exploration, and achieves state-of-the-art results on standard benchmarks.
Contribution
It formulates neural architecture search as a distribution learning problem using NGVI, enhancing exploration and stability in differentiable NAS.
Findings
Significant performance improvements on NAS-Bench-201 and NAS-Bench-1shot1.
Achieves state-of-the-art results using training-free proxies for architecture selection.
Obtains competitive test errors on CIFAR-10, CIFAR-100, and ImageNet datasets.
Abstract
Differentiable Architecture Search (DARTS) has received massive attention in recent years, mainly because it significantly reduces the computational cost through weight sharing and continuous relaxation. However, more recent works find that existing differentiable NAS techniques struggle to outperform naive baselines, yielding deteriorative architectures as the search proceeds. Rather than directly optimizing the architecture parameters, this paper formulates the neural architecture search as a distribution learning problem through relaxing the architecture weights into Gaussian distributions. By leveraging the natural-gradient variational inference (NGVI), the architecture distribution can be easily optimized based on existing codebases without incurring more memory and computational consumption. We demonstrate how the differentiable NAS benefits from Bayesian principles, enhancing…
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
TopicsDomain Adaptation and Few-Shot Learning · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
MethodsVariational Inference · Differentiable Neural Architecture Search · Differentiable Architecture Search
