Cascaded Flow Matching for Heterogeneous Tabular Data with Mixed-Type Features
Markus Mueller, Kathrin Gruber, Dennis Fok
TL;DR
This work tackles the challenge of generating heterogeneous tabular data with mixed-type features by introducing TabCascade, a cascaded flow matching framework that separately learns a low-resolution, categorical representation and a high-resolution numerical refinement. A novel guided conditional probability path and data-dependent coupling redirect the learning focus to learning fine-grained details while leveraging coarse structure, and a low-resolution encoder (DT or GMM) provides discrete latents that capture missing and inflated states. The authors prove that this cascade tightens the transport cost bound and show through extensive experiments that TabCascade achieves higher joint distribution realism, improved feature-wise fidelity, and enhanced downstream-task utility, with meaningful ablations supporting the value of the core components. The approach offers a practical path to realistic synthesis of mixed-type tabular data, with implications for data imputation, privacy considerations, and potential extensions to other modalities. Overall, TabCascade advances tabular data synthesis by effectively handling mixed-type features and missing values through a principled cascaded, conditional generation strategy.
Abstract
Advances in generative modeling have recently been adapted to tabular data containing discrete and continuous features. However, generating mixed-type features that combine discrete states with an otherwise continuous distribution in a single feature remains challenging. We advance the state-of-the-art in diffusion models for tabular data with a cascaded approach. We first generate a low-resolution version of a tabular data row, that is, the collection of the purely categorical features and a coarse categorical representation of numerical features. Next, this information is leveraged in the high-resolution flow matching model via a novel guided conditional probability path and data-dependent coupling. The low-resolution representation of numerical features explicitly accounts for discrete outcomes, such as missing or inflated values, and therewith enables a more faithful generation of mixed-type features. We formally prove that this cascade tightens the transport cost bound. The results indicate that our model generates significantly more realistic samples and captures distributional details more accurately, for example, the detection score increases by 40%.
