A Vertical Federated Learning Framework for Graph Convolutional Network
Xiang Ni, Xiaolong Xu, Lingjuan Lyu, Changhua Meng, Weiqiang Wang

TL;DR
This paper introduces FedVGCN, a federated learning framework for graph convolutional networks that preserves data privacy in vertically partitioned settings, enabling secure node classification across isolated data sources.
Contribution
It proposes a novel federated GCN framework that uses homomorphic encryption for privacy-preserving training on vertically partitioned graph data, applicable to existing GCN models.
Findings
Effective on benchmark datasets with GraphSage.
Maintains data privacy during training.
Compatible with existing GCN architectures.
Abstract
Recently, Graph Neural Network (GNN) has achieved remarkable success in various real-world problems on graph data. However in most industries, data exists in the form of isolated islands and the data privacy and security is also an important issue. In this paper, we propose FedVGCN, a federated GCN learning paradigm for privacy-preserving node classification task under data vertically partitioned setting, which can be generalized to existing GCN models. Specifically, we split the computation graph data into two parts. For each iteration of the training process, the two parties transfer intermediate results to each other under homomorphic encryption. We conduct experiments on benchmark data and the results demonstrate the effectiveness of FedVGCN in the case of GraphSage.
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
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Stochastic Gradient Optimization Techniques
MethodsGraph Neural Network · Graph Convolutional Network
