English

Differentially private partition selection

Cryptography and Security 2021-11-01 v4 Data Structures and Algorithms

Abstract

Many data analysis operations can be expressed as a GROUP BY query on an unbounded set of partitions, followed by a per-partition aggregation. To make such a query differentially private, adding noise to each aggregation is not enough: we also need to make sure that the set of partitions released is also differentially private. This problem is not new, and it was recently formally introduced as differentially private set union. In this work, we continue this area of study, and focus on the common setting where each user is associated with a single partition. In this setting, we propose a simple, optimal differentially private mechanism that maximizes the number of released partitions. We discuss implementation considerations, as well as the possible extension of this approach to the setting where each user contributes to a fixed, small number of partitions.

Keywords

Cite

@article{arxiv.2006.03684,
  title  = {Differentially private partition selection},
  author = {Damien Desfontaines and James Voss and Bryant Gipson and Chinmoy Mandayam},
  journal= {arXiv preprint arXiv:2006.03684},
  year   = {2021}
}

Comments

Accepted for publication in Proceedings on Privacy Enhancing Technologies (PoPETs), issue 2022.1

R2 v1 2026-06-23T16:06:06.584Z