Differentially Private Densest Subgraph
Alireza Farhadi, MohammadTaghi Hajiaghayi, Elaine Shi

TL;DR
This paper introduces the first differentially private algorithm for the densest subgraph problem, achieving a 2-approximation with poly-logarithmic additive error, balancing privacy with solution quality.
Contribution
It provides the first upper and lower bounds for differentially private densest subgraph algorithms, matching Charikar's approximation while ensuring privacy.
Findings
The algorithm finds a 2-approximate densest subgraph with differential privacy.
The additive error is poly-logarithmic, nearly matching non-private algorithms.
Practical experiments show solutions close to optimal in real-world graphs.
Abstract
Given a graph, the densest subgraph problem asks for a set of vertices such that the average degree among these vertices is maximized. Densest subgraph has numerous applications in learning, e.g., community detection in social networks, link spam detection, correlation mining, bioinformatics, and so on. Although there are efficient algorithms that output either exact or approximate solutions to the densest subgraph problem, existing algorithms may violate the privacy of the individuals in the network, e.g., leaking the existence/non-existence of edges. In this paper, we study the densest subgraph problem in the framework of the differential privacy, and we derive the first upper and lower bounds for this problem. We show that there exists a linear-time -differentially private algorithm that finds a -approximation of the densest subgraph with an extra poly-logarithmic…
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 · Privacy, Security, and Data Protection
