paper-with-me

Papers

Auto-weighted Robust Federated Learning with Corrupted Data Sources

2021-01-14 · Shenghui Li, Edith Ngai, Fanghua Ye, Thiemo Voigt

Federated learning provides a communication-efficient and privacy-preserving training process by enabling learning statistical models with massive participants while keeping their data in local clients. However, standard federated learning techniques that naively minimize an average loss function are vulnerable to data corruptions from outliers, systematic mislabeling, or even adversaries. In addition, it is often prohibited for service providers to verify the quality of data samples due to the increasing concern of user data privacy. In this paper, we address this challenge by proposing Auto-weighted Robust Federated Learning (arfl), a novel approach that jointly learns the global model and the weights of local updates to provide robustness against corrupted data sources. We prove a learning bound on the expected risk with respect to the predictor and the weights of clients, which guides the definition of the objective for robust federated learning. The weights are allocated by comparing the empirical loss of a client with the average loss of the best p clients (p-average), thus we can downweight the clients with significantly high losses, thereby lower their contributions to the global model. We show that this approach achieves robustness when the data of corrupted clients is distributed differently from benign ones. To optimize the objective function, we propose a communication-efficient algorithm based on the blockwise minimization paradigm. We conduct experiments on multiple benchmark datasets, including CIFAR-10, FEMNIST and Shakespeare, considering different deep neural network models. The results show that our solution is robust against different scenarios including label shuffling, label flipping and noisy features, and outperforms the state-of-the-art methods in most scenarios.

📄 PDF Abstract BibTeX arXiv:2101.05880

Code (1)

lishenghui/ARFL 공식 구현 tf

Tasks

Federated LearningPrivacy Preserving

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Performance Weighting for Robust Federated Learning Against Corrupted Sources

2022-05-02 · Dimitris Stripelis, Marcin Abram, Jose Luis Ambite

Federated Learning has emerged as a dominant computational paradigm for distributed machine learning. Its unique data privacy properties allow us to collaboratively train models while offering participating clients certa…

Federated LearningModel PoisoningPrivacy Preserving

Robust Heterogeneous Federated Learning under Data Corruption

2023-01-01 · ICCV 2023 1 · Xiuwen Fang, Mang Ye, Xiyuan Yang

Model heterogeneous federated learning is a realistic and challenging problem. However, due to the limitations of data collection, storage, and transmission conditions, as well as the existence of free-rider particip…

Data AugmentationFederated LearningTransfer Learning

Robust Federated Learning by Mixture of Experts

2021-04-23 · Saeedeh Parsaeefard, Sayed Ehsan Etesami, Alberto Leon Garcia

We present a novel weighted average model based on the mixture of experts (MoE) concept to provide robustness in Federated learning (FL) against the poisoned/corrupted/outdated local models. These threats along with the …

Federated LearningMixture-of-Experts

Robust Federated Personalised Mean Estimation for the Gaussian Mixture Model

2025-04-28 · Malhar A. Managoli, Vinod M. Prabhakaran, Suhas Diggavi

Federated learning with heterogeneous data and personalization has received significant recent attention. Separately, robustness to corrupted data in the context of federated learning has also been studied. In this paper…

Federated Learning

Dynamically Weighted Federated k-Means

2023-10-23 · Patrick Holzer, Tania Jacob, Shubham Kavane

Federated clustering, an integral aspect of federated machine learning, enables multiple data sources to collaboratively cluster their data, maintaining decentralization and preserving privacy. In this paper, we introduc…

ClusteringFederated Learning