Bounded Space Differentially Private Quantiles

January 10, 2022 Β· Declared Dead Β· πŸ› Trans. Mach. Learn. Res.

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Daniel Alabi, Omri Ben-Eliezer, Anamay Chaturvedi arXiv ID 2201.03380 Category cs.DS: Data Structures & Algorithms Cross-listed cs.CR, cs.DB Citations 20 Venue Trans. Mach. Learn. Res. Last Checked 3 months ago
Abstract
Estimating the quantiles of a large dataset is a fundamental problem in both the streaming algorithms literature and the differential privacy literature. However, all existing private mechanisms for distribution-independent quantile computation require space at least linear in the input size $n$. In this work, we devise a differentially private algorithm for the quantile estimation problem, with strongly sublinear space complexity, in the one-shot and continual observation settings. Our basic mechanism estimates any $Ξ±$-approximate quantile of a length-$n$ stream over a data universe $\mathcal{X}$ with probability $1-Ξ²$ using $O\left( \frac{\log (|\mathcal{X}|/Ξ²) \log (Ξ±Ξ΅n)}{Ξ±Ξ΅} \right)$ space while satisfying $Ξ΅$-differential privacy at a single time point. Our approach builds upon deterministic streaming algorithms for non-private quantile estimation instantiating the exponential mechanism using a utility function defined on sketch items, while (privately) sampling from intervals defined by the sketch. We also present another algorithm based on histograms that is especially suited to the multiple quantiles case. We implement our algorithms and experimentally evaluate them on synthetic and real-world datasets.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted