English

Optimal Pure Differentially Private Sparse Histograms in Deterministic Linear Time

Data Structures and Algorithms 2025-12-25 v2 Cryptography and Security

Abstract

We present an algorithm that releases a pure differentially private (under the replacement neighboring relation) sparse histogram for nn participants over a domain of size dnd \gg n. Our method achieves the optimal \ell_\infty-estimation error and runs in strictly O(n)O(n) time in the Word-RAM model, improving upon the previous best deterministic-time bound of O~(n2)\tilde{O}(n^2) and resolving the open problem of breaking this quadratic barrier (Balcer and Vadhan, 2019). Moreover, the algorithm admits an efficient circuit implementation, enabling the first near-linear communication and computation cost pure DP histogram MPC protocol with optimal \ell_\infty-estimation error. Central to our algorithm is a novel **private item blanket** technique with target-length padding, which hides differences in the supports of neighboring histograms while remaining efficiently implementable.

Keywords

Cite

@article{arxiv.2507.17017,
  title  = {Optimal Pure Differentially Private Sparse Histograms in Deterministic Linear Time},
  author = {Florian Kerschbaum and Steven Lee and Hao Wu},
  journal= {arXiv preprint arXiv:2507.17017},
  year   = {2025}
}

Comments

The algorithm runs in exactly linear time now

R2 v1 2026-07-01T04:14:15.173Z