paper-with-me

Papers

A Reputation Mechanism Is All You Need: Collaborative Fairness and Adversarial Robustness in Federated Learning

2020-11-20 · Xinyi Xu, Lingjuan Lyu

Federated learning (FL) is an emerging practical framework for effective and scalable machine learning among multiple participants, such as end users, organizations and companies. However, most existing FL or distributed learning frameworks have not well addressed two important issues together: collaborative fairness and adversarial robustness (e.g. free-riders and malicious participants). In conventional FL, all participants receive the global model (equal rewards), which might be unfair to the high-contributing participants. Furthermore, due to the lack of a safeguard mechanism, free-riders or malicious adversaries could game the system to access the global model for free or to sabotage it. In this paper, we propose a novel Robust and Fair Federated Learning (RFFL) framework to achieve collaborative fairness and adversarial robustness simultaneously via a reputation mechanism. RFFL maintains a reputation for each participant by examining their contributions via their uploaded gradients (using vector similarity) and thus identifies non-contributing or malicious participants to be removed. Our approach differentiates itself by not requiring any auxiliary/validation dataset. Extensive experiments on benchmark datasets show that RFFL can achieve high fairness and is very robust to different types of adversaries while achieving competitive predictive accuracy.

📄 PDF Abstract BibTeX arXiv:2011.10464

Code (2)

XinyiYS/Robust-and-Fair-Federated-Learning 공식 구현 pytorch
Koukyosyumei/NAIST-FedML-Experiments pytorch

Tasks

Adversarial DefenseAdversarial RobustnessAllCollaborative FairnessFairnessFederated Learning

Methods 이 논문이 사용한 방법론

Gradient Sparsification Gradient Sparsification is a technique for distributed training that sparsifies stochastic gradients to reduce the communication cost, with minor increase in the number of…

Similar Papers 제목 키워드 기반

MURIM: Multidimensional Reputation-based Incentive Mechanism for Federated Learning

2025-12-15 · Sindhuja Madabushi, Dawood Wasif, Jin-Hee Cho arxiv

Federated Learning (FL) has emerged as a leading privacy-preserving machine learning paradigm, enabling participants to share model updates instead of raw data. However, FL continues to face key challenges, including wea…

Federated Learning

Collaborative Fairness in Federated Learning

2020-08-27 · Lingjuan Lyu, Xinyi Xu, Qian Wang

In current deep learning paradigms, local training or the Standalone framework tends to result in overfitting and thus poor generalizability. This problem can be addressed by Distributed or Federated Learning (FL) that l…

Collaborative FairnessFairnessFederated Learning

Fairness-Aware Client Selection for Federated Learning

2023-07-20 · Yuxin Shi, Zelei Liu, Zhuan Shi, Han Yu

Federated learning (FL) has enabled multiple data owners (a.k.a. FL clients) to train machine learning models collaboratively without revealing private data. Since the FL server can only engage a limited number of client…

FairnessFederated Learning

How to Democratise and Protect AI: Fair and Differentially Private Decentralised Deep Learning

2020-07-18 · Lingjuan Lyu, Yitong Li, Karthik Nandakumar, Jiangshan Yu 외

This paper firstly considers the research problem of fairness in collaborative deep learning, while ensuring privacy. A novel reputation system is proposed through digital tokens and local credibility to ensure fairness,…

Deep LearningFairnessGenerative Adversarial NetworkPrivacy Preserving+1

FLARE: Adaptive Multi-Dimensional Reputation for Robust Client Reliability in Federated Learning

2025-11-18 · Abolfazl Younesi, Leon Kiss, Zahra Najafabadi Samani, Juan Aznar Poveda 외 arxiv

Federated learning (FL) enables collaborative model training while preserving data privacy. However, it remains vulnerable to malicious clients who compromise model integrity through Byzantine attacks, data poisoning, or…

Binary ClassificationFederated Learning