paper-with-me

Papers

Leveraging Randomness in Model and Data Partitioning for Privacy Amplification

2025-03-04 · Andy Dong, Wei-Ning Chen, Ayfer Ozgur

We study how inherent randomness in the training process -- where each sample (or client in federated learning) contributes only to a randomly selected portion of training -- can be leveraged for privacy amplification. This includes (1) data partitioning, where a sample participates in only a subset of training iterations, and (2) model partitioning, where a sample updates only a subset of the model parameters. We apply our framework to model parallelism in federated learning, where each client updates a randomly selected subnetwork to reduce memory and computational overhead, and show that existing methods, e.g. model splitting or dropout, provide a significant privacy amplification gain not captured by previous privacy analysis techniques. Additionally, we introduce Balanced Iteration Subsampling, a new data partitioning method where each sample (or client) participates in a fixed number of training iterations. We show that this method yields stronger privacy amplification than Poisson (i.i.d.) sampling of data (or clients). Our results demonstrate that randomness in the training process, which is structured rather than i.i.d. and interacts with data in complex ways, can be systematically leveraged for significant privacy amplification.

📄 PDF Abstract BibTeX arXiv:2503.03043

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Less Random, More Private: What is the Optimal Subsampling Scheme for DP-SGD?

2026-05-08 · Andy Dong, Ayfer Özgür arxiv

Poisson subsampling is the default sampling scheme in differentially private machine learning, largely because its unstructured randomness yields tractable privacy amplification analyses. Yet this same randomness introdu…

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 for Matrix Mechanisms

2023-10-24 · Christopher A. Choquette-Choo, Arun Ganesh, Thomas Steinke, Abhradeep Thakurta

Privacy amplification exploits randomness in data selection to provide tighter differential privacy (DP) guarantees. This analysis is key to DP-SGD's success in machine learning, but, is not readily applicable to the new…

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

LoRA and Privacy: When Random Projections Help (and When They Don't)

2026-01-29 · Yaxi Hu, Johanna Düngler, Bernhard Schölkopf, Amartya Sanyal arxiv

We introduce the (Wishart) projection mechanism, a randomized map of the form $S \mapsto M f(S)$ with $M \sim W_d(1/r I_d, r)$ and study its differential privacy properties. For vector-valued queries $f$, we prove non-as…