SICRLGMay 1, 2020

Secure Deep Graph Generation with Link Differential Privacy

arXiv:2005.00455v352 citations
AI Analysis

This work addresses privacy concerns in relational data analysis for domains like social networks, though it is incremental as it builds on existing differential privacy and graph generation methods.

The paper tackles the problem of generating synthetic graphs that preserve data utility while protecting individual link privacy, achieving this by enforcing edge differential privacy through gradient noise injection and structure-oriented discrimination.

Many data mining and analytical tasks rely on the abstraction of networks (graphs) to summarize relational structures among individuals (nodes). Since relational data are often sensitive, we aim to seek effective approaches to generate utility-preserved yet privacy-protected structured data. In this paper, we leverage the differential privacy (DP) framework to formulate and enforce rigorous privacy constraints on deep graph generation models, with a focus on edge-DP to guarantee individual link privacy. In particular, we enforce edge-DP by injecting proper noise to the gradients of a link reconstruction-based graph generation model, while ensuring data utility by improving structure learning with structure-oriented graph discrimination. Extensive experiments on two real-world network datasets show that our proposed DPGGAN model is able to generate graphs with effectively preserved global structure and rigorously protected individual link privacy.

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