PRE-NAS: Predictor-assisted Evolutionary Neural Architecture Search
Yameng Peng, Andy Song, Vic Ciesielski, Haytham M. Fayek, Xiaojun, Chang

TL;DR
PRE-NAS introduces a predictor-assisted evolutionary neural architecture search method that efficiently finds high-performing architectures with minimal evaluations, outperforming existing NAS techniques on benchmark datasets.
Contribution
The paper presents a novel evolutionary NAS strategy that effectively uses a performance predictor with few evaluated architectures and incorporates weight inheritance to improve search accuracy.
Findings
PRE-NAS outperforms state-of-the-art NAS methods on NAS-Bench-201 and DARTS spaces.
It finds competitive architectures using only 0.6 GPU days.
Achieves 2.40% and 24% test error on CIFAR-10 and ImageNet, respectively.
Abstract
Neural architecture search (NAS) aims to automate architecture engineering in neural networks. This often requires a high computational overhead to evaluate a number of candidate networks from the set of all possible networks in the search space during the search. Prediction of the networks' performance can alleviate this high computational overhead by mitigating the need for evaluating every candidate network. Developing such a predictor typically requires a large number of evaluated architectures which may be difficult to obtain. We address this challenge by proposing a novel evolutionary-based NAS strategy, Predictor-assisted E-NAS (PRE-NAS), which can perform well even with an extremely small number of evaluated architectures. PRE-NAS leverages new evolutionary search strategies and integrates high-fidelity weight inheritance over generations. Unlike one-shot strategies, which may…
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
MethodsDifferentiable Architecture Search
