TabDDPM: Modelling Tabular Data with Diffusion Models
Akim Kotelnikov, Dmitry Baranchuk, Ivan Rubachev, Artem Babenko

TL;DR
TabDDPM introduces a diffusion model tailored for tabular data, effectively handling heterogeneous feature types and demonstrating superior performance over GANs and VAEs across various benchmarks, with privacy benefits.
Contribution
The paper presents TabDDPM, a universal diffusion model for tabular data that manages mixed feature types and outperforms existing generative models.
Findings
TabDDPM outperforms GAN and VAE-based models on multiple benchmarks.
It effectively models heterogeneous feature types in tabular data.
Suitable for privacy-preserving data generation.
Abstract
Denoising diffusion probabilistic models are currently becoming the leading paradigm of generative modeling for many important data modalities. Being the most prevalent in the computer vision community, diffusion models have also recently gained some attention in other domains, including speech, NLP, and graph-like data. In this work, we investigate if the framework of diffusion models can be advantageous for general tabular problems, where datapoints are typically represented by vectors of heterogeneous features. The inherent heterogeneity of tabular data makes it quite challenging for accurate modeling, since the individual features can be of completely different nature, i.e., some of them can be continuous and some of them can be discrete. To address such data types, we introduce TabDDPM -- a diffusion model that can be universally applied to any tabular dataset and handles any type…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Human Mobility and Location-Based Analysis · Bayesian Methods and Mixture Models
MethodsDiffusion
