paper-with-me

Papers

Auditing Differential Privacy in High Dimensions with the Kernel Quantum Rényi Divergence

2022-05-27 · Carles Domingo-Enrich, Youssef Mroueh

Differential privacy (DP) is the de facto standard for private data release and private machine learning. Auditing black-box DP algorithms and mechanisms to certify whether they satisfy a certain DP guarantee is challenging, especially in high dimension. We propose relaxations of differential privacy based on new divergences on probability distributions: the kernel R\'enyi divergence and its regularized version. We show that the regularized kernel R\'enyi divergence can be estimated from samples even in high dimensions, giving rise to auditing procedures for $\varepsilon$-DP, $(\varepsilon,\delta)$-DP and $(\alpha,\varepsilon)$-R\'enyi DP.

📄 PDF Abstract BibTeX arXiv:2205.13941

Code (1)

cdenrich/kernel_renyi_dp 공식 구현

Similar Papers 제목 키워드 기반

Tight Auditing of Differentially Private Machine Learning

2023-02-15 · Milad Nasr, Jamie Hayes, Thomas Steinke, Borja Balle 외

Auditing mechanisms for differential privacy use probabilistic means to empirically estimate the privacy level of an algorithm. For private machine learning, existing auditing mechanisms are tight: the empirical privacy …

Federated Learning

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 …

Tight Auditing of Differential Privacy in MST and AIM

2026-04-20 · Georgi Ganev, Meenatchi Sundaram Muthu Selva Annamalai, Bogdan Kulynych arxiv

State-of-the-art Differentially Private (DP) synthetic data generators such as MST and AIM are widely used, yet tightly auditing their privacy guarantees remains challenging. We introduce a Gaussian Differential Privacy …

Auditing $f$-Differential Privacy in One Run

2024-10-29 · Saeed Mahloujifar, Luca Melis, Kamalika Chaudhuri

Empirical auditing has emerged as a means of catching some of the flaws in the implementation of privacy-preserving algorithms. Existing auditing mechanisms, however, are either computationally inefficient requiring mult…

Privacy Preserving

Privacy Auditing with One (1) Training Run

2023-05-15 · NeurIPS 2023 11

We propose a scheme for auditing differentially private machine learning systems with a single training run. This exploits the parallelism of being able to add or remove multiple training examples independently. We analy…