English

TAEGAN: Generating Synthetic Tabular Data For Data Augmentation

Machine Learning 2025-12-15 v2

Abstract

Synthetic tabular data generation has gained significant attention for its potential in data augmentation and privacy-preserving data sharing. While recent methods like diffusion and auto-regressive models (i.e., transformer) have advanced the field, generative adversarial networks (GANs) remain highly competitive due to their training efficiency and strong data generation capabilities. In this paper, we introduce Tabular Auto-Encoder Generative Adversarial Network (TAEGAN), a novel GAN-based framework that leverages a masked auto-encoder as the generator. TAEGAN is the first to incorporate self-supervised warmup training of generator into tabular GANs. It enhances GAN stability and exposes the generator to richer information beyond the discriminator's feedback. Additionally, we propose a novel sampling method tailored for imbalanced or skewed data and an improved loss function to better capture data distribution and correlations. We evaluate TAEGAN against seven state-of-the-art synthetic tabular data generation algorithms. Results from eight datasets show that TAEGAN outperforms all baselines on five datasets, achieving a 27% overall utility boost over the best-performing baseline while maintaining a model size less than 5% of the best-performing baseline model. Code is available at: https://github.com/BetterdataLabs/taegan.

Keywords

Cite

@article{arxiv.2410.01933,
  title  = {TAEGAN: Generating Synthetic Tabular Data For Data Augmentation},
  author = {Jiayu Li and Zilong Zhao and Kevin Yee and Uzair Javaid and Biplab Sikdar},
  journal= {arXiv preprint arXiv:2410.01933},
  year   = {2025}
}

Comments

This paper is accepted at ACML 2025

R2 v1 2026-06-28T19:05:54.765Z