paper-with-me

Papers

Agnostic Federated Learning

2019-02-01 · Mehryar Mohri, Gary Sivek, Ananda Theertha Suresh

A key learning scenario in large-scale applications is that of federated learning, where a centralized model is trained based on data originating from a large number of clients. We argue that, with the existing training and inference, federated models can be biased towards different clients. Instead, we propose a new framework of agnostic federated learning, where the centralized model is optimized for any target distribution formed by a mixture of the client distributions. We further show that this framework naturally yields a notion of fairness. We present data-dependent Rademacher complexity guarantees for learning with this objective, which guide the definition of an algorithm for agnostic federated learning. We also give a fast stochastic optimization algorithm for solving the corresponding optimization problem, for which we prove convergence bounds, assuming a convex loss function and hypothesis set. We further empirically demonstrate the benefits of our approach in several datasets. Beyond federated learning, our framework and algorithm can be of interest to other learning scenarios such as cloud computing, domain adaptation, drifting, and other contexts where the training and test distributions do not coincide.

📄 PDF Abstract BibTeX arXiv:1902.00146

Code (7)

MLOPTPSU/FedTorch pytorch
MLOPTPSU/TorchFed pytorch
cuis15/FCFL pytorch
fairfl/FCFL pytorch
fairfl/FUEL pytorch
litian96/fair_flearn
vaseline555/aaggff pytorch

Tasks

Cloud ComputingDomain AdaptationFairnessFederated LearningStochastic Optimization

Similar Papers 제목 키워드 기반

Communication-Efficient Agnostic Federated Averaging

2021-04-06 · Jae Ro, Mingqing Chen, Rajiv Mathews, Mehryar Mohri 외

In distributed learning settings such as federated learning, the training algorithm can be potentially biased towards different clients. Mohri et al. (2019) proposed a domain-agnostic learning algorithm, where the model …

Federated LearningLanguage ModelingLanguage Modelling

Fairness-aware Agnostic Federated Learning

2020-10-10 · Wei Du, Depeng Xu, Xintao Wu, Hanghang Tong

Federated learning is an emerging framework that builds centralized machine learning models with training data distributed across multiple devices. Most of the previous works about federated learning focus on the privacy…

FairnessFederated Learning

Dynamic Fusion based Federated Learning for COVID-19 Detection

2020-09-22 · Weishan Zhang, Tao Zhou, Qinghua Lu, Xiao Wang 외

Medical diagnostic image analysis (e.g., CT scan or X-Ray) using machine learning is an efficient and accurate way to detect COVID-19 infections. However, sharing diagnostic images across medical institutions is usually …

BIG-bench Machine LearningDecision MakingDiagnosticFederated Learning+3

Federated Reconstruction: Partially Local Federated Learning

2021-02-05 · NeurIPS 2021 12 · Karan Singhal, Hakim Sidahmed, Zachary Garrett, Shanshan Wu 외

Personalization methods in federated learning aim to balance the benefits of federated and local training for data availability, communication cost, and robustness to client heterogeneity. Approaches that require clients…

Collaborative FilteringFederated LearningMeta-Learning

Cross-device Federated Learning for Mobile Health Diagnostics: A First Study on COVID-19 Detection

2023-03-13 · Tong Xia, Jing Han, Abhirup Ghosh, Cecilia Mascolo

Federated learning (FL) aided health diagnostic models can incorporate data from a large number of personal edge devices (e.g., mobile phones) while keeping the data local to the originating devices, largely ensuring pri…

DiagnosticFederated LearningPrivacy Preserving