Papers › An Upload-Efficient Scheme for Transferring Knowledge From a Server-Side Pre-trained...

An Upload-Efficient Scheme for Transferring Knowledge From a Server-Side Pre-trained Generator to Clients in Heterogeneous Federated Learning

23 Mar 2024CVPR 2024 1arXiv:2403.15760archive 2025-07-28

Jianqing Zhang, Yang Liu, Yang Hua, Jian Cao

Heterogeneous Federated Learning (HtFL) enables task-specific knowledge sharing among clients with different model architectures while preserving privacy. Despite recent research progress, transferring knowledge in HtFL is still difficult due to data and model heterogeneity. To tackle this, we introduce a public pre-trained generator (e.g., StyleGAN or Stable Diffusion) as the bridge and propose a new upload-efficient knowledge transfer scheme called Federated Knowledge-Transfer-Loop (FedKTL). It can produce task-related prototypical image-vector pairs via the generator's inference on the server. With these pairs, each client can transfer common knowledge from the generator to its local model through an additional supervised local task. We conduct extensive experiments on four datasets under two types of data heterogeneity with 14 heterogeneous models, including CNNs and ViTs. Results show that our FedKTL surpasses seven state-of-the-art methods by up to 7.31%. Moreover, our knowledge transfer scheme is applicable in cloud-edge scenarios with only one edge client. Code: https://github.com/TsingZ0/FedKTL

PaperPDFConference PDFCodeCode 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="2403.15760")

Code

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

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

tsingz0/fedktl officialmentioned in papermentioned on GitHubpytorchApache-2.0 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; 11 ran; 2 honoured the contract we drafted; 7 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.

2ran · honoured contract
4ran · our draft was wrong
5ran
7unverified

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 TsingZ0/FedKTL. “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.

Feature_Transformer TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · metamorphic tier: deterministic Apache-2.0 (permissive) · fde61fb8121b8bc1 · report
MMD tsingz0/fedktl/system/flcore/servers/serverktl_stable_diffusion.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 54f1b5ed38dafdfa · report
agg_func TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 5d6dc231986a939a · report
alexnet tsingz0/fedktl/system/flcore/trainmodel/alexnet.py official repository ran Apache-2.0 (permissive) · 4839e6f3a569f1b9 · report
avg_func TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · our draft was wrong Apache-2.0 (permissive) · df0caf0461bb89cb · report
generate_random_orthogonal_matrix TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · honoured contract Apache-2.0 (permissive) · 96aa3382752f5281 · report
load_item TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · honoured contract Apache-2.0 (permissive) · 132dfc2af9ff530c · report
mobilenet_v2 tsingz0/fedktl/system/flcore/trainmodel/mobilenet_v2.py official repository ran Apache-2.0 (permissive) · 22b172e83bc1a35c · report
read_client_data TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran Apache-2.0 (permissive) · c8273104f9d91d46 · report
read_client_data_Shakespeare TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran Apache-2.0 (permissive) · a741dc4e721c56c6 · report
read_client_data_text TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository ran · our draft was wrong Apache-2.0 (permissive) · fd69af949887cea7 · report
BaseHeadSplit TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · c93d596514b9ca52 · report
Client TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · f2e3ea1cfc9c8a5d · report
FedKTL TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · 9ba786e9c49315cc · report
Server TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · 995784bb2619aade · report
clientKTL TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · 1afe923e67a729c7 · report
read_data TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · 2e468f03b54c3418 · report
save_item TsingZ0/FedKTL/system/flcore/servers/serverktl_stylegan_3.py official repository unverified Apache-2.0 (permissive) · 7da90aab3cbb2186 · report

Tasks

Federated LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Adaptive Instance NormalizationConvolutionDense ConnectionsFeedforward NetworkR1 RegularizationStyleGAN

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