CRLGFeb 16, 2022

SecGNN: Privacy-Preserving Graph Neural Network Training and Inference as a Cloud Service

arXiv:2202.07835v242 citations
AI Analysis

This addresses privacy concerns for organizations using cloud-based GNN services on sensitive graph data, representing a novel application rather than an incremental improvement.

The paper tackles the problem of privacy risks when deploying graph neural network (GNN) training and inference as cloud services by introducing SecGNN, a system that uses lightweight cryptography and machine learning to achieve comparable accuracy to plaintext methods with promising performance.

Graphs are widely used to model the complex relationships among entities. As a powerful tool for graph analytics, graph neural networks (GNNs) have recently gained wide attention due to its end-to-end processing capabilities. With the proliferation of cloud computing, it is increasingly popular to deploy the services of complex and resource-intensive model training and inference in the cloud due to its prominent benefits. However, GNN training and inference services, if deployed in the cloud, will raise critical privacy concerns about the information-rich and proprietary graph data (and the resulting model). While there has been some work on secure neural network training and inference, they all focus on convolutional neural networks handling images and text rather than complex graph data with rich structural information. In this paper, we design, implement, and evaluate SecGNN, the first system supporting privacy-preserving GNN training and inference services in the cloud. SecGNN is built from a synergy of insights on lightweight cryptography and machine learning techniques. We deeply examine the procedure of GNN training and inference, and devise a series of corresponding secure customized protocols to support the holistic computation. Extensive experiments demonstrate that SecGNN achieves comparable plaintext training and inference accuracy, with promising performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes