DSCRLGNov 4, 2019

Pan-Private Uniformity Testing

arXiv:1911.01452v325 citations
Originality Incremental advance
AI Analysis

This work addresses the trade-offs in privacy-preserving data analysis for scenarios where data is streamed and internal states must be protected, with incremental contributions to understanding privacy model hierarchies.

The paper tackles the problem of uniformity testing under pan-privacy, an intermediate model between central and local differential privacy, and shows that the sample complexity is Θ(k^{2/3}), where k is the domain size, separating it from other privacy models.

A centrally differentially private algorithm maps raw data to differentially private outputs. In contrast, a locally differentially private algorithm may only access data through public interaction with data holders, and this interaction must be a differentially private function of the data. We study the intermediate model of pan-privacy. Unlike a locally private algorithm, a pan-private algorithm receives data in the clear. Unlike a centrally private algorithm, the algorithm receives data one element at a time and must maintain a differentially private internal state while processing this stream. First, we show that pure pan-privacy against multiple intrusions on the internal state is equivalent to sequentially interactive local privacy. Next, we contextualize pan-privacy against a single intrusion by analyzing the sample complexity of uniformity testing over domain $[k]$. Focusing on the dependence on $k$, centrally private uniformity testing has sample complexity $Θ(\sqrt{k})$, while noninteractive locally private uniformity testing has sample complexity $Θ(k)$. We show that the sample complexity of pure pan-private uniformity testing is $Θ(k^{2/3})$. By a new $Ω(k)$ lower bound for the sequentially interactive setting, we also separate pan-private from sequentially interactive locally private and multi-intrusion pan-private uniformity testing.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes