English

RecTable: Fast Modeling Tabular Data with Rectified Flow

Machine Learning 2025-03-27 v1

Abstract

Score-based or diffusion models generate high-quality tabular data, surpassing GAN-based and VAE-based models. However, these methods require substantial training time. In this paper, we introduce RecTable, which uses the rectified flow modeling, applied in such as text-to-image generation and text-to-video generation. RecTable features a simple architecture consisting of a few stacked gated linear unit blocks. Additionally, our training strategies are also simple, incorporating a mixed-type noise distribution and a logit-normal timestep distribution. Our experiments demonstrate that RecTable achieves competitive performance compared to the several state-of-the-art diffusion and score-based models while reducing the required training time. Our code is available at https://github.com/fmp453/rectable.

Keywords

Cite

@article{arxiv.2503.20731,
  title  = {RecTable: Fast Modeling Tabular Data with Rectified Flow},
  author = {Masane Fuchi and Tomohiro Takagi},
  journal= {arXiv preprint arXiv:2503.20731},
  year   = {2025}
}

Comments

19 pages, 7 figures, 10 tables

R2 v1 2026-06-28T22:35:28.846Z