How to DP-fy Your Data: A Practical Guide to Generating Synthetic Data With Differential Privacy
Natalia Ponomareva, Zheng Xu, H. Brendan McMahan, Peter Kairouz, Lucas Rosenblatt, Vincent Cohen-Addad, Cristóbal Guzmán, Ryan McKenna, Galen Andrew, Alex Bie, Da Yu, Alex Kurakin, Morteza Zadimoghaddam, Sergei Vassilvitskii, Andreas Terzis
TL;DR
This paper surveys the landscape of differential privacy (DP) synthetic data across modalities (tabular, image, text) and federated settings, offering a practical framework for building end-to-end DP data-generation systems. It contrasts DP-training methods with training-free approaches, and workload-adaptive tabular techniques with workload-agnostic generative models, highlighting the trade-offs between utility, privacy, and computation. A central contribution is the organized taxonomy of DP synthetic data techniques, accompanied by principled guidance on privacy-unit selection, empirical privacy auditing, and lineage tracking to support real-world deployment. The work also synthesizes evaluation metrics—fidelity, utility, privacy leakage, and fairness—and outlines open questions and future directions, aiming to spur robust adoption, standardization, and further research in DP synthetic data. Overall, the paper provides a comprehensive, practitioner-friendly roadmap for designing, evaluating, and deploying DP synthetic data systems while emphasizing the importance of accountability, auditing, and data lineage in privacy-preserving AI.
Abstract
High quality data is needed to unlock the full potential of AI for end users. However finding new sources of such data is getting harder: most publicly-available human generated data will soon have been used. Additionally, publicly available data often is not representative of users of a particular system -- for example, a research speech dataset of contractors interacting with an AI assistant will likely be more homogeneous, well articulated and self-censored than real world commands that end users will issue. Therefore unlocking high-quality data grounded in real user interactions is of vital interest. However, the direct use of user data comes with significant privacy risks. Differential Privacy (DP) is a well established framework for reasoning about and limiting information leakage, and is a gold standard for protecting user privacy. The focus of this work, \emph{Differentially Private Synthetic data}, refers to synthetic data that preserves the overall trends of source data,, while providing strong privacy guarantees to individuals that contributed to the source dataset. DP synthetic data can unlock the value of datasets that have previously been inaccessible due to privacy concerns and can replace the use of sensitive datasets that previously have only had rudimentary protections like ad-hoc rule-based anonymization. In this paper we explore the full suite of techniques surrounding DP synthetic data, the types of privacy protections they offer and the state-of-the-art for various modalities (image, tabular, text and decentralized). We outline all the components needed in a system that generates DP synthetic data, from sensitive data handling and preparation, to tracking the use and empirical privacy testing. We hope that work will result in increased adoption of DP synthetic data, spur additional research and increase trust in DP synthetic data approaches.
