13
26

Locally Private Hypothesis Selection

Abstract

We initiate the study of hypothesis selection under local differential privacy. Given samples from an unknown probability distribution pp and a set of kk probability distributions Q\mathcal{Q}, we aim to output, under the constraints of ε\varepsilon-local differential privacy, a distribution from Q\mathcal{Q} whose total variation distance to pp is comparable to the best such distribution. This is a generalization of the classic problem of kk-wise simple hypothesis testing, which corresponds to when pQp \in \mathcal{Q}, and we wish to identify pp. Absent privacy constraints, this problem requires O(logk)O(\log k) samples from pp, and it was recently shown that the same complexity is achievable under (central) differential privacy. However, the naive approach to this problem under local differential privacy would require O~(k2)\tilde O(k^2) samples. We first show that the constraint of local differential privacy incurs an exponential increase in cost: any algorithm for this problem requires at least Ω(k)\Omega(k) samples. Second, for the special case of kk-wise simple hypothesis testing, we provide a non-interactive algorithm which nearly matches this bound, requiring O~(k)\tilde O(k) samples. Finally, we provide sequentially interactive algorithms for the general case, requiring O~(k)\tilde O(k) samples and only O(loglogk)O(\log \log k) rounds of interactivity. Our algorithms are achieved through a reduction to maximum selection with adversarial comparators, a problem of independent interest for which we initiate study in the parallel setting. For this problem, we provide a family of algorithms for each number of allowed rounds of interaction tt, as well as lower bounds showing that they are near-optimal for every tt. Notably, our algorithms result in exponential improvements on the round complexity of previous methods.

View on arXiv
Comments on this paper