Query-Efficient Locally Private Hypothesis Selection via the Scheffe Graph
By: Gautam Kamath , Alireza F. Pour , Matthew Regehr and more
Potential Business Impact:
Finds the best explanation for private data.
We propose an algorithm with improved query-complexity for the problem of hypothesis selection under local differential privacy constraints. Given a set of $k$ probability distributions $Q$, we describe an algorithm that satisfies local differential privacy, performs $\tilde{O}(k^{3/2})$ non-adaptive queries to individuals who each have samples from a probability distribution $p$, and outputs a probability distribution from the set $Q$ which is nearly the closest to $p$. Previous algorithms required either $\Omega(k^2)$ queries or many rounds of interactive queries. Technically, we introduce a new object we dub the Scheff\'e graph, which captures structure of the differences between distributions in $Q$, and may be of more broad interest for hypothesis selection tasks.
Similar Papers
Nearly-Linear Time Private Hypothesis Selection with the Optimal Approximation Factor
Data Structures and Algorithms
Finds the best data pattern while keeping it private.
On Differential Privacy for Adaptively Solving Search Problems via Sketching
Data Structures and Algorithms
Helps computers find answers without revealing secrets.
Hypothesis Selection: A High Probability Conundrum
Data Structures and Algorithms
Finds the best data explanation faster.