LGCRDCITMLFeb 11, 2020

Turbo-Aggregate: Breaking the Quadratic Aggregation Barrier in Secure Federated Learning

arXiv:2002.04156v3375 citations
AI Analysis

This addresses scalability and privacy issues in federated learning for mobile device users, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles the quadratic overhead in secure model aggregation for federated learning by proposing Turbo-Aggregate, which reduces the overhead to O(N log N) and tolerates up to 50% user dropout, achieving up to 40x speedup with 200 users.

Federated learning is a distributed framework for training machine learning models over the data residing at mobile devices, while protecting the privacy of individual users. A major bottleneck in scaling federated learning to a large number of users is the overhead of secure model aggregation across many users. In particular, the overhead of the state-of-the-art protocols for secure model aggregation grows quadratically with the number of users. In this paper, we propose the first secure aggregation framework, named Turbo-Aggregate, that in a network with $N$ users achieves a secure aggregation overhead of $O(N\log{N})$, as opposed to $O(N^2)$, while tolerating up to a user dropout rate of $50\%$. Turbo-Aggregate employs a multi-group circular strategy for efficient model aggregation, and leverages additive secret sharing and novel coding techniques for injecting aggregation redundancy in order to handle user dropouts while guaranteeing user privacy. We experimentally demonstrate that Turbo-Aggregate achieves a total running time that grows almost linear in the number of users, and provides up to $40\times$ speedup over the state-of-the-art protocols with up to $N=200$ users. Our experiments also demonstrate the impact of model size and bandwidth on the performance of Turbo-Aggregate.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes