LGAIDec 2, 2025

Robust Tabular Foundation Models

arXiv:2512.03307v11 citationsh-index: 1
Originality Incremental advance
AI Analysis

This work addresses the problem of enhancing robustness and performance in TFMs for structured data applications, representing an incremental advance in adversarial training methods.

The paper tackles the challenge of improving tabular foundation models (TFMs) by introducing an adversarial training framework that adapts synthetic data generators to emphasize challenging datasets, resulting in up to a 6% increase in mean normalized AUC over baselines with minimal additional synthetic data.

The development of tabular foundation models (TFMs) has accelerated in recent years, showing strong potential to outperform traditional ML methods for structured data. A key finding is that TFMs can be pretrained entirely on synthetic datasets, opening opportunities to design data generators that encourage desirable model properties. Prior work has mainly focused on crafting high-quality priors over generators to improve overall pretraining performance. Our insight is that parameterizing the generator distribution enables an adversarial robustness perspective: during training, we can adapt the generator to emphasize datasets that are particularly challenging for the model. We formalize this by introducing an optimality gap measure, given by the difference between TFM performance and the best achievable performance as estimated by strong baselines such as XGBoost, CatBoost, and Random Forests. Building on this idea, we propose Robust Tabular Foundation Models (RTFM), a model-agnostic adversarial training framework. Applied to the TabPFN V2 classifier, RTFM improves benchmark performance, with up to a 6% increase in mean normalized AUC over the original TabPFN and other baseline algorithms, while requiring less than 100k additional synthetic datasets. These results highlight a promising new direction for targeted adversarial training and fine-tuning of TFMs using synthetic data alone.

Foundations

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

Your Notes