解决真实场景下设备频繁掉线的联邦学习难题,让模型更快更准地更新。
Robust Federated Learning Under Real-World Client Churn

- 用轻量级探针识别可用设备,动态分配优先级
- 能提前1.37倍时间达到目标准确率,通信量还减少30%
- 适合需要实时更新的推荐、广告等高波动数据场景
联邦学习(FL)可在本地私有数据上训练共享模型,但实际部署受限于缓慢的多日更新周期。对于推荐排序、广告投放等应用,模型新鲜度——快速适应用户新数据的能力——对提升点击率等指标至关重要。现有系统忽略三大挑战:客户端临时不可用、数据分布动态变化、模型预测与结果反馈存在延迟。本文提出FeLiX框架,通过三种机制实现对实时交互流的快速响应:(i) 流式感知的可用性分级,利用轻量级遥测识别大规模可用客户端;(ii) 新鲜-效用选择,双重机制优先处理符合紧致刷新期限且统计价值高的更新;(iii) 信息量感知的抗延迟聚合,可无偏地融合延迟到达但含真实反馈的高价值更新。相比传统同步/异步基线,FeLiX在CIFAR-10、Google Speech及真实低可用性数据集上,将达到目标准确率的时钟时间缩短最多2.37倍,通信带宽降低1.30倍。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。