English

Approximate Algorithms for Verifying Differential Privacy with Gaussian Distributions

Cryptography and Security 2025-09-11 v1 Programming Languages

Abstract

The verification of differential privacy algorithms that employ Gaussian distributions is little understood. This paper tackles the challenge of verifying such programs by introducing a novel approach to approximating probability distributions of loop-free programs that sample from both discrete and continuous distributions with computable probability density functions, including Gaussian and Laplace. We establish that verifying (ϵ,δ)(\epsilon,\delta)-differential privacy for these programs is \emph{almost decidable}, meaning the problem is decidable for all values of δ\delta except those in a finite set. Our verification algorithm is based on computing probabilities to any desired precision by combining integral approximations, and tail probability bounds. The proposed methods are implemented in the tool, DipApprox, using the FLINT library for high-precision integral computations, and incorporate optimizations to enhance scalability. We validate {\ourtool} on fundamental privacy-preserving algorithms, such as Gaussian variants of the Sparse Vector Technique and Noisy Max, demonstrating its effectiveness in both confirming privacy guarantees and detecting violations.

Keywords

Cite

@article{arxiv.2509.08804,
  title  = {Approximate Algorithms for Verifying Differential Privacy with Gaussian Distributions},
  author = {Bishnu Bhusal and Rohit Chadha and A. Prasad Sistla and Mahesh Viswanathan},
  journal= {arXiv preprint arXiv:2509.08804},
  year   = {2025}
}

Comments

An extended abstract appears in CCS 2025

R2 v1 2026-07-01T05:30:32.756Z