FedLGA: Towards System-Heterogeneity of Federated Learning via Local Gradient Approximation
Xingyu Li, Zhe Qu, Bo Tang, Zhuo Lu
TL;DR
FedLGA tackles system-heterogeneous federated learning by enabling the aggregator to compensate for uneven local training across devices through local gradient approximation guided by a Hessian-based correction. The method achieves linear-cost Hessian-like updates via an outer-product surrogate and a first-order w_i,E approximation, yielding convergence guarantees for non-convex objectives under both full and partial participation with a device-heterogeneity ratio ρ. Empirically, FedLGA outperforms FedAvg, FedProx, FedNova, Scaffold, and FedDyn on Fashion-MNIST, CIFAR-10, and CIFAR-100 under non-i.i.d. data distributions, achieving faster convergence and better final accuracy while incurring lower total communication rounds. The work demonstrates practical benefits for FL deployments with heterogeneous devices and data distributions, without imposing extra burden on remote devices and with minimal aggregator-side overhead.
Abstract
Federated Learning (FL) is a decentralized machine learning architecture, which leverages a large number of remote devices to learn a joint model with distributed training data. However, the system-heterogeneity is one major challenge in a FL network to achieve robust distributed learning performance, which comes from two aspects: i) device-heterogeneity due to the diverse computational capacity among devices; ii) data-heterogeneity due to the non-identically distributed data across the network. Prior studies addressing the heterogeneous FL issue, e.g., FedProx, lack formalization and it remains an open problem. This work first formalizes the system-heterogeneous FL problem and proposes a new algorithm, called FedLGA, to address this problem by bridging the divergence of local model updates via gradient approximation. To achieve this, FedLGA provides an alternated Hessian estimation method, which only requires extra linear complexity on the aggregator. Theoretically, we show that with a device-heterogeneous ratio $ρ$, FedLGA achieves convergence rates on non-i.i.d. distributed FL training data for the non-convex optimization problems with $\mathcal{O} \left( \frac{(1+ρ)}{\sqrt{ENT}} + \frac{1}{T} \right)$ and $\mathcal{O} \left( \frac{(1+ρ)\sqrt{E}}{\sqrt{TK}} + \frac{1}{T} \right)$ for full and partial device participation respectively, where $E$ is the number of local learning epoch, $T$ is the number of total communication round, $N$ is the total device number and $K$ is the number of selected device in one communication round under partially participation scheme. The results of comprehensive experiments on multiple datasets show that FedLGA outperforms current FL methods against the system-heterogeneity.
