LGCRSIAug 25, 2023

Unveiling the Role of Message Passing in Dual-Privacy Preservation on GNNs

arXiv:2308.13513v14 citationsh-index: 4
Originality Incremental advance
AI Analysis

This addresses privacy vulnerabilities in GNNs for applications like social networks, offering a dual-privacy solution, though it appears incremental as it builds on existing privacy-preserving GNN research.

The paper tackled the problem of privacy leakage in Graph Neural Networks (GNNs) by identifying message passing under structural bias as the core cause, and proposed a framework that effectively safeguards both node and link privacy while preserving high utility for downstream tasks, as validated on four benchmark datasets.

Graph Neural Networks (GNNs) are powerful tools for learning representations on graphs, such as social networks. However, their vulnerability to privacy inference attacks restricts their practicality, especially in high-stake domains. To address this issue, privacy-preserving GNNs have been proposed, focusing on preserving node and/or link privacy. This work takes a step back and investigates how GNNs contribute to privacy leakage. Through theoretical analysis and simulations, we identify message passing under structural bias as the core component that allows GNNs to \textit{propagate} and \textit{amplify} privacy leakage. Building upon these findings, we propose a principled privacy-preserving GNN framework that effectively safeguards both node and link privacy, referred to as dual-privacy preservation. The framework comprises three major modules: a Sensitive Information Obfuscation Module that removes sensitive information from node embeddings, a Dynamic Structure Debiasing Module that dynamically corrects the structural bias, and an Adversarial Learning Module that optimizes the privacy-utility trade-off. Experimental results on four benchmark datasets validate the effectiveness of the proposed model in protecting both node and link privacy while preserving high utility for downstream tasks, such as node classification.

Foundations

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

Your Notes