paper-with-me

Papers

Leveraging Public Data for Practical Private Query Release

2021-02-17 · Terrance Liu, Giuseppe Vietri, Thomas Steinke, Jonathan Ullman, Zhiwei Steven Wu

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 commonly being available in the form of public datasets, such as previous US Census releases. With the goal of releasing statistics about a private dataset, we present PMW^Pub, which -- unlike existing baselines -- leverages public data drawn from a related distribution as prior information. We provide a theoretical analysis and an empirical evaluation on the American Community Survey (ACS) and ADULT datasets, which shows that our method outperforms state-of-the-art methods. Furthermore, PMW^Pub scales well to high-dimensional data domains, where running many existing methods would be computationally infeasible.

📄 PDF Abstract BibTeX arXiv:2102.08598

Code (1)

terranceliu/pmw-pub 공식 구현

Methods 이 논문이 사용한 방법론

American 설명 없음

Similar Papers 제목 키워드 기반

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…

Efficiently Computing Similarities to Private Datasets

2024-03-13 · Arturs Backurs, Zinan Lin, Sepideh Mahabadi, Sandeep Silwal 외

Many methods in differentially private model training rely on computing the similarity between a query point (such as public or synthetic data) and private data. We abstract out this common subroutine and study the follo…

Density EstimationDimensionality Reduction

Leveraging Vertical Public-Private Split for Improved Synthetic Data Generation

2025-04-15 · Samuel Maddock, Shripad Gade, Graham Cormode, Will Bullock

Differentially Private Synthetic Data Generation (DP-SDG) is a key enabler of private and secure tabular-data sharing, producing artificial data that carries through the underlying statistical properties of the input dat…

Synthetic Data Generation

Adaptively Private Next-Token Prediction of Large Language Models

2024-10-02 · James Flemings, Meisam Razaviyayn, Murali Annavaram

As Large Language Models (LLMs) proliferate, developing privacy safeguards for these models is crucial. One popular safeguard involves training LLMs in a differentially private manner. However, such solutions are shown t…

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…