LGAICRMLMar 13, 2025

Gaussian DP for Reporting Differential Privacy Guarantees in Machine Learning

arXiv:2503.10945v24 citationsh-index: 10Has Code
AI Analysis

This addresses the problem of misleading privacy reporting for researchers and practitioners in machine learning, offering an incremental improvement over existing DP communication methods.

The paper argues that current methods for reporting differential privacy (DP) guarantees in machine learning are incomplete and misleading, and proposes using non-asymptotic Gaussian Differential Privacy (GDP) as a more accurate alternative, showing it captures the privacy profiles of algorithms like DP-SGD with virtually no error in evaluations.

Current practices for reporting the level of differential privacy (DP) protection for machine learning (ML) algorithms such as DP-SGD provide an incomplete and potentially misleading picture of the privacy guarantees. For instance, if only a single $(\varepsilon,δ)$ is known about a mechanism, standard analyses show that there exist highly accurate inference attacks against training data records, when, in fact, such accurate attacks might not exist. In this position paper, we argue that using non-asymptotic Gaussian Differential Privacy (GDP) as the primary means of communicating DP guarantees in ML avoids these potential downsides. Using two recent developments in the DP literature: (i) open-source numerical accountants capable of computing the privacy profile and $f$-DP curves of DP-SGD to arbitrary accuracy, and (ii) a decision-theoretic metric over DP representations, we show how to provide non-asymptotic bounds on GDP using numerical accountants, and show that GDP can capture the entire privacy profile of DP-SGD and related algorithms with virtually no error, as quantified by the metric. To support our claims, we investigate the privacy profiles of state-of-the-art DP large-scale image classification, and the TopDown algorithm for the U.S. Decennial Census, observing that GDP fits their profiles remarkably well in all cases. We conclude with a discussion on the strengths and weaknesses of this approach, and discuss which other privacy mechanisms could benefit from GDP.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes