English

Ensembling Tabular Foundation Models - A Diversity Ceiling And A Calibration Trap

Machine Learning 2026-05-19 v1 Artificial Intelligence

Abstract

Tabular foundation models (TFMs) now match or beat tuned gradient-boosted trees on a growing fraction of tabular tasks, but no single TFM wins on every dataset. Ensembling is the go to fix here, and it works less well than expected. Six modern TFMs form a near-redundant pool: their mean pairwise Q-statistic is 0.9610.961, close enough to 11 that any convex combination is bounded above. We benchmark six ensemble strategies over six TFMs on 153 OpenML classification tasks. The best ensemble, two-level cascade stacking, buys +0.18%+0.18\% accuracy over the strongest single TFM at 253×253\times the compute. A Friedman and Nemenyi analysis places three ensembles and the best base TFM in a single equivalence group; three other ensembles are significantly \emph{worse} than the best base. Stacking with a logistic-regression meta-learner is the most striking case: competitive accuracy and ROC-AUC, the worst log-loss rank among the ensembles. The meta-learner improves accuracy by sharpening class boundaries, which destroys calibration. We recommend greedy selection as the practical default.

Keywords

Cite

@article{arxiv.2605.18696,
  title  = {Ensembling Tabular Foundation Models - A Diversity Ceiling And A Calibration Trap},
  author = {Aditya Tanna and Yash Desai and Pratinav Seth and Mohamed Bouadi and Nassim Bouarour and Vinay Kumar Sankarapu},
  journal= {arXiv preprint arXiv:2605.18696},
  year   = {2026}
}
R2 v1 2026-07-22T07:19:42.556Z