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.
Glossary
Rényi Differential Privacy (RDP)

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.
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.
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.
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).
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.
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 δ
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²).
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.
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.
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.
| Feature | Rényi DP (RDP) | Moments Accountant | Standard 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 |
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
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.
Related Terms
Rényi Differential Privacy (RDP) fits into a broader ecosystem of privacy accounting methods and composition frameworks. These related concepts are essential for implementing tight, auditable privacy budgets in iterative algorithms.

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us