Accel-NASBench: Sustainable Benchmarking for Accelerator-Aware NAS
Afzal Ahmad, Linfeng Du, Zhiyao Xie, Wei Zhang
TL;DR
Accel-NASBench tackles the sustainability issue of neural architecture search benchmarks by learning training proxies that preserve architecture rankings while dramatically reducing training cost. It constructs the first zero-cost NAS benchmark for ImageNet2012, augmented with end-to-end on-device throughput/latency data for GPUs, TPUs, and FPGAs, enabling accelerator-aware evaluation. The method optimizes proxy fidelity via Kendall's tau under a training-time constraint, and demonstrates high predictive quality with XGBoost surrogates and competitive bi-objective search results, closely matching true-search performance at a fraction of the cost. This work provides a practical, scalable framework for realistic, hardware-aware NAS benchmarking and lays groundwork for sustainable large-scale benchmarks.
Abstract
One of the primary challenges impeding the progress of Neural Architecture Search (NAS) is its extensive reliance on exorbitant computational resources. NAS benchmarks aim to simulate runs of NAS experiments at zero cost, remediating the need for extensive compute. However, existing NAS benchmarks use synthetic datasets and model proxies that make simplified assumptions about the characteristics of these datasets and models, leading to unrealistic evaluations. We present a technique that allows searching for training proxies that reduce the cost of benchmark construction by significant margins, making it possible to construct realistic NAS benchmarks for large-scale datasets. Using this technique, we construct an open-source bi-objective NAS benchmark for the ImageNet2012 dataset combined with the on-device performance of accelerators, including GPUs, TPUs, and FPGAs. Through extensive experimentation with various NAS optimizers and hardware platforms, we show that the benchmark is accurate and allows searching for state-of-the-art hardware-aware models at zero cost.
