paper-with-me

Papers

Node-Level Differentially Private Graph Neural Networks

2021-11-23 · Ameya Daigavane, Gagan Madan, Aditya Sinha, Abhradeep Guha Thakurta, Gaurav Aggarwal, Prateek Jain

Graph Neural Networks (GNNs) are a popular technique for modelling graph-structured data and computing node-level representations via aggregation of information from the neighborhood of each node. However, this aggregation implies an increased risk of revealing sensitive information, as a node can participate in the inference for multiple nodes. This implies that standard privacy-preserving machine learning techniques, such as differentially private stochastic gradient descent (DP-SGD) - which are designed for situations where each data point participates in the inference for one point only - either do not apply, or lead to inaccurate models. In this work, we formally define the problem of learning GNN parameters with node-level privacy, and provide an algorithmic solution with a strong differential privacy guarantee. We employ a careful sensitivity analysis and provide a non-trivial extension of the privacy-by-amplification technique to the GNN setting. An empirical evaluation on standard benchmark datasets demonstrates that our method is indeed able to learn accurate privacy-preserving GNNs which outperform both private and non-private methods that completely ignore graph information.

📄 PDF Abstract BibTeX arXiv:2111.15521

Code (1)

google-research/google-research 공식 구현 tf

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

GAP: Differentially Private Graph Neural Networks with Aggregation Perturbation

2022-03-02 · Sina Sajadmanesh, Ali Shahin Shamsabadi, Aurélien Bellet, Daniel Gatica-Perez

In this paper, we study the problem of learning Graph Neural Networks (GNNs) with Differential Privacy (DP). We propose a novel differentially private GNN based on Aggregation Perturbation (GAP), which adds stochastic no…

Node Classification

Differentially Private Link Prediction With Protected Connections

2019-07-20 · Abir De, Soumen Chakrabarti

Link prediction (LP) algorithms propose to each node a ranked list of nodes that are currently non-neighbors, as the most likely candidates for future linkage. Owing to increasing concerns about privacy, users (nodes) ma…

Learning-To-RankLink PredictionPrediction

ProGAP: Progressive Graph Neural Networks with Differential Privacy Guarantees

2023-04-18 · Sina Sajadmanesh, Daniel Gatica-Perez

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 mod…

Differentially Private Graph Learning via Sensitivity-Bounded Personalized PageRank

2022-07-14 · Alessandro Epasto, Vahab Mirrokni, Bryan Perozzi, Anton Tsitsulin 외

Personalized PageRank (PPR) is a fundamental tool in unsupervised learning of graph representations such as node ranking, labeling, and graph embedding. However, while data privacy is one of the most important recent con…

Graph EmbeddingGraph LearningNode ClassificationSensitivity

Nearly Tight Bounds For Differentially Private Multiway Cut

2023-09-21 · NeurIPS 2023 11

Finding min $s$-$t$ cuts in graphs is a basic algorithmic tool, with applications in image segmentation, community detection, reinforcement learning, and data clustering. In this problem, we are given two nodes as termin…