LGApr 3

FedScalar: Federated Learning with Scalar Communication for Bandwidth-Constrained Networks

arXiv:2410.0226027.11 citationsh-index: 2
Predicted impact top 76% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For federated learning with limited bandwidth, FedScalar drastically reduces upload cost while maintaining convergence, addressing a key bottleneck.

FedScalar reduces communication in federated learning to two scalars per round per agent, achieving convergence rate O(d/√K) for smooth non-convex losses, and demonstrates wall-clock time and energy improvements over FedAvg and QSGD in bandwidth-constrained settings.

In bandwidth-constrained federated learning~(FL) settings, the repeated upload of high-dimensional model updates from agents to a central server constitutes the primary bottleneck, often rendering standard FL infeasible within practical communication budgets. We propose \emph{FedScalar}, a communication-efficient FL algorithm in which each agent uploads only two scalar values per round, regardless of the model dimension~$d$. Each agent encodes its local update difference as an inner product with a locally generated random vector and transmits the resulting scalar together with the generating seed, enabling the server to reconstruct an unbiased gradient estimate without any high-dimensional transmission. We prove that \emph{FedScalar} achieves a convergence rate of $O(d/\sqrt{K})$ to a stationary point for smooth non-convex loss functions, and show that adopting a Rademacher distribution for the random vector reduces the aggregation variance compared to the Gaussian case. Numerical simulations confirm that the dimension-free upload cost translates into significant improvements in wall-clock time and energy efficiency over \emph{FedAvg} and \emph{QSGD} in bandwidth-constrained settings.

Foundations

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

Your Notes