CVLGSep 29, 2020

MS-RANAS: Multi-Scale Resource-Aware Neural Architecture Search

arXiv:2009.13940v1
Originality Incremental advance
AI Analysis

This addresses the need for fast and accurate neural networks deployable on low-memory, low-power systems, with incremental improvements in NAS methods.

The paper tackled the problem of designing efficient deep neural networks for image classification under strict computational constraints, achieving state-of-the-art results in accuracy-speed trade-off.

Neural Architecture Search (NAS) has proved effective in offering outperforming alternatives to handcrafted neural networks. In this paper we analyse the benefits of NAS for image classification tasks under strict computational constraints. Our aim is to automate the design of highly efficient deep neural networks, capable of offering fast and accurate predictions and that could be deployed on a low-memory, low-power system-on-chip. The task thus becomes a three-party trade-off between accuracy, computational complexity, and memory requirements. To address this concern, we propose Multi-Scale Resource-Aware Neural Architecture Search (MS-RANAS). We employ a one-shot architecture search approach in order to obtain a reduced search cost and we focus on an anytime prediction setting. Through the usage of multiple-scaled features and early classifiers, we achieved state-of-the-art results in terms of accuracy-speed trade-off.

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