Virtual Nodes Can Help: Tackling Distribution Shifts in Federated Graph Learning
Xingbo Fu, Zihan Chen, Yinhan He, Song Wang, Binchi Zhang, Chen Chen,, Jundong Li

TL;DR
This paper introduces FedVN, a federated graph learning framework that uses shared virtual nodes and personalized edge generation to mitigate distribution shifts across clients, improving GNN training performance.
Contribution
FedVN is the first framework to eliminate distribution shifts in federated graph learning using shared virtual nodes and client-specific augmentation strategies.
Findings
FedVN outperforms nine baselines on four datasets.
Theoretical analysis confirms FedVN's ability to eliminate distribution shifts.
Client-specific graph augmentation improves model robustness.
Abstract
Federated Graph Learning (FGL) enables multiple clients to jointly train powerful graph learning models, e.g., Graph Neural Networks (GNNs), without sharing their local graph data for graph-related downstream tasks, such as graph property prediction. In the real world, however, the graph data can suffer from significant distribution shifts across clients as the clients may collect their graph data for different purposes. In particular, graph properties are usually associated with invariant label-relevant substructures (i.e., subgraphs) across clients, while label-irrelevant substructures can appear in a client-specific manner. The issue of distribution shifts of graph data hinders the efficiency of GNN training and leads to serious performance degradation in FGL. To tackle the aforementioned issue, we propose a novel FGL framework entitled FedVN that eliminates distribution shifts…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Privacy-Preserving Technologies in Data · Recommender Systems and Techniques
MethodsSparse Evolutionary Training
