• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2025, Vol. 47 ›› Issue (10): 1767-1778.

• Computer Network and Znformation Security • Previous Articles     Next Articles

A real-time scheduling algorithm for video processing tasks under cloud-edge collaboration framework

LI Jiakun,XIE Yulai,FENG Dan   

  1. (1.School of Cyber Science and Engineering,Huazhong University of Science and Technology,Wuhan 430074;
    2.Key Laboratory of Information Storage System,Ministry of Education of China,Wuhan 430074;
    3.Wuhan National Laboratory for Optoelectronics,Huazhong University of Science and Technology,Wuhan 430074,China)
  • Received:2024-11-04 Revised:2024-12-02 Online:2025-10-25 Published:2025-10-28
  • Supported by:

Abstract: In the video task processing of cloud-edge collaboration, due to the existence of a large number of processing and transmission tasks, it is necessary to consider the success rates of task proces- sing and the processing time of tasks to ensure the quality of service. At the same time, various resource costs  need to be taken into account to save system operation costs. To address the above issues, this paper formally models the video task scheduling problem under the cloud-edge collaborative framework and transforms it into a multi-objective optimization problem. For this problem, an algorithm called OCES is proposed. This algorithm sorts tasks within the same time slice to determine task priorities. For each task, it combines task information with the current status information of each edge node and cloud center node, and uses a neural network to judge and select the strategy with the maximum Q-value for scheduling, so as to specify the specific execution node of the task. OCES is an algorithm based on DDQN, which improves the reward function and strategy selection method. By integrating a noise network into the deep neural network, it avoids the algorithm from converging to a local optimal solution prematurely. Compared with the current internationally advanced CPSA algorithm, the proposed algorithm reduces the execution cost by 10.56% and 5.85% respectively in two scenarios with different average arrival rates and different task types, while achieving similar success rates and completion times.


Key words: cloud-edge collaboration, task scheduling, deep reinforce learning, double deep Q-network(DDQN) algorithm, noise network