Private Synthetic Data Generation in Bounded Memory
arXiv:2412.09756
Abstract
We propose , a lightweight synthetic data generator with \textit{differential privacy} guarantees. uses a novel hierarchical decomposition that approximates the input's cumulative distribution function (CDF) in bounded memory. It balances hierarchy depth, noise addition, and pruning of low-frequency subdomains while preserving frequent ones. Private sketches estimate subdomain frequencies efficiently without full data access. A key feature is the pruning parameter , which controls the trade-off between space and utility. We define the skew measure , capturing all but the top subdomain frequencies. Given a dataset , uses space and, for input domain , ensures -differential privacy. It yields a generator with expected Wasserstein distance: \[ \mathcal{O}\left(\frac{\log^2 M}{\varepsilon n} + \frac{||\mathtt{tail}_k(\mathcal{X})||_1}{M n}\right) \] from the empirical distribution. This parameterized trade-off offers a level of flexibility unavailable in prior work. We also provide interpretable utility bounds that account for hierarchy depth, privacy noise, pruning, and frequency estimation errors.
24 Pages, 1 Table, 3 Figures, 3 Algorithms