paper-with-me

Papers

Personalized Privacy Amplification via Importance Sampling

2023-07-05 · Dominik Fay, Sebastian Mair, Jens Sjölund

For scalable machine learning on large data sets, subsampling a representative subset is a common approach for efficient model training. This is often achieved through importance sampling, whereby informative data points are sampled more frequently. In this paper, we examine the privacy properties of importance sampling, focusing on an individualized privacy analysis. We find that, in importance sampling, privacy is well aligned with utility but at odds with sample size. Based on this insight, we propose two approaches for constructing sampling distributions: one that optimizes the privacy-efficiency trade-off; and one based on a utility guarantee in the form of coresets. We evaluate both approaches empirically in terms of privacy, efficiency, and accuracy on the differentially private $k$-means problem. We observe that both approaches yield similar outcomes and consistently outperform uniform sampling across a wide range of data sets. Our code is available on GitHub: https://github.com/smair/personalized-privacy-amplification-via-importance-sampling

📄 PDF Abstract BibTeX arXiv:2307.10187

Code (1)

smair/personalized-privacy-amplification-via-importance-sampling 공식 구현

Similar Papers 제목 키워드 기반

Unified Mechanism-Specific Amplification by Subsampling and Group Privacy Amplification

2024-03-07 · Jan Schuchardt, Mihail Stoian, Arthur Kosmala, Stephan Günnemann

Amplification by subsampling is one of the main primitives in machine learning with differential privacy (DP): Training a model on random batches instead of complete datasets results in stronger privacy. This is traditio…

Echo of Neighbors: Privacy Amplification for Personalized Private Federated Learning with Shuffle Model

2023-04-11 · Yixuan Liu, Suyun Zhao, Li Xiong, YuHan Liu 외

Federated Learning, as a popular paradigm for collaborative training, is vulnerable against privacy attacks. Different privacy levels regarding users' attitudes need to be satisfied locally, while a strict privacy guaran…

Federated Learning

Privacy Amplification Via Bernoulli Sampling

2021-05-21 · Jacob Imola, Kamalika Chaudhuri

Balancing privacy and accuracy is a major challenge in designing differentially private machine learning algorithms. One way to improve this tradeoff for free is to leverage the noise in common data operations that alrea…

Bayesian InferenceData Compression

Privacy Amplification by Subsampling: Tight Analyses via Couplings and Divergences

2018-07-04 · NeurIPS 2018 12 · Borja Balle, Gilles Barthe, Marco Gaboardi

Differential privacy comes equipped with multiple analytical tools for the design of private data analyses. One important tool is the so-called "privacy amplification by subsampling" principle, which ensures that a diffe…

Privacy Amplification by Structured Subsampling for Deep Differentially Private Time Series Forecasting

2025-02-04 · Jan Schuchardt, Mina Dalirrooyfard, Jed Guzelkabaagac, Anderson Schneider 외

Many forms of sensitive data, such as web traffic, mobility data, or hospital occupancy, are inherently sequential. The standard method for training machine learning models while ensuring privacy for units of sensitive i…

Data AugmentationTime SeriesTime Series Forecasting