AI RESEARCH

TabKDE: Simple and Scalable Tabular Data Generation with Kernel Density Estimates

arXiv CS.LG

ArXi:2605.17642v1 Announce Type: new Tabular data generation considers a large table with multiple columns -- each column comprised of numerical, categorical, or sometimes ordinal values. The goal is to produce new rows for the table that replicate the distribution of rows from the original data -- without just copying those initial rows. The last 4 years have seen enormous progress on this problem, mostly using computational expensive methods that employ one-hot encoding, VAEs, and diffusion. This paper describes a new approach to the problem of tabular data generation.