paper-with-me

Papers

Efficient Algorithm for Privately Releasing Smooth Queries

2013-12-01 · NeurIPS 2013 12 · Ziteng Wang, Kai Fan, Jia-Qi Zhang, Li-Wei Wang

We study differentially private mechanisms for answering \emph{smooth} queries on databases consisting of data points in $\mathbb{R}^d$. A $K$-smooth query is specified by a function whose partial derivatives up to order $K$ are all bounded. We develop an $\epsilon$-differentially private mechanism which for the class of $K$-smooth queries has accuracy $O (\left(\frac{1}{n}\right)^{\frac{K}{2d+K}}/\epsilon)$. The mechanism first outputs a summary of the database. To obtain an answer of a query, the user runs a public evaluation algorithm which contains no information of the database. Outputting the summary runs in time $O(n^{1+\frac{d}{2d+K}})$, and the evaluation algorithm for answering a query runs in time $\tilde O (n^{\frac{d+2+\frac{2d}{K}}{2d+K}} )$. Our mechanism is based on $L_{\infty}$-approximation of (transformed) smooth functions by low degree even trigonometric polynomials with small and efficiently computable coefficients.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generalized PTR: User-Friendly Recipes for Data-Adaptive Algorithms with Differential Privacy

2022-12-31 · Rachel Redberg, Yuqing Zhu, Yu-Xiang Wang

The ''Propose-Test-Release'' (PTR) framework is a classic recipe for designing differentially private (DP) algorithms that are data-adaptive, i.e. those that add less noise when the input dataset is nice. We extend PTR t…

regressionSensitivity

Private-RAG: Answering Multiple Queries with LLMs while Keeping Your Data Private

2025-11-10 · Ruihan Wu, Erchi Wang, Zhiyuan Zhang, Yu-Xiang Wang arxiv

Retrieval-augmented generation (RAG) enhances large language models (LLMs) by retrieving documents from an external corpus at inference time. When this corpus contains sensitive information, however, unprotected RAG syst…

Differentially Private Data Releasing for Smooth Queries with Synthetic Database Output

2014-01-06 · Chi Jin, Ziteng Wang, Junliang Huang, Yiqiao Zhong 외

We consider accurately answering smooth queries while preserving differential privacy. A query is said to be $K$-smooth if it is specified by a function defined on $[-1,1]^d$ whose partial derivatives up to order $K$ are…

OptStream: Releasing Time Series Privately

2018-08-06 · Ferdinando Fioretto, Pascal Van Hentenryck

Many applications of machine learning and optimization operate on data streams. While these datasets are fundamental to fuel decision-making algorithms, often they contain sensitive information about individuals and thei…

Decision MakingLoad ForecastingTime SeriesTime Series Analysis

Privately Publishable Per-instance Privacy

2021-11-03 · NeurIPS 2021 12 · Rachel Redberg, Yu-Xiang Wang

We consider how to privately share the personalized privacy losses incurred by objective perturbation, using per-instance differential privacy (pDP). Standard differential privacy (DP) gives us a worst-case bound that mi…