LGCRSep 6, 2023

Blink: Link Local Differential Privacy in Graph Neural Networks via Bayesian Estimation

arXiv:2309.03190v223 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses privacy issues for decentralized graph data users, but it is an incremental improvement over existing LDP methods.

The paper tackles the privacy concerns in training Graph Neural Networks (GNNs) by proposing a link local differential privacy method that uses Bayesian estimation to denoise graph topology, achieving higher accuracy than existing methods under varying privacy budgets.

Graph neural networks (GNNs) have gained an increasing amount of popularity due to their superior capability in learning node embeddings for various graph inference tasks, but training them can raise privacy concerns. To address this, we propose using link local differential privacy over decentralized nodes, enabling collaboration with an untrusted server to train GNNs without revealing the existence of any link. Our approach spends the privacy budget separately on links and degrees of the graph for the server to better denoise the graph topology using Bayesian estimation, alleviating the negative impact of LDP on the accuracy of the trained GNNs. We bound the mean absolute error of the inferred link probabilities against the ground truth graph topology. We then propose two variants of our LDP mechanism complementing each other in different privacy settings, one of which estimates fewer links under lower privacy budgets to avoid false positive link estimates when the uncertainty is high, while the other utilizes more information and performs better given relatively higher privacy budgets. Furthermore, we propose a hybrid variant that combines both strategies and is able to perform better across different privacy budgets. Extensive experiments show that our approach outperforms existing methods in terms of accuracy under varying privacy budgets.

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