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

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

8 Aug 2024arXiv:2408.04301archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2408.04301")

Code

Syntology Ran 12 of 14 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sprinter1999/fedelc officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 12 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
3ran · our draft was wrong
8ran
2unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sprinter1999/fedelc. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

DaAgg sprinter1999/fedelc/fl_models/fed.py official repository ran MIT (permissive) · 6953bfa11fc096e9 · report
FedAvg sprinter1999/fedelc/fl_models/fed.py official repository ran MIT (permissive) · ee28ff7729e298ee · report
ResNet18 sprinter1999/fedelc/resnets/model_resnet.py official repository ran MIT (permissive) · 38dc12a408b60505 · report
ResNet34 sprinter1999/fedelc/resnets/model_resnet.py official repository ran MIT (permissive) · 3a03b2b229d94786 · report
conv1x1 sprinter1999/fedelc/model_resnet_official.py official repository ran · our draft was wrong MIT (permissive) · 2a80220dabcb742a · report
conv3x3 sprinter1999/fedelc/model_resnet_official.py official repository ran · our draft was wrong MIT (permissive) · 600ff2c45e0de056 · report
conv3x3 sprinter1999/fedelc/resnets/model_resnet.py official repository ran · our draft was wrong MIT (permissive) · 583f9780bdd00a45 · report
conv3x3 sprinter1999/fedelc/fl_models/nets.py official repository ran MIT (permissive) · 70815f7b9640eb64 · report
get_model sprinter1999/fedelc/fl_models/nets.py official repository ran MIT (permissive) · 84f42caf8978cf88 · report
linear_rampup sprinter1999/fedelc/fl_models/update.py official repository ran · honoured contract fingerprinted MIT (permissive) · 6944acdaa94d65ef · report
mixup sprinter1999/fedelc/fl_models/update.py official repository ran fingerprinted MIT (permissive) · 4cdd625c4b850e8c · report
model_dist sprinter1999/fedelc/fl_models/fed.py official repository ran MIT (permissive) · 975bec9c5526b66a · report
ResNet50 sprinter1999/fedelc/model_resnet_official.py official repository unverified MIT (permissive) · b658a92985b03a37 · report
load_dataset sprinter1999/fedelc/utils/dataset.py official repository unverified MIT (permissive) · 8540a2512762d9a0 · report

Tasks

Federated LearningMisinformation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections