paper-with-me

홈 › Papers

Training Fair Models in Federated Learning without Data Privacy Infringement

2021-09-13 · Xin Che, Jingdi Hu, Zirui Zhou, Yong Zhang, Lingyang Chu

Training fair machine learning models becomes more and more important. As many powerful models are trained by collaboration among multiple parties, each holding some sensitive data, it is natural to explore the feasibility of training fair models in federated learning so that the fairness of trained models, the data privacy of clients, and the collaboration between clients can be fully respected simultaneously. However, the task of training fair models in federated learning is challenging, since it is far from trivial to estimate the fairness of a model without knowing the private data of the participating parties, which is often constrained by privacy requirements in federated learning. In this paper, we first propose a federated estimation method to accurately estimate the fairness of a model without infringing the data privacy of any party. Then, we use the fairness estimation to formulate a novel problem of training fair models in federated learning. We develop FedFair, a well-designed federated learning framework, which can successfully train a fair model with high performance without data privacy infringement. Our extensive experiments on three real-world data sets demonstrate the excellent fair model training performance of our method.

📄 PDF Abstract BibTeX arXiv:2109.05662

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessFederated Learning

Similar Papers 제목 키워드 기반

Fair Differentially Private Federated Learning Framework

2023-05-23 · Ayush K. Varshney, Sonakshi Garg, Arka Ghosh, Sargam Gupta

Federated learning (FL) is a distributed machine learning strategy that enables participants to collaborate and train a shared model without sharing their individual datasets. Privacy and fairness are crucial considerati…

FairnessFederated Learning

Privacy-Preserving Federated Learning with Verifiable Fairness Guarantees

2026-01-18 · Mohammed Himayath Ali, Mohammed Aqib Abdullah, Syed Muneer Hussain, Mohammed Mudassir Uddin 외 arxiv

Federated learning enables collaborative model training across distributed institutions without centralizing sensitive data; however, ensuring algorithmic fairness across heterogeneous data distributions while preserving…

Federated Learning

PrivFairFL: Privacy-Preserving Group Fairness in Federated Learning

2022-05-23 · Sikha Pentyala, Nicola Neophytou, Anderson Nascimento, Martine De Cock 외

Group fairness ensures that the outcome of machine learning (ML) based decision making systems are not biased towards a certain group of people defined by a sensitive attribute such as gender or ethnicity. Achieving grou…

AttributeDecision MakingFairnessFederated Learning+1

A Multivocal Literature Review on Privacy and Fairness in Federated Learning

2024-08-16 · Beatrice Balbierer, Lukas Heinlein, Domenique Zipperling, Niklas Kühl

Federated Learning presents a way to revolutionize AI applications by eliminating the necessity for data sharing. Yet, research has shown that information can still be extracted during training, making additional privacy…

FairnessFederated LearningPrivacy Preserving

DPBalance: Efficient and Fair Privacy Budget Scheduling for Federated Learning as a Service

2024-02-15 · Yu Liu, Zibo Wang, Yifei Zhu, Chen Chen

Federated learning (FL) has emerged as a prevalent distributed machine learning scheme that enables collaborative model training without aggregating raw data. Cloud service providers further embrace Federated Learning as…

FairnessFederated LearningScheduling