Differentially Private Histogram, Predecessor, and Set Cardinality under Continual Observation

06/17/2023
by   Monika Henzinger, et al.
0

Differential privacy is the de-facto privacy standard in data analysis. The classic model of differential privacy considers the data to be static. The dynamic setting, called differential privacy under continual observation, captures many applications more realistically. In this work we consider several natural dynamic data structure problems under continual observation, where we want to maintain information about a changing data set such that we can answer certain sets of queries at any given time while satisfying ϵ-differential privacy. The problems we consider include (a) maintaining a histogram and various extensions of histogram queries such as quantile queries, (b) maintaining a predecessor search data structure of a dynamically changing set in a given ordered universe, and (c) maintaining the cardinality of a dynamically changing set. For (a) we give new error bounds parameterized in the maximum output of any query c_max: our algorithm gives an upper bound of O(dlog^2dc_max+log T) for computing histogram, the maximum and minimum column sum, quantiles on the column sums, and related queries. The bound holds for unknown c_max and T. For (b), we give a general reduction to orthogonal range counting. Further, we give an improvement for the case where only insertions are allowed. We get a data structure which for a given query, returns an interval that contains the predecessor, and at most O(log^2 u √(log T)) more elements, where u is the size of the universe. The bound holds for unknown T. Lastly, for (c), we give a parameterized upper bound of O(min(d,√(Klog T))), where K is an upper bound on the number of updates. We show a matching lower bound. Finally, we show how to extend the bound for (c) for unknown K and T.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
02/22/2023

Differentially Private Data Structures under Continual Observation for Histograms and Related Queries

Binary counting under continual observation is a well-studied fundamenta...
research
11/09/2022

Almost Tight Error Bounds on Differentially Private Continual Counting

The first large-scale deployment of private federated learning uses diff...
research
09/03/2022

Differential Privacy on Dynamic Data

A fundamental problem in differential privacy is to release a privatized...
research
07/18/2023

A Unifying Framework for Differentially Private Sums under Continual Observation

We study the problem of maintaining a differentially private decaying su...
research
05/05/2023

Differentially-private Continual Releases against Dynamic Databases

Prior research primarily examined differentially-private continual relea...
research
01/29/2023

Concurrent Shuffle Differential Privacy Under Continual Observation

We introduce the concurrent shuffle model of differential privacy. In th...
research
02/23/2022

Constant matters: Fine-grained Complexity of Differentially Private Continual Observation

We study fine-grained error bounds for differentially private algorithms...

Please sign up or login with your details

Forgot password? Click here to reset