LGMay 29, 2025

Adaptive Deadline and Batch Layered Synchronized Federated Learning

arXiv:2505.23973v11 citationsh-index: 46
Originality Incremental advance
AI Analysis

This work addresses the problem of stragglers delaying training in federated learning for edge computing applications, representing an incremental improvement over prior solutions.

The paper tackles the latency bottleneck in synchronous federated learning caused by device heterogeneity, proposing ADEL-FL, a framework that jointly optimizes per-round deadlines and user-specific batch sizes for layer-wise aggregation, which outperforms alternative methods in convergence rate and final accuracy under heterogeneous conditions.

Federated learning (FL) enables collaborative model training across distributed edge devices while preserving data privacy, and typically operates in a round-based synchronous manner. However, synchronous FL suffers from latency bottlenecks due to device heterogeneity, where slower clients (stragglers) delay or degrade global updates. Prior solutions, such as fixed deadlines, client selection, and layer-wise partial aggregation, alleviate the effect of stragglers, but treat round timing and local workload as static parameters, limiting their effectiveness under strict time constraints. We propose ADEL-FL, a novel framework that jointly optimizes per-round deadlines and user-specific batch sizes for layer-wise aggregation. Our approach formulates a constrained optimization problem minimizing the expected L2 distance to the global optimum under total training time and global rounds. We provide a convergence analysis under exponential compute models and prove that ADEL-FL yields unbiased updates with bounded variance. Extensive experiments demonstrate that ADEL-FL outperforms alternative methods in both convergence rate and final accuracy under heterogeneous conditions.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes