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

Communication-efficient Federated Graph Classification via Generative Diffusion Modeling

About

Graph Neural Networks (GNNs) unlock new ways of learning from graph-structured data, proving highly effective in capturing complex relationships and patterns. Federated GNNs (FGNNs) have emerged as a prominent distributed learning paradigm for training GNNs over decentralized data. However, FGNNs face two significant challenges: high communication overhead from multiple rounds of parameter exchanges and non-IID data characteristics across clients. To address these issues, we introduce CeFGC, a novel FGNN paradigm that facilitates efficient GNN training over non-IID data by limiting communication between the server and clients to three rounds only. The core idea of CeFGC is to leverage generative diffusion models to minimize direct client-server communication. Each client trains a generative diffusion model that captures its local graph distribution and shares this model with the server, which then redistributes it back to all clients. Using these generative models, clients generate synthetic graphs combined with their local graphs to train local GNN models. Finally, clients upload their model weights to the server for aggregation into a global GNN model. We theoretically analyze the I/O complexity of communication volume to show that CeFGC reduces to a constant of three communication rounds only. Extensive experiments on several real graph datasets demonstrate the effectiveness and efficiency of CeFGC against state-of-the-art competitors, reflecting our superior performance on non-IID graphs by aligning local and global model objectives and enriching the training set with diverse graphs.

Xiuling Wang, Xin Huang, Haibo Hu, Jianliang Xu• 2026

Related benchmarks

TaskDatasetResultRank
Graph ClassificationENZYMES 1.0 (test)
AUC80
25
Graph ClassificationIMDB-BINARY 1.0 (test)
AUC0.85
25
Graph ClassificationIMDB-MULTI (IMDB-M) 1.0 (test)
AUC80
25
Graph ClassificationMUTAG 1.0 (test)
AUC0.92
17
Graph ClassificationPROTEINS 1.0 (test)
AUC0.89
17
Federated Graph LearningMUTAG
Transmission Time0.65
16
Federated Graph LearningSocial Across-dataset
Transmission Time6.16
16
Federated Graph LearningAcross-domain
Transfer Time (T)17
16
Federated Graph ClassificationMUTAG single-dataset setting
Communication Rounds3
8
Federated Graph ClassificationSocial across-dataset setting
Communication Rounds3
8
Showing 10 of 11 rows

Other info

Follow for update