paper-with-me

홈 › Papers

Differentially Private Summation with Multi-Message Shuffling

2019-06-20 · Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

In recent work, Cheu et al. (Eurocrypt 2019) proposed a protocol for $n$-party real summation in the shuffle model of differential privacy with $O_{\epsilon, \delta}(1)$ error and $\Theta(\epsilon\sqrt{n})$ one-bit messages per party. In contrast, every local model protocol for real summation must incur error $\Omega(1/\sqrt{n})$, and there exist protocols matching this lower bound which require just one bit of communication per party. Whether this gap in number of messages is necessary was left open by Cheu et al. In this note we show a protocol with $O(1/\epsilon)$ error and $O(\log(n/\delta))$ messages of size $O(\log(n))$ per party. This protocol is based on the work of Ishai et al.\ (FOCS 2006) showing how to implement distributed summation from secure shuffling, and the observation that this allows simulating the Laplace mechanism in the shuffle model.

📄 PDF Abstract BibTeX arXiv:1906.09116

Code (1)

adriagascon/shuffledpsummation

Similar 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 …

2k

Differential Secrecy for Distributed Data and Applications to Robust Differentially Secure Vector Summation

2022-02-22 · Kunal Talwar

Computing the noisy sum of real-valued vectors is an important primitive in differentially private learning and statistics. In private federated learning applications, these vectors are held by client devices, leading to…

Federated Learning

Differentially Private Block-wise Gradient Shuffle for Deep Learning

2024-07-31 · David Zagardo

Traditional Differentially Private Stochastic Gradient Descent (DP-SGD) introduces statistical noise on top of gradients drawn from a Gaussian distribution to ensure privacy. This paper introduces the novel Differentiall…

Deep Learning

On the Power of Multiple Anonymous Messages

2019-08-29 · Badih Ghazi, Noah Golowich, Ravi Kumar, Rasmus Pagh 외

An exciting new development in differential privacy is the shuffled model, in which an anonymous channel enables non-interactive, differentially private protocols with error much smaller than what is possible in the loca…

Practical and Private (Deep) Learning without Sampling or Shuffling

2021-02-26 · Peter Kairouz, Brendan Mcmahan, Shuang Song, Om Thakkar 외

We consider training models with differential privacy (DP) using mini-batch gradients. The existing state-of-the-art, Differentially Private Stochastic Gradient Descent (DP-SGD), requires privacy amplification by samplin…

Deep LearningFederated Learning