paper-with-me

Papers

Privacy-Preserving Fair Synthetic Tabular Data

2025-03-04 · Fatima J. Sarmin, Atiquer R. Rahman, Christopher J. Henry, Noman Mohammed

Sharing of tabular data containing valuable but private information is limited due to legal and ethical issues. Synthetic data could be an alternative solution to this sharing problem, as it is artificially generated by machine learning algorithms and tries to capture the underlying data distribution. However, machine learning models are not free from memorization and may introduce biases, as they rely on training data. Producing synthetic data that preserves privacy and fairness while maintaining utility close to the real data is a challenging task. This research simultaneously addresses both the privacy and fairness aspects of synthetic data, an area not explored by other studies. In this work, we present PF-WGAN, a privacy-preserving, fair synthetic tabular data generator based on the WGAN-GP model. We have modified the original WGAN-GP by adding privacy and fairness constraints forcing it to produce privacy-preserving fair data. This approach will enable the publication of datasets that protect individual's privacy and remain unbiased toward any particular group. We compared the results with three state-of-the-art synthetic data generator models in terms of utility, privacy, and fairness across four different datasets. We found that the proposed model exhibits a more balanced trade-off among utility, privacy, and fairness.

📄 PDF Abstract BibTeX arXiv:2503.02968

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessMemorizationPrivacy Preserving

Similar Papers 제목 키워드 기반

Where to Intervene? Benchmarking Fairness-Aware Learning on Differentially Private Synthetic Tabular Data

2026-07-08 · Vinícius Gabriel Angelozzi, Héber H. Arcolezi arxiv

Machine learning models are increasingly deployed in high-stakes domains, raising concerns about both privacy and fairness. Differential Privacy (DP) has become a gold standard for privacy-preserving data analysis, while…

LLM-TabFlow: Synthetic Tabular Data Generation with Inter-column Logical Relationship Preservation

2025-03-04 · Yunbo Long, Liming Xu, Alexandra Brintrup

Synthetic tabular data have widespread applications in industrial domains such as healthcare, finance, and supply chains, owing to their potential to protect privacy and mitigate data scarcity. However, generating realis…

Large Language ModelTabular Data Generation

Assessment of Differentially Private Synthetic Data for Utility and Fairness in End-to-End Machine Learning Pipelines for Tabular Data

2023-10-30 · Mayana Pereira, Meghana Kshirsagar, Sumit Mukherjee, Rahul Dodhia 외

Differentially private (DP) synthetic data sets are a solution for sharing data while preserving the privacy of individual data providers. Understanding the effects of utilizing DP synthetic data in end-to-end machine le…

FairnessHumanitarianSynthetic Data Generation

SynthEval: A Framework for Detailed Utility and Privacy Evaluation of Tabular Synthetic Data

2024-04-24 · Anton Danholt Lautrup, Tobias Hyrup, Arthur Zimek, Peter Schneider-Kamp

With the growing demand for synthetic data to address contemporary issues in machine learning, such as data scarcity, data fairness, and data privacy, having robust tools for assessing the utility and potential privacy r…

BenchmarkingFairnessPrivacy Preserving

Quantifying and Mitigating Privacy Risks for Tabular Generative Models

2024-03-12 · Chaoyi Zhu, Jiayi Tang, Hans Brouwer, Juan F. Pérez 외

Synthetic data from generative models emerges as the privacy-preserving data-sharing solution. Such a synthetic data set shall resemble the original data without revealing identifiable private information. The backbone t…

Privacy Preserving