LGFeb 6, 2024

Fed-CVLC: Compressing Federated Learning Communications with Variable-Length Codes

arXiv:2402.03770v15 citationsh-index: 6INFOCOM
Originality Incremental advance
AI Analysis

This addresses communication efficiency for distributed machine learning systems, offering a flexible compression design that bridges quantization and sparsification, though it is incremental as it builds on existing compression methods.

The paper tackles the communication bottleneck in Federated Learning by proposing Fed-CVLC, a compression method using variable-length codes, which improves model utility by 1.50%-5.44% or reduces communication traffic by 16.67%-41.61% compared to state-of-the-art baselines.

In Federated Learning (FL) paradigm, a parameter server (PS) concurrently communicates with distributed participating clients for model collection, update aggregation, and model distribution over multiple rounds, without touching private data owned by individual clients. FL is appealing in preserving data privacy; yet the communication between the PS and scattered clients can be a severe bottleneck. Model compression algorithms, such as quantization and sparsification, have been suggested but they generally assume a fixed code length, which does not reflect the heterogeneity and variability of model updates. In this paper, through both analysis and experiments, we show strong evidences that variable-length is beneficial for compression in FL. We accordingly present Fed-CVLC (Federated Learning Compression with Variable-Length Codes), which fine-tunes the code length in response of the dynamics of model updates. We develop optimal tuning strategy that minimizes the loss function (equivalent to maximizing the model utility) subject to the budget for communication. We further demonstrate that Fed-CVLC is indeed a general compression design that bridges quantization and sparsification, with greater flexibility. Extensive experiments have been conducted with public datasets to demonstrate that Fed-CVLC remarkably outperforms state-of-the-art baselines, improving model utility by 1.50%-5.44%, or shrinking communication traffic by 16.67%-41.61%.

Foundations

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

Your Notes