paper-with-me

홈 › Papers

Differentially-Private Data Synthetisation for Efficient Re-Identification Risk Control

2022-12-01 · Tânia Carvalho, Nuno Moniz, Luís Antunes, Nitesh Chawla

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 $\epsilon$-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 $\epsilon$-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.

📄 PDF Abstract BibTeX arXiv:2212.00484

Code (1)

tmcarvalho/privatesmote 공식 구현

Tasks

Privacy PreservingSynthetic Data Generation

Similar Papers 제목 키워드 기반

Adaptive Differentially Private Empirical Risk Minimization

2021-10-14 · Xiaoxia Wu, Lingxiao Wang, Irina Cristali, Quanquan Gu 외

We propose an adaptive (stochastic) gradient perturbation method for differentially private empirical risk minimization. At each iteration, the random noise added to the gradient is optimally adapted to the stepsize; we …

Differentially Private Empirical Risk Minimization with Sparsity-Inducing Norms

2019-05-13 · K. S. Sesh Kumar, Marc Peter Deisenroth

Differential privacy is concerned about the prediction quality while measuring the privacy impact on individuals whose information is contained in the data. We consider differentially private risk minimization problems w…

Optimal differentially private kernel learning with random projection

2025-07-23 · Bonwoo Lee, Cheolwoo Park, Jeongyoun Ahn arxiv

Differential privacy has become a cornerstone in the development of privacy-preserving learning algorithms. This work addresses optimizing differentially private kernel learning within the empirical risk minimization (ER…

Gaussian Processes

Differentially Private Empirical Risk Minimization with Input Perturbation

2017-10-20 · Kazuto Fukuchi, Quang Khai Tran, Jun Sakuma

We propose a novel framework for the differentially private ERM, input perturbation. Existing differentially private ERM implicitly assumed that the data contributors submit their private data to a database expecting tha…

Differentially Private E-Values

2025-10-21 · Daniel Csillag, Diego Mesquita arxiv

E-values have gained prominence as flexible tools for statistical inference and risk control, enabling anytime- and post-hoc-valid procedures under minimal assumptions. However, many real-world applications fundamentally…