paper-with-me

Papers

FedNoiL: A Simple Two-Level Sampling Method for Federated Learning with Noisy Labels

2022-05-20 · Zhuowei Wang, Tianyi Zhou, Guodong Long, Bo Han, Jing Jiang

Federated learning (FL) aims at training a global model on the server side while the training data are collected and located at the local devices. Hence, the labels in practice are usually annotated by clients of varying expertise or criteria and thus contain different amounts of noises. Local training on noisy labels can easily result in overfitting to noisy labels, which is devastating to the global model through aggregation. Although recent robust FL methods take malicious clients into account, they have not addressed local noisy labels on each device and the impact to the global model. In this paper, we develop a simple two-level sampling method "FedNoiL" that (1) selects clients for more robust global aggregation on the server; and (2) selects clean labels and correct pseudo-labels at the client end for more robust local training. The sampling probabilities are built upon clean label detection by the global model. Moreover, we investigate different schedules changing the local epochs between aggregations over the course of FL, which notably improves the communication and computation efficiency in noisy label setting. In experiments with homogeneous/heterogeneous data distributions and noise ratios, we observed that direct combinations of SOTA FL methods with SOTA noisy-label learning methods can easily fail but our method consistently achieves better and robust performance.

📄 PDF Abstract BibTeX arXiv:2205.10110

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningLearning with noisy labels

Similar Papers 제목 키워드 기반

On Noisy Evaluation in Federated Hyperparameter Tuning

2022-12-17 · Kevin Kuo, Pratiksha Thaker, Mikhail Khodak, John Nguyen 외

Hyperparameter tuning is critical to the success of federated learning applications. Unfortunately, appropriately selecting hyperparameters is challenging in federated networks. Issues of scale, privacy, and heterogeneit…

Federated Learning

Federated Stochastic Gradient Langevin Dynamics

2020-04-23 · Khaoula El Mekkaoui, Diego Mesquita, Paul Blomstedt, Samuel Kaski

Stochastic gradient MCMC methods, such as stochastic gradient Langevin dynamics (SGLD), employ fast but noisy gradient estimates to enable large-scale posterior sampling. Although we can easily extend SGLD to distributed…

Federated LearningMetric Learning

LEFL: Low Entropy Client Sampling in Federated Learning

2023-12-29 · Waqwoya Abebe, Pablo Munoz, Ali Jannesari

Federated learning (FL) is a machine learning paradigm where multiple clients collaborate to optimize a single global model using their private data. The global model is maintained by a central server that orchestrates t…

Federated Learning

Active Federated Learning

2019-09-27 · Jack Goetz, Kshitiz Malik, Duc Bui, Seungwhan Moon 외

Federated Learning allows for population level models to be trained without centralizing client data by transmitting the global model to clients, calculating gradients locally, then averaging the gradients. Downloading m…

Federated Learning

Communication-Efficient Robust Federated Learning with Noisy Labels

2022-06-11 · Junyi Li, Jian Pei, Heng Huang

Federated learning (FL) is a promising privacy-preserving machine learning paradigm over distributed located data. In FL, the data is kept locally by each user. This protects the user privacy, but also makes the server d…

Bilevel OptimizationFederated LearningLearning with noisy labelsPrivacy Preserving