paper-with-me

Papers

Hyperparameter Tuning with Renyi Differential Privacy

2021-10-07 · ICLR 2022 4 · Nicolas Papernot, Thomas Steinke

For many differentially private algorithms, such as the prominent noisy stochastic gradient descent (DP-SGD), the analysis needed to bound the privacy leakage of a single training run is well understood. However, few studies have reasoned about the privacy leakage resulting from the multiple training runs needed to fine tune the value of the training algorithm's hyperparameters. In this work, we first illustrate how simply setting hyperparameters based on non-private training runs can leak private information. Motivated by this observation, we then provide privacy guarantees for hyperparameter search procedures within the framework of Renyi Differential Privacy. Our results improve and extend the work of Liu and Talwar (STOC 2019). Our analysis supports our previous observation that tuning hyperparameters does indeed leak private information, but we prove that, under certain assumptions, this leakage is modest, as long as each candidate training run needed to select hyperparameters is itself differentially private.

📄 PDF Abstract BibTeX arXiv:2110.03620

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A unified view on differential privacy and robustness to adversarial examples

2019-06-19 · Rafael Pinot, Florian Yger, Cédric Gouy-Pailler, Jamal Atif

This short note highlights some links between two lines of research within the emerging topic of trustworthy machine learning: differential privacy and robustness to adversarial examples. By abstracting the definitions o…

Geometric Renyi Differential Privacy: Ricci Curvature Characterized by Heat Diffusion Mechanisms

2026-04-22 · Xiaotian Chang, Yangdi Jiang, Cyrus Mostajeran, Qirui Hu arxiv

In this paper, we develop a novel privacy mechanism for Riemannian manifold-valued data. Our key contribution lies in uncovering unexpected connections among geometric analysis, heat diffusion models, and differential pr…

Hypothesis Testing Interpretations and Renyi Differential Privacy

2019-05-24 · Borja Balle, Gilles Barthe, Marco Gaboardi, Justin Hsu 외

Differential privacy is a de facto standard in data privacy, with applications in the public and private sectors. A way to explain differential privacy, which is particularly appealing to statistician and social scientis…

Two-sample testing

Revisiting Hyperparameter Tuning with Differential Privacy

2022-11-03 · Youlong Ding, Xueyang Wu

Hyperparameter tuning is a common practice in the application of machine learning but is a typically ignored aspect in the literature on privacy-preserving machine learning due to its negative effect on the overall priva…

Privacy Preserving

Practical Differentially Private Hyperparameter Tuning with Subsampling

2023-01-27 · NeurIPS 2023 11 · Antti Koskela, tejas kulkarni

Tuning the hyperparameters of differentially private (DP) machine learning (ML) algorithms often requires use of sensitive data and this may leak private information via hyperparameter values. Recently, Papernot and Stei…