LGAug 26, 2024

MONAS: Efficient Zero-Shot Neural Architecture Search for MCUs

arXiv:2408.15034v15 citationsh-index: 4
Originality Incremental advance
AI Analysis

This work addresses the challenge of deploying efficient neural networks on highly resource-constrained edge devices like MCUs, which is incremental as it builds on existing zero-shot NAS methods by adding hardware awareness.

The paper tackles the problem of inefficient neural architecture search for microcontroller units (MCUs) by introducing MONAS, a hardware-aware zero-shot framework that achieves up to 1104x improvement in search efficiency and discovers models with over 3.23x faster inference on MCUs while maintaining similar accuracy.

Neural Architecture Search (NAS) has proven effective in discovering new Convolutional Neural Network (CNN) architectures, particularly for scenarios with well-defined accuracy optimization goals. However, previous approaches often involve time-consuming training on super networks or intensive architecture sampling and evaluations. Although various zero-cost proxies correlated with CNN model accuracy have been proposed for efficient architecture search without training, their lack of hardware consideration makes it challenging to target highly resource-constrained edge devices such as microcontroller units (MCUs). To address these challenges, we introduce MONAS, a novel hardware-aware zero-shot NAS framework specifically designed for MCUs in edge computing. MONAS incorporates hardware optimality considerations into the search process through our proposed MCU hardware latency estimation model. By combining this with specialized performance indicators (proxies), MONAS identifies optimal neural architectures without incurring heavy training and evaluation costs, optimizing for both hardware latency and accuracy under resource constraints. MONAS achieves up to a 1104x improvement in search efficiency over previous work targeting MCUs and can discover CNN models with over 3.23x faster inference on MCUs while maintaining similar accuracy compared to more general NAS approaches.

Foundations

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

Your Notes