Recently, in‐network computing has been proposed as a new paradigm to integrate computation and communication at the network edge, enabling data to be processed while being transmitted toward its destination. To achieve this, the problem of joint optimization of computation path selection and workload allocation has gained extensive research interest, and many efficient algorithms have been proposed. However, existing studies assume fixed or static latency when selecting computation paths, and thus fail to capture the time‐varying and queueing‐induced latency experienced by tasks arriving dynamically in online environments. To address the above limitations, this paper investigates the online scheduling problem of time‐dependent path selection and workload allocation for in‐network computing. We formulate the problem as a mixed‐integer programming model that jointly minimizes server operating cost and end‐to‐end latency, and prove that it is NP‐hard. To enable efficient online decision‐making, we further transform the problem into a Markov decision process. Based on this formulation, we propose a reinforcement learning–based scheduling algorithm using proximal policy optimization (PPO), which incorporates an LSTM‐based temporal encoder to capture historical deployment information and dynamically evolving network states. This design allows the algorithm to make adaptive, queueing‐aware scheduling decisions in dynamic network environments. Extensive simulations on real networks demonstrate that the proposed algorithm is robust and outperforms state‐of‐the‐art baseline methods in terms of the joint cost–latency performance metric.
Junyu Mai, Tian Yang, Ouyang Sheng et al.· Concurrency and Computation· 0 citations
In Unmanned Aerial Vehicle-assisted Mobile Edge Computing (UAV-MEC), dynamic workloads and limited onboard energy pose significant challenges for efficient task scheduling and long-term mission sustainability. Cognitively-inspired computing paradigms provide an intelligent solution by enabling UAVs to perceive environments, learn from experience, and make adaptive decisions. This paper proposes a TS-Diff (Two-Stage Diffusion Policy) framework for joint task offloading, trajectory planning, and energy harvesting. A brief Soft Actor-Critic pre-training stage first constructs an exploratory experience memory buffer to address the cold-start issue of diffusion models. A Diffusion Policy Actor is then employed to iteratively generate robust continuous control actions, forming a perception–decision–action loop for adaptive UAV control. Experimental results show that TS-Diff achieves a final average return of approximately -145, improving performance by about 20% compared with baseline algorithms. The framework also increases total task throughput to 971.6, significantly outperforming DDPG (770.3), while enabling adaptive charging strategies that prevent energy depletion. By integrating diffusion-based policy generation with reinforcement learning, the proposed framework provides a cognitively inspired decision-making approach for intelligent UAV-MEC systems in dynamic environments.
Xiuxia Lin, Yuan Chai, Zixu Liu et al.· Cognitive Computation· 0 citations