Communication-Efficient Publication of Sparse Vectors under Differential Privacy
Quentin Hillebrand, Vorapong Suppakitpaisarn, and Tetsuo Shibuya

TL;DR
This paper introduces a new differentially private algorithm for publishing sparse vectors that drastically reduces communication costs, outperforming traditional methods especially in large-scale datasets, while maintaining accuracy.
Contribution
The paper presents a novel communication-efficient differentially private algorithm for sparse vector publication, reducing costs below non-private methods and matching randomized response accuracy.
Findings
Communication cost reduced to O(εm), lower than non-private O(m log n)
Algorithm maintains accuracy comparable to randomized response
Experimental results confirm improved efficiency and effectiveness
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 users, columns, and nonzero elements, conventional methods require communication, making them impractical for large-scale data. Our algorithm significantly reduces this cost to , where is the privacy budget. Notably, this is even lower than the non-private case, which requires communication. Moreover, as the privacy budget decreases, communication cost…
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 · Stochastic Gradient Optimization Techniques
