Inferensys

Glossary

Rényi Differential Privacy (RDP)

A privacy definition based on the Rényi divergence that provides tighter composition bounds than standard (ε, δ)-DP, enabling more accurate privacy accounting for iterative algorithms like DP-SGD.
Stylish WeWork-like workspace with hot desks and document wall, professional searching through enterprise knowledge base on a mounted ultrawide display, warm industrial pendants overhead.
PRIVACY ACCOUNTING

What is Rényi Differential Privacy (RDP)?

A privacy definition based on the Rényi divergence that provides tighter composition bounds than standard (ε, δ)-DP, enabling more accurate privacy accounting for iterative algorithms like DP-SGD.

Rényi Differential Privacy (RDP) is a relaxation of standard differential privacy that uses Rényi divergence to quantify the similarity between the output distributions of a randomized mechanism on neighboring datasets. Parameterized by an order α > 1, RDP provides a bound on the Rényi divergence of order α, offering a more granular and operationally convenient measure of privacy loss than the single parameter ε in pure ε-DP.

The primary advantage of RDP lies in its tight composition properties. When composing multiple RDP mechanisms, the privacy parameters simply add, avoiding the complex accounting required for (ε, δ)-DP. This makes RDP the standard privacy accounting framework for Differentially Private Stochastic Gradient Descent (DP-SGD), where the Moments Accountant computes RDP bounds that are subsequently converted back to a final (ε, δ)-DP guarantee.

TIGHTER COMPOSITION ACCOUNTING

Key Properties of Rényi Differential Privacy

Rényi Differential Privacy (RDP) introduces a refined mathematical framework based on Rényi divergence that provides strictly tighter bounds on cumulative privacy loss than standard (ε, δ)-DP composition, enabling more accurate tracking of the privacy budget in iterative algorithms.

01

Rényi Divergence Foundation

RDP defines privacy loss using the Rényi divergence of order α between the output distributions of a mechanism on neighboring datasets. Unlike standard DP which uses a worst-case bound, Rényi divergence captures the moment of the privacy loss random variable, providing a more nuanced measure. For a mechanism M, the guarantee states that Dα(M(D) || M(D')) ≤ ε, where Dα is the Rényi divergence of order α. This formulation naturally interpolates between pure ε-DP (as α → ∞) and KL-divergence-based measures (as α → 1).

02

Tight Composition Theorem

RDP's primary advantage is its simple and tight composition property. When mechanisms M1, M2, ..., Mk with RDP guarantees (α, ε1), (α, ε2), ..., (α, εk) are applied sequentially, the total RDP guarantee is exactly (α, Σ εi). This additive property is lossless—unlike the advanced composition theorem for (ε, δ)-DP which introduces slack terms. This tightness translates directly into smaller noise multipliers for the same total privacy budget, yielding higher model utility.

03

Conversion to (ε, δ)-DP

RDP guarantees can be converted to standard (ε, δ)-DP at any point. For a given RDP guarantee (α, ε_rdp), the mechanism satisfies (ε_rdp + log(1/δ)/(α-1), δ)-DP for any δ ∈ (0, 1). This conversion is tight and allows practitioners to:

  • Track privacy in RDP space for accurate composition
  • Report final guarantees in the more widely recognized (ε, δ)-DP framework
  • Optimize over α to find the best (ε, δ) pair for a target δ
04

Gaussian Mechanism Calibration

Under RDP, the Gaussian mechanism has a clean, closed-form guarantee: adding noise from N(0, σ²) to a query with L2-sensitivity Δ2 yields an (α, αΔ2²/(2σ²))-RDP guarantee for all α > 1. This direct relationship between noise scale and privacy loss eliminates the need for tail-bound approximations required in (ε, δ)-DP analysis. For DP-SGD, this means the privacy cost of each training step is precisely α * (clipping_norm²) / (2 * noise_scale² * batch_size²).

05

Subsampling Amplification

RDP interacts elegantly with privacy amplification by subsampling. When a mechanism with RDP guarantee (α, ε(α)) is applied to a random subset sampled with probability q, the amplified RDP guarantee is bounded by a function involving the log of the moment-generating function. This amplification is tighter than the corresponding (ε, δ)-DP analysis, making RDP particularly well-suited for DP-SGD where each step operates on a mini-batch. The amplification factor grows with α, creating a trade-off in the conversion optimization.

06

Moments Accountant Successor

RDP formalizes and generalizes the moments accountant technique introduced by Abadi et al. (2016) for DP-SGD. While the moments accountant numerically tracks the log of the moment-generating function of the privacy loss, RDP provides the theoretical foundation for why tracking moments works. The RDP framework unifies the analysis, proving that the moments accountant is essentially computing the Rényi divergence at integer orders. Modern privacy libraries like Opacus and TF Privacy implement RDP-based accounting.

PRIVACY ACCOUNTING COMPARISON

RDP vs. Moments Accountant vs. Standard Composition

A comparison of the three primary methods for tracking cumulative privacy loss in iterative algorithms like DP-SGD.

FeatureRényi DP (RDP)Moments AccountantStandard Composition

Underlying Divergence

Rényi divergence of order α

Moment-generating function of privacy loss

Hockey-stick divergence (ε, δ)

Composition Tightness

Tight for Gaussian mechanisms

Tight for Gaussian mechanisms

Loose; accumulates linearly

Conversion to (ε, δ)-DP

Supports Heterogeneous Mechanisms

Numerical Stability

High; avoids floating-point errors

Moderate; requires moment truncation

High; simple summation

Computational Overhead

Low; closed-form accumulation

Moderate; numerical integration

Negligible; additive

Privacy Budget Efficiency

~2-5x tighter than standard

~2-5x tighter than standard

Baseline; wasteful

Introduced For

General iterative algorithms

DP-SGD specifically

General composition

RÉNYI DIFFERENTIAL PRIVACY

Frequently Asked Questions

Clear answers to the most common technical questions about Rényi Differential Privacy, its mathematical foundations, and its critical role in modern privacy accounting for deep learning.

Rényi Differential Privacy (RDP) is a privacy definition based on the Rényi divergence that provides tighter composition bounds than standard (ε, δ)-DP, enabling more accurate privacy accounting for iterative algorithms like DP-SGD. Unlike (ε, δ)-DP, which uses a single privacy loss parameter ε and a failure probability δ, RDP characterizes privacy loss using a family of parameters indexed by an order α > 1. For each order α, RDP bounds the Rényi divergence of order α between the output distributions on neighboring datasets. This multi-parameter characterization captures the entire privacy loss distribution more faithfully than the worst-case bound of (ε, δ)-DP, leading to significantly tighter accounting when composing many mechanisms. The key operational advantage is that RDP composition is linear: the RDP parameters simply add up across composed mechanisms, avoiding the complex advanced composition theorems required for (ε, δ)-DP. After accounting in RDP, the guarantee can be converted back to an (ε, δ)-DP statement for reporting and comparison.

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.