English

FedCliP: Federated Learning with Client Pruning

Machine Learning 2023-01-31 v2 Artificial Intelligence Cryptography and Security Networking and Internet Architecture

Abstract

The prevalent communication efficient federated learning (FL) frameworks usually take advantages of model gradient compression or model distillation. However, the unbalanced local data distributions (either in quantity or quality) of participating clients, contributing non-equivalently to the global model training, still pose a big challenge to these works. In this paper, we propose FedCliP, a novel communication efficient FL framework that allows faster model training, by adaptively learning which clients should remain active for further model training and pruning those who should be inactive with less potential contributions. We also introduce an alternative optimization method with a newly defined contribution score measure to facilitate active and inactive client determination. We empirically evaluate the communication efficiency of FL frameworks with extensive experiments on three benchmark datasets under both IID and non-IID settings. Numerical results demonstrate the outperformance of the porposed FedCliP framework over state-of-the-art FL frameworks, i.e., FedCliP can save 70% of communication overhead with only 0.2% accuracy loss on MNIST datasets, and save 50% and 15% of communication overheads with less than 1% accuracy loss on FMNIST and CIFAR-10 datasets, respectively.

Keywords

Cite

@article{arxiv.2301.06768,
  title  = {FedCliP: Federated Learning with Client Pruning},
  author = {Beibei Li and Zerui Shao and Ao Liu and Peiran Wang},
  journal= {arXiv preprint arXiv:2301.06768},
  year   = {2023}
}

Comments

9 pages, 3 figures, 3 tables

R2 v1 2026-06-28T08:13:14.979Z