English

FedSynth: Gradient Compression via Synthetic Data in Federated Learning

Machine Learning 2022-04-05 v1

Abstract

Model compression is important in federated learning (FL) with large models to reduce communication cost. Prior works have been focusing on sparsification based compression that could desparately affect the global model accuracy. In this work, we propose a new scheme for upstream communication where instead of transmitting the model update, each client learns and transmits a light-weight synthetic dataset such that using it as the training data, the model performs similarly well on the real training data. The server will recover the local model update via the synthetic data and apply standard aggregation. We then provide a new algorithm FedSynth to learn the synthetic data locally. Empirically, we find our method is comparable/better than random masking baselines in all three common federated learning benchmark datasets.

Keywords

Cite

@article{arxiv.2204.01273,
  title  = {FedSynth: Gradient Compression via Synthetic Data in Federated Learning},
  author = {Shengyuan Hu and Jack Goetz and Kshitiz Malik and Hongyuan Zhan and Zhe Liu and Yue Liu},
  journal= {arXiv preprint arXiv:2204.01273},
  year   = {2022}
}

Comments

8 pages

R2 v1 2026-06-24T10:36:32.529Z