paper-with-me

Papers

Dual Query: Practical Private Query Release for High Dimensional Data

2014-02-06 · Marco Gaboardi, Emilio Jesús Gallego Arias, Justin Hsu, Aaron Roth, Zhiwei Steven Wu

We present a practical, differentially private algorithm for answering a large number of queries on high dimensional datasets. Like all algorithms for this task, ours necessarily has worst-case complexity exponential in the dimension of the data. However, our algorithm packages the computationally hard step into a concisely defined integer program, which can be solved non-privately using standard solvers. We prove accuracy and privacy theorems for our algorithm, and then demonstrate experimentally that our algorithm performs well in practice. For example, our algorithm can efficiently and accurately answer millions of queries on the Netflix dataset, which has over 17,000 attributes; this is an improvement on the state of the art by multiple orders of magnitude.

📄 PDF Abstract BibTeX arXiv:1402.1526

Code (0)

등록된 구현이 없습니다.

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Private Synthetic Data with Hierarchical Structure

2022-06-13 · Terrance Liu, Zhiwei Steven Wu

We study the problem of differentially private synthetic data generation for hierarchical datasets in which individual data points are grouped together (e.g., people within households). In particular, to measure the simi…

Synthetic Data Generation

Efficient and Private Marginal Reconstruction with Local Non-Negativity

2024-10-01 · Brett Mullins, Miguel Fuentes, Yingtai Xiao, Daniel Kifer 외

Differential privacy is the dominant standard for formal and quantifiable privacy and has been used in major deployments that impact millions of people. Many differentially private algorithms for query release and synthe…

Private Query Release Assisted by Public Data

2020-04-23 · ICML 2020 1 · Raef Bassily, Albert Cheu, Shay Moran, Aleksandar Nikolov 외

We study the problem of differentially private query release assisted by access to public data. In this problem, the goal is to answer a large class $\mathcal{H}$ of statistical queries with error no more than $\alpha$ u…

Leveraging Public Data for Practical Private Query Release

2021-02-17 · Terrance Liu, Giuseppe Vietri, Thomas Steinke, Jonathan Ullman 외

In many statistical problems, incorporating priors can significantly improve performance. However, the use of prior knowledge in differentially private query release has remained underexplored, despite such priors common…

Pointing the Way, Hiding the Destination: Practical Private Dense Retrieval at Scale

2026-08-26 · Peichun Hua, Danyang Chen, Junan Zhang, Haifeng Sun 외 arxiv

Hosted retrieval-augmented generation (RAG) and semantic search allow users to query valuable provider-held corpora, raising two competing demands: to hide each query and chosen result, yet reveal only the documents that…