CRSTSep 30, 2021

Private sampling: a noiseless approach for generating differentially private synthetic data

arXiv:2109.14839v115 citations
Originality Highly original
AI Analysis

This work addresses privacy concerns in data sharing for AI and data science by providing a novel, noise-free approach to synthetic data generation, which could enhance data utility while protecting individual information, though it is incremental as it builds on existing differential privacy and synthetic data methods.

The paper tackles the problem of generating differentially private synthetic data without adding noise, which typically reduces data accuracy, by proposing a noise-free method called 'private sampling' that uses marginal correction to match population marginals exactly. It demonstrates explicit bounds on accuracy and privacy using the Boolean cube as a benchmark, showing concrete improvements in utility while maintaining privacy guarantees.

In a world where artificial intelligence and data science become omnipresent, data sharing is increasingly locking horns with data-privacy concerns. Differential privacy has emerged as a rigorous framework for protecting individual privacy in a statistical database, while releasing useful statistical information about the database. The standard way to implement differential privacy is to inject a sufficient amount of noise into the data. However, in addition to other limitations of differential privacy, this process of adding noise will affect data accuracy and utility. Another approach to enable privacy in data sharing is based on the concept of synthetic data. The goal of synthetic data is to create an as-realistic-as-possible dataset, one that not only maintains the nuances of the original data, but does so without risk of exposing sensitive information. The combination of differential privacy with synthetic data has been suggested as a best-of-both-worlds solutions. In this work, we propose the first noisefree method to construct differentially private synthetic data; we do this through a mechanism called "private sampling". Using the Boolean cube as benchmark data model, we derive explicit bounds on accuracy and privacy of the constructed synthetic data. The key mathematical tools are hypercontractivity, duality, and empirical processes. A core ingredient of our private sampling mechanism is a rigorous "marginal correction" method, which has the remarkable property that importance reweighting can be utilized to exactly match the marginals of the sample to the marginals of the population.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes