Inferensys

Glossary

Rényi Differential Privacy (RDP)

A relaxation of pure differential privacy based on Rényi divergence that provides tighter composition bounds, enabling more accurate privacy accounting for 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 relaxation of pure differential privacy based on Rényi divergence that provides tighter composition bounds for iterative algorithms.

Rényi Differential Privacy (RDP) is a privacy definition that measures the Rényi divergence between the output distributions of a randomized mechanism run on two adjacent datasets. Unlike pure ε-differential privacy, RDP is parameterized by an order α, providing a spectrum of privacy guarantees that enable significantly tighter accounting of the cumulative privacy loss across many iterative steps.

RDP is the foundational accounting tool behind DP-SGD, where it tracks the privacy cost of repeated gradient updates. By converting RDP bounds back to standard (ε, δ)-differential privacy after training, practitioners achieve much smaller ε values than naive composition theorems, making it practical to train deep learning models with formal privacy guarantees.

PRIVACY ACCOUNTING

Key Properties of Rényi Differential Privacy

Rényi Differential Privacy (RDP) introduces a relaxation of pure DP based on Rényi divergence, enabling significantly tighter composition bounds for iterative algorithms like DP-SGD.

01

Rényi Divergence Foundation

RDP measures privacy loss using the Rényi divergence of order α between the output distributions of a mechanism on adjacent datasets. Unlike pure DP which uses a worst-case max divergence, Rényi divergence provides a continuous spectrum of privacy loss measurements parameterized by α > 1. This allows the accountant to track the moment-generating function of the privacy loss random variable, capturing the full distribution rather than just a single tail bound.

02

Tighter Composition Bounds

The primary advantage of RDP is its tight composition theorem. When composing k mechanisms, the RDP parameters simply add: (α, ε)-RDP composed k times yields (α, kε)-RDP. This linear additivity avoids the advanced composition theorem's sublinear degradation and provides significantly tighter bounds than standard moment accountant methods. For DP-SGD training over thousands of iterations, RDP can save 30-50% of the privacy budget compared to classical composition.

03

Conversion to Standard DP

RDP guarantees can be converted to standard (ε, δ)-differential privacy through a tight conversion lemma. For any (α, ε)-RDP mechanism, it satisfies (ε + (log 1/δ)/(α - 1), δ)-DP for any δ ∈ (0, 1). This conversion is lossy by design—the optimal α is chosen to minimize the resulting ε for a target δ. The conversion preserves the tighter accounting benefits while providing the universally understood DP guarantee.

04

Gaussian Mechanism Optimization

RDP is particularly well-suited for the Gaussian mechanism, the workhorse of DP-SGD. For a Gaussian mechanism with noise multiplier σ, the RDP parameter is ε(α) = α / (2σ²). This clean closed-form expression enables efficient privacy accounting during training. The relationship reveals that larger α values capture higher-order moments of the privacy loss, providing a more complete characterization than the single ε of pure DP.

05

Subsampling Amplification

RDP naturally accommodates privacy amplification by subsampling, a critical property for DP-SGD where each step operates on a random mini-batch. The amplified RDP guarantee for a subsampled Gaussian mechanism follows a precise analytical bound. This amplification is multiplicative—subsampling with probability q reduces the effective ε by approximately a factor of q²—providing substantial privacy savings that compound over training epochs.

06

Order Selection Trade-offs

The choice of Rényi order α presents a fundamental trade-off. Small α values (close to 1) approximate pure DP and provide tighter bounds for single mechanisms, while larger α values better capture the tail behavior of the privacy loss distribution during composition. Modern accountants optimize over a discrete set of α values (typically 1.5 to 32) and select the order that minimizes the final converted (ε, δ)-DP guarantee for the target δ.

PRIVACY ACCOUNTING COMPARISON

RDP vs. Standard Differential Privacy Accounting

A technical comparison of Rényi Differential Privacy accounting against standard (ε, δ)-DP composition methods for iterative machine learning algorithms.

FeatureRDP AccountingStandard DP AccountingAdvanced Composition

Divergence Metric

Rényi divergence

Worst-case privacy loss

Hockey-stick divergence

Composition Method

Additive in Rényi orders

Sequential composition

Moments accountant

Tightness of Bounds

Tighter for Gaussian mechanisms

Loose for many iterations

Moderate tightness

Supports Heterogeneous Mechanisms

Privacy Parameter Tracking

Per-order (α) curve

Single (ε, δ) pair

Moment-generating function

Conversion to (ε, δ)-DP

Optimized over α at test time

Direct output

Requires tail bound

Computational Overhead

O(k) per α order

O(1)

O(k) moments

Typical ε Savings at 1000 Steps

30-50% reduction

Baseline

15-25% reduction

RÉNYI DIFFERENTIAL PRIVACY

Frequently Asked Questions

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

Rényi Differential Privacy (RDP) is a relaxation of pure (ε, δ)-differential privacy that uses Rényi divergence of order α between the output distributions of a mechanism on adjacent datasets as its privacy metric. Unlike standard DP which measures the maximum divergence, RDP provides a spectrum of privacy guarantees parameterized by the order α > 1, capturing the entire moment-generating function of the privacy loss random variable. This formulation yields tighter composition bounds than the advanced composition theorem, enabling more accurate privacy accounting over many iterations. RDP is not a standalone privacy definition but an intermediate analytical tool—RDP guarantees are typically converted back to (ε, δ)-DP for final reporting using established conversion lemmas. The key advantage is that RDP composes linearly: the RDP parameter ε(α) for a sequence of mechanisms is simply the sum of individual ε(α) values at each order α, eliminating the need for complex moment accounting approximations.

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.