paper-with-me

Papers

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

2021-12-16 · Reent Schlegel, Siddhartha Kumar, Eirik Rosnes, Alexandre Graell i Amat

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%.

📄 PDF Abstract BibTeX arXiv:2112.08909

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

CLIP: Client-Side Invariant Pruning for Mitigating Stragglers in Secure Federated Learning

2025-10-19 · Anthony DiMaggio, Raghav Sharma, Gururaj Saileshwar arxiv

Secure federated learning (FL) preserves data privacy during distributed model training. However, deploying such frameworks across heterogeneous devices results in performance bottlenecks, due to straggler clients with l…

Federated Learning

Secure Aggregation for Buffered Asynchronous Federated Learning

2021-10-05 · Jinhyun So, Ramy E. Ali, Başak Güler, A. Salman Avestimehr

Federated learning (FL) typically relies on synchronous training, which is slow due to stragglers. While asynchronous training handles stragglers efficiently, it does not ensure privacy due to the incompatibility with th…

Federated Learning

AntDT: A Self-Adaptive Distributed Training Framework for Leader and Straggler Nodes

2024-04-15 · Youshao Xiao, Lin Ju, Zhenglei Zhou, Siyuan Li 외

Many distributed training techniques like Parameter Server and AllReduce have been proposed to take advantage of the increasingly large data and rich features. However, stragglers frequently occur in distributed training…

Adaptive Coded Federated Learning: Privacy Preservation and Straggler Mitigation

2024-03-22 · Chengxi Li, Ming Xiao, Mikael Skoglund

In this article, we address the problem of federated learning in the presence of stragglers. For this problem, a coded federated learning framework has been proposed, where the central server aggregates gradients receive…

Federated Learning

Fair and Efficient Distributed Edge Learning with Hybrid Multipath TCP

2022-11-03 · Shiva Raj Pokhrel, Jinho Choi, Anwar Walid

The bottleneck of distributed edge learning (DEL) over wireless has shifted from computing to communication, primarily the aggregation-averaging (Agg-Avg) process of DEL. The existing transmission control protocol (TCP)-…

AvgDeep Reinforcement LearningFairness