Papers › FedRolex: Model-Heterogeneous Federated Learning with Rolling Sub-Model Extraction

FedRolex: Model-Heterogeneous Federated Learning with Rolling Sub-Model Extraction

3 Dec 2022arXiv:2212.01548archive 2025-07-28

Samiul Alam, Luyang Liu, Ming Yan, Mi Zhang

Most cross-device federated learning (FL) studies focus on the model-homogeneous setting where the global server model and local client models are identical. However, such constraint not only excludes low-end clients who would otherwise make unique contributions to model training but also restrains clients from training large models due to on-device resource bottlenecks. In this work, we propose FedRolex, a partial training (PT)-based approach that enables model-heterogeneous FL and can train a global server model larger than the largest client model. At its core, FedRolex employs a rolling sub-model extraction scheme that allows different parts of the global server model to be evenly trained, which mitigates the client drift induced by the inconsistency between individual client models and server model architectures. We show that FedRolex outperforms state-of-the-art PT-based model-heterogeneous FL methods (e.g. Federated Dropout) and reduces the gap between model-heterogeneous and model-homogeneous FL, especially under the large-model large-dataset regime. In addition, we provide theoretical statistical analysis on its advantage over Federated Dropout and evaluate FedRolex on an emulated real-world device distribution to show that FedRolex can enhance the inclusiveness of FL and boost the performance of low-end devices that would otherwise not benefit from FL. Our code is available at: https://github.com/AIoT-MLSys-Lab/FedRolex

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

Code

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

By repository: official repository: 4 samples from 2 repositories, 1 ran; community (archive-listed): 11 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

aiot-mlsys-lab/fedrolex officialmentioned in paperpytorchApache-2.0 report
msu-mlsys-lab/fedrolex officialmentioned in paperpytorch report
k1l1/SLT mentioned on GitHubpytorch 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

15 samples harvested; 6 ran; 1 honoured the contract we drafted; 9 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
2ran
9unverified

Licence: 0 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 3 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.

input_collate aiot-mlsys-lab/fedrolex/data.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 6fd4f7ea4a79121e · report
ResnetServerRoll msu-mlsys-lab/fedrolex/resnet_server.py official repository unverified Apache-2.0 (permissive) · c03c7b2e83fd0bcd · report
fetch_dataset aiot-mlsys-lab/fedrolex/data.py official repository unverified Apache-2.0 (permissive) · 1231ff80106c5e8e · report
make_node aiot-mlsys-lab/fedrolex/datasets/imagenet.py official repository unverified Apache-2.0 (permissive) · b81843a16c748c02 · report
FedAvgDevice k1l1/SLT/algorithms/fedrolex.py community (archive-listed) ran MIT (permissive) · c0cad3dd46b90b51 · report
FedAvgEvaluation k1l1/SLT/algorithms/fedrolex.py community (archive-listed) ran MIT (permissive) · ae7e474951511463 · report
dict_hash k1l1/SLT/run_fl.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 35d5b46e4f624d34 · report
extract_submodel_resnet_structure k1l1/SLT/utils/fedrolex_submodel.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 558b018bc1c0f19a · report
submodel_indices k1l1/SLT/utils/fedrolex_submodel.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 11c9c63eba295e97 · report
FedAvgServer k1l1/SLT/algorithms/fedrolex.py community (archive-listed) unverified MIT (permissive) · b34975803f9db84d · report
FedRolexServer k1l1/SLT/algorithms/fedrolex.py community (archive-listed) unverified MIT (permissive) · 39db5b4010e71eb9 · report
FederatedDropoutServer k1l1/SLT/algorithms/fedrolex.py community (archive-listed) unverified MIT (permissive) · b7c57b09b48aa5d6 · report
SubsetDevice k1l1/SLT/algorithms/fedrolex.py community (archive-listed) unverified MIT (permissive) · 246b2e9dbd5d9a20 · report
extract_submodel_densenet_structure k1l1/SLT/utils/fedrolex_submodel.py community (archive-listed) unverified MIT (permissive) · cd24f922c541136d · report
prepare k1l1/SLT/run_fl.py community (archive-listed) unverified MIT (permissive) · 22f89a73c84ff63c · report

Tasks

Federated LearningModel extractionmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Dropout

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