FastSecAgg: Scalable Secure Aggregation for Privacy-Preserving Federated Learning
Swanand Kadhe, Nived Rajaraman, O. Ozan Koyluoglu, Kannan Ramchandran

TL;DR
FastSecAgg introduces an efficient, scalable secure aggregation protocol for federated learning that reduces computation and communication costs while maintaining strong privacy guarantees, even with client dropouts and adaptive adversaries.
Contribution
The paper presents FastSecAgg, a novel secure aggregation protocol based on a multi-secret sharing scheme using FFT, offering improved efficiency and robustness over prior methods.
Findings
FastSecAgg reduces computation costs compared to existing schemes.
It maintains privacy even with client dropouts and adaptive adversaries.
The FastShare scheme is of independent interest for secure multi-secret sharing.
Abstract
Recent attacks on federated learning demonstrate that keeping the training data on clients' devices does not provide sufficient privacy, as the model parameters shared by clients can leak information about their training data. A 'secure aggregation' protocol enables the server to aggregate clients' models in a privacy-preserving manner. However, existing secure aggregation protocols incur high computation/communication costs, especially when the number of model parameters is larger than the number of clients participating in an iteration -- a typical scenario in federated learning. In this paper, we propose a secure aggregation protocol, FastSecAgg, that is efficient in terms of computation and communication, and robust to client dropouts. The main building block of FastSecAgg is a novel multi-secret sharing scheme, FastShare, based on the Fast Fourier Transform (FFT), which may be of…
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 · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
MethodsDropout
