paper-with-me

Papers

Generating High-quality Privacy-preserving Synthetic Data

2026-02-06 · David Yavo, Richard Khoury, Christophe Pere, Sadoune Ait Kaci Azzou arxiv

Synthetic tabular data enables sharing and analysis of sensitive records, but its practical deployment requires balancing distributional fidelity, downstream utility, and privacy protection. We study a simple, model agnostic post processing framework that can be applied on top of any synthetic data generator to improve this trade off. First, a mode patching step repairs categories that are missing or severely underrepresented in the synthetic data, while largely preserving learned dependencies. Second, a k nearest neighbor filter replaces synthetic records that lie too close to real data points, enforcing a minimum distance between real and synthetic samples. We instantiate this framework for two neural generative models for tabular data, a feed forward generator and a variational autoencoder, and evaluate it on three public datasets covering credit card transactions, cardiovascular health, and census based income. We assess marginal and joint distributional similarity, the performance of models trained on synthetic data and evaluated on real data, and several empirical privacy indicators, including nearest neighbor distances and attribute inference attacks. With moderate thresholds between 0.2 and 0.35, the post processing reduces divergence between real and synthetic categorical distributions by up to 36 percent and improves a combined measure of pairwise dependence preservation by 10 to 14 percent, while keeping downstream predictive performance within about 1 percent of the unprocessed baseline. At the same time, distance based privacy indicators improve and the success rate of attribute inference attacks remains largely unchanged. These results provide practical guidance for selecting thresholds and applying post hoc repairs to improve the quality and empirical privacy of synthetic tabular data, while complementing approaches that provide formal differential privacy guarantees.

📄 PDF Abstract BibTeX arXiv:2602.06390

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GlucoSynth: Generating Differentially-Private Synthetic Glucose Traces

2023-03-02 · NeurIPS 2023 11

We focus on the problem of generating high-quality, private synthetic glucose traces, a task generalizable to many other time series sources. Existing methods for time series data synthesis, such as those using Generativ…

Privacy PreservingTime Series

Synthetic Data Generation and Differential Privacy using Tensor Networks' Matrix Product States (MPS)

2025-08-08 · Alejandro Moreno R., Desale Fentaw, Samuel Palmer, Raúl Salles de Padua 외 arxiv

Synthetic data generation is a key technique in modern artificial intelligence, addressing data scarcity, privacy constraints, and the need for diverse datasets in training robust models. In this work, we propose a metho…

Synthetic Data Generation

Really Useful Synthetic Data -- A Framework to Evaluate the Quality of Differentially Private Synthetic Data

2020-04-16 · Christian Arnold, Marcel Neunhoeffer

Recent advances in generating synthetic data that allow to add principled ways of protecting privacy -- such as Differential Privacy -- are a crucial step in sharing statistical information in a privacy preserving way. B…

Privacy Preserving

Privacy-Preserving Tabular Synthetic Data Generation Using TabularARGN

2025-08-08 · Andrey Sidorenko, Paul Tiwald arxiv

Synthetic data generation has become essential for securely sharing and analyzing sensitive data sets. Traditional anonymization techniques, however, often fail to adequately preserve privacy. We introduce the Tabular Au…

Synthetic Data Generation

Protect and Extend -- Using GANs for Synthetic Data Generation of Time-Series Medical Records

2024-02-21 · Navid Ashrafi, Vera Schmitt, Robert P. Spang, Sebastian Möller 외

Preservation of private user data is of paramount importance for high Quality of Experience (QoE) and acceptability, particularly with services treating sensitive data, such as IT-based health services. Whereas anonymiza…

Privacy PreservingSynthetic Data GenerationTime Series