English

Cache Me If You Can: Accuracy-Aware Inference Engine for Differentially Private Data Exploration

Cryptography and Security 2022-11-30 v1 Databases

Abstract

Differential privacy (DP) allows data analysts to query databases that contain users' sensitive information while providing a quantifiable privacy guarantee to users. Recent interactive DP systems such as APEx provide accuracy guarantees over the query responses, but fail to support a large number of queries with a limited total privacy budget, as they process incoming queries independently from past queries. We present an interactive, accuracy-aware DP query engine, CacheDP, which utilizes a differentially private cache of past responses, to answer the current workload at a lower privacy budget, while meeting strict accuracy guarantees. We integrate complex DP mechanisms with our structured cache, through novel cache-aware DP cost optimization. Our thorough evaluation illustrates that CacheDP can accurately answer various workload sequences, while lowering the privacy loss as compared to related work.

Keywords

Cite

@article{arxiv.2211.15732,
  title  = {Cache Me If You Can: Accuracy-Aware Inference Engine for Differentially Private Data Exploration},
  author = {Miti Mazmudar and Thomas Humphries and Jiaxiang Liu and Matthew Rafuse and Xi He},
  journal= {arXiv preprint arXiv:2211.15732},
  year   = {2022}
}

Comments

To appear in VLDB'23

R2 v1 2026-06-28T07:15:42.897Z