LightSecAgg: a Lightweight and Versatile Design for Secure Aggregation in Federated Learning
Jinhyun So, Chaoyang He, Chien-Sheng Yang, Songze Li, Qian Yu, Ramy E., Ali, Basak Guler, Salman Avestimehr

TL;DR
LightSecAgg introduces a new secure aggregation protocol for federated learning that reduces overhead, supports asynchronous settings, and accelerates training through modular design and parallelization.
Contribution
It proposes LightSecAgg, a novel aggregation scheme that simplifies dropout-resilient privacy-preserving federated learning with improved efficiency and scalability.
Findings
Reduces overhead for dropout resilience compared to state-of-the-art protocols.
Supports asynchronous federated learning environments.
Significantly decreases total training time in large-scale experiments.
Abstract
Secure model aggregation is a key component of federated learning (FL) that aims at protecting the privacy of each user's individual model while allowing for their global aggregation. It can be applied to any aggregation-based FL approach for training a global or personalized model. Model aggregation needs to also be resilient against likely user dropouts in FL systems, making its design substantially more complex. State-of-the-art secure aggregation protocols rely on secret sharing of the random-seeds used for mask generations at the users to enable the reconstruction and cancellation of those belonging to the dropped users. The complexity of such approaches, however, grows substantially with the number of dropped users. We propose a new approach, named LightSecAgg, to overcome this bottleneck by changing the design from "random-seed reconstruction of the dropped users" to "one-shot…
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
