TL;DR
FLaPS introduces a scalable, privacy-preserving federated learning architecture that groups devices into clusters, improving efficiency, security, and robustness against device drops, while maintaining comparable model performance.
Contribution
The paper proposes FLaPS, a novel federated learning architecture that enhances scalability, privacy, and robustness through device clustering and differential privacy techniques.
Findings
FLaPS achieves better privacy-utility trade-off.
It maintains comparable model accuracy to traditional FL.
FLaPS improves training time and robustness against device drops.
Abstract
Federated learning (FL) is a distributed learning process where the model (weights and checkpoints) is transferred to the devices that posses data rather than the classical way of transferring and aggregating the data centrally. In this way, sensitive data does not leave the user devices. FL uses the FedAvg algorithm, which is trained in the iterative model averaging way, on the non-iid and unbalanced distributed data, without depending on the data quantity. Some issues with the FL are, 1) no scalability, as the model is iteratively trained over all the devices, which amplifies with device drops; 2) security and privacy trade-off of the learning process still not robust enough and 3) overall communication efficiency and the cost are higher. To mitigate these challenges we present Federated Learning and Privately Scaling (FLaPS) architecture, which improves scalability as well as the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
