Inferensys

Glossary

Gaussian Differential Privacy (GDP)

A privacy framework characterizing a mechanism's guarantee via a trade-off function between Type I and Type II errors in hypothesis testing, providing a tight and operational interpretation of privacy loss.
Finance professional using AI FP&A copilot on laptop, board presentation visible on screen, home office work session.
PRIVACY FRAMEWORK

What is Gaussian Differential Privacy (GDP)?

A privacy framework that characterizes the privacy guarantee of a mechanism using a trade-off function between Type I and Type II errors in a hypothesis testing problem, providing a tight and operational interpretation of privacy loss.

Gaussian Differential Privacy (GDP) is a hypothesis-testing-based formulation of differential privacy that defines a privacy guarantee through a trade-off function f = f(P, Q). This function maps any false positive rate (Type I error) to the smallest achievable false negative rate (Type II error) when an adversary attempts to distinguish between two neighboring datasets based on a mechanism's output. Unlike classical (ε, δ)-DP, GDP provides a single-parameter family of privacy definitions parameterized by μ, where a mechanism satisfies μ-GDP if distinguishing the two datasets is at least as hard as distinguishing between a standard normal distribution N(0,1) and N(μ,1).

GDP's central theorem establishes that the Gaussian mechanism precisely satisfies μ-GDP when adding noise calibrated to the query's L2-sensitivity, making it the canonical mechanism for this framework. The framework's power lies in its tight composition theorem: the composition of multiple μ_i-GDP mechanisms is exactly μ-total-GDP, where μ-total is the Euclidean norm of the individual μ_i values. This avoids the looseness of advanced composition in (ε, δ)-DP and provides an exact, interpretable privacy accounting method that maps directly to the operational risk of membership inference attacks.

HYPOTHESIS TESTING FRAMEWORK

Key Features of Gaussian Differential Privacy

Gaussian Differential Privacy (GDP) defines privacy through the lens of hypothesis testing, characterizing a mechanism by its ability to obscure whether a single record was included in a dataset. This operational interpretation provides tight, composable guarantees.

01

Trade-off Function Definition

GDP characterizes privacy using a trade-off function f(P, Q) between two probability distributions. In the context of a membership inference attack, this function maps any chosen Type I error (false positive rate) to the smallest achievable Type II error (false negative rate). A mechanism M satisfies μ-GDP if distinguishing its output on neighboring datasets is at least as hard as distinguishing N(0,1) from N(μ,1). This provides a complete, operational description of privacy loss.

02

Duality with f-DP

GDP is a specific, canonical instance of the broader f-Differential Privacy (f-DP) framework. While f-DP allows any convex, symmetric trade-off function, GDP restricts this to the trade-off function of two Gaussian distributions separated by mean μ. This specialization yields a single, interpretable parameter μ (the privacy parameter) that fully captures the privacy guarantee. A smaller μ indicates stronger privacy, with μ=0 corresponding to perfect privacy.

03

Relationship to (ε, δ)-DP

GDP provides a precise mapping to the classical (ε, δ)-DP definition. A μ-GDP mechanism satisfies (ε, δ)-DP for a continuum of (ε, δ) pairs lying on a specific curve. This relationship is given by: δ = Φ(-ε/μ + μ/2) - e^ε Φ(-ε/μ - μ/2), where Φ is the standard Gaussian CDF. This allows practitioners to translate GDP guarantees into the more widely recognized (ε, δ) language without loss of tightness.

04

Tight Composition Theorem

A central limit theorem for privacy governs composition under GDP. When composing n independent μ_i-GDP mechanisms, the overall privacy guarantee converges to μ_total-GDP, where μ_total = sqrt(Σ μ_i^2). This is analogous to the Central Limit Theorem in statistics and is significantly tighter than advanced composition theorems for (ε, δ)-DP. This property makes GDP ideal for iterative algorithms like DP-SGD, where privacy loss accumulates over thousands of steps.

05

Gaussian Mechanism as a Building Block

The Gaussian mechanism—adding isotropic Gaussian noise N(0, σ²I) to a query output—is a natural primitive for GDP. For a query with L2-sensitivity Δ, the mechanism satisfies μ-GDP with μ = Δ/σ. This clean relationship eliminates the need to separately track ε and δ, simplifying the design and analysis of differentially private systems. The mechanism's privacy guarantee is exact, not approximate.

06

Subsampling Amplification

GDP integrates seamlessly with privacy amplification by subsampling. When a μ-GDP mechanism is applied to a random subset of data sampled with probability q, the amplified guarantee is governed by a complex trade-off function. However, a tight approximation yields an effective μ' ≈ q * sqrt(e^(μ²) - 1). This amplification is critical for deep learning, where DP-SGD operates on mini-batches, dramatically reducing the per-iteration privacy cost.

GAUSSIAN DIFFERENTIAL PRIVACY

Frequently Asked Questions

Clarifying the operational interpretation and mathematical foundations of Gaussian Differential Privacy (GDP), a framework that defines privacy guarantees through the lens of hypothesis testing and trade-off functions.

Gaussian Differential Privacy (GDP) is a privacy framework that characterizes the guarantee of a randomized mechanism using a trade-off function between Type I and Type II errors in a hypothesis testing problem. Unlike standard (ε, δ)-DP, which parameterizes privacy loss through a single number ε and a failure probability δ, GDP describes the entire spectrum of distinguishability. A mechanism satisfies μ-GDP if distinguishing its output on two neighboring datasets is at least as hard as distinguishing between two Gaussian distributions with means separated by μ. This provides a tight, operational interpretation: the privacy parameter μ directly quantifies the difficulty of a membership inference attack. GDP eliminates the need to balance ε and δ, offering a single, interpretable parameter that composes cleanly under sequential queries.

PRIVACY FRAMEWORK COMPARISON

GDP vs. Other Differential Privacy Definitions

A comparison of Gaussian Differential Privacy with other major formal privacy definitions across key operational and theoretical properties.

PropertyGaussian Differential Privacy(ε, δ)-Differential PrivacyRényi Differential Privacy

Core characterization

Trade-off function f between Type I and Type II errors in hypothesis testing

Multiplicative bound on output distribution divergence with failure probability δ

Rényi divergence of order α between output distributions

Composition method

Exact composition via tensor product of trade-off functions

Advanced composition theorem (approximate bounds)

Additive composition of Rényi divergences (tight for Gaussian mechanisms)

Tightness for Gaussian mechanism

Operational interpretation

Directly maps to optimal membership inference attack success rates

Worst-case privacy loss bound with δ-probability exception

Moments of privacy loss random variable

Subsampling amplification

Exact characterization via subsampled trade-off functions

Privacy amplification via subsampling theorem

Amplification bounds via Rényi divergence contraction

Numerical accounting complexity

Moderate (Fourier-based accountants)

Low (moments accountant)

Low (additive across iterations)

Conversion to other definitions

Dual representation yields (ε, δ)-DP and RDP as special cases

Convertible to RDP and approximately to GDP

Convertible to (ε, δ)-DP via probability tail bounds

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.