LGARNov 28, 2021

Enabling Fast Deep Learning on Tiny Energy-Harvesting IoT Devices

arXiv:2111.14051v327 citations
Originality Incremental advance
AI Analysis

It addresses the challenge of enabling sustainable smart applications on battery-less IoT devices, though it is incremental as it builds on existing methods for resource-constrained deep learning.

This paper tackles the problem of implementing deep neural networks on tiny energy-harvesting IoT devices with limited resources and intermittent power, achieving up to 4.26x runtime reduction and up to 7.7x energy reduction with higher accuracy compared to state-of-the-art methods.

Energy harvesting (EH) IoT devices that operate intermittently without batteries, coupled with advances in deep neural networks (DNNs), have opened up new opportunities for enabling sustainable smart applications. Nevertheless, implementing those computation and memory-intensive intelligent algorithms on EH devices is extremely difficult due to the challenges of limited resources and intermittent power supply that causes frequent failures. To address those challenges, this paper proposes a methodology that enables fast deep learning with low-energy accelerators for tiny energy harvesting devices. We first propose $RAD$, a resource-aware structured DNN training framework, which employs block circulant matrix and structured pruning to achieve high compression for leveraging the advantage of various vector operation accelerators. A DNN implementation method, $ACE$, is then proposed that employs low-energy accelerators to profit maximum performance with small energy consumption. Finally, we further design $FLEX$, the system support for intermittent computation in energy harvesting situations. Experimental results from three different DNN models demonstrate that $RAD$, $ACE$, and $FLEX$ can enable fast and correct inference on energy harvesting devices with up to 4.26X runtime reduction, up to 7.7X energy reduction with higher accuracy over the state-of-the-art.

Foundations

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

Your Notes