Papers › FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph...

FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks

28 Jan 2022NeurIPS 2023 11arXiv:2201.12433archive 2025-07-28

Yuhang Yao, Weizhao Jin, Srivatsan Ravi, Carlee Joe-Wong

Methods for training models on graphs distributed across multiple clients have recently grown in popularity, due to the size of these graphs as well as regulations on keeping data where it is generated. However, the cross-client edges naturally exist among clients. Thus, distributed methods for training a model on a single graph incur either significant communication overhead between clients or a loss of available information to the training. We introduce the Federated Graph Convolutional Network (FedGCN) algorithm, which uses federated learning to train GCN models for semi-supervised node classification with fast convergence and little communication. Compared to prior methods that require extra communication among clients at each training round, FedGCN clients only communicate with the central server in one pre-training step, greatly reducing communication costs and allowing the use of homomorphic encryption to further enhance privacy. We theoretically analyze the tradeoff between FedGCN's convergence rate and communication cost under different data distributions. Experimental results show that our FedGCN algorithm achieves better model accuracy with 51.7% faster convergence on average and at least 100X less communication compared to prior work.

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

Code

Syntology Ran 0 of 19 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run.

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

yh-yao/FedGCN officialmentioned in papermentioned on GitHubpytorchMIT report
fedgraph/fedgraph mentioned on GitHubpytorchBSD-2-Clause 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

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 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.

19unverified

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

accuracy yh-yao/FedGCN/src/train_func.py official repository unverified MIT (permissive) · 08ad57e4c786ce2c · report
intersect1d yh-yao/FedGCN/src/utils.py official repository unverified MIT (permissive) · 46bdb85edbc8f2ae · report
label_dirichlet_partition yh-yao/FedGCN/src/utils.py official repository unverified MIT (permissive) · 69257d45cbe4742b · report
normalize yh-yao/FedGCN/src/data_process.py official repository unverified MIT (permissive) · 4dd253367a1dc7e0 · report
parse_index_file yh-yao/FedGCN/src/data_process.py official repository unverified MIT (permissive) · d2d6d7748327bbb9 · report
setdiff1d yh-yao/FedGCN/src/utils.py official repository unverified MIT (permissive) · 90f4f30341740d13 · report
test yh-yao/FedGCN/src/train_func.py official repository unverified MIT (permissive) · 58b6937e51285f53 · report
train yh-yao/FedGCN/src/train_func.py official repository unverified MIT (permissive) · 8f8a4abab99a52e6 · report
accuracy fedgraph/fedgraph/fedgraph/train_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · 142d715a1e53af0c · report
convert_time fedgraph/fedgraph/fedgraph/utils_lp.py community (archive-listed) unverified BSD-2-Clause (permissive) · 484f676e1159b7c5 · report
gc_avg_accuracy fedgraph/fedgraph/fedgraph/train_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · f86d7b5b6badae56 · report
get_max_degree fedgraph/fedgraph/fedgraph/utils_gc.py community (archive-listed) unverified BSD-2-Clause (permissive) · e17c9a65f27c7056 · report
intersect1d fedgraph/fedgraph/fedgraph/utils_nc.py community (archive-listed) unverified BSD-2-Clause (permissive) · d930367eb9a10566 · report
load_edge_csv fedgraph/fedgraph/fedgraph/utils_lp.py community (archive-listed) unverified BSD-2-Clause (permissive) · 6595dc12515fe027 · report
load_node_csv fedgraph/fedgraph/fedgraph/utils_lp.py community (archive-listed) unverified BSD-2-Clause (permissive) · 58ae9f65d93b79a2 · report
load_trainer_data_from_hugging_face fedgraph/fedgraph/fedgraph/trainer_class.py community (archive-listed) unverified BSD-2-Clause (permissive) · 6fab0094c3f80711 · report
normalize fedgraph/fedgraph/fedgraph/utils_nc.py community (archive-listed) unverified BSD-2-Clause (permissive) · 5bcc012bb7cebef2 · report
setdiff1d fedgraph/fedgraph/fedgraph/utils_nc.py community (archive-listed) unverified BSD-2-Clause (permissive) · 820236895e53ef14 · report
test fedgraph/fedgraph/fedgraph/train_func.py community (archive-listed) unverified BSD-2-Clause (permissive) · 8064636d75c58de8 · report

Tasks

Federated LearningNode Classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

GCN

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