Papers › FedPara: Low-Rank Hadamard Product for Communication-Efficient Federated Learning

FedPara: Low-Rank Hadamard Product for Communication-Efficient Federated Learning

13 Aug 2021ICLR 2022 4arXiv:2108.06098archive 2025-07-28

Nam Hyeon-Woo, Moon Ye-Bin, Tae-Hyun Oh

In this work, we propose a communication-efficient parameterization, FedPara, for federated learning (FL) to overcome the burdens on frequent model uploads and downloads. Our method re-parameterizes weight parameters of layers using low-rank weights followed by the Hadamard product. Compared to the conventional low-rank parameterization, our FedPara method is not restricted to low-rank constraints, and thereby it has a far larger capacity. This property enables to achieve comparable performance while requiring 3 to 10 times lower communication costs than the model with the original layers, which is not achievable by the traditional low-rank methods. The efficiency of our method can be further improved by combining with other efficient FL optimizers. In addition, we extend our method to a personalized FL application, pFedPara, which separates parameters into global and local ones. We show that pFedPara outperforms competing personalized FL methods with more than three times fewer parameters.

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

Code

Syntology Ran 10 of 26 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · violated contract; 4 ran · our draft was wrong; 2 ran with no contract checked.

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

south-hw/fedpara_iclr22 officialmentioned in paper report
kohakublueleaf/lycoris 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

26 samples harvested; 10 ran; 1 honoured the contract we drafted; 16 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 · violated contract
4ran · our draft was wrong
2ran
16unverified

Licence: 0 of the 26 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 kohakublueleaf/lycoris. “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.

_compile_usable kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran Apache-2.0 (permissive) · c1945e2d33dd75a2 · report
_scale kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · 930aebf19ca4dca8 · report
cast_operands kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · fc584dfaf5a8acf7 · report
compiled kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 686db01715dc4fcc · report
half_of kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 9aa96c05d80a302c · report
make_weight_tucker kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 6c1c60de009f53a9 · report
on_device kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · violated contract fingerprinted Apache-2.0 (permissive) · 5757ad34222c2c4c · report
one_family kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 0bbd3fc4c063623a · report
restore kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 169c00861c4d2f60 · report
static_scale kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) ran · violated contract Apache-2.0 (permissive) · 3d7a016b112adce3 · report
HadaRebuildFn kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · c80282e8fc2b17b6 · report
HadaTuckerRebuildFn kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · c1a558c05ff52954 · report
HadaWeight kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 25ce8d9b893fa79d · report
HadaWeightTucker kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · ff49f45f7cc0dad2 · report
_diff_weight kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 82ead5bb13f48a75 · report
available_backends kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 1e53cb13a60a0c98 · report
call_compiled kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 8d96edb94e53fc58 · report
choose kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 6942530568e5f4cc · report
demote kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 6ff6c50cfb70d72b · report
diff_weight kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 4dd9ac3bb6ad0e2b · report
get_ops kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · c2bf50dc9e8e062e · report
loha_diff_weight kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · b9fc91af78bb5a55 · report
make_weight kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 42134b9fa83d1b96 · report
promote kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · b2fe3b0f677b2213 · report
resolve kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · af9a28bda7cff15b · report
resolve_backend kohakublueleaf/lycoris/lycoris/functional/loha.py community (archive-listed) unverified Apache-2.0 (permissive) · 6b5371eae9399500 · report

Tasks

Federated Learning

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