Reconciling Security and Communication Efficiency in Federated LearningDownload PDF

Published: 21 Oct 2022, Last Modified: 22 Oct 2023FL-NeurIPS 2022 PosterReaders: Everyone
Keywords: Federated Learning, Secure Aggregation, Compression, Efficiency, Product Quantization
TL;DR: Uplink communication effiency with a high privacy and security bar
Abstract: Cross-device Federated Learning is an increasingly popular machine learning setting to train a model by leveraging a large population of client devices with high privacy and security guarantees. However, communication efficiency remains a major bottleneck when scaling federated learning to production environments, particularly due to bandwidth constraints during uplink communication. In this paper, we formalize and address the problem of compressing client-to-server model updates under the Secure Aggregation primitive, a core component of Federated Learning pipelines that allows the server to aggregate the client updates without accessing them individually. In particular, we adapt standard scalar quantization and pruning methods to Secure Aggregation and propose Secure Indexing, a variant of Secure Aggregation that supports quantization for extreme compression. We establish state-of-the-art results on LEAF benchmarks in a secure Federated Learning setup with up to 40x compression in uplink communication and no meaningful loss in utility compared to uncompressed baselines.
Is Student: No
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:2207.12779/code)
4 Replies

Loading