Differentially Private Quantiles

02/16/2021
by   Jennifer Gillenwater, et al.
0

Quantiles are often used for summarizing and understanding data. If that data is sensitive, it may be necessary to compute quantiles in a way that is differentially private, providing theoretical guarantees that the result does not reveal private information. However, in the common case where multiple quantiles are needed, existing differentially private algorithms scale poorly: they compute each quantile individually, splitting their privacy budget and thus decreasing accuracy. In this work we propose an instance of the exponential mechanism that simultaneously estimates m quantiles from n data points while guaranteeing differential privacy. The utility function is carefully structured to allow for an efficient implementation that avoids exponential dependence on m and returns estimates of all m quantiles in time O(mn^2 + m^2n). Experiments show that our method significantly outperforms the current state of the art on both real and synthetic data while remaining efficient enough to be practical.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/28/2022

A Joint Exponential Mechanism For Differentially Private Top-k

We present a differentially private algorithm for releasing the sequence...
research
10/05/2022

Differentially Private Propensity Scores for Bias Correction

In surveys, it is typically up to the individuals to decide if they want...
research
10/20/2022

Private Algorithms with Private Predictions

When applying differential privacy to sensitive data, a common way of ge...
research
10/19/2021

FriendlyCore: Practical Differentially Private Aggregation

Differentially private algorithms for common metric aggregation tasks, s...
research
07/20/2019

ER-AE: Differentially-private Text Generation for Authorship Anonymization

Most of privacy protection studies for textual data focus on removing ex...
research
03/01/2023

Subset-Based Instance Optimality in Private Estimation

We propose a new definition of instance optimality for differentially pr...
research
01/10/2022

Bounded Space Differentially Private Quantiles

Estimating the quantiles of a large dataset is a fundamental problem in ...

Please sign up or login with your details

Forgot password? Click here to reset