Differentially Private Summation with Multi-Message Shuffling
Borja Balle, James Bell, Adria Gascon, Kobbi Nissim

TL;DR
This paper introduces a new differentially private summation protocol in the shuffle model that reduces message complexity while maintaining privacy guarantees, improving upon previous methods.
Contribution
It presents a protocol with logarithmic message complexity and controlled error, bridging the gap between local and shuffle model summation protocols.
Findings
Achieves $O(1/\epsilon)$ error with $O(\log(n/\delta))$ messages per party.
Uses secure shuffling to simulate the Laplace mechanism in the shuffle model.
Reduces message complexity compared to previous protocols.
Abstract
In recent work, Cheu et al. (Eurocrypt 2019) proposed a protocol for -party real summation in the shuffle model of differential privacy with error and one-bit messages per party. In contrast, every local model protocol for real summation must incur error , 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 error and messages of size 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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Internet Traffic Analysis and Secure E-voting
