Learning-Based Collaborative MEC for LLM Inference with Soft-Deadline Awareness via Transformer-Enhanced PPO

📅 2026-08-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the challenge of scheduling large language model (LLM) inference tasks in collaborative mobile edge computing (MEC) systems, where task dependencies render an entire request failed if any subtask misses its soft deadline. To tackle this, the authors propose a deadline extension mechanism with constrained flexibility and, for the first time, integrate a Transformer architecture into a proximal policy optimization (PPO) reinforcement learning framework. This integration effectively captures temporal dependencies among tasks and inter-server interactions, enabling intelligent task migration and coordinated multi-MEC scheduling. Experimental results demonstrate that the proposed approach significantly outperforms conventional PPO and heuristic algorithms in terms of both on-time task completion rate and overall system efficiency.
📝 Abstract
This paper investigates collaborative mobile edge computing (MEC) servers for large language model (LLM) inference under soft deadline constraints. In this system, to improve the quality of service, computations are expected to be completed within their deadlines. However, due to dependencies among tasks or subtasks, any missed deadline can lead to catastrophic consequences for the entire request. In this context, this work proposes an extended deadline mechanism with constrained flexibility. The main challenges lie in handling large-scale computations under strict latency constraints while limiting the number of allowable deadline extensions, especially in the presence of task dependencies within each request. To tackle these challenges, we develop a transformer-enhanced proximal policy optimization (PPO) framework that enables efficient collaboration among MEC servers. The proposed approach aims to maximize the number of tasks completed within their deadlines while minimizing the use of deadline extensions. By capturing temporal dependencies and cross-server interactions, the transformer improves decision-making for task migration. Simulation results demonstrate that the proposed method significantly outperforms conventional PPO and heuristic-based approaches in terms of task completion rate and overall system efficiency.
Problem

Research questions and friction points this paper is trying to address.

collaborative MEC
LLM inference
soft deadline
task dependencies
deadline extension
Innovation

Methods, ideas, or system contributions that make the work stand out.

Transformer-enhanced PPO
soft-deadline awareness
collaborative MEC
LLM inference
deadline extension mechanism
🔎 Similar Papers
No similar papers found.