paper-with-me

홈 › Papers

Tackling Noisy Clients in Federated Learning with End-to-end Label Correction

2024-08-08 · Xuefeng Jiang, Sheng Sun, Jia Li, Jingjing Xue, Runhan Li, Zhiyuan Wu, Gang Xu, Yuwei Wang, Min Liu

Recently, federated learning (FL) has achieved wide successes for diverse privacy-sensitive applications without sacrificing the sensitive private information of clients. However, the data quality of client datasets can not be guaranteed since corresponding annotations of different clients often contain complex label noise of varying degrees, which inevitably causes the performance degradation. Intuitively, the performance degradation is dominated by clients with higher noise rates since their trained models contain more misinformation from data, thus it is necessary to devise an effective optimization scheme to mitigate the negative impacts of these noisy clients. In this work, we propose a two-stage framework FedELC to tackle this complicated label noise issue. The first stage aims to guide the detection of noisy clients with higher label noise, while the second stage aims to correct the labels of noisy clients' data via an end-to-end label correction framework which is achieved by learning possible ground-truth labels of noisy clients' datasets via back propagation. We implement sixteen related methods and evaluate five datasets with three types of complicated label noise scenarios for a comprehensive comparison. Extensive experimental results demonstrate our proposed framework achieves superior performance than its counterparts for different scenarios. Additionally, we effectively improve the data quality of detected noisy clients' local datasets with our label correction framework. The code is available at https://github.com/Sprinter1999/FedELC.

📄 PDF Abstract BibTeX arXiv:2408.04301

Code (1)

sprinter1999/fedelc 공식 구현 pytorch

Tasks

Federated LearningMisinformation

Similar Papers 제목 키워드 기반

FedCorr: Multi-Stage Federated Learning for Label Noise Correction

2022-04-10 · CVPR 2022 1 · Jingyi Xu, Zihan Chen, Tony Q. S. Quek, Kai Fong Ernest Chong

Federated learning (FL) is a privacy-preserving distributed learning paradigm that enables clients to jointly train a global model. In real-world FL implementations, client data could have label noise, and different clie…

Federated LearningPrivacy Preserving

Federated Learning Client Pruning for Noisy Labels

2024-11-11 · Mahdi Morafah, Hojin Chang, Chen Chen, Bill Lin

Federated Learning (FL) enables collaborative model training across decentralized edge devices while preserving data privacy. However, existing FL methods often assume clean annotated datasets, impractical for resource-c…

Federated Learning

Federated Noisy Client Learning

2021-06-24 · Kahou Tam, Li Li, Bo Han, Chengzhong Xu 외

Federated learning (FL) collaboratively trains a shared global model depending on multiple local clients, while keeping the training data decentralized in order to preserve data privacy. However, standard FL methods igno…

Federated Learning

FedEFC: Federated Learning Using Enhanced Forward Correction Against Noisy Labels

2025-04-08 · Seunghun Yu, Jin-Hyun Ahn, Joonhyuk Kang

Federated Learning (FL) is a powerful framework for privacy-preserving distributed learning. It enables multiple clients to collaboratively train a global model without sharing raw data. However, handling noisy labels in…

Federated LearningPrivacy Preserving

Federated Learning with Instance-Dependent Noisy Label

2023-12-16 · Lei Wang, Jieming Bian, Jie Xu

Federated learning (FL) with noisy labels poses a significant challenge. Existing methods designed for handling noisy labels in centralized learning tend to lose their effectiveness in the FL setting, mainly due to the s…

Federated Learning