Optimal Pure Differentially Private Sparse Histograms in Deterministic Linear Time
Abstract
We present an algorithm that releases a pure differentially private (under the replacement neighboring relation) sparse histogram for participants over a domain of size . Our method achieves the optimal -estimation error and runs in strictly time in the Word-RAM model, improving upon the previous best deterministic-time bound of 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 -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.
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