LGCRITDec 16, 2021

CodedPaddedFL and CodedSecAgg: Straggler Mitigation and Secure Aggregation in Federated Learning

arXiv:2112.08909v265 citations
Originality Incremental advance
AI Analysis

This addresses efficiency and security issues in federated learning for distributed systems, offering incremental improvements over existing methods.

The paper tackles the problem of straggling devices and security in federated learning by introducing two schemes, CodedPaddedFL and CodedSecAgg, which use redundancy to mitigate stragglers without client drift. CodedPaddedFL achieves an 18x speed-up for 95% accuracy on MNIST with 120 devices, and CodedSecAgg outperforms LightSecAgg by a 6.6-18.7x speed-up for the same accuracy.

We present two novel federated learning (FL) schemes that mitigate the effect of straggling devices by introducing redundancy on the devices' data across the network. Compared to other schemes in the literature, which deal with stragglers or device dropouts by ignoring their contribution, the proposed schemes do not suffer from the client drift problem. The first scheme, CodedPaddedFL, mitigates the effect of stragglers while retaining the privacy level of conventional FL. It combines one-time padding for user data privacy with gradient codes to yield straggler resiliency. The second scheme, CodedSecAgg, provides straggler resiliency and robustness against model inversion attacks and is based on Shamir's secret sharing. We apply CodedPaddedFL and CodedSecAgg to a classification problem. For a scenario with 120 devices, CodedPaddedFL achieves a speed-up factor of 18 for an accuracy of 95% on the MNIST dataset compared to conventional FL. Furthermore, it yields similar performance in terms of latency compared to a recently proposed scheme by Prakash et al. without the shortcoming of additional leakage of private data. CodedSecAgg outperforms the state-of-the-art secure aggregation scheme LightSecAgg by a speed-up factor of 6.6-18.7 for the MNIST dataset for an accuracy of 95%.

Foundations

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

Your Notes