Random Search and Reproducibility for Neural Architecture Search
Liam Li, Ameet Talwalkar

TL;DR
This paper demonstrates that simple random search methods, especially with weight-sharing, are highly competitive baselines for neural architecture search, and highlights reproducibility issues in the field.
Contribution
It introduces new NAS baselines based on random search, evaluates their performance on standard benchmarks, and discusses reproducibility challenges in NAS research.
Findings
Random search with early-stopping matches leading NAS methods.
Weight-sharing random search achieves state-of-the-art on PTB.
Reproducibility issues are prevalent in NAS experiments.
Abstract
Neural architecture search (NAS) is a promising research direction that has the potential to replace expert-designed networks with learned, task-specific architectures. In this work, in order to help ground the empirical results in this field, we propose new NAS baselines that build off the following observations: (i) NAS is a specialized hyperparameter optimization problem; and (ii) random search is a competitive baseline for hyperparameter optimization. Leveraging these observations, we evaluate both random search with early-stopping and a novel random search with weight-sharing algorithm on two standard NAS benchmarks---PTB and CIFAR-10. Our results show that random search with early-stopping is a competitive NAS baseline, e.g., it performs at least as well as ENAS, a leading NAS method, on both benchmarks. Additionally, random search with weight-sharing outperforms random search…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Advanced Neural Network Applications · Machine Learning and Algorithms
MethodsRandom Search
