Papers › Robust Training of Federated Models with Extremely Label Deficiency

Robust Training of Federated Models with Extremely Label Deficiency

22 Feb 2024arXiv:2402.14430archive 2025-07-28

Yonggang Zhang, Zhiqin Yang, Xinmei Tian, Nannan Wang, Tongliang Liu, Bo Han

Federated semi-supervised learning (FSSL) has emerged as a powerful paradigm for collaboratively training machine learning models using distributed data with label deficiency. Advanced FSSL methods predominantly focus on training a single model on each client. However, this approach could lead to a discrepancy between the objective functions of labeled and unlabeled data, resulting in gradient conflicts. To alleviate gradient conflict, we propose a novel twin-model paradigm, called Twin-sight, designed to enhance mutual guidance by providing insights from different perspectives of labeled and unlabeled data. In particular, Twin-sight concurrently trains a supervised model with a supervised objective function while training an unsupervised model using an unsupervised objective function. To enhance the synergy between these two models, Twin-sight introduces a neighbourhood-preserving constraint, which encourages the preservation of the neighbourhood relationship among data features extracted by both models. Our comprehensive experiments on four benchmark datasets provide substantial evidence that Twin-sight can significantly outperform state-of-the-art methods across various experimental settings, demonstrating the efficacy of the proposed Twin-sight.

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="2402.14430")

Code

Syntology Ran 12 of 18 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 11 ran with no contract checked.

By repository: official repository: 18 samples from 2 repositories, 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.

tmlr-group/twin-sight officialmentioned in paperpytorchMIT report
visitworld123/Twin-sight officialmentioned in paperpytorch 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

18 samples harvested; 12 ran; 0 honoured the contract we drafted; 6 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 · our draft was wrong
11ran
6unverified

Licence: 0 of the 18 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

AutoContrast tmlr-group/Twin-sight/randaugment.py official repository ran MIT (permissive) · c6e7c3451c85404f · report
Brightness tmlr-group/Twin-sight/randaugment.py official repository ran MIT (permissive) · 0d1a8d6ce2015fc7 · report
Color tmlr-group/Twin-sight/randaugment.py official repository ran MIT (permissive) · 32cb3f5760fa593e · report
D tmlr-group/Twin-sight/ssl_model/SimSiam.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · dc05a6f71458b31e · report
ResNet18 tmlr-group/Twin-sight/model/SSFL_ResNet18.py official repository ran MIT (permissive) · 47e6829098b5f441 · report
ResNet34 tmlr-group/Twin-sight/model/SSFL_ResNet18.py official repository ran MIT (permissive) · 1b648d9508676e89 · report
ResNet50 tmlr-group/Twin-sight/model/SSFL_ResNet18.py official repository ran MIT (permissive) · f6ba97e49fa19762 · report
SemiFed tmlr-group/twin-sight/model/SemiFed.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 5a4ab382570a4acf · report
byol_loss_fn tmlr-group/Twin-sight/ssl_model/BYOL.py official repository ran fingerprinted MIT (permissive) · b0757c8d725098fd · report
create_data_loaders_from_arrays tmlr-group/Twin-sight/ssl_model/ssl_utils.py official repository ran MIT (permissive) · 8647d7081db43caa · report
create_loss tmlr-group/Twin-sight/loss_fn/build.py official repository ran MIT (permissive) · 4aab447e9b17254e · report
info_nce_loss tmlr-group/Twin-sight/ssl_model/ssl_utils.py official repository ran MIT (permissive) · 973aed3b1cfc39d1 · report
ce_loss visitworld123/Twin-sight/trainers/normal_trainer.py official repository unverified MIT (permissive) · 5623e1ae3f61cea9 · report
consistency_loss_fixmatch visitworld123/Twin-sight/trainers/normal_trainer.py official repository unverified MIT (permissive) · edfc3ae1e2a6b64f · report
consistency_loss_freematch visitworld123/Twin-sight/trainers/normal_trainer.py official repository unverified MIT (permissive) · 9229f6f3c7be844f · report
inference_by_SSFL_model tmlr-group/Twin-sight/ssl_model/ssl_utils.py official repository unverified MIT (permissive) · 282e9cf7f7cb5b2b · report
transform_pseudo_label tmlr-group/Twin-sight/data_aug.py official repository unverified MIT (permissive) · 1e5307996bddff3a · report
transform_pseudo_label_fedConsis tmlr-group/Twin-sight/data_aug.py official repository unverified MIT (permissive) · a6df40c07d6e8a99 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

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