Flow Matching for Tabular Data Synthesis
Abstract
Synthetic data generation is an important tool for privacy-preserving data sharing. Although diffusion models have set recent benchmarks, flow matching (FM) offers a promising alternative. This paper presents different ways to implement FM for tabular data synthesis. We provide a comprehensive empirical study that compares flow matching (FM and variational FM) with a state-of-the-art diffusion method (TabDDPM and TabSyn) in tabular data synthesis. We evaluate both the standard Optimal Transport (OT) and the Variance Preserving (VP) probability paths, and also compare deterministic and stochastic samplers -- something possible when learning to generate using \textit{variational} FM -- characterising the empirical relationship between data utility and privacy risk. Our key findings reveal that FM, particularly TabbyFlow, outperforms diffusion baselines. Flow matching methods also achieve better performance with remarkably low function evaluations ($\leq$ 100 steps), offering a substantial computational advantage. The choice of probability path is also crucial, as using the OT is a strong default and more robust to early stopping on average, while VP has potential to produce synthetic data with lower privacy risk. Lastly, our results show that making flows stochastic not only preserves marginal distributions but, in some instances, enables the generation of high utility synthetic data with reduced disclosure risk. The implementation code associated with this paper is publicly available at~\url{https://github.com/rulnasution/tabular-flow-matching}.
Cite
Text
Nasution et al. "Flow Matching for Tabular Data Synthesis." Transactions on Machine Learning Research, 2026.Markdown
[Nasution et al. "Flow Matching for Tabular Data Synthesis." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/nasution2026tmlr-flow/)BibTeX
@article{nasution2026tmlr-flow,
title = {{Flow Matching for Tabular Data Synthesis}},
author = {Nasution, Bahrul Ilmi and Eijkelboom, Floor and Elliot, Mark and Allmendinger, Richard and Naesseth, Christian A.},
journal = {Transactions on Machine Learning Research},
year = {2026},
url = {https://mlanthology.org/tmlr/2026/nasution2026tmlr-flow/}
}