paper-with-me

Papers

Pocket Foundation Models: Distilling TFMs into CPU-Ready Gradient-Boosted Trees

2026-05-18 · Aditya Tanna, Nassim Bouarour, Mohamed Bouadi, Vinay kumar Sankarapu, Pratinav Seth arxiv

A fraud scorer needs to answer in under 2 ms. The best tabular foundation models (TFMs) take 151-1,275 ms on GPU. We close this gap by distilling the TFM offline into an XGBoost or CatBoost student that runs natively on CPU. The central obstacle is specific to in-context learning (ICL) teachers: they leak labels when scoring their own training set, so the soft targets collapse to near-one-hot vectors with no inter-class structure left to distill. Stratified out-of-fold (OOF) teacher labeling prevents this. Across 153 classification datasets drawn from TALENT, OpenML-CC18, TabZilla, and TabArena, distilling TabICLv2 into XGBoost gives 0.882 macro-mean AUC (96.5% of teacher AUC) at 1.9 ms on CPU, a 38x to 860x speedup across teacher-student pairs with a statistically significant edge over a tuned CatBoost baseline (Wilcoxon p = 0.0008; 51% win rate). Four further findings: teacher rank transfers exactly to student rank; gains concentrate on low-dimensional data (< 21 features: +0.011 over CatBoost vs. >21 features: +0.001); multi-teacher averaging helps MLP students (+0.006, p = 0.003) but adds less than 0.001 for tree students; and on high-dimensional tasks where the teacher itself trails CatBoost, distillation makes things worse rather than better. The full pipeline is open-sourced as part of the TabTune library.

📄 PDF Abstract BibTeX arXiv:2605.18654

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Distilling Tabular Foundation Models for Structured Health Data

2026-05-18 · Aditya Tanna, Nassim Bouarour, Mohamed Bouadi, Vinay Kumar Sankarapu 외 arxiv

Tabular foundation models (TFMs) achieve strong performance on health datasets, but their inference cost and infrastructure requirements limit practical use. We study whether their predictive behavior can be transferred …

Knowledge Distillation

Exploring Fine-Tuning for Tabular Foundation Models

2026-01-14 · Aditya Tanna, Pratinav Seth, Mohamed Bouadi, Vinay Kumar Sankarapu arxiv

Tabular Foundation Models (TFMs) have recently shown strong in-context learning capabilities on structured data, achieving zero-shot performance comparable to traditional machine learning methods. We find that zero-shot …

Spatio-Temporal Trajectory Foundation Model - Recent Advances and Future Directions

2025-11-25 · Sean Bin Yang, Ying Sun, Yunyao Cheng, Yan Lin 외 arxiv

Foundation models (FMs) have emerged as a powerful paradigm, enabling a diverse range of data analytics and knowledge discovery tasks across scientific fields. Inspired by the success of FMs, particularly large language …

Empirical Evaluation of Out-Of-Distribution Performance of Tabular Foundation Models

2026-07-28 · Malena Loza, David Chushig-Muzo, Eva Milara, Luis Bote-Curiel 외 arxiv

Tabular Foundation Models (TFMs) have emerged as novel approaches for tabular predictive tasks, demonstrating competitive predictive performance to ensemble tree-based models. Most TFMs are trained and evaluated on indep…

Data Presentation Over Architecture: Resampling Strategies for Credit Risk Prediction with Tabular Foundation Models

2026-05-18 · Aditya Tanna, Mitul Solanki, Mohamed Bouadi, Nassim Bouarour 외 arxiv

Credit default prediction is a tabular learning problem with severe class imbalance, heterogeneous features, and tight latency budgets. Tabular Foundation Models (TFMs) approach this problem through in-context learning, …