paper-with-me

Papers

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 realistic privacy attacks. While previous work (Ma et al., arXiv 2019) proposed this connection between differential privacy and data poisoning as a defense against data poisoning, our use as a tool for understanding the privacy of a specific mechanism is new. More generally, our work takes a quantitative, empirical approach to understanding the privacy afforded by specific implementations of differentially private algorithms that we believe has the potential to complement and influence analytical work on differential privacy.

📄 PDF Abstract BibTeX arXiv:2006.07709

Code (1)

jagielski/auditing-dpsgd 공식 구현 tf

Tasks

Art AnalysisBIG-bench Machine LearningData Poisoning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Debugging Differential Privacy: A Case Study for Privacy Auditing

2022-02-24 · Florian Tramer, Andreas Terzis, Thomas Steinke, Shuang Song 외

Differential Privacy can provide provable privacy guarantees for training data in machine learning. However, the presence of proofs does not preclude the presence of errors. Inspired by recent advances in auditing which …

Auditing Approximate Machine Unlearning for Differentially Private Models

2025-08-26 · Yuechun Gu, Jiajie He, Keke Chen arxiv

Approximate machine unlearning aims to remove the effect of specific data from trained models to ensure individuals' privacy. Existing methods focus on the removed records and assume the retained ones are unaffected. How…

Data Augmentation

JAX-Privacy: A library for differentially private machine learning

2026-02-19 · Ryan McKenna, Galen Andrew, Borja Balle, Vadym Doroshenko 외 arxiv

JAX-Privacy is a library designed to simplify the deployment of robust and performant mechanisms for differentially private machine learning. Guided by design principles of usability, flexibility, and efficiency, JAX-Pri…

A General Framework for Auditing Differentially Private Machine Learning

2022-10-16 · Fred Lu, Joseph Munoz, Maya Fuchs, Tyler LeBlond 외

We present a framework to statistically audit the privacy guarantee conferred by a differentially private machine learner in practice. While previous works have taken steps toward evaluating privacy loss through poisonin…

Adversarial Sample-Based Approach for Tighter Privacy Auditing in Final Model-Only Scenarios

2024-12-02 · Sangyeon Yoon, Wonje Jeung, Albert No

Auditing Differentially Private Stochastic Gradient Descent (DP-SGD) in the final model setting is challenging and often results in empirical lower bounds that are significantly looser than theoretical privacy guarantees…