Efficient Sampling for Predictor-Based Neural Architecture Search
Lukas Mauch, Stephen Tiedemann, Javier Alonso Garcia, Bac Nguyen Cong,, Kazuki Yoshiyama, Fabien Cardinaux, Thomas Kemp

TL;DR
This paper improves predictor-based neural architecture search by selecting optimal subsets of the search space for proxy evaluation, significantly enhancing sample efficiency in large, complex NAS problems.
Contribution
It introduces a method to select subsets of the search space for proxy evaluation, restoring sample efficiency in predictor-based NAS when the full space is too large.
Findings
Sample efficiency drops when proxy is computed on a subset.
Smart subset selection restores original sample efficiency.
Method improves practical applicability of predictor-based NAS.
Abstract
Recently, predictor-based algorithms emerged as a promising approach for neural architecture search (NAS). For NAS, we typically have to calculate the validation accuracy of a large number of Deep Neural Networks (DNNs), what is computationally complex. Predictor-based NAS algorithms address this problem. They train a proxy model that can infer the validation accuracy of DNNs directly from their network structure. During optimization, the proxy can be used to narrow down the number of architectures for which the true validation accuracy must be computed, what makes predictor-based algorithms sample efficient. Usually, we compute the proxy for all DNNs in the network search space and pick those that maximize the proxy as candidates for optimization. However, that is intractable in practice, because the search spaces are often very large and contain billions of network architectures. The…
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
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Domain Adaptation and Few-Shot Learning
