Practical and Accurate Local Edge Differentially Private Graph Algorithms
Pranay Mundra, Charalampos Papamanthou, Julian Shun, Quanquan C. Liu

TL;DR
This paper introduces novel local differential privacy algorithms for graph analysis tasks like k-core decomposition and triangle counting, achieving tighter error bounds and better practical accuracy than previous methods, especially on real-world graphs.
Contribution
The paper presents new LDP algorithms for graph statistics that leverage private graph properties, improving error bounds and enabling practical distributed evaluation.
Findings
Error bounds depend on maximum degree, not total edges.
Achieves within 3x of exact k-core decomposition errors.
Reduces triangle counting errors by up to six orders of magnitude.
Abstract
The rise of massive networks across diverse domains necessitates sophisticated graph analytics, often involving sensitive data and raising privacy concerns. This paper addresses these challenges using local differential privacy (LDP), which enforces privacy at the individual level, where no third-party entity is trusted, unlike centralized models that assume a trusted curator. We introduce novel LDP algorithms for two fundamental graph statistics: k-core decomposition and triangle counting. Our approach leverages input-dependent private graph properties, specifically the degeneracy and maximum degree of the graph, to improve theoretical utility. Unlike prior methods, our error bounds are determined by the maximum degree rather than the total number of edges, resulting in significantly tighter guarantees. For triangle counting, we improve upon the work of Imola, Murakami, and Chaudhury…
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 · Cryptography and Data Security · Advanced Graph Neural Networks
