English

Privacy Amplification via Shuffling: Unified, Simplified, and Tightened

Cryptography and Security 2024-07-30 v5

Abstract

The shuffle model of differential privacy provides promising privacy-utility balances in decentralized, privacy-preserving data analysis. However, the current analyses of privacy amplification via shuffling lack both tightness and generality. To address this issue, we propose the \emph{variation-ratio reduction} as a comprehensive framework for privacy amplification in both single-message and multi-message shuffle protocols. It leverages two new parameterizations: the total variation bounds of local messages and the probability ratio bounds of blanket messages, to determine indistinguishability levels. Our theoretical results demonstrate that our framework provides tighter bounds, especially for local randomizers with extremal probability design, where our bounds are exactly tight. Additionally, variation-ratio reduction complements parallel composition in the shuffle model, yielding enhanced privacy accounting for popular sampling-based randomizers employed in statistical queries (e.g., range queries, marginal queries, and frequent itemset mining). Empirical findings demonstrate that our numerical amplification bounds surpass existing ones, conserving up to 30%30\% of the budget for single-message protocols, 75%75\% for multi-message ones, and a striking 75%75\%-95%95\% for parallel composition. Our bounds also result in a remarkably efficient O~(n)\tilde{O}(n) algorithm that numerically amplifies privacy in less than 1010 seconds for n=108n=10^8 users.

Keywords

Cite

@article{arxiv.2304.05007,
  title  = {Privacy Amplification via Shuffling: Unified, Simplified, and Tightened},
  author = {Shaowei Wang and Yun Peng and Jin Li and Zikai Wen and Zhipeng Li and Shiyu Yu and Di Wang and Wei Yang},
  journal= {arXiv preprint arXiv:2304.05007},
  year   = {2024}
}

Comments

To appear in VLDB 2024. Code available at https://github.com/wangsw/PrivacyAmplification