LGDCJan 25, 2024

Communication-Efficient Federated Learning through Adaptive Weight Clustering and Server-Side Distillation

arXiv:2401.14211v317 citationsICASSP
Originality Incremental advance
AI Analysis

This addresses communication inefficiencies in Federated Learning for privacy-preserving collaborative training, representing an incremental improvement over existing compression techniques.

The paper tackles the problem of high communication costs in Federated Learning by proposing FedCompress, which combines dynamic weight clustering and server-side knowledge distillation, demonstrating reduced communication costs and improved inference speed on diverse datasets.

Federated Learning (FL) is a promising technique for the collaborative training of deep neural networks across multiple devices while preserving data privacy. Despite its potential benefits, FL is hindered by excessive communication costs due to repeated server-client communication during training. To address this challenge, model compression techniques, such as sparsification and weight clustering are applied, which often require modifying the underlying model aggregation schemes or involve cumbersome hyperparameter tuning, with the latter not only adjusts the model's compression rate but also limits model's potential for continuous improvement over growing data. In this paper, we propose FedCompress, a novel approach that combines dynamic weight clustering and server-side knowledge distillation to reduce communication costs while learning highly generalizable models. Through a comprehensive evaluation on diverse public datasets, we demonstrate the efficacy of our approach compared to baselines in terms of communication costs and inference speed.

Code Implementations1 repo
Foundations

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

Your Notes