Differentially Private Data Generation with Missing Data

📅 2023-10-17
🏛️ Proceedings of the VLDB Endowment
📈 Citations: 3
Influential: 0
📄 PDF

career value

219K/year
🤖 AI Summary
Existing differential privacy (DP) synthetic data methods suffer substantial utility degradation when input data contain missing values. Method: This paper formally defines the DP synthetic data generation problem under missingness, characterizing how missingness mechanisms—Missing Completely at Random (MCAR), Missing at Random (MAR), and Missing Not at Random (MNAR)—propagate privacy loss and affect theoretical privacy bounds. Building on this analysis, we propose three adaptive synthesis strategies, each tailored to a specific missingness mechanism and privacy budget. Contribution/Results: Our key innovation is integrating missingness mechanism modeling directly into the DP synthetic data framework, enabling joint optimization of privacy protection and data utility. Evaluated on four real-world datasets with natural missingness, our approach achieves significant utility gains—improving downstream machine learning task accuracy by an average of 8.3%—while yielding tighter analytical privacy upper bounds compared to baseline methods.
📝 Abstract
Despite several works that succeed in generating synthetic data with differential privacy (DP) guarantees, they are inadequate for generating high-quality synthetic data when the input data has missing values. In this work, we formalize the problems of DP synthetic data with missing values and propose three effective adaptive strategies that significantly improve the utility of the synthetic data on four real-world datasets with different types and levels of missing data and privacy requirements. We also identify the relationship between privacy impact for the complete ground truth data and incomplete data for these DP synthetic data generation algorithms. We model the missing mechanisms as a sampling process to obtain tighter upper bounds for the privacy guarantees to the ground truth data. Overall, this study contributes to a better understanding of the challenges and opportunities for using private synthetic data generation algorithms in the presence of missing data.
Problem

Research questions and friction points this paper is trying to address.

Generating differentially private synthetic data with missing values
Improving synthetic data utility under privacy constraints
Modeling missing mechanisms for tighter privacy guarantees
Innovation

Methods, ideas, or system contributions that make the work stand out.

Adaptive strategies for DP synthetic data generation
Modeling missing mechanisms as sampling process
Tighter privacy bounds for incomplete data
🔎 Similar Papers