Vertically Federated Graph Neural Network for Privacy-Preserving Node Classification.

Chaochao Chen,Jun Zhou,Longfei Zheng,Huiwen Wu,Lingjuan Lyu,Jia Wu,Bingzhe Wu,Ziqi Liu,Li Wang,Xiaolin Zheng
DOI: https://doi.org/10.24963/ijcai.2022/272
2020-01-01
Abstract:Recently, Graph Neural Network (GNN) has achieved remarkable progresses invarious real-world tasks on graph data, consisting of node features and theadjacent information between different nodes. High-performance GNN modelsalways depend on both rich features and complete edge information in graph.However, such information could possibly be isolated by different data holdersin practice, which is the so-called data isolation problem. To solve thisproblem, in this paper, we propose VFGNN, a federated GNN learning paradigm forprivacy-preserving node classification task under data vertically partitionedsetting, which can be generalized to existing GNN models. Specifically, wesplit the computation graph into two parts. We leave the private data (i.e.,features, edges, and labels) related computations on data holders, and delegatethe rest of computations to a semi-honest server. We also propose to applydifferential privacy to prevent potential information leakage from the server.We conduct experiments on three benchmarks and the results demonstrate theeffectiveness of VFGNN.
What problem does this paper attempt to address?