LGCRDSOct 7, 2021

Hyperparameter Tuning with Renyi Differential Privacy

arXiv:2110.03620v2159 citations
Originality Incremental advance
AI Analysis

This addresses privacy risks for users of machine learning models when tuning hyperparameters, offering incremental improvements over prior work.

The paper tackles the problem of privacy leakage from hyperparameter tuning in differentially private algorithms, showing that non-private tuning can leak information, and provides Renyi differential privacy guarantees proving that leakage is modest under certain assumptions.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes