DCLGOCSep 26, 2024

Efficient Federated Learning against Heterogeneous and Non-stationary Client Unavailability

arXiv:2409.17446v218 citationsh-index: 39
Originality Highly original
AI Analysis

This addresses a critical issue for real-world deployment of federated learning, particularly in uncertain or mobile environments, representing a novel method for a known bottleneck.

The paper tackles the problem of heterogeneous and non-stationary client unavailability in federated learning, proposing FedAPM, which achieves convergence with only O(1) additional memory and computation compared to FedAvg.

Addressing intermittent client availability is critical for the real-world deployment of federated learning algorithms. Most prior work either overlooks the potential non-stationarity in the dynamics of client unavailability or requires substantial memory/computation overhead. We study federated learning in the presence of heterogeneous and non-stationary client availability, which may occur when the deployment environments are uncertain, or the clients are mobile. The impacts of heterogeneity and non-stationarity on client unavailability can be significant, as we illustrate using FedAvg, the most widely adopted federated learning algorithm. We propose FedAPM, which includes novel algorithmic structures that (i) compensate for missed computations due to unavailability with only $O(1)$ additional memory and computation with respect to standard FedAvg, and (ii) evenly diffuse local updates within the federated learning system through implicit gossiping, despite being agnostic to non-stationary dynamics. We show that FedAPM converges to a stationary point of even non-convex objectives while achieving the desired linear speedup property. We corroborate our analysis with numerical experiments over diversified client unavailability dynamics on real-world data sets.

Code Implementations1 repo
Foundations

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

Your Notes