English

Communication-Efficient Publication of Sparse Vectors under Differential Privacy

Cryptography and Security 2025-06-26 v1

Abstract

In this work, we propose a differentially private algorithm for publishing matrices aggregated from sparse vectors. These matrices include social network adjacency matrices, user-item interaction matrices in recommendation systems, and single nucleotide polymorphisms (SNPs) in DNA data. Traditionally, differential privacy in vector collection relies on randomized response, but this approach incurs high communication costs. Specifically, for a matrix with NN users, nn columns, and mm nonzero elements, conventional methods require Ω(n×N)\Omega(n \times N) communication, making them impractical for large-scale data. Our algorithm significantly reduces this cost to O(εm)O(\varepsilon m), where ε\varepsilon is the privacy budget. Notably, this is even lower than the non-private case, which requires Ω(mlogn)\Omega(m \log n) communication. Moreover, as the privacy budget decreases, communication cost further reduces, enabling better privacy with improved efficiency. We theoretically prove that our method yields results identical to those of randomized response, and experimental evaluations confirm its effectiveness in terms of accuracy, communication efficiency, and computational complexity.

Keywords

Cite

@article{arxiv.2506.20234,
  title  = {Communication-Efficient Publication of Sparse Vectors under Differential Privacy},
  author = {Quentin Hillebrand and Vorapong Suppakitpaisarn and Tetsuo Shibuya},
  journal= {arXiv preprint arXiv:2506.20234},
  year   = {2025}
}
R2 v1 2026-07-01T03:32:41.516Z