Personalized Privacy Amplification via Importance Sampling
Dominik Fay, Sebastian Mair, Jens Sjölund
TL;DR
This work studies how data-dependent importance sampling interacts with differential privacy by introducing Poisson importance sampling and a personalized DP framework. It derives a PDP-based amplification rule and shows that a thoughtful sampling distribution can align privacy with utility while reducing sample size, yielding two practical strategies: privacy-constrained sampling and coreset-based sampling. Applied to differentially private k-means (DP-Lloyd), the authors develop weighted DP-Lloyd and lightweight coreset-based sampling, establishing DP guarantees and favorable empirical trade-offs between privacy budget, computation, and clustering accuracy across eight real datasets. The results indicate that importance sampling can outperform uniform subsampling in both privacy and utility, with potential for one-shot subsampling and extensions to streaming, federated, and fairness-aware contexts.
Abstract
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
