Robust Federated Learning Under Real-World Client Churn

📅 2026-07-08
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the challenge of delayed model updates in federated learning under realistic conditions—such as frequent client dropouts, dynamically shifting data distributions, and prediction-feedback latency—by introducing the FeLiX framework. FeLiX operates without prior knowledge of client availability and leverages streaming availability stratification, freshness-utility-driven client selection, and an information-aware, delay-robust aggregation mechanism to enable efficient and rapid model updates. Experimental results on CIFAR-10, Google Speech, and real-world low-availability traces demonstrate that FeLiX reduces wall-clock time to target accuracy by up to 2.37× and communication overhead by 1.30× compared to state-of-the-art synchronous and asynchronous methods, achieving performance that closely approaches ideal scheduling despite having no prior information on client availability.
📝 Abstract
Federated Learning (FL) enables training shared models on private, on-device data, but production deployments remain constrained to slow, multi-day refresh cycles due to the complexity of coordinating massive client populations. For applications such as feed ranking, ad targeting, and personalized recommendation, model freshness: the ability to rapidly adapt to new user-local data is critical for maximizing objectives like click-through rate. This lag leaves models stale and unresponsive to volatile data distributions driven by viral trends and shifting user intent. Bridging this gap requires addressing three challenges overlooked by existing FL systems: transient client availability, dynamic data heterogeneity, and delays between model predictions and observable outcomes. We present FeLiX, an FL orchestration framework that minimizes wall-clock time-to-target accuracy on live interaction streams. FeLiX introduces three primitives: (i) streaming-aware availability tiers that leverage lightweight telemetry to identify ready clients at scale; (ii) fresh-utility selection, a dual-tier mechanism that prioritizes statistically valuable updates from devices able to meet tight refresh deadlines; and (iii) informativeness-aware, delay-robust aggregation that incorporates late, high-value updates containing ground-truth outcomes without biasing the global model toward stale distributions. Unlike prior systems that rely on unrealistic oracular knowledge of client availability, FeLiX achieves near-oracular performance in real-world settings. Across CIFAR-10, Google Speech, and realistic low-availability traces, FeLiX reduces wall-clock time-to-target accuracy by up to 2.37X while reducing communication bandwidth by 1.30X compared to state-of-the-art synchronous and asynchronous FL baselines.
Problem

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

client churn
model freshness
data heterogeneity
prediction delay
federated learning
Innovation

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

Federated Learning
Client Churn
Model Freshness
Delay-Robust Aggregation
Streaming-Aware Scheduling