Locally Differentially Private Graph Clustering via the Power Iteration Method
By: Vorapong Suppakitpaisarn, Sayan Mukherjee
Potential Business Impact:
Groups online friends while keeping secrets safe.
We propose a locally differentially private graph clustering algorithm. Previous works have explored this problem, including approaches that apply spectral clustering to graphs generated via the randomized response algorithm. However, these methods only achieve accurate results when the privacy budget is in $\Omega(\log n)$, which is unsuitable for many practical applications. In response, we present an interactive algorithm based on the power iteration method. Given that the noise introduced by the largest eigenvector constant can be significant, we incorporate a technique to eliminate this constant. As a result, our algorithm attains local differential privacy with a constant privacy budget when the graph is well-clustered and has a minimum degree of $\tilde{\Omega}(\sqrt{n})$. In contrast, while randomized response has been shown to produce accurate results under the same minimum degree condition, it is limited to graphs generated from the stochastic block model. We perform experiments to demonstrate that our method outperforms spectral clustering applied to randomized response results.
Similar Papers
Spectral Graph Clustering under Differential Privacy: Balancing Privacy, Accuracy, and Efficiency
Information Theory
Keeps online connections private while still working.
Differentially-Private Decentralized Learning in Heterogeneous Multicast Networks
Information Theory
Keeps your private data safe while learning.
On the Price of Differential Privacy for Hierarchical Clustering
Data Structures and Algorithms
Organizes private data into groups with less error.