Federated Graph Learning with Graphless Clients
Xingbo Fu, Song Wang, Yushun Dong, Binchi Zhang, Chen Chen, Jundong Li

TL;DR
This paper introduces FedGLS, a federated graph learning framework that enables clients without graph structure data to collaboratively learn graph models by transferring structure knowledge through a local graph learner and knowledge distillation.
Contribution
The paper proposes FedGLS, a novel federated graph learning method that allows graphless clients to learn and transfer graph structure knowledge, addressing a key limitation of existing methods.
Findings
FedGLS outperforms five baseline methods in experiments.
Graphless clients can effectively learn local graph structures.
Knowledge transfer improves overall model performance.
Abstract
Federated Graph Learning (FGL) is tasked with training machine learning models, such as Graph Neural Networks (GNNs), for multiple clients, each with its own graph data. Existing methods usually assume that each client has both node features and graph structure of its graph data. In real-world scenarios, however, there exist federated systems where only a part of the clients have such data while other clients (i.e. graphless clients) may only have node features. This naturally leads to a novel problem in FGL: how to jointly train a model over distributed graph data with graphless clients? In this paper, we propose a novel framework FedGLS to tackle the problem in FGL with graphless clients. In FedGLS, we devise a local graph learner on each graphless client which learns the local graph structure with the structure knowledge transferred from other clients. To enable structure knowledge…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Privacy-Preserving Technologies in Data · Data Quality and Management
