Tabular Foundation Models Can Do Survival Analysis
Da In Kim, Wei Siang Lai, Kelly W. Zhang
TL;DR
This work tackles right-censoring in survival analysis by reframing time-to-event tasks as a series of binary classifications obtained from discretized time intervals. Using this static and dynamic formulation, pretrained tabular foundation models can perform survival analysis via in-context learning without task-specific training, with consistency guarantees under conditional censoring. The authors prove that minimizing the population binary cross-entropy losses recovers true survival probabilities and demonstrate strong empirical gains across 53 real-world datasets, notably with MITRA and TabPFN, outperforming classical and deep baselines on multiple metrics. The approach offers a data-efficient, scalable pathway to leverage general-purpose tabular models for time-to-event prediction and opens avenues for further enhancements like ranking-focused training and continuous-time extensions.
Abstract
While tabular foundation models have achieved remarkable success in classification and regression, adapting them to model time-to-event outcomes for survival analysis is non-trivial due to right-censoring, where data observations may end before the event occurs. We develop a classification-based framework that reformulates both static and dynamic survival analysis as a series of binary classification problems by discretizing event times. Censored observations are naturally handled as examples with missing labels at certain time points. This classification formulation enables existing tabular foundation models to perform survival analysis through in-context learning without explicit training. We prove that under standard censoring assumptions, minimizing our binary classification loss recovers the true survival probabilities as the training set size increases. We demonstrate through evaluation across $53$ real-world datasets that off-the-shelf tabular foundation models with this classification formulation outperform classical and deep learning baselines on average over multiple survival metrics.
