Differentially-Private Data Synthetisation for Efficient Re-Identification Risk Control
Tânia Carvalho, Nuno Moniz, Luís Antunes, Nitesh Chawla
TL;DR
The paper addresses re-identification risk in sharing tabular data by proposing $ε$-PrivateSMOTE, a privacy-preserving synthesis method that fuses noise-induced interpolation with $ε$-differential privacy via the Laplace mechanism. It targets high-risk records by selectively substituting them with synthetic neighbors, achieving competitive privacy risk while maintaining predictive performance relative to GAN/VAE and traditional DP baselines, and reporting at least a 9x speedup in runtime on CPU. Empirical evaluation across 15 OpenML datasets shows that larger $ε$ improves utility and reduces linkability, albeit with some trade-offs at very low $ε$ values; the method also generates more variants and is markedly more resource-efficient than deep-learning and DP-based approaches. The work demonstrates a practical, scalable approach for privacy-preserving data sharing in tabular contexts, while noting limitations such as potential inference attacks, outlier obfuscation, and scope restricted to tabular data, pointing to future work on broader data modalities and robustness.
Abstract
Protecting user data privacy can be achieved via many methods, from statistical transformations to generative models. However, all of them have critical drawbacks. For example, creating a transformed data set using traditional techniques is highly time-consuming. Also, recent deep learning-based solutions require significant computational resources in addition to long training phases, and differentially private-based solutions may undermine data utility. In this paper, we propose $ε$-PrivateSMOTE, a technique designed for safeguarding against re-identification and linkage attacks, particularly addressing cases with a high \sloppy re-identification risk. Our proposal combines synthetic data generation via noise-induced interpolation with differential privacy principles to obfuscate high-risk cases. We demonstrate how $ε$-PrivateSMOTE is capable of achieving competitive results in privacy risk and better predictive performance when compared to multiple traditional and state-of-the-art privacy-preservation methods, including generative adversarial networks, variational autoencoders, and differential privacy baselines. We also show how our method improves time requirements by at least a factor of 9 and is a resource-efficient solution that ensures high performance without specialised hardware.
