LGAIMLFeb 1, 2023

DoCoFL: Downlink Compression for Cross-Device Federated Learning

arXiv:2302.00543v240 citationsh-index: 27
AI Analysis

This addresses communication bottlenecks in federated learning for cross-device settings, but it is incremental as it builds on existing uplink compression schemes.

The paper tackles the problem of downlink compression in cross-device federated learning, where existing methods are inapplicable due to client heterogeneity and single appearances, and proposes DoCoFL, which achieves significant bandwidth reduction while maintaining competitive accuracy compared to a no-compression baseline.

Many compression techniques have been proposed to reduce the communication overhead of Federated Learning training procedures. However, these are typically designed for compressing model updates, which are expected to decay throughout training. As a result, such methods are inapplicable to downlink (i.e., from the parameter server to clients) compression in the cross-device setting, where heterogeneous clients $\textit{may appear only once}$ during training and thus must download the model parameters. Accordingly, we propose $\textsf{DoCoFL}$ -- a new framework for downlink compression in the cross-device setting. Importantly, $\textsf{DoCoFL}$ can be seamlessly combined with many uplink compression schemes, rendering it suitable for bi-directional compression. Through extensive evaluation, we show that $\textsf{DoCoFL}$ offers significant bi-directional bandwidth reduction while achieving competitive accuracy to that of a baseline without any compression.

Foundations

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

Your Notes