paper-with-me

Papers

How Private are DP-SGD Implementations?

2024-03-26 · Lynn Chua, Badih Ghazi, Pritish Kamath, Ravi Kumar, Pasin Manurangsi, Amer Sinha, Chiyuan Zhang

We demonstrate a substantial gap between the privacy guarantees of the Adaptive Batch Linear Queries (ABLQ) mechanism under different types of batch sampling: (i) Shuffling, and (ii) Poisson subsampling; the typical analysis of Differentially Private Stochastic Gradient Descent (DP-SGD) follows by interpreting it as a post-processing of ABLQ. While shuffling-based DP-SGD is more commonly used in practical implementations, it has not been amenable to easy privacy analysis, either analytically or even numerically. On the other hand, Poisson subsampling-based DP-SGD is challenging to scalably implement, but has a well-understood privacy analysis, with multiple open-source numerically tight privacy accountants available. This has led to a common practice of using shuffling-based DP-SGD in practice, but using the privacy analysis for the corresponding Poisson subsampling version. Our result shows that there can be a substantial gap between the privacy analysis when using the two types of batch sampling, and thus advises caution in reporting privacy parameters for DP-SGD.

📄 PDF Abstract BibTeX arXiv:2403.17673

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Elusive Pursuit of Reproducing PATE-GAN: Benchmarking, Auditing, Debugging

2024-06-20 · Georgi Ganev, Meenatchi Sundaram Muthu Selva Annamalai, Emiliano De Cristofaro

Synthetic data created by differentially private (DP) generative models is increasingly used in real-world settings. In this context, PATE-GAN has emerged as one of the most popular algorithms, combining Generative Adver…

Benchmarking

dpmm: Differentially Private Marginal Models, a Library for Synthetic Tabular Data Generation

2025-05-31 · Sofiane Mahiou, Amir Dizche, Reza Nazari, Xinmin Wu 외

We propose dpmm, an open-source library for synthetic data generation with Differentially Private (DP) guarantees. It includes three popular marginal models -- PrivBayes, MST, and AIM -- that achieve superior utility and…

Synthetic Data GenerationTabular Data Generation

Auditing Differentially Private Machine Learning: How Private is Private SGD?

2020-06-13 · NeurIPS 2020 12 · Matthew Jagielski, Jonathan Ullman, Alina Oprea

We investigate whether Differentially Private SGD offers better privacy in practice than what is guaranteed by its state-of-the-art analysis. We do so via novel data poisoning attacks, which we show correspond to realist…

Art AnalysisBIG-bench Machine LearningData Poisoning

Using Autoencoders on Differentially Private Federated Learning GANs

2022-06-24 · Gregor Schram, Rui Wang, Kaitai Liang

Machine learning has been applied to almost all fields of computer science over the past decades. The introduction of GANs allowed for new possibilities in fields of medical research and text prediction. However, these n…

AvgDenoisingFederated Learning

Tukey Depth Mechanisms for Practical Private Mean Estimation

2025-02-25 · Gavin Brown, Lydia Zakynthinou

Mean estimation is a fundamental task in statistics and a focus within differentially private statistical estimation. While univariate methods based on the Gaussian mechanism are widely used in practice, more advanced te…

Computational Efficiency