The Inadequacy of Similarity-based Privacy Metrics: Privacy Attacks against "Truly Anonymous" Synthetic Datasets
Georgi Ganev, Emiliano De Cristofaro
TL;DR
The paper interrogates the privacy guarantees of commercial and research systems that release synthetic tabular data using similarity-based metrics (IMS, DCR, NNDR) and two filters (SF, OF). It shows these SBPMs lack theoretical guarantees, impose a binary and non-contrastive view of privacy, and can be bypassed through targeted attacks. The authors introduce DifferenceAttack for efficient membership/inference and ReconSyn, a black-box reconstruction attack that recovers 78–100% of train outliers across models and datasets, exploiting metric leakage rather than model memorization. Experimental results across multiple DP/non-DP models and datasets demonstrate that even end-to-end DP pipelines can be compromised if privacy metrics are used, highlighting the need for formal DP-based guarantees and DP-fied or alternative privacy mechanisms. The work urges practitioners and policymakers to move beyond ad-hoc SBPMs toward rigorous privacy pipelines to prevent real-world leakage in synthetic data deployments.
Abstract
Generative models producing synthetic data are meant to provide a privacy-friendly approach to releasing data. However, their privacy guarantees are only considered robust when models satisfy Differential Privacy (DP). Alas, this is not a ubiquitous standard, as many leading companies (and, in fact, research papers) use ad-hoc privacy metrics based on testing the statistical similarity between synthetic and real data. In this paper, we examine the privacy metrics used in real-world synthetic data deployments and demonstrate their unreliability in several ways. First, we provide counter-examples where severe privacy violations occur even if the privacy tests pass and instantiate accurate membership and attribute inference attacks with minimal cost. We then introduce ReconSyn, a reconstruction attack that generates multiple synthetic datasets that are considered private by the metrics but actually leak information unique to individual records. We show that ReconSyn recovers 78-100% of the outliers in the train data with only black-box access to a single fitted generative model and the privacy metrics. In the process, we show that applying DP only to the model does not mitigate this attack, as using privacy metrics breaks the end-to-end DP pipeline.
