Coding for Straggler Mitigation in Federated Learning
Siddhartha Kumar, Reent Schlegel, Eirik Rosnes, Alexandre Graell i, Amat

TL;DR
This paper introduces a coded federated learning scheme that mitigates straggler effects, preserves privacy, and significantly speeds up training on image datasets without compromising accuracy.
Contribution
It proposes a novel scheme combining one-time padding and gradient codes for privacy-preserving, straggler-resilient federated learning with comparable training times to conventional methods.
Findings
Achieves 6.6x and 9.2x speed-up on MNIST and Fashion-MNIST datasets.
Maintains the same privacy level as conventional federated learning.
Provides effective straggler mitigation without sacrificing accuracy.
Abstract
We present a novel coded federated learning (FL) scheme for linear regression that mitigates the effect of straggling devices while retaining the privacy level of conventional FL. The proposed scheme combines one-time padding to preserve privacy and gradient codes to yield resiliency against stragglers and consists of two phases. In the first phase, the devices share a one-time padded version of their local data with a subset of other devices. In the second phase, the devices and the central server collaboratively and iteratively train a global linear model using gradient codes on the one-time padded local data. To apply one-time padding to real data, our scheme exploits a fixed-point arithmetic representation of the data. Unlike the coded FL scheme recently introduced by Prakash \emph{et al.}, the proposed scheme maintains the same level of privacy as conventional FL while achieving a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques
MethodsLinear Regression
