paper-with-me

홈 › Papers

Quantifying Membership Disclosure Risk for Tabular Synthetic Data Using Kernel Density Estimators

2026-03-11 · Rajdeep Pathak, Sayantee Jana arxiv

The use of synthetic data has become increasingly popular as a privacy-preserving alternative to sharing real datasets, especially in sensitive domains such as healthcare, finance, and demography. However, the privacy assurances of synthetic data are not absolute, and remain susceptible to membership inference attacks (MIAs), where adversaries aim to determine whether a specific individual was present in the dataset used to train the generator. In this work, we propose a practical and effective method to quantify membership disclosure risk in tabular synthetic datasets using kernel density estimators (KDEs). Our KDE-based approach models the distribution of nearest-neighbour distances between synthetic data and the training records, allowing probabilistic inference of membership and enabling robust evaluation via ROC curves. We propose two attack models: a 'True Distribution Attack', which assumes privileged access to training data, and a more realistic, implementable 'Realistic Attack' that uses auxiliary data without true membership labels. Empirical evaluations across four real-world datasets and six synthetic data generators demonstrate that our method consistently achieves higher F1 scores and sharper risk characterization than a prior baseline approach, without requiring computationally expensive shadow models. The proposed method provides a practical framework and metric for quantifying membership disclosure risk in synthetic data, which enables data custodians to conduct a post-generation risk assessment prior to releasing their synthetic datasets for downstream use. The datasets and codes for this study are available at https://github.com/PyCoder913/MIA-KDE.

📄 PDF Abstract BibTeX arXiv:2603.10937

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantifying and Mitigating Privacy Risks for Tabular Generative Models

2024-03-12 · Chaoyi Zhu, Jiayi Tang, Hans Brouwer, Juan F. Pérez 외

Synthetic data from generative models emerges as the privacy-preserving data-sharing solution. Such a synthetic data set shall resemble the original data without revealing identifiable private information. The backbone t…

Privacy Preserving

Multi-objective evolutionary GAN for tabular data synthesis

2024-04-15 · Nian Ran, Bahrul Ilmi Nasution, Claire Little, Richard Allmendinger 외

Synthetic data has a key role to play in data sharing by statistical agencies and other generators of statistical data products. Generative Adversarial Networks (GANs), typically applied to image synthesis, are also a pr…

Image Generation

Understanding Latent Flow Models for Tabular Data Synthesis: Targets, Paths, and Sampling

2026-06-18 · Bahrul Ilmi Nasution arxiv

Synthetic tabular data enables microdata sharing in regulated domains, yet deploying continuous-time generative models requires balancing analytical utility, disclosure risk, and computational cost. Latent-space flow mod…

Membership Inference over Diffusion-models-based Synthetic Tabular Data

2025-10-16 · Peini Cheng, Amir Bahmani arxiv

This study investigates the privacy risks associated with diffusion-based synthetic tabular data generation methods, focusing on their susceptibility to Membership Inference Attacks (MIAs). We examine two recent models, …

Synthetic Data GenerationTabular Data Generation

MIA-EPT: Membership Inference Attack via Error Prediction for Tabular Data

2025-09-16 · Eyal German, Daniel Samira, Yuval Elovici, Asaf Shabtai arxiv

Synthetic data generation plays an important role in enabling data sharing, particularly in sensitive domains like healthcare and finance. Recent advances in diffusion models have made it possible to generate realistic, …

Synthetic Data Generation