Inferensys

Glossary

Rényi Differential Privacy (RDP)

A relaxation of pure differential privacy based on Rényi divergence that provides tighter composition bounds for tracking privacy loss in iterative algorithms like DP-SGD.
Knowledge engineer constructing knowledge base on laptop, document hierarchy visible, casual office setup.
PRIVACY ACCOUNTING

What is Rényi Differential Privacy (RDP)?

A formal relaxation of pure differential privacy that uses Rényi divergence to provide significantly tighter and more accurate composition bounds for tracking cumulative privacy loss in iterative algorithms.

Rényi Differential Privacy (RDP) is a privacy definition that quantifies the indistinguishability of two probability distributions using Rényi divergence of order α, rather than the max-divergence used in pure (ε, δ)-differential privacy. This relaxation enables a precise, closed-form accounting of the cumulative privacy loss over many sequential steps, making it the standard analytical tool for algorithms like DP-SGD where tight composition is critical.

Introduced by Mironov in 2017, RDP provides a convenient conversion path to standard (ε, δ)-DP guarantees. A mechanism is (α, ε)-RDP if the Rényi divergence between its outputs on adjacent datasets is bounded by ε. The framework's primary advantage is its tight composition theorem: the RDP parameters simply add up across sequential mechanisms, avoiding the looseness of advanced composition theorems and enabling more efficient use of a privacy budget.

PRIVACY ACCOUNTING

Key Properties of RDP

Rényi Differential Privacy provides a mathematically elegant framework for tracking cumulative privacy loss in iterative algorithms, offering tighter composition bounds than standard DP.

01

Rényi Divergence Foundation

RDP is built on Rényi divergence of order α, a measure of dissimilarity between probability distributions. For two distributions P and Q, the Rényi divergence Dα(P||Q) quantifies how distinguishable they are. An algorithm satisfies (α, ε)-RDP if the Rényi divergence between outputs on adjacent datasets is bounded by ε. This formulation provides a natural composition property: the privacy loss parameters simply add across sequential mechanisms, avoiding the complex accounting required in pure DP.

02

Tighter Composition Bounds

The primary advantage of RDP over standard (ε, δ)-DP is significantly tighter composition analysis. In iterative algorithms like DP-SGD, where thousands of steps accumulate privacy loss, standard composition theorems produce loose, overly conservative bounds. RDP tracks privacy loss in the Rényi space and converts to (ε, δ)-DP only at the end, yielding privacy budgets up to 2-5x smaller for the same noise level. This enables stronger privacy guarantees without sacrificing model utility.

03

Order α as a Tuning Parameter

The order α in RDP acts as a tunable knob controlling the trade-off between privacy accounting precision and conversion flexibility:

  • α → 1: RDP approaches pure ε-DP, recovering the standard definition
  • α → ∞: Captures worst-case privacy loss, similar to concentrated DP
  • Typical values: α ∈ [2, 64] for DP-SGD, with higher orders providing tighter bounds for large compositions
  • Moments Accountant connection: RDP generalizes the moments accountant by considering all moments simultaneously through the Rényi divergence
04

Conversion to Standard DP

RDP guarantees can be converted to standard (ε, δ)-DP using the optimal conversion formula:

ε = εRDP(α) + log(1/δ) / (α - 1)

This conversion is performed once at the end of training, after accumulating RDP costs across all iterations. The tightness of this conversion depends on choosing the optimal α order. For a given δ, one sweeps over α to find the minimal ε, yielding the strongest possible DP guarantee from the RDP accounting.

05

Subsampled RDP Amplification

When combined with Poisson subsampling (each example included with probability q), RDP enjoys privacy amplification analogous to the subsampled Gaussian mechanism. The amplified RDP parameter ε'(α) is computed from the base mechanism's ε(α) and the sampling rate q. This amplification is critical for DP-SGD, where small batch sizes relative to dataset size provide substantial privacy amplification. RDP handles this amplification cleanly, maintaining tight bounds through the composition of many subsampled steps.

06

Gaussian Mechanism in RDP

The Gaussian mechanism—adding N(0, σ²) noise to a query with sensitivity Δ—has a particularly clean RDP characterization:

ε(α) = α · Δ² / (2σ²)

This linear relationship in α makes RDP especially convenient for DP-SGD, where Gaussian noise is added to clipped gradients. The scale parameter σ directly controls the per-step RDP cost, and the total privacy loss accumulates additively across training iterations, enabling precise privacy budget tracking throughout the training process.

RÉNYI DIFFERENTIAL PRIVACY

Frequently Asked Questions

Clear, technically precise answers to the most common questions about Rényi Differential Privacy, its mechanisms, and its role in modern privacy-preserving machine learning workflows.

Rényi Differential Privacy (RDP) is a relaxation of pure ε-differential privacy that quantifies privacy loss using Rényi divergence instead of the max divergence used in standard DP. The key difference lies in the moment accounting: standard DP tracks the worst-case privacy loss, while RDP computes the privacy loss random variable's moments of all orders (α > 1). This allows RDP to provide tighter composition bounds when analyzing iterative algorithms like DP-SGD, where privacy loss accumulates over thousands of training steps. Formally, a mechanism M satisfies (α, ε)-RDP if the Rényi divergence of order α between M(D) and M(D') is bounded by ε for any adjacent datasets D and D'. The practical advantage is that RDP converts the complex task of tracking privacy loss across many compositions into a simple summation of ε values at each order α, then converts the final RDP guarantee back to a standard (ε, δ)-DP bound using an optimal conversion lemma.

PRIVACY FRAMEWORK COMPARISON

RDP vs. Pure DP vs. Concentrated DP

A technical comparison of three differential privacy definitions based on their divergence measures, composition properties, and suitability for iterative machine learning algorithms.

FeatureRényi DP (RDP)Pure DP (ε, δ)Concentrated DP (CDP)

Divergence Measure

Rényi divergence of order α

Max divergence (ε-indistinguishability)

Rényi divergence (sub-exponential tail bound)

Privacy Parameters

(α, ε) for each order α

(ε, δ) with δ as failure probability

(μ, τ) mean and std of privacy loss

Composition Method

Additive in ε for same α

Advanced composition (sublinear in k)

Additive in μ, τ² under convolution

Tightness for DP-SGD

Tight bounds via moments accountant

Loose without advanced composition

Tight but superseded by RDP

Conversion to (ε, δ)-DP

Yes, via optimal conversion formula

Native definition

Yes, via conversion lemma

Subsampling Amplification

Closed-form bound per α

Requires careful analysis

Supported via subgaussian tails

Interpretability

Moderate (per-order guarantees)

High (clear semantic meaning)

Low (abstract moment bounds)

Standard Use Case

Privacy accounting in DP-SGD

Simple queries, low composition

Theoretical analysis (historical)

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.