paper-with-me

Papers

Federated Learning for Generalization, Robustness, Fairness: A Survey and Benchmark

2023-11-12 · Wenke Huang, Mang Ye, Zekun Shi, Guancheng Wan, He Li, Bo Du, Qiang Yang

Federated learning has emerged as a promising paradigm for privacy-preserving collaboration among different parties. Recently, with the popularity of federated learning, an influx of approaches have delivered towards different realistic challenges. In this survey, we provide a systematic overview of the important and recent developments of research on federated learning. Firstly, we introduce the study history and terminology definition of this area. Then, we comprehensively review three basic lines of research: generalization, robustness, and fairness, by introducing their respective background concepts, task settings, and main challenges. We also offer a detailed overview of representative literature on both methods and datasets. We further benchmark the reviewed methods on several well-known datasets. Finally, we point out several open issues in this field and suggest opportunities for further research. We also provide a public website to continuously track developments in this fast advancing field: https://github.com/WenkeHuang/MarsFL.

📄 PDF Abstract BibTeX arXiv:2311.06750

Code (1)

wenkehuang/marsfl 공식 구현 pytorch

Tasks

FairnessFederated LearningPrivacy PreservingSurvey

Similar Papers 제목 키워드 기반

Overcoming Challenges of Partial Client Participation in Federated Learning : A Comprehensive Review

2025-06-03 · Mrinmay Sen, Shruti Aparna, Rohit Agarwal, Chalavadi Krishna Mohan

Federated Learning (FL) is a learning mechanism that falls under the distributed training umbrella, which collaboratively trains a shared global model without disclosing the raw data from different clients. This paper pr…

FairnessFederated LearningSurvey

A Survey on Group Fairness in Federated Learning: Challenges, Taxonomy of Solutions and Directions for Future Research

2024-10-04 · Teresa Salazar, Helder Araújo, Alberto Cano, Pedro Henriques Abreu

Group fairness in machine learning is a critical area of research focused on achieving equitable outcomes across different groups defined by sensitive attributes such as race or gender. Federated learning, a decentralize…

FairnessFederated LearningSurvey

Linkage on Security, Privacy and Fairness in Federated Learning: New Balances and New Perspectives

2024-06-16 · LinLin Wang, Tianqing Zhu, Wanlei Zhou, Philip S. Yu

Federated learning is fast becoming a popular paradigm for applications involving mobile devices, banking systems, healthcare, and IoT systems. Hence, over the past five years, researchers have undertaken extensive studi…

FairnessFederated Learning

Ditto: Fair and Robust Federated Learning Through Personalization

2020-12-08 · Tian Li, Shengyuan Hu, Ahmad Beirami, Virginia Smith

Fairness and robustness are two important concerns for federated learning systems. In this work, we identify that robustness to data and model poisoning attacks and fairness, measured as the uniformity of performance acr…

FairnessFederated LearningModel PoisoningMulti-Task Learning+1

Aggregation Weighting of Federated Learning via Generalization Bound Estimation

2023-11-10 · Mingwei Xu, Xiaofeng Cao, Ivor W. Tsang, James T. Kwok

Federated Learning (FL) typically aggregates client model parameters using a weighting approach determined by sample proportions. However, this naive weighting method may lead to unfairness and degradation in model perfo…

Federated LearningGeneralization Bounds