CVMay 23, 2022

Dynamic Split Computing for Efficient Deep Edge Intelligence

arXiv:2205.11269v255 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses efficiency and resource utilization for edge computing applications, though it is incremental as it builds on existing split computing paradigms.

The paper tackles the challenge of deploying deep neural networks on resource-constrained IoT and mobile devices by introducing dynamic split computing, which dynamically selects the optimal split location based on communication channel state, achieving faster inference in varying edge environments without retraining or accuracy loss.

Deploying deep neural networks (DNNs) on IoT and mobile devices is a challenging task due to their limited computational resources. Thus, demanding tasks are often entirely offloaded to edge servers which can accelerate inference, however, it also causes communication cost and evokes privacy concerns. In addition, this approach leaves the computational capacity of end devices unused. Split computing is a paradigm where a DNN is split into two sections; the first section is executed on the end device, and the output is transmitted to the edge server where the final section is executed. Here, we introduce dynamic split computing, where the optimal split location is dynamically selected based on the state of the communication channel. By using natural bottlenecks that already exist in modern DNN architectures, dynamic split computing avoids retraining and hyperparameter optimization, and does not have any negative impact on the final accuracy of DNNs. Through extensive experiments, we show that dynamic split computing achieves faster inference in edge computing environments where the data rate and server load vary over time.

Foundations

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

Your Notes