Papers › FedSIR: Spectral Client Identification and Relabeling for Federated Learning with Noisy Labels

FedSIR: Spectral Client Identification and Relabeling for Federated Learning with Noisy Labels

22 Apr 2026arXiv:2604.20825added by Syntology

Sina Gholami, Abdulmoneam Ali, Tania Haghighi, Ahmed Arafa, Minhaj Nur Alam

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Federated learning (FL) enables collaborative model training without sharing raw data; however, the presence of noisy labels across distributed clients can severely degrade the learning performance. In this paper, we propose FedSIR, a multi-stage framework for robust FL under noisy labels. Different from existing approaches that mainly rely on designing noise-tolerant loss functions or exploiting loss dynamics during training, our method leverages the spectral structure of client feature representations to identify and mitigate label noise. Our framework consists of three key components. First, we identify clean and noisy clients by analyzing the spectral consistency of class-wise feature subspaces with minimal communication overhead. Second, clean clients provide spectral references that enable noisy clients to relabel potentially corrupted samples using both dominant class directions and residual subspaces. Third, we employ a noise-aware training strategy that integrates logit-adjusted loss, knowledge distillation, and distance-aware aggregation to further stabilize federated optimization. Extensive experiments on standard FL benchmarks demonstrate that FedSIR consistently outperforms state-of-the-art methods for FL with noisy labels. The code is available at https://github.com/sinagh72/FedSIR.

PaperPDFCode 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="2604.20825")

Code

Syntology Ran 15 of 15 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 15 ran with no contract checked.

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

sinagh72/FedSIR found in paper text by Syntology report

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

15 samples harvested; 15 ran; 0 honoured the contract we drafted; 0 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.

15ran

Licence: 15 of the 15 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 sinagh72/FedSIR. “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.

build_backbone_model sinagh72/FedSIR/model/build_model.py found in paper text by Syntology ran no licence file found · pointer only · 1a617fef72e0fcc6 · report
build_loss_fn sinagh72/FedSIR/model/loss.py found in paper text by Syntology ran no licence file found · pointer only · 7cccdbf6eecf1087 · report
choose_k_by_ratio sinagh72/FedSIR/algorithm/eigen.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7d3fb8d1dfaa3097 · report
compute_feats_eigen sinagh72/FedSIR/algorithm/eigen.py found in paper text by Syntology ran no licence file found · pointer only · 057f0bb3e923ad86 · report
compute_flip_rate_from_maps sinagh72/FedSIR/algorithm/strategy/fedsir.py found in paper text by Syntology ran no licence file found · pointer only · 86b775f0fcb261d0 · report
daagg sinagh72/FedSIR/algorithm/helper.py found in paper text by Syntology ran no licence file found · pointer only · c49c2b7a6cec63d8 · report
extract_backbone_features sinagh72/FedSIR/algorithm/eigen.py found in paper text by Syntology ran no licence file found · pointer only · 001cd10c6744979c · report
get_current_consistency_weight sinagh72/FedSIR/algorithm/strategy/fedsir.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · a03cc125a66d75cb · report
multivariate_gmm_clean_noisy sinagh72/FedSIR/algorithm/fit_gmm.py found in paper text by Syntology ran no licence file found · pointer only · f680e93b3798eab3 · report
predict sinagh72/FedSIR/model/trainer.py found in paper text by Syntology ran no licence file found · pointer only · 287b5195bd695d28 · report
sigmoid_rampup sinagh72/FedSIR/algorithm/strategy/fedsir.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · fb0c0de74282d374 · report
sim_matrix_diagnostics sinagh72/FedSIR/algorithm/identification.py found in paper text by Syntology ran no licence file found · pointer only · 7dd2bd8d474e5e8d · report
simmat_to_features sinagh72/FedSIR/algorithm/identification.py found in paper text by Syntology ran no licence file found · pointer only · 6335321932b31f5e · report
state_dict_to_cpu sinagh72/FedSIR/algorithm/helper.py found in paper text by Syntology ran no licence file found · pointer only · 052be0333557b3a0 · report
weighted_average_state_dicts sinagh72/FedSIR/algorithm/helper.py found in paper text by Syntology ran no licence file found · pointer only · 89a44359dfeece09 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.20825, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

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