LGJul 28

TabTreeFormer: Tabular Data Generation Using Hybrid Tree-Transformer

arXiv:2501.012169.83 citationsh-index: 17Has Code
Predicted impact top 30% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners generating synthetic tabular data, TabTreeFormer offers a more effective and efficient alternative to existing transformer-based methods.

TabTreeFormer integrates tree-based inductive biases into a transformer architecture for tabular data generation, achieving consistent improvements in utility, fidelity, and privacy across nine datasets, with a 44% performance gain in utility-focused scenarios.

Transformers have shown impressive results in tabular data generation. However, they lack domain-specific inductive biases which are critical for preserving the intrinsic characteristics of tabular data. They also suffer from poor scalability and efficiency due to quadratic computational complexity. In this paper, we propose TabTreeFormer, a hybrid transformer architecture that integrates inductive biases of tree-based models (e.g., non-smoothness and non-rotational invariance) to effectively handle the discrete and weakly correlated features in tabular datasets. To improve numerical fidelity and capture multimodal distributions, we introduce a novel tokenizer that learns token sequences based on the complexity of tabular values. This reduces vocabulary size and sequence length, yielding more compact and efficient representations without sacrificing performance. We evaluate TabTreeFormer on nine diverse datasets, benchmarking against eight generative models. We show that TabTreeFormer consistently outperforms baselines in utility, fidelity, and privacy metrics with competitive efficiency. Notably, in scenarios prioritizing data utility over privacy and efficiency, the best variant of TabTreeFormer delivers a 44% performance gain relative to its baseline variant. Our code is available at: https://github.com/li-jiayu-ljy/tabtreeformer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes