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

2026-08-03Distributed, Parallel, and Cluster Computing

Distributed, Parallel, and Cluster ComputingMachine LearningNetworking and Internet Architecture
AI summary

The authors study how to better manage mobile edge computing servers when running big language models that must finish tasks before certain deadlines. They note that missing deadlines can cause big problems, so they design a system that allows a limited number of deadline extensions to improve flexibility. They propose using a special AI method combining transformers and reinforcement learning (PPO) to help servers work together and decide when to move tasks. Their simulations show this approach does better than older methods in completing tasks on time and using fewer deadline extensions.

Mobile Edge Computing (MEC)Large Language Models (LLM)Soft Deadline ConstraintsTask DependenciesDeadline ExtensionTransformerProximal Policy Optimization (PPO)Task MigrationReinforcement LearningCollaborative Computing
Authors
Ngoc Hung Nguyen, Bjorn Landfeldt
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.