CRAILGMay 2, 2025

The DCR Delusion: Measuring the Privacy Risk of Synthetic Data

arXiv:2505.01524v115 citationsh-index: 8ESORICS
Originality Incremental advance
AI Analysis

This work addresses a critical issue for practitioners and researchers in data privacy, revealing that widely used proxy metrics are flawed and can lead to false claims of anonymity, which is incremental as it builds on existing MIA standards.

The paper tackles the problem of using Distance to Closest Record (DCR) and other distance-based metrics as proxies for assessing privacy in synthetic data, showing that datasets deemed private by these metrics are highly vulnerable to Membership Inference Attacks (MIAs) across multiple datasets and models.

Synthetic data has become an increasingly popular way to share data without revealing sensitive information. Though Membership Inference Attacks (MIAs) are widely considered the gold standard for empirically assessing the privacy of a synthetic dataset, practitioners and researchers often rely on simpler proxy metrics such as Distance to Closest Record (DCR). These metrics estimate privacy by measuring the similarity between the training data and generated synthetic data. This similarity is also compared against that between the training data and a disjoint holdout set of real records to construct a binary privacy test. If the synthetic data is not more similar to the training data than the holdout set is, it passes the test and is considered private. In this work we show that, while computationally inexpensive, DCR and other distance-based metrics fail to identify privacy leakage. Across multiple datasets and both classical models such as Baynet and CTGAN and more recent diffusion models, we show that datasets deemed private by proxy metrics are highly vulnerable to MIAs. We similarly find both the binary privacy test and the continuous measure based on these metrics to be uninformative of actual membership inference risk. We further show that these failures are consistent across different metric hyperparameter settings and record selection methods. Finally, we argue DCR and other distance-based metrics to be flawed by design and show a example of a simple leakage they miss in practice. With this work, we hope to motivate practitioners to move away from proxy metrics to MIAs as the rigorous, comprehensive standard of evaluating privacy of synthetic data, in particular to make claims of datasets being legally anonymous.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes