pith. sign in

arxiv: 1707.04982 · v1 · pith:EYDO7AKYnew · submitted 2017-07-17 · 💻 cs.DS

Practical Locally Private Heavy Hitters

classification 💻 cs.DS
keywords timealgorithmsheavyhittersprivaterunninguserlocal
0
0 comments X
read the original abstract

We present new practical local differentially private heavy hitters algorithms achieving optimal or near-optimal worst-case error and running time -- TreeHist and Bitstogram. In both algorithms, server running time is $\tilde O(n)$ and user running time is $\tilde O(1)$, hence improving on the prior state-of-the-art result of Bassily and Smith [STOC 2015] requiring $O(n^{5/2})$ server time and $O(n^{3/2})$ user time. With a typically large number of participants in local algorithms ($n$ in the millions), this reduction in time complexity, in particular at the user side, is crucial for making locally private heavy hitters algorithms usable in practice. We implemented Algorithm TreeHist to verify our theoretical analysis and compared its performance with the performance of Google's RAPPOR code.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Local Differential Privacy: a tutorial

    cs.CR 2019-07 unverdicted novelty 1.0

    Tutorial summarizing existing Local Differential Privacy algorithms for heavy hitter identification, spatial data collection, and open problems.