Rethinking Federated Graph Learning: A Data Condensation Perspective
Hao Zhang, Xunkai Li, Yinlin Zhu, Lianglin Hu
TL;DR
This paper tackles subgraph heterogeneity in Federated Graph Learning by introducing FedGM, a condensation-based paradigm that replaces conventional model-parameter transfers with a condensed graph as the optimization carrier. FedGM operates in two stages: (1) local subgraph condensation via one-shot gradient matching to produce compact, informative subgraphs, and (2) federated gradient matching to refine a global condensed graph using class-wise gradients, enabling robust global GNN training on the condensed structure. Empirically, FedGM outperforms multiple baselines across six datasets, with stronger gains as client count increases and reduced communication and privacy risk due to single-shot data transmission. The approach demonstrates that condensed graphs can effectively summarize distributed graph knowledge, offering a practical, scalable route for privacy-preserving FGL with improved convergence properties.
Abstract
Federated graph learning is a widely recognized technique that promotes collaborative training of graph neural networks (GNNs) by multi-client graphs.However, existing approaches heavily rely on the communication of model parameters or gradients for federated optimization and fail to adequately address the data heterogeneity introduced by intricate and diverse graph distributions. Although some methods attempt to share additional messages among the server and clients to improve federated convergence during communication, they introduce significant privacy risks and increase communication overhead. To address these issues, we introduce the concept of a condensed graph as a novel optimization carrier to address FGL data heterogeneity and propose a new FGL paradigm called FedGM. Specifically, we utilize a generalized condensation graph consensus to aggregate comprehensive knowledge from distributed graphs, while minimizing communication costs and privacy risks through a single transmission of the condensed data. Extensive experiments on six public datasets consistently demonstrate the superiority of FedGM over state-of-the-art baselines, highlighting its potential for a novel FGL paradigm.
