Papers › Provably Near-Optimal Federated Ensemble Distillation with Negligible Overhead

Provably Near-Optimal Federated Ensemble Distillation with Negligible Overhead

10 Feb 2025arXiv:2502.06349archive 2025-07-28

Won-Jun Jang, Hyeon-Seo Park, Si-Hyeon Lee

Federated ensemble distillation addresses client heterogeneity by generating pseudo-labels for an unlabeled server dataset based on client predictions and training the server model using the pseudo-labeled dataset. The unlabeled server dataset can either be pre-existing or generated through a data-free approach. The effectiveness of this approach critically depends on the method of assigning weights to client predictions when creating pseudo-labels, especially in highly heterogeneous settings. Inspired by theoretical results from GANs, we propose a provably near-optimal weighting method that leverages client discriminators trained with a server-distributed generator and local datasets. Our experiments on various image classification tasks demonstrate that the proposed method significantly outperforms baselines. Furthermore, we show that the additional communication cost, client-side privacy leakage, and client-side computational overhead introduced by our method are negligible, both in scenarios with and without a pre-existing server dataset.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

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

Code

Syntology Ran 16 of 22 code samples harvested from 2 repositories linked to this paper; 6 have no recorded run. Of those that ran: 5 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 5 ran with no contract checked.

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

pupiu45/FedGO 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

22 samples harvested; 16 ran; 5 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

5ran · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
5ran
6unverified

Licence: 0 of the 22 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.

parse_tuple autonomousvision/stylegan-xl/dataset_tool.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 9cd07419f7c926f8 · report
NormLayer autonomousvision/stylegan-xl/pg_modules/blocks.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · ef1e7dffb5d433d4 · report
UpBlockBig autonomousvision/stylegan-xl/pg_modules/blocks.py found in paper text by Syntology ran MIT (permissive) · f87cd99314206f72 · report
UpBlockSmall autonomousvision/stylegan-xl/pg_modules/blocks.py found in paper text by Syntology ran MIT (permissive) · 0186912dcb8b92b9 · report
drop_connect kuangliu/pytorch-cifar/models/efficientnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 4304a326c593f8db · report
file_ext autonomousvision/stylegan-xl/dataset_tool.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · a2b45afa097b55b6 · report
forward_flex autonomousvision/stylegan-xl/feature_networks/vit.py found in paper text by Syntology ran MIT (permissive) · 562cccfa5027f008 · report
get_activation autonomousvision/stylegan-xl/feature_networks/vit.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1c094193a4506a40 · report
layout_grid autonomousvision/stylegan-xl/gen_video.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · 456c172851946697 · report
make_transform autonomousvision/stylegan-xl/gen_images.py found in paper text by Syntology ran · fixture could not drive it fingerprinted MIT (permissive) · f47dff4b7b27bba7 · report
maybe_min autonomousvision/stylegan-xl/dataset_tool.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · dd1dc700e87f36cc · report
parse_comma_separated_list autonomousvision/stylegan-xl/calc_metrics.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · d01b68a634f71551 · report
parse_range autonomousvision/stylegan-xl/gen_images.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 236de8614a178382 · report
parse_range autonomousvision/stylegan-xl/gen_video.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 025e4c7cda618f25 · report
parse_vec2 autonomousvision/stylegan-xl/gen_images.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 180016b9227381b1 · report
swish kuangliu/pytorch-cifar/models/efficientnet.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8737c82de631cffc · report
ask_yes_no autonomousvision/stylegan-xl/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 9d31d2c4cd16bb2d · report
compute_is autonomousvision/stylegan-xl/metrics/inception_score.py found in paper text by Syntology unverified MIT (permissive) · fc49fa553c005268 · report
format_time autonomousvision/stylegan-xl/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 053fc534bc6bb989 · report
format_time_brief autonomousvision/stylegan-xl/dnnlib/util.py found in paper text by Syntology unverified MIT (permissive) · 77f4aa0649e7f404 · report
forward_vit autonomousvision/stylegan-xl/feature_networks/vit.py found in paper text by Syntology unverified MIT (permissive) · 4c52162336ee4320 · report
parse_tuple autonomousvision/stylegan-xl/gen_video.py found in paper text by Syntology unverified MIT (permissive) · 6a0f2095bdd516ab · report

Tasks

Image Classificationimage-classification

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