paper-with-me

Papers

Unleashing the Power of Randomization in Auditing Differentially Private ML

2023-05-29 · NeurIPS 2023 11

We present a rigorous methodology for auditing differentially private machine learning algorithms by adding multiple carefully designed examples called canaries. We take a first principles approach based on three key components. First, we introduce Lifted Differential Privacy (LiDP) that expands the definition of differential privacy to handle randomized datasets. This gives us the freedom to design randomized canaries. Second, we audit LiDP by trying to distinguish between the model trained with $K$ canaries versus $K - 1$ canaries in the dataset, leaving one canary out. By drawing the canaries i.i.d., LiDP can leverage the symmetry in the design and reuse each privately trained model to run multiple statistical tests, one for each canary. Third, we introduce novel confidence intervals that take advantage of the multiple test statistics by adapting to the empirical higher-order correlations. Together, this new recipe demonstrates significant improvements in sample complexity, both theoretically and empirically, using synthetic and real data. Further, recent advances in designing stronger canaries can be readily incorporated into the new framework.

📄 PDF Abstract BibTeX arXiv:2305.18447

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

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 …

Optimizing Canaries for Privacy Auditing with Metagradient Descent

2025-07-21 · Matteo Boglioni, Terrance Liu, Andrew Ilyas, Zhiwei Steven Wu arxiv

In this work we study black-box privacy auditing, where the goal is to lower bound the privacy parameter of a differentially private learning algorithm using only the algorithm's outputs (i.e., final trained model). For …

Image Classification

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

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…