vix.ing · top · new · best · stats · spec

Enabling Large Neural Networks on Tiny Microcontrollers with Swapping

2021/01/14 by Miao, Hongyu, Felix Xiaozhu Lin, Lin, Felix Xiaozhu · 1 citation
Computer Science · Engineering · #Advanced Memory and Neural Computing #Advanced Neural Network Applications #FOS: Computer and information sciences #Ferroelectric and Negative Capacitance Devices #Hardware Architecture (cs.AR) #Operating Systems (cs.OS)

paper · pdf · doi:10.48550/arxiv.2101.08744

openalex publication_date 2021/01/14 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Running neural networks (NNs) on microcontroller units (MCUs) is becoming increasingly important, but is very difficult due to the tiny SRAM size of MCU. Prior work proposes many algorithm-level techniques to reduce NN memory footprints, but all at the cost of sacrificing accuracy and generality, which disqualifies MCUs for many important use cases. We investigate a system solution for MCUs to execute NNs out of core: dynamically swapping NN data chunks between an MCU's tiny SRAM and its large, low-cost external flash. Out-of-core NNs on MCUs raise multiple concerns: execution slowdown, storage wear out, energy consumption, and data security. We present a study showing that none is a showstopper; the key benefit -- MCUs being able to run large NNs with full accuracy and generality -- triumphs the overheads. Our findings suggest that MCUs can play a much greater role in edge intelligence.

Citations

Cited by

Related