English

Near-Optimal Differentially Private k-Core Decomposition

Data Structures and Algorithms 2024-03-01 v2 Cryptography and Security Social and Information Networks

Abstract

Recent work by Dhulipala et al. \cite{DLRSSY22} initiated the study of the kk-core decomposition problem under differential privacy via a connection between low round/depth distributed/parallel graph algorithms and private algorithms with small error bounds. They showed that one can output differentially private approximate kk-core numbers, while only incurring a multiplicative error of (2+η)(2 +\eta) (for any constant η>0\eta >0) and additive error of \poly(log(n))/\eps\poly(\log(n))/\eps. In this paper, we revisit this problem. Our main result is an \eps\eps-edge differentially private algorithm for kk-core decomposition which outputs the core numbers with no multiplicative error and O(log(n)/\eps)O(\text{log}(n)/\eps) additive error. This improves upon previous work by a factor of 2 in the multiplicative error, while giving near-optimal additive error. Our result relies on a novel generalized form of the sparse vector technique, which is especially well-suited for threshold-based graph algorithms; thus, we further strengthen the connection between distributed/parallel graph algorithms and differentially private algorithms.

Keywords

Cite

@article{arxiv.2312.07706,
  title  = {Near-Optimal Differentially Private k-Core Decomposition},
  author = {Laxman Dhulipala and George Z. Li and Quanquan C. Liu},
  journal= {arXiv preprint arXiv:2312.07706},
  year   = {2024}
}

Comments

20 pages. Abstract shortened to fit requirements. In the new version, we show that our techniques can also help give better analysis of the algorithms in [DLRSSY22]

R2 v1 2026-06-28T13:49:02.190Z