English

Resource-Constrained Edge AI with Early Exit Prediction

Machine Learning 2022-06-22 v2

Abstract

By leveraging the data sample diversity, the early-exit network recently emerges as a prominent neural network architecture to accelerate the deep learning inference process. However, intermediate classifiers of the early exits introduce additional computation overhead, which is unfavorable for resource-constrained edge artificial intelligence (AI). In this paper, we propose an early exit prediction mechanism to reduce the on-device computation overhead in a device-edge co-inference system supported by early-exit networks. Specifically, we design a low-complexity module, namely the Exit Predictor, to guide some distinctly "hard" samples to bypass the computation of the early exits. Besides, considering the varying communication bandwidth, we extend the early exit prediction mechanism for latency-aware edge inference, which adapts the prediction thresholds of the Exit Predictor and the confidence thresholds of the early-exit network via a few simple regression models. Extensive experiment results demonstrate the effectiveness of the Exit Predictor in achieving a better tradeoff between accuracy and on-device computation overhead for early-exit networks. Besides, compared with the baseline methods, the proposed method for latency-aware edge inference attains higher inference accuracy under different bandwidth conditions.

Keywords

Cite

@article{arxiv.2206.07269,
  title  = {Resource-Constrained Edge AI with Early Exit Prediction},
  author = {Rongkang Dong and Yuyi Mao and Jun Zhang},
  journal= {arXiv preprint arXiv:2206.07269},
  year   = {2022}
}

Comments

26 pages, 16 figures, 6 tables. This paper is accepted by Journal of Communications and Information Networks

R2 v1 2026-06-24T11:51:46.549Z