Network Generation with Differential Privacy
Xu Zheng, Nicholas McCarthy, Jer Hayes

TL;DR
This paper introduces a novel differentially private graph generation model that produces realistic synthetic networks while ensuring edge-level privacy, advancing the field of private graph data sharing.
Contribution
It presents the first model combining Wasserstein GANs with DP-SGD for private graph generation, improving privacy and utility of synthetic network data.
Findings
The model effectively reproduces real-world network properties.
It maintains edge-differential privacy during graph generation.
Compared to existing models, it offers better privacy-utility trade-offs.
Abstract
We consider the problem of generating private synthetic versions of real-world graphs containing private information while maintaining the utility of generated graphs. Differential privacy is a gold standard for data privacy, and the introduction of the differentially private stochastic gradient descent (DP-SGD) algorithm has facilitated the training of private neural models in a number of domains. Recent advances in graph generation via deep generative networks have produced several high performing models. We evaluate and compare state-of-the-art models including adjacency matrix based models and edge based models, and show a practical implementation that favours the edge-list approach utilizing the Gaussian noise mechanism when evaluated on commonly used graph datasets. Based on our findings, we propose a generative model that can reproduce the properties of real-world networks while…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Stochastic Gradient Optimization Techniques · Advanced Graph Neural Networks
