Distilling Tabular Foundation Models for Structured Health Data
About
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 to lightweight tabular models through knowledge distillation. Since in-context TFMs condition on the training set at inference time, naive distillation can introduce context leakage; we address this with stratified out-of-fold teacher labeling. Across $19$ healthcare datasets, $6$ TFM teachers, $4$ student families, and several multi-teacher ensembles, we find that distilled students retain at least $90\%$ of teacher AUC, outperforming teachers in some cases, while running at least $26\times$ faster on CPU and preserving calibration and fairness critical for health applications. Moreover, multi-teacher averaging does not consistently improve over the best single teacher. Leakage-aware distillation is thus a viable route for bringing TFM-quality predictions into inference-constrained health settings.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multiclass Classification | Multiclass panel 3 healthcare datasets v1.0 (test) | Macro AUC78.7 | 31 | |
| Binary Classification | binary health datasets avg (test) | AUC0.865 | 29 | |
| Group Fairness | 8 health datasets aggregated across 4 attributes | DP Difference0.104 | 24 | |
| Binary Classification | 16 binary datasets | AUC87.7 | 18 | |
| Binary Classification | 12 binary datasets | ECE5.8 | 15 | |
| Tabular Data Inference | Structured Health Data Average (various) | Latency (ms)3.7 | 13 |