Mixed-Type Tabular Data Synthesis with Score-based Diffusion in Latent Space
Hengrui Zhang, Jiani Zhang, Balasubramaniam Srinivasan, Zhengyuan Shen, Xiao Qin, Christos Faloutsos, Huzefa Rangwala, George Karypis
TL;DR
TabSyn tackles the challenge of synthesizing mixed-type tabular data by mapping heterogeneous columns into a continuous latent space with a Transformer-based VAE and then learning a score-based diffusion model in that latent space. The approach enables joint modeling of inter-column dependencies and mixed data types while delivering fast sampling through a linear noise schedule and fewer than 20 reverse steps. Extensive experiments on six real-world datasets show TabSyn consistently outperforms seven baselines across low- and high-order metrics and demonstrates strong downstream utility in ML efficiency and missing-value imputation. The work advances tabular data generation by combining unified latent representations with efficient latent diffusion, offering a generally applicable, high-quality, and fast synthetic data generator for practical use.
Abstract
Recent advances in tabular data generation have greatly enhanced synthetic data quality. However, extending diffusion models to tabular data is challenging due to the intricately varied distributions and a blend of data types of tabular data. This paper introduces Tabsyn, a methodology that synthesizes tabular data by leveraging a diffusion model within a variational autoencoder (VAE) crafted latent space. The key advantages of the proposed Tabsyn include (1) Generality: the ability to handle a broad spectrum of data types by converting them into a single unified space and explicitly capture inter-column relations; (2) Quality: optimizing the distribution of latent embeddings to enhance the subsequent training of diffusion models, which helps generate high-quality synthetic data, (3) Speed: much fewer number of reverse steps and faster synthesis speed than existing diffusion-based methods. Extensive experiments on six datasets with five metrics demonstrate that Tabsyn outperforms existing methods. Specifically, it reduces the error rates by 86% and 67% for column-wise distribution and pair-wise column correlation estimations compared with the most competitive baselines.
