DART-FL: Burst-Aware Multitask Federated Learning under Dynamic Inference Demand at the Edge

📅 2026-08-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文提出DART-FL框架,通过动态调整推理与训练资源分配及任务级训练重点,解决边缘设备上多任务联邦学习中因推理需求波动导致的服务质量维持问题。
📝 Abstract
Edge intelligence systems increasingly require model training and online inference to coexist on resource-constrained devices, while inference demand can vary substantially across tasks over time. This creates two coupled challenges: sufficient computation must be reserved for inference to maintain service-level objectives (SLOs), while the remaining training capacity should adapt to task-specific demand so that frequently requested tasks can improve earlier during training. We propose an SLO-aware, demand-driven multitask federated learning framework (DART-FL) that jointly adapts the inference-training resource split and task-level training emphasis. At each scheduling interval, DART-FL uses the inference backlog and profiled service capacity to determine the minimum resource allocation required for inference. The remaining training capacity is then distributed across tasks using a queue-aware DPP-inspired scheduler, and the resulting task allocations are mapped to dynamic loss weights. This allows tasks experiencing higher inference demand to receive greater training emphasis in earlier communication rounds. Clients train a shared backbone with task-specific heads, and the complete multitask model is aggregated through FedAvg. We evaluate DART-FL using Stanford Cars and Oxford Flowers 102 under both synthetic and real Alibaba trace-derived workloads. Results show that DART-FL dynamically adapts the inference-training resource split to time-varying inference demand and shifts the learning progress of high-demand tasks toward their burst periods, improving model accuracy when those tasks are frequently requested while maintaining comparable long-term multitask performance.
Problem

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

Edge Intelligence
Federated Learning
Dynamic Inference Demand
Resource Allocation
Service-Level Objectives
Innovation

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

SLO-aware
demand-driven
multitask federated learning
inference-training resource split
queue-aware scheduler
🔎 Similar Papers
No similar papers found.