English

An Efficient Virtual Data Generation Method for Reducing Communication in Federated Learning

Machine Learning 2023-06-30 v3

Abstract

Communication overhead is one of the major challenges in Federated Learning(FL). A few classical schemes assume the server can extract the auxiliary information about training data of the participants from the local models to construct a central dummy dataset. The server uses the dummy dataset to finetune aggregated global model to achieve the target test accuracy in fewer communication rounds. In this paper, we summarize the above solutions into a data-based communication-efficient FL framework. The key of the proposed framework is to design an efficient extraction module(EM) which ensures the dummy dataset has a positive effect on finetuning aggregated global model. Different from the existing methods that use generator to design EM, our proposed method, FedINIBoost borrows the idea of gradient match to construct EM. Specifically, FedINIBoost builds a proxy dataset of the real dataset in two steps for each participant at each communication round. Then the server aggregates all the proxy datasets to form a central dummy dataset, which is used to finetune aggregated global model. Extensive experiments verify the superiority of our method compared with the existing classical method, FedAVG, FedProx, Moon and FedFTG. Moreover, FedINIBoost plays a significant role in finetuning the performance of aggregated global model at the initial stage of FL.

Keywords

Cite

@article{arxiv.2306.12088,
  title  = {An Efficient Virtual Data Generation Method for Reducing Communication in Federated Learning},
  author = {Cheng Yang and Xue Yang and Dongxian Wu and Xiaohu Tang},
  journal= {arXiv preprint arXiv:2306.12088},
  year   = {2023}
}

Comments

There are errors in the experimental settings in our paper

R2 v1 2026-06-28T11:10:28.690Z