LGAINov 1, 2021

One Proxy Device Is Enough for Hardware-Aware Neural Architecture Search

arXiv:2111.01203v226 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient hardware-aware NAS for diverse target devices, offering a scalable solution that reduces time and cost, though it is incremental in improving existing NAS methods.

The paper tackles the scalability challenge in hardware-aware neural architecture search (NAS) by proposing a method that uses just one proxy device to find Pareto-optimal architectures, avoiding the need for per-device latency predictors, and achieves results comparable to existing per-device NAS across multiple search spaces and devices.

Convolutional neural networks (CNNs) are used in numerous real-world applications such as vision-based autonomous driving and video content analysis. To run CNN inference on various target devices, hardware-aware neural architecture search (NAS) is crucial. A key requirement of efficient hardware-aware NAS is the fast evaluation of inference latencies in order to rank different architectures. While building a latency predictor for each target device has been commonly used in state of the art, this is a very time-consuming process, lacking scalability in the presence of extremely diverse devices. In this work, we address the scalability challenge by exploiting latency monotonicity -- the architecture latency rankings on different devices are often correlated. When strong latency monotonicity exists, we can re-use architectures searched for one proxy device on new target devices, without losing optimality. In the absence of strong latency monotonicity, we propose an efficient proxy adaptation technique to significantly boost the latency monotonicity. Finally, we validate our approach and conduct experiments with devices of different platforms on multiple mainstream search spaces, including MobileNet-V2, MobileNet-V3, NAS-Bench-201, ProxylessNAS and FBNet. Our results highlight that, by using just one proxy device, we can find almost the same Pareto-optimal architectures as the existing per-device NAS, while avoiding the prohibitive cost of building a latency predictor for each device. GitHub: https://github.com/Ren-Research/OneProxy

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes