The reviewed record of science sign in
Pith

arxiv: 2006.12018 · v1 · pith:COGHTETR · submitted 2020-06-22 · cs.CR · cs.DB

Overlook: Differentially Private Exploratory Visualization for Big Data

Reviewed by Pithpith:COGHTETRopen to challenge →

classification cs.CR cs.DB
keywords overlookdataprivacyqueriessystemscostlyexistingprivate
0
0 comments X
read the original abstract

Data exploration systems that provide differential privacy must manage a privacy budget that measures the amount of privacy lost across multiple queries. One effective strategy to manage the privacy budget is to compute a one-time private synopsis of the data, to which users can make an unlimited number of queries. However, existing systems using synopses are built for offline use cases, where a set of queries is known ahead of time and the system carefully optimizes a synopsis for it. The synopses that these systems build are costly to compute and may also be costly to store. We introduce Overlook, a system that enables private data exploration at interactive latencies for both data analysts and data curators. The key idea in Overlook is a virtual synopsis that can be evaluated incrementally, without extra space storage or expensive precomputation. Overlook simply executes queries using an existing engine, such as a SQL DBMS, and adds noise to their results. Because Overlook's synopses do not require costly precomputation or storage, data curators can also use Overlook to explore the impact of privacy parameters interactively. Overlook offers a rich visual query interface based on the open source Hillview system. Overlook achieves accuracy comparable to existing synopsis-based systems, while offering better performance and removing the need for extra storage.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Within-Dataset Disclosure Risk for Differential Privacy

    cs.DB 2023-10 unverdicted novelty 5.0

    Derives a relative disclosure risk indicator (RDR) and algorithms for selecting epsilon in differential privacy based on within-dataset individual risks, plus a multi-query leakage bound.