Differential Privacy of Gaussian Process Posterior Sampling
Researchers have found that Gaussian process posterior sampling provides differential privacy guarantees without adding external noise, with effective ridge regularisation being crucial for meaningful privacy.
A study on arXiv[1] shows that the intrinsic randomness of posterior sampling yields differential-privacy (DP) guarantees. The researchers derived explicit Rényi-DP bounds for GP posterior sample-path release, highlighting the importance of effective ridge regularisation. They also applied membership-inference attacks to demonstrate that empirical leakage follows the predicted dependence on regularisation, posterior variance, and the number of released posterior sample-paths. Another study on arXiv[2] found that current practices for reporting differential privacy guarantees are incomplete and potentially misleading. The authors propose using Gaussian Differential Privacy (GDP) to capture the entire privacy profile of DP-SGD and related algorithms with virtually no error. GDP can provide non-asymptotic bounds on privacy guarantees using numerical accountants, and the authors investigate the privacy profiles of state-of-the-art DP large-scale image classification and the TopDown algorithm for the U.S. Decennial Census.
model-releaseresearch-paperinfrastructure
Background sources we checked (6)
- arxiv.org ↗ We study the privacy of releasing posterior sample paths from a Gaussian process (GP) when the entire training set including covariates and responses is private. Unlike standard differential-privacy (DP) mechanisms that add external noise, posterior sampling is random by construc…
- arxiv.org ↗ We study the privacy of releasing posterior sample paths from a Gaussian process (GP) when the entire training set including covariates and responses is private. Unlike standard differential-privacy (DP) mechanisms that add external noise, posterior sampling is random by construc…
- arxiv.org ↗ We study the privacy of releasing posterior sample paths from a Gaussian process (GP) when the entire training set including covariates and responses is private. Unlike standard differential-privacy (DP) mechanisms that add external noise, posterior sampling is random by construc…
- arxiv.org ↗ In recent years, differential privacy has been adopted by tech-companies and governmental agencies as the standard for measuring privacy in algorithms. In this article, we study differential privacy in Bayesian posterior sampling settings. We begin by considering differential pri…
- en.wikipedia.org ↗ Differential privacy (DP) is a mathematically rigorous framework for releasing statistical information about datasets while protecting the privacy of individual data subjects. It enables a data holder to share aggregate patterns of the group while limiting information that is lea…
- en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…