paper-with-me

Papers

Tabular Foundation Models Can Do Survival Analysis

2026-01-29 · Da In Kim, Wei Siang Lai, Kelly W. Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.22259

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Tabular Foundation Models for Clinical Survival Analysis via Survival-Aware Adaptation

2026-06-10 · Minh-Khoi Pham, Luca Cotugno, Alina Sirbu, Tai Tan Mai 외 arxiv

Predicting time-to-event outcomes such as mortality is a fundamental task in clinical decision-making, commonly addressed through survival analysis. While classical statistical and deep learning approaches have been wide…

Transfer Learning

A censoring-aware target interface for tabular foundation models in survival prediction

2026-07-10 · Yue Lyu, Steven H. Lin, Xuelin Huang, Ziyi Li arxiv

Time-to-event prediction from tabular patient data is central to prognosis and biomedical decision support, but right-censored follow-up prevents direct use of ordinary regression labels. Tabular foundation models offer …

Survival In-Context: Amortized Bayesian Survival Analysis via Prior-Fitted Networks

2026-03-31 · Dmitrii Seletkov, Paul Hager, Georgios Kaissis, Rickmer Braren 외 arxiv

Survival analysis is crucial for many medical applications, but remains challenging for modern machine learning due to limited data, censoring, and the heterogeneity of tabular covariates. While the prior-fitted paradigm…

Staying Alive: Uncensored Survival Analysis with Tabular Foundation Models

2026-06-02 · Mariana Vargas Vieyra arxiv

Survival Analysis (SA) is a statistical framework that models the time span until some event of interest occurs. Widely used in several domains, including healthcare and churn prediction, a central challenge in its appli…

TabSurv: Adapting Modern Tabular Neural Networks to Survival Analysis

2026-05-05 · Stanislav Kirpichenko, Andrei Konstantinov, Lev Utkin arxiv

Survival analysis on tabular data is a well-studied problem. However, existing deep learning methods are often highly task-specific, which can limit the transfer of new approaches from other domains and introduce constra…