Spatiotemporal Non-Uniformity-Aware Online Task Scheduling in Collaborative Edge Computing for Industrial Internet of Things
Yang Li, Xing Zhang, Yukun Sun, Wenbo Wang, Bo Lei
TL;DR
The paper tackles online task scheduling in collaborative edge computing for IIoT under long-term cost budgets, addressing both spatial non-uniformity across factories and time-varying request distributions. It develops a Lyapunov-based framework that transforms the long-horizon objective into per-slot problems, augmented by a graph model that captures the spatiotemporal structure of requests and resources. A two-stage heuristic (enhanced discrete particle swarm plus harmony search) solves the per-slot problem, and an imitation-learning module accelerates operation by predicting category assignments to reduce search. Theoretical analysis provides delay-cost bounds and complexity results, and extensive simulations plus a Kubernetes-based prototype validate improved latency and budget adherence compared to baselines, confirming practical applicability. The approach enables scalable, real-time scheduling for industrial edge ecosystems with privacy-preserving, horizontal collaboration across factories.
Abstract
Mobile edge computing mitigates the shortcomings of cloud computing caused by unpredictable wide-area network latency and serves as a critical enabling technology for the Industrial Internet of Things (IIoT). Unlike cloud computing, mobile edge networks offer limited and distributed computing resources. As a result, collaborative edge computing emerges as a promising technology that enhances edge networks' service capabilities by integrating computational resources across edge nodes. This paper investigates the task scheduling problem in collaborative edge computing for IIoT, aiming to optimize task processing performance under long-term cost constraints. We propose an online task scheduling algorithm to cope with the spatiotemporal non-uniformity of user request distribution in distributed edge networks. For the spatial non-uniformity of user requests across different factories, we introduce a graph model to guide optimal task scheduling decisions. For the time-varying nature of user request distribution and long-term cost constraints, we apply Lyapunov optimization to decompose the long-term optimization problem into a series of real-time subproblems that do not require prior knowledge of future system states. Given the NP-hard nature of the subproblems, we design a heuristic-based hierarchical optimization approach incorporating enhanced discrete particle swarm and harmonic search algorithms. Finally, an imitation learning-based approach is devised to further accelerate the algorithm's operation, building upon the initial two algorithms. Comprehensive theoretical analysis and experimental evaluation demonstrate the effectiveness of the proposed schemes.
