Gaussian DP for Reporting Differential Privacy Guarantees in Machine Learning

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, extended

Summary

The current standard for reporting Differential Privacy (DP) guarantees, (ε,δ)-DP, is often incomplete and misleading, hindering comparisons across machine learning applications. This paper advocates for Gaussian Differential Privacy (GDP) as the primary reporting method, with the full privacy profile as a secondary option if GDP is inaccurate. GDP offers a single parameter (μ), ensuring easier comparability and accurately capturing privacy for many ML applications, including DP large-scale image classification and the U.S. Decennial Census's TopDown algorithm. While other formalisms like privacy loss random variables are needed for accounting, they can be efficiently converted to GDP with minimal tightness loss. The authors provide a Python package (gdpnum) to facilitate this conversion and evaluation.

Key takeaway

For AI scientists and ML engineers evaluating or deploying differentially private models, you should transition from (ε,δ)-DP to μ-GDP for reporting privacy guarantees. This shift provides a single, directly comparable parameter, simplifying privacy budget management and cross-algorithm evaluation. Utilize numerical accountants and the provided "gdpnum" package to compute μ*-GDP and assess its fit using the Δ metric. If Δ exceeds 10^-2, provide the full trade-off curve or code for transparency.

Key insights

Gaussian Differential Privacy (GDP) offers a single, comparable parameter (μ) for reporting ML privacy guarantees, improving upon (ε,δ)-DP.

Principles

Method

Compute a tight trade-off curve using numerical accounting, then derive a conservative μ*-GDP guarantee. Evaluate its fit using the Δ metric; if Δ < 10^-2, report μ*-GDP, otherwise share the full trade-off curve or code.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, AI Security Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.