ICML 2026poster0 citations

TabICooL: A better, faster, scalable, and open tabular foundation model

Jingang QU, David Holzmüller, Gael Varoquaux, Marine Le Morvan

Abstract

Tabular foundation models, such as TabPFNv2 and TabICL, have recently dethroned gradient-boosted trees at the top of predictive benchmarks, demonstrating the value of in-context learning for tabular data. We introduce TabICooL, a new state-of-the-art foundation model for regression and classification built on three pillars: (1) a novel synthetic data generation engine designed for high pretraining diversity; (2) various architectural innovations, including a new scalable softmax in attention improving generalization to larger datasets without prohibitive long-sequence pretraining; and (3) optimized pretraining protocols, notably replacing AdamW with the Muon optimizer. On the TabArena and TALENT benchmarks, TabICooL without any tuning matches or surpasses the performance of the current state-of-the-art, RealTabPFN-2.5 (hyperparameter-tuned, ensembled, and fine-tuned on real data). With only moderate pretraining compute, TabICooL generalizes effectively to million-scale datasets under 50GB GPU memory while being markedly faster than RealTabPFN-2.5. We provide extensive ablation studies to quantify these contributions and commit to open research by releasing our weights, synthetic data engine, and pretraining code (upon publication).

TransformerOptimizationTheoryBenchmark
BibTeX
@inproceedings{
qu2026tabiclv,
title={Tab{ICL}v2: A Better, Faster, Scalable, and Open Tabular Foundation Model},
author={Jingang QU and David Holzm{\"u}ller and Ga{\"e}l Varoquaux and Marine Le Morvan},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=SxsyLjIfWB}
}