| Literature DB >> 26167358 |
Haoran Li1, Li Xiong1, Lifan Zhang1, Xiaoqian Jiang2.
Abstract
Differential privacy has recently emerged in private statistical data release as one of the strongest privacy guarantees. Releasing synthetic data that mimic original data with Differential privacy provides a promising way for privacy preserving data sharing and analytics while providing a rigorous privacy guarantee. However, to this date there is no open-source tools that allow users to generate differentially private synthetic data, in particular, for high dimensional and large domain data. Most of the existing techniques that generate differentially private histograms or synthetic data only work well for single dimensional or low-dimensional histograms. They become problematic for high dimensional and large domain data due to increased perturbation error and computation complexity. We propose DPSynthesizer, a toolkit for differentially private data synthesization. The core of DPSynthesizer is DPCopula designed for high-dimensional and large-domain data. DPCopula computes a differentially private copula function from which synthetic data can be sampled. Copula functions are used to describe the dependence between multivariate random vectors and allow us to build the multivariate joint distribution using one-dimensional marginal distributions. DPSynthesizer also implements a set of state-of-the-art methods for building differentially private histograms, suitable for low-dimensional data, from which synthetic data can be generated. We will demonstrate the system using DPCopula as well as other methods with various data sets and show the feasibility, utility, and efficiency of various methods.Entities:
Year: 2014 PMID: 26167358 PMCID: PMC4496798 DOI: 10.14778/2733004.2733059
Source DB: PubMed Journal: Proceedings VLDB Endowment ISSN: 2150-8097
Figure 1Dataset vs. histogram illustration
Figure 2Synthetic data generation
Figure 3DPCopula techniques overview
Figure 4Comparison with other methods