LGCRApr 18, 2023

ProGAP: Progressive Graph Neural Networks with Differential Privacy Guarantees

arXiv:2304.08928v228 citationsh-index: 61Has Code
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of graph data, such as in social networks or healthcare, by improving accuracy-privacy trade-offs in GNNs, though it is incremental over prior differentially private GNNs.

The paper tackles the challenge of balancing accuracy and privacy in Graph Neural Networks (GNNs) by proposing ProGAP, a differentially private GNN that uses progressive training, achieving up to 5-10% higher accuracy than existing state-of-the-art methods.

Graph Neural Networks (GNNs) have become a popular tool for learning on graphs, but their widespread use raises privacy concerns as graph data can contain personal or sensitive information. Differentially private GNN models have been recently proposed to preserve privacy while still allowing for effective learning over graph-structured datasets. However, achieving an ideal balance between accuracy and privacy in GNNs remains challenging due to the intrinsic structural connectivity of graphs. In this paper, we propose a new differentially private GNN called ProGAP that uses a progressive training scheme to improve such accuracy-privacy trade-offs. Combined with the aggregation perturbation technique to ensure differential privacy, ProGAP splits a GNN into a sequence of overlapping submodels that are trained progressively, expanding from the first submodel to the complete model. Specifically, each submodel is trained over the privately aggregated node embeddings learned and cached by the previous submodels, leading to an increased expressive power compared to previous approaches while limiting the incurred privacy costs. We formally prove that ProGAP ensures edge-level and node-level privacy guarantees for both training and inference stages, and evaluate its performance on benchmark graph datasets. Experimental results demonstrate that ProGAP can achieve up to 5-10% higher accuracy than existing state-of-the-art differentially private GNNs. Our code is available at https://github.com/sisaman/ProGAP.

Code Implementations1 repo
Foundations

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

Your Notes