English

Intra-DP: A High Performance Collaborative Inference System for Mobile Edge Computing

Networking and Internet Architecture 2025-09-24 v2 Artificial Intelligence Machine Learning

Abstract

Deploying deep neural networks (DNNs) on resource-constrained mobile devices presents significant challenges, particularly in achieving real-time performance while simultaneously coping with limited computational resources and battery life. While Mobile Edge Computing (MEC) offers collaborative inference with GPU servers as a promising solution, existing approaches primarily rely on layer-wise model partitioning and undergo significant transmission bottlenecks caused by the sequential execution of DNN operations. To address this challenge, we present Intra-DP, a high-performance collaborative inference system optimized for DNN inference on MEC. Intra DP employs a novel parallel computing technique based on local operators (i.e., operators whose minimum unit input is not the entire input tensor, such as the convolution kernel). By decomposing their computations (operations) into several independent sub-operations and overlapping the computation and transmission of different sub-operations through parallel execution, Intra-DP mitigates transmission bottlenecks in MEC, achieving fast and energy-efficient inference. The evaluation demonstrates that Intra-DP reduces per-inference latency by up to 50% and energy consumption by up to 75% compared to state-of-the-art baselines, without sacrificing accuracy.

Keywords

Cite

@article{arxiv.2507.05829,
  title  = {Intra-DP: A High Performance Collaborative Inference System for Mobile Edge Computing},
  author = {Zekai Sun and Xiuxian Guan and Zheng Lin and Zihan Fang and Xiangming Cai and Zhe Chen and Fangming Liu and Heming Cui and Jie Xiong and Wei Ni and Chau Yuen},
  journal= {arXiv preprint arXiv:2507.05829},
  year   = {2025}
}

Comments

14 pages, 19 figures

R2 v1 2026-07-01T03:51:06.189Z