A Sobering Look at Tabular Data Generation via Probabilistic Circuits

arXiv cs.LG / 3/25/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper argues that tabular data generation is harder than text/images and claims that current benchmark evaluation protocols may overstate real progress in generative quality.
  • It critiques common metrics used to assess fidelity, suggesting that reported “saturation” in SOTA performance is driven largely by inadequate measurement rather than true convergence.
  • The authors revisit deep probabilistic circuits (hierarchical mixture models) as a competitive baseline, claiming they can match or outperform diffusion-based SOTA while using substantially less compute cost.
  • Probabilistic circuits are presented as a generative counterpart to decision forests, with the ability to natively handle heterogeneous tabular features and support tractable generation and inference.
  • The work includes a rigorous empirical analysis and provides code for the approach via the referenced GitHub repository.

Abstract

Tabular data is more challenging to generate than text and images, due to its heterogeneous features and much lower sample sizes. On this task, diffusion-based models are the current state-of-the-art (SotA) model class, achieving almost perfect performance on commonly used benchmarks. In this paper, we question the perception of progress for tabular data generation. First, we highlight the limitations of current protocols to evaluate the fidelity of generated data, and advocate for alternative ones. Next, we revisit a simple baseline -- hierarchical mixture models in the form of deep probabilistic circuits (PCs) -- which delivers competitive or superior performance to SotA models for a fraction of the cost. PCs are the generative counterpart of decision forests, and as such can natively handle heterogeneous data as well as deliver tractable probabilistic generation and inference. Finally, in a rigorous empirical analysis we show that the apparent saturation of progress for SotA models is largely due to the use of inadequate metrics. As such, we highlight that there is still much to be done to generate realistic tabular data. Code available at https://github.com/april-tools/tabpc.