paper-with-me

홈 › Papers

Concurrent Shuffle Differential Privacy Under Continual Observation

2023-01-29 · Jay Tenenbaum, Haim Kaplan, Yishay Mansour, Uri Stemmer

We introduce the concurrent shuffle model of differential privacy. In this model we have multiple concurrent shufflers permuting messages from different, possibly overlapping, batches of users. Similarly to the standard (single) shuffle model, the privacy requirement is that the concatenation of all shuffled messages should be differentially private. We study the private continual summation problem (a.k.a. the counter problem) and show that the concurrent shuffle model allows for significantly improved error compared to a standard (single) shuffle model. Specifically, we give a summation algorithm with error $\tilde{O}(n^{1/(2k+1)})$ with $k$ concurrent shufflers on a sequence of length $n$. Furthermore, we prove that this bound is tight for any $k$, even if the algorithm can choose the sizes of the batches adaptively. For $k=\log n$ shufflers, the resulting error is polylogarithmic, much better than $\tilde{\Theta}(n^{1/3})$ which we show is the smallest possible with a single shuffler. We use our online summation algorithm to get algorithms with improved regret bounds for the contextual linear bandit problem. In particular we get optimal $\tilde{O}(\sqrt{n})$ regret with $k= \tilde{\Omega}(\log n)$ concurrent shufflers.

📄 PDF Abstract BibTeX arXiv:2301.12535

Code (0)

등록된 구현이 없습니다.

Tasks

2k

Similar Papers 제목 키워드 기반

Privacy Amplification via Shuffled Check-Ins

2022-06-07 · Seng Pei Liew, Satoshi Hasegawa, Tsubasa Takahashi

We study a protocol for distributed computation called shuffled check-in, which achieves strong privacy guarantees without requiring any further trust assumptions beyond a trusted shuffler. Unlike most existing work, shu…

Federated Learning

Shuffle Gaussian Mechanism for Differential Privacy

2022-06-20 · Seng Pei Liew, Tsubasa Takahashi

We study Gaussian mechanism in the shuffle model of differential privacy (DP). Particularly, we characterize the mechanism's R\'enyi differential privacy (RDP), showing that it is of the form: $$ \epsilon(\lambda) \leq \…

Federated Learning

The Privacy Blanket of the Shuffle Model

2019-03-07 · Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

This work studies differential privacy in the context of the recently proposed shuffle model. Unlike in the local model, where the server collecting privatized data from users can track back an input to a specific user, …

model

Uniformity Testing in the Shuffle Model: Simpler, Better, Faster

2021-08-20 · Clément L. Canonne, Hongyi Lyu

Uniformity testing, or testing whether independent observations are uniformly distributed, is the prototypical question in distribution testing. Over the past years, a line of work has been focusing on uniformity testing…

Connecting Robust Shuffle Privacy and Pan-Privacy

2020-04-20 · Victor Balcer, Albert Cheu, Matthew Joseph, Jieming Mao

In the \emph{shuffle model} of differential privacy, data-holding users send randomized messages to a secure shuffler, the shuffler permutes the messages, and the resulting collection of messages must be differentially p…