A Smooth Binary Mechanism for Efficient Private Continual Observation
Joel Daniel Andersson, Rasmus Pagh

TL;DR
This paper introduces a simple, efficient binary mechanism for differentially private continual observation that reduces noise variance and improves computational speed over previous methods.
Contribution
It proposes a new mechanism that generates noise with constant average time, lower variance, and identical distribution at each step, enhancing privacy-preserving data analysis.
Findings
Reduces noise variance by a factor of about 4 compared to the binary mechanism.
Achieves constant average time for noise generation per value.
Empirically outperforms previous algorithms in runtime.
Abstract
In privacy under continual observation we study how to release differentially private estimates based on a dataset that evolves over time. The problem of releasing private prefix sums of (where the value of each is to be private) is particularly well-studied, and a generalized form is used in state-of-the-art methods for private stochastic gradient descent (SGD). The seminal binary mechanism privately releases the first prefix sums with noise of variance polylogarithmic in . Recently, Henzinger et al. and Denisov et al. showed that it is possible to improve on the binary mechanism in two ways: The variance of the noise can be reduced by a (large) constant factor, and also made more even across time steps. However, their algorithms for generating the noise distribution are not as efficient as one would like in terms of computation time and (in…
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
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Random Matrices and Applications · Stochastic Gradient Optimization Techniques
