菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - PrototypeNAS: Rapid Design of Deep Neural Networks for Microcontroller Units

Enabling efficient deep neural network (DNN) inference on edge devices with different hardware constraints is a challenging task that typically requires DNN architectures to be specialized for each device separately. To avoid the huge manual effort, one can use neural architecture search (NAS). However, many existing NAS methods are resource-intensive and time-consuming because they require the training of many different DNNs from scratch. Furthermore, they do not take the resource constraints of the target system into account. To address these shortcomings, we propose PrototypeNAS, a zero-shot NAS method to accelerate and automate the selection, compression, and specialization of DNNs to different target microcontroller units (MCUs). We propose a novel three-step search method that decouples DNN design and specialization from DNN training for a given target platform. First, we present a novel search space that not only cuts out smaller DNNs from a single large architecture, but instead combines the structural optimization of multiple architecture types, as well as optimization of their pruning and quantization configurations. Second, we explore the use of an ensemble of zero-shot proxies during optimization instead of a single one. Third, we propose the use of Hypervolume subset selection to distill DNN architectures from the Pareto front of the multi-objective optimization that represent the most meaningful tradeoffs between accuracy and FLOPs. We evaluate the effectiveness of PrototypeNAS on 12 different datasets in three different tasks: image classification, time series classification, and object detection. Our results demonstrate that PrototypeNAS is able to identify DNN models within minutes that are small enough to be deployed on off-the-shelf MCUs and still achieve accuracies comparable to the performance of large DNN models.

顶级标签: model training systems machine learning
详细标签: neural architecture search edge computing zero-shot microcontroller model compression 或 搜索:

PrototypeNAS:面向微控制器单元的深度神经网络快速设计方法 / PrototypeNAS: Rapid Design of Deep Neural Networks for Microcontroller Units


1️⃣ 一句话总结

这篇论文提出了一种名为PrototypeNAS的零样本神经架构搜索方法,它能快速、自动地为不同性能的微控制器(MCU)量身定制既小巧又准确的深度神经网络模型,无需大量耗时训练。

源自 arXiv: 2603.15106