Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Rethinking Client-oriented Federated Graph Learning

About

As a new distributed graph learning paradigm, Federated Graph Learning (FGL) facilitates collaborative model training across local systems while preserving data privacy. We review existing FGL approaches and categorize their optimization mechanisms into: (1) Server-Client (S-C), where clients upload local model parameters for server-side aggregation and global updates; (2) Client-Client (C-C), which allows direct exchange of information between clients and customizing their local training process. We reveal that C-C shows superior potential due to its refined communication structure. However, existing C-C methods broadcast redundant node representations, incurring high communication costs and privacy risks at the node level. To this end, we propose FedC4, which combines graph Condensation with C-C Collaboration optimization. Specifically, FedC4 employs graph condensation technique to refine the knowledge of each client's graph into a few synthetic embeddings instead of transmitting node-level knowledge. Moreover, FedC4 introduces three novel modules that allow the source client to send distinct node representations tailored to the target client's graph properties. Experiments on eight public real-world datasets show that FedC4 outperforms state-of-the-art baselines in both task performance and communication cost. Our code is now available on https://github.com/Ereshkigal1/FedC4.

Zekai Chen, Xunkai Li, Yinlin Zhu, Rong-Hua Li, Guoren Wang• 2025

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy86.02
885
Node ClassificationCiteseer
Accuracy75.95
275
Node ClassificationwikiCS
Accuracy81.27
198
Node Classificationamazon-ratings
Accuracy45.24
138
Node ClassificationREDDIT
Accuracy66.08
66
Node ClassificationarXiv
Accuracy72.87
41
Node ClassificationInstagram
Accuracy64.83
23
Node ClassificationChildren
Accuracy48.24
19
Showing 8 of 8 rows

Other info

Follow for update