BRP-NAS: Prediction-based NAS using GCNs
{\L}ukasz Dudziak, Thomas Chau, Mohamed S. Abdelfattah, Royson Lee,, Hyeji Kim, Nicholas D. Lane

TL;DR
BRP-NAS introduces a graph convolutional network-based predictor for hardware-aware neural architecture search, significantly improving prediction accuracy and efficiency, leading to better NAS performance on benchmark datasets and diverse devices.
Contribution
The paper presents a novel GCN-based performance predictor for NAS, enhancing prediction accuracy and sample efficiency, and introduces LatBench, a latency dataset for diverse devices.
Findings
Outperforms prior NAS methods on NAS-Bench-101 and NAS-Bench-201
Improves predictor accuracy and sample efficiency
Learns useful features from DARTS search space
Abstract
Neural architecture search (NAS) enables researchers to automatically explore broad design spaces in order to improve efficiency of neural networks. This efficiency is especially important in the case of on-device deployment, where improvements in accuracy should be balanced out with computational demands of a model. In practice, performance metrics of model are computationally expensive to obtain. Previous work uses a proxy (e.g., number of operations) or a layer-wise measurement of neural network layers to estimate end-to-end hardware performance but the imprecise prediction diminishes the quality of NAS. To address this problem, we propose BRP-NAS, an efficient hardware-aware NAS enabled by an accurate performance predictor-based on graph convolutional network (GCN). What is more, we investigate prediction quality on different metrics and show that sample efficiency of 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
Taxonomy
TopicsAdvanced Neural Network Applications · Ferroelectric and Negative Capacitance Devices · Advanced Memory and Neural Computing
MethodsDifferentiable Architecture Search
