paper-with-me

Papers

CTAB-GAN+: Enhancing Tabular Data Synthesis

2022-04-01 · Zilong Zhao, Aditya Kunar, Robert Birke, Lydia Y. Chen

While data sharing is crucial for knowledge development, privacy concerns and strict regulation (e.g., European General Data Protection Regulation (GDPR)) limit its full effectiveness. Synthetic tabular data emerges as alternative to enable data sharing while fulfilling regulatory and privacy constraints. State-of-the-art tabular data synthesizers draw methodologies from Generative Adversarial Networks (GAN). As GANs improve the synthesized data increasingly resemble the real data risking to leak privacy. Differential privacy (DP) provides theoretical guarantees on privacy loss but degrades data utility. Striking the best trade-off remains yet a challenging research question. We propose CTAB-GAN+ a novel conditional tabular GAN. CTAB-GAN+ improves upon state-of-the-art by (i) adding downstream losses to conditional GANs for higher utility synthetic data in both classification and regression domains; (ii) using Wasserstein loss with gradient penalty for better training convergence; (iii) introducing novel encoders targeting mixed continuous-categorical variables and variables with unbalanced or skewed data; and (iv) training with DP stochastic gradient descent to impose strict privacy guarantees. We extensively evaluate CTAB-GAN+ on data similarity and analysis utility against state-of-the-art tabular GANs. The results show that CTAB-GAN+ synthesizes privacy-preserving data with at least 48.16% higher utility across multiple datasets and learning tasks under different privacy budgets.

📄 PDF Abstract BibTeX arXiv:2204.00401

Code (2)

team-tud/ctab-gan pytorch
team-tud/ctab-gan-plus pytorch

Tasks

Privacy Preserving

Similar Papers 제목 키워드 기반

Invertible Tabular GANs: Killing Two Birds with OneStone for Tabular Data Synthesis

2022-02-08 · Jaehoon Lee, Jihyeon Hyeong, Jinsung Jeon, Noseong Park 외

Tabular data synthesis has received wide attention in the literature. This is because available data is often limited, incomplete, or cannot be obtained easily, and data privacy is becoming increasingly important. In thi…

Invertible Tabular GANs: Killing Two Birds with One Stone for Tabular Data Synthesis

2021-12-01 · NeurIPS 2021 12 · Jaehoon Lee, Jihyeon Hyeong, Jinsung Jeon, Noseong Park 외

Tabular data synthesis has received wide attention in the literature. This is because available data is often limited, incomplete, or cannot be obtained easily, and data privacy is becoming increasingly important. In thi…

Permutation-Invariant Tabular Data Synthesis

2022-11-17 · Yujin Zhu, Zilong Zhao, Robert Birke, Lydia Y. Chen

Tabular data synthesis is an emerging approach to circumvent strict regulations on data privacy while discovering knowledge through big data. Although state-of-the-art AI-based tabular data synthesizers, e.g., table-GAN,…

Self-Reinforcing Controllable Synthesis of Rare Relational Data via Bayesian Calibration

2026-04-18 · Chongsheng Zhang, Hao Wang, Zelong Yu, Esteban Garces Arias 외 arxiv

Imbalanced data are commonly present in real-world applications. While data synthesis can effectively mitigate data scarcity for rare classes, and LLMs have revolutionized text generation, the application of LLMs to the …

Text Generation

LLM as an Algorithmist: Enhancing Anomaly Detectors via Programmatic Synthesis

2025-10-04 · Hangting Ye, Jinmeng Li, He Zhao, Mingchen Zhuge 외 arxiv

Existing anomaly detection (AD) methods for tabular data usually rely on some assumptions about anomaly patterns, leading to inconsistent performance in real-world scenarios. While Large Language Models (LLMs) show remar…

Anomaly Detection