paper-with-me

Papers

Modeling Tabular data using Conditional GAN

2019-07-01 · NeurIPS 2019 12 · Lei Xu, Maria Skoularidou, Alfredo Cuesta-Infante, Kalyan Veeramachaneni

Modeling the probability distribution of rows in tabular data and generating realistic synthetic data is a non-trivial task. Tabular data usually contains a mix of discrete and continuous columns. Continuous columns may have multiple modes whereas discrete columns are sometimes imbalanced making the modeling difficult. Existing statistical and deep neural network models fail to properly model this type of data. We design TGAN, which uses a conditional generative adversarial network to address these challenges. To aid in a fair and thorough comparison, we design a benchmark with 7 simulated and 8 real datasets and several Bayesian network baselines. TGAN outperforms Bayesian methods on most of the real datasets whereas other deep learning methods could not.

📄 PDF Abstract BibTeX arXiv:1907.00503

Code (9)

DAI-Lab/CTGAN 공식 구현 pytorch
Diyago/GAN-for-tabular-data pytorch
glederrey/datgan tf
juliecious/ctgan pytorch
lvyufeng/CTGAN-MindSpore mindspore
oregonpillow/ctgan-server-cli pytorch
saha0073/GAN-VAE-to-generate-Synthetic-Tabular-Data
sdv-dev/CTGAN pytorch
ydataai/ydata-synthetic/tree/dev/src/ydata_synthetic/synthesizers/regular/ctgan tf

Tasks

Generative Adversarial NetworkTabular Data Generation

Similar Papers 제목 키워드 기반

Row Conditional-TGAN for generating synthetic relational databases

2022-11-14 · Mohamed Gueye, Yazid Attabi, Maxime Dumas

Besides reproducing tabular data properties of standalone tables, synthetic relational databases also require modeling the relationships between related tables. In this paper, we propose the Row Conditional-Tabular Gener…

Generative Adversarial Network

Unmasking Trees for Tabular Data

2024-07-08 · Calvin Mccarter

Despite much work on advanced deep learning and generative modeling techniques for tabular data generation and imputation, traditional methods have continued to win on imputation benchmarks. We herein present UnmaskingTr…

Density EstimationImputationIn-Context LearningTabular Data Generation

MissDDIM: Deterministic and Efficient Conditional Diffusion for Tabular Data Imputation

2025-08-05 · Youran Zhou, Mohamed Reda Bouadjenek, Sunil Aryal arxiv

Diffusion models have recently emerged as powerful tools for missing data imputation by modeling the joint distribution of observed and unobserved variables. However, existing methods, typically based on stochastic denoi…

Masked Language Modeling Becomes Conditional Density Estimation for Tabular Data Synthesis

2024-05-31 · SeungHwan An, Gyeongdong Woo, Jaesung Lim, Changhyun Kim 외

In this paper, our goal is to generate synthetic data for heterogeneous (mixed-type) tabular datasets with high machine learning utility (MLu). Since the MLu performance depends on accurately approximating the conditiona…

Density EstimationImputationLanguage ModelingLanguage Modelling+4

Doubling Your Data in Minutes: Ultra-fast Tabular Data Generation via LLM-Induced Dependency Graphs

2025-07-25 · Shuo Yang, Zheyu Zhang, Bardh Prenkaj, Gjergji Kasneci arxiv

Tabular data is critical across diverse domains, yet high-quality datasets remain scarce due to privacy concerns and the cost of collection. Contemporary approaches adopt large language models (LLMs) for tabular augmenta…

Tabular Data GenerationDensity Estimation