AI Agents 相关度: 5/10

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

Rajdeep Pathak, Sayantee Jana
arXiv: 2603.10937v1 发布: 2026-03-11 更新: 2026-03-11

AI 摘要

该论文提出了一种基于KDE的有效方法,用于量化表格合成数据的成员泄露风险。

主要贡献

  • 提出基于KDE的成员推理攻击方法
  • 设计了两种攻击模型:真实分布攻击和现实攻击
  • 通过实验验证了该方法优于现有基线方法

方法论

利用KDE建模合成数据与训练数据间最近邻距离分布,通过概率推断成员身份并使用ROC曲线进行评估。

原文摘要

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.

标签

合成数据 隐私保护 成员推理攻击 核密度估计

arXiv 分类

cs.LG stat.AP