TAEGAN: Revisit GANs for Tabular Data Generation
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.
Cite
Text
Li et al. "TAEGAN: Revisit GANs for Tabular Data Generation." Proceedings of the 17th Asian Conference on Machine Learning, 2025.Markdown
[Li et al. "TAEGAN: Revisit GANs for Tabular Data Generation." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/li2025acml-taegan/)BibTeX
@inproceedings{li2025acml-taegan,
title = {{TAEGAN: Revisit GANs for Tabular Data Generation}},
author = {Li, Jiayu and Zhao, Zilong and Yee, Kevin and Javaid, Uzair and Sikdar, Biplab},
booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
year = {2025},
pages = {670-685},
volume = {304},
url = {https://mlanthology.org/acml/2025/li2025acml-taegan/}
}