paper-with-me

Papers

On Connecting Stochastic Gradient MCMC and Differential Privacy

2017-12-25 · Bai Li, Changyou Chen, Hao liu, Lawrence Carin

Significant success has been realized recently on applying machine learning to real-world applications. There have also been corresponding concerns on the privacy of training data, which relates to data security and confidentiality issues. Differential privacy provides a principled and rigorous privacy guarantee on machine learning models. While it is common to design a model satisfying a required differential-privacy property by injecting noise, it is generally hard to balance the trade-off between privacy and utility. We show that stochastic gradient Markov chain Monte Carlo (SG-MCMC) -- a class of scalable Bayesian posterior sampling algorithms proposed recently -- satisfies strong differential privacy with carefully chosen step sizes. We develop theory on the performance of the proposed differentially-private SG-MCMC method. We conduct experiments to support our analysis and show that a standard SG-MCMC sampler without any modification (under a default setting) can reach state-of-the-art performance in terms of both privacy and utility on Bayesian learning.

📄 PDF Abstract BibTeX arXiv:1712.09097

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Differential privacy guarantees of Markov chain Monte Carlo algorithms

2025-02-24 · Andrea Bertazzi, Tim Johnston, Gareth O. Roberts, Alain Durmus

This paper aims to provide differential privacy (DP) guarantees for Markov chain Monte Carlo (MCMC) algorithms. In a first part, we establish DP guarantees on samples output by MCMC algorithms as well as Monte Carlo esti…

Privacy Preserving

MCMC for Bayesian estimation of Differential Privacy from Membership Inference Attacks

2025-04-23 · Ceren Yildirim, Kamer Kaya, Sinan Yildirim, Erkay Savas

We propose a new framework for Bayesian estimation of differential privacy, incorporating evidence from multiple membership inference attacks (MIA). Bayesian estimation is carried out via a Markov chain Monte Carlo (MCMC…

Removing Disparate Impact of Differentially Private Stochastic Gradient Descent on Model Accuracy

2020-03-08 · Depeng Xu, Wei Du, Xintao Wu

When we enforce differential privacy in machine learning, the utility-privacy trade-off is different w.r.t. each group. Gradient clipping and random noise addition disproportionately affect underrepresented and complex c…

A Better Bound Gives a Hundred Rounds: Enhanced Privacy Guarantees via $f$-Divergences

2020-01-16 · Shahab Asoodeh, Jiachun Liao, Flavio P. Calmon, Oliver Kosut 외

We derive the optimal differential privacy (DP) parameters of a mechanism that satisfies a given level of R\'enyi differential privacy (RDP). Our result is based on the joint range of two $f$-divergences that underlie th…

Can Stochastic Gradient Langevin Dynamics Provide Differential Privacy for Deep Learning?

2021-10-11 · Guy Heller, Ethan Fetaya

Bayesian learning via Stochastic Gradient Langevin Dynamics (SGLD) has been suggested for differentially private learning. While previous research provides differential privacy bounds for SGLD at the initial steps of the…