Pith. sign in

REVIEW 4 cited by

Count on Your Elders: Laplace vs Gaussian Noise

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.07021 v3 pith:KWYP22HP submitted 2024-08-13 cs.CR cs.DS

Count on Your Elders: Laplace vs Gaussian Noise

classification cs.CR cs.DS
keywords noisedeltagaussianlaplacedifferentialprivacymechanismsmall
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

In recent years, Gaussian noise has become a popular tool in differentially private algorithms, often replacing Laplace noise which dominated the early literature. Gaussian noise is the standard approach to $\textit{approximate}$ differential privacy, often resulting in much higher utility than traditional (pure) differential privacy mechanisms. In this paper we argue that Laplace noise may in fact be preferable to Gaussian noise in many settings, in particular for $(\varepsilon,\delta)$-differential privacy when $\delta$ is small. We consider two scenarios: First, we consider the problem of counting under continual observation and present a new generalization of the binary tree mechanism that uses a $k$-ary number system with $\textit{negative digits}$ to improve the privacy-accuracy trade-off. Our mechanism uses Laplace noise and whenever $\delta$ is sufficiently small it improves the mean squared error over the best possible $(\varepsilon,\delta)$-differentially private factorization mechanisms based on Gaussian noise. Specifically, using $k=19$ we get an asymptotic improvement over the bound given in the work by Henzinger, Upadhyay and Upadhyay (SODA 2023) when $\delta = O(T^{-0.92})$. Second, we show that the noise added by the Gaussian mechanism can always be replaced by Laplace noise of comparable variance for the same $(\epsilon, \delta)$-differential privacy guarantee, and in fact for sufficiently small $\delta$ the variance of the Laplace noise becomes strictly better. This challenges the conventional wisdom that Gaussian noise should be used for high-dimensional noise. Finally, we study whether counting under continual observation may be easier in an average-case sense. We show that, under pure differential privacy, the expected worst-case error for a random input must be $\Omega(\log(T)/\varepsilon)$, matching the known lower bound for worst-case inputs.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 4 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. The Binary Tree Mechanism is Optimal for Approximate Differentially Private Continual Counting

    cs.DS 2026-07 unverdicted novelty 8.0

    Proves that every approximate DP mechanism for continual counting must incur expected ℓ_∞ error Ω(log^{3/2} n), matching the binary tree mechanism and showing it is asymptotically optimal.

  2. The Binary Tree Mechanism is Optimal for Approximate Differentially Private Continual Counting

    cs.DS 2026-07 unverdicted novelty 8.0

    Proves that the binary tree mechanism achieves the asymptotically optimal expected l_infty error of Theta(log^{3/2} n) for approximate DP continual counting.

  3. Plausible Deniability Guarantees for Whistleblowers

    cs.CR 2026-07 accept novelty 7.0

    A new mechanism gives per-report (0,δ)-differential privacy for whistleblower audit transcripts, with selection error vanishing as report gaps grow faster than √log T.

  4. A Fast Gaussian Mechanism under Continual Observation, with Applications

    cs.DS 2026-06 unverdicted novelty 7.0

    A new data structure samples any entry of the noise vector in constant time while exactly reproducing the binary tree Gaussian mechanism distribution, applied to DP CountSketches for improved range counting and join s...