LGAIDec 21, 2023

Real-time Neural Network Inference on Extremely Weak Devices: Agile Offloading with Explainable AI

arXiv:2312.14229v151 citationsh-index: 8MOBICOM
Originality Incremental advance
AI Analysis

This work addresses the problem of deploying efficient AI on resource-constrained embedded devices, representing an incremental improvement over existing offloading methods.

The paper tackles the challenge of enabling real-time neural network inference on extremely weak embedded devices by introducing AgileNN, an agile offloading technique that leverages explainable AI to enforce feature sparsity during training, resulting in >6x lower inference latency and >8x reduction in local resource consumption without impairing accuracy.

With the wide adoption of AI applications, there is a pressing need of enabling real-time neural network (NN) inference on small embedded devices, but deploying NNs and achieving high performance of NN inference on these small devices is challenging due to their extremely weak capabilities. Although NN partitioning and offloading can contribute to such deployment, they are incapable of minimizing the local costs at embedded devices. Instead, we suggest to address this challenge via agile NN offloading, which migrates the required computations in NN offloading from online inference to offline learning. In this paper, we present AgileNN, a new NN offloading technique that achieves real-time NN inference on weak embedded devices by leveraging eXplainable AI techniques, so as to explicitly enforce feature sparsity during the training phase and minimize the online computation and communication costs. Experiment results show that AgileNN's inference latency is >6x lower than the existing schemes, ensuring that sensory data on embedded devices can be timely consumed. It also reduces the local device's resource consumption by >8x, without impairing the inference accuracy.

Foundations

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

Your Notes