Differentially Private Summation with Multi-Message Shuffling
This addresses a gap in communication efficiency for differentially private summation, potentially improving practical implementations in privacy-sensitive domains.
The paper tackles the problem of n-party real summation in the shuffle model of differential privacy by proposing a protocol that achieves O(1/ε) error with O(log(n/δ)) messages per party, based on simulating the Laplace mechanism.
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_{ε, δ}(1)$ error and $Θ(ε\sqrt{n})$ one-bit messages per party. In contrast, every local model protocol for real summation must incur error $Ω(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/ε)$ error and $O(\log(n/δ))$ 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.