Highlight

Federated Learning: Strategies for Improving Communication Efficiency

Proposes structured and sketched update methods that cut federated learning's uplink communication cost by up to two orders of magnitude.

Based on

Federated Learning: Strategies for Improving Communication Efficiency

By Jakub Konecný, H. B. McMahan, Felix X. Yu et al.arXiv.org
Read original article →

The paper addresses communication efficiency in federated learning, a setting where a high-quality central model must be trained even though the training data remains spread across a large number of clients, often mobile phones, with slow and unreliable connections. In each round, every client independently computes an update to the current model from its local data and transmits it to a central server, which aggregates the client-side updates into a new global model. Because uplink bandwidth is the bottleneck, the authors introduce two complementary compression strategies: structured updates and sketched updates.

Structured updates are learned directly within a restricted space parametrized by fewer variables, for example low-rank matrices or a random mask, while sketched updates learn a full model update and then compress it through a combination of quantization, random rotations, and subsampling before sending it to the server. In experiments on both convolutional and recurrent networks, these techniques reduced the uplink communication cost by two orders of magnitude, addressing a central obstacle to making federated learning practical on bandwidth-constrained devices.

Abstract

Federated learning trains a central model while data stays on many clients with slow, unreliable links, so communication efficiency is key. Each round, clients compute updates on local data and a server aggregates them into a new global model. To reduce uplink cost, it proposes structured updates, learned in a restricted low-parameter space such as low-rank or random-mask, and sketched updates, a full update compressed via quantization, random rotations, and subsampling. Experiments on convolutional and recurrent nets cut communication by two orders of magnitude.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

federated learningcommunication efficiencydistributed optimizationmodel compressionon-device learning
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.