Keywords: tabular foundation models, knowledge distillation, model compression, clinical fairness
TL;DR: Stratified out-of-fold knowledge distillation transfers tabular foundation models into LightGBM/MLP students that retain 90%+ teacher AUC at 26–49× lower CPU latency, preserving calibration and fairness on 19 healthcare datasets.
Abstract: 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, preserving calibration and fairness critical for health applications. Moreover, multi-teacher averaging does not consistently improve over the best single teacher. Thus leakage-aware distillation is a viable route for bringing TFM-quality predictions into inference-constrained health settings.
Submission Number: 162
Loading