Differentially Private and Scalable Estimation of the Network Principal Component
Alireza Khayatian, Anil Vullikanti, Aritra Konar

TL;DR
This paper introduces a novel, scalable differentially private algorithm for estimating the network principal component, significantly improving accuracy and efficiency on large real-world graphs while also addressing the densest-k-subgraph problem.
Contribution
It presents a new instance-specific, private PC estimation method using a PTR framework that is both computationally efficient and more accurate on well-behaved datasets.
Findings
Achieves 180-fold faster runtime than baseline methods.
Provides accurate private PC estimation on graphs with up to 3 million vertices.
First DP algorithm for the densest-k-subgraph problem.
Abstract
Computing the principal component (PC) of the adjacency matrix of an undirected graph has several applications ranging from identifying key vertices for influence maximization and controlling diffusion processes, to discovering densely interconnected vertex subsets. However, many networked datasets are sensitive, which necessitates private computation of the PC for use in the aforementioned applications. Differential privacy has emerged as the gold standard in privacy-preserving data analysis, but existing DP algorithms for private PC suffer from low accuracy due to large noise injection or high complexity. Motivated by the large gap between the local and global sensitivities of the PC on real-graphs, we consider instance-specific mechanisms for privately computing the PC under edge-DP. These mechanisms guarantee privacy for all datasets, but provide good utility on ``well-behaved''…
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
MethodsBalanced Selection
