Differentially Private Synthetic Data via APIs 4: Tabular Data
About
This paper investigates the problem of generating synthetic tabular data with differential privacy (DP) guarantees, enabling data sharing in sensitive domains. Despite extensive study, state-of-the-art methods often focus on minimizing low-order marginal query errors and overlook the challenges posed by high-order correlations. To address this gap, we extend the Private Evolution (PE) framework, originally developed for DP-compliant image and text synthesis, to tabular data. We introduce Tab-PE -- an algorithm for synthetic tabular data generation under DP constraints. Tab-PE iteratively improves a candidate dataset via an evolutionary process that leverages tabular-specialized operators to produce variations, privately scores them, and selects the highest-quality samples to retain and propagate. In contrast to the original PE, which relies on large foundation models, Tab-PE employs heuristic operators with significantly lower computational costs, making PE more practical and scalable for tabular data. Through extensive experiments on real-world and simulation datasets, we demonstrate that Tab-PE substantially outperforms prior baselines on datasets exhibiting high-order correlations. Compared to the best baseline -- AIM, Tab-PE improves classification accuracy by up to 10% while running 28 times faster.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Classification | Monk (test) | Accuracy64.84 | 24 | |
| Differentially Private Tabular Synthetic Data Generation | SCM simulation Tree prior (test) | Accuracy68.78 | 8 | |
| Differentially Private Tabular Synthetic Data Generation | SCM simulation NN prior (test) | Accuracy89.36 | 8 | |
| Differentially Private Tabular Synthetic Data Generation | SCM simulation RFF prior (test) | Accuracy64.1 | 8 | |
| Tabular Data Synthesis | SCM RFF Prior | 1-WD0.022 | 8 | |
| Tabular Synthetic Data Generation | Breast Cancer low-order real-world (test) | Accuracy88.48 | 8 | |
| Tabular Data Synthesis | SCM NN Prior | 1-WD0.028 | 8 | |
| Tabular Synthetic Data Generation | Adult low-order real-world (test) | Accuracy82.22 | 8 | |
| Fidelity Evaluation | Person Activity | WD (Level 1)0.012 | 8 | |
| Tabular Data Synthesis | SCM Tree Prior | 1-WD0.03 | 8 |