Abstract
The objective of privacy-preserving synthetic graph publishing is to safeguard individuals' privacy while retaining the utility of original data. Most existing methods focus on graph neural networks under differential privacy (DP), and yet two fundamental problems in generating synthetic graphs remain open. First, the current research often encounters high sensitivity due to the intricate relationships between nodes in a graph. Second, DP is usually achieved through advanced composition mechanisms that tend to converge prematurely when working with a small privacy budget. In this paper, inspired by the simplicity, effectiveness, and ease of analysis of PageRank, we design PrivDPR, a novel privacy-preserving deep PageRank for graph synthesis. In particular, we achieve DP by adding noise to the gradient for a specific weight during learning. Utilizing weight normalization as a bridge, we theoretically reveal that increasing the number of layers in PrivDPR can effectively mitigate the high sensitivity and privacy budget splitting. Through formal privacy analysis, we prove that the synthetic graph generated by PrivDPR satisfies node-level DP. Experiments on real-world graph datasets show that PrivDPR preserves high data utility across multiple graph structural properties.
Original language | English |
---|---|
Title of host publication | KDD '25 |
Subtitle of host publication | Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.1 |
Place of Publication | New York |
Publisher | Association for Computing Machinery (ACM) |
Pages | 1936–1947 |
Number of pages | 12 |
ISBN (Print) | 9798400712456 |
DOIs | |
Publication status | Published - 20 Jul 2025 |
Event | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 - Toronto, Canada Duration: 3 Aug 2025 → 7 Aug 2025 https://dl.acm.org/doi/proceedings/10.1145/3690624 (Conference Proceedings) |
Publication series
Name | KDD: Proceedings of ACM SIGKDD Conference on Knowledge Discovery and Data Mining |
---|---|
Publisher | Association for Computing Machinery |
Conference
Conference | 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining, KDD 2025 |
---|---|
Country/Territory | Canada |
City | Toronto |
Period | 3/08/25 → 7/08/25 |
Internet address |
|
User-Defined Keywords
- differential privacy
- graph synthesis
- pagerank