English

Oneshot Differentially Private Top-k Selection

Machine Learning 2021-06-24 v2 Cryptography and Security Machine Learning

Abstract

Being able to efficiently and accurately select the top-kk elements with differential privacy is an integral component of various private data analysis tasks. In this paper, we present the oneshot Laplace mechanism, which generalizes the well-known Report Noisy Max mechanism to reporting noisy top-kk elements. We show that the oneshot Laplace mechanism with a noise level of O~(k/\eps)\widetilde{O}(\sqrt{k}/\eps) is approximately differentially private. Compared to the previous peeling approach of running Report Noisy Max kk times, the oneshot Laplace mechanism only adds noises and computes the top kk elements once, hence much more efficient for large kk. In addition, our proof of privacy relies on a novel coupling technique that bypasses the use of composition theorems. Finally, we present a novel application of efficient top-kk selection in the classical problem of ranking from pairwise comparisons.

Keywords

Cite

@article{arxiv.2105.08233,
  title  = {Oneshot Differentially Private Top-k Selection},
  author = {Gang Qiao and Weijie J. Su and Li Zhang},
  journal= {arXiv preprint arXiv:2105.08233},
  year   = {2021}
}

Comments

Accepted to ICML 2021

R2 v1 2026-06-24T02:12:23.111Z