English

Proportional Fairness in Federated Learning

Machine Learning 2023-05-10 v5 Artificial Intelligence Optimization and Control Machine Learning

Abstract

With the increasingly broad deployment of federated learning (FL) systems in the real world, it is critical but challenging to ensure fairness in FL, i.e. reasonably satisfactory performances for each of the numerous diverse clients. In this work, we introduce and study a new fairness notion in FL, called proportional fairness (PF), which is based on the relative change of each client's performance. From its connection with the bargaining games, we propose PropFair, a novel and easy-to-implement algorithm for finding proportionally fair solutions in FL and study its convergence properties. Through extensive experiments on vision and language datasets, we demonstrate that PropFair can approximately find PF solutions, and it achieves a good balance between the average performances of all clients and of the worst 10% clients. Our code is available at \url{https://github.com/huawei-noah/Federated-Learning/tree/main/FairFL}.

Keywords

Cite

@article{arxiv.2202.01666,
  title  = {Proportional Fairness in Federated Learning},
  author = {Guojun Zhang and Saber Malekmohammadi and Xi Chen and Yaoliang Yu},
  journal= {arXiv preprint arXiv:2202.01666},
  year   = {2023}
}

Comments

Accepted at TMLR 2023, code: https://github.com/huawei-noah/Federated-Learning/tree/main/FairFL

R2 v1 2026-06-24T09:18:09.958Z