TabSurv: Adapting Modern Tabular Neural Networks to Survival Analysis

arXiv stat.ML / 5/6/2026

💬 OpinionIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • The paper introduces TabSurv, a method for adapting modern tabular neural network architectures to survival analysis using either Weibull distribution modeling or non-parametric survival prediction.
  • TabSurv trains with SurvHL, a new histogram-based loss function designed to support censored data.
  • It includes a baseline feed-forward model and a deep ensemble of MLPs, where ensemble members are trained in parallel to improve diversity before averaging predictions.
  • Across 10 diverse real-world survival datasets, TabSurv shows consistent average gains over classical and deep learning baselines such as RSF, DeepSurv, DeepHit, and SurvTRACE.
  • The best average C-index ranking comes from deep ensembles using Weibull parametrization rather than non-parametric modeling, and the authors release the implementation publicly.

Abstract

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 constraints that may affect performance. We propose TabSurv, an approach that adapts modern tabular architectures to survival analysis using either the Weibull distribution or non-parametric survival prediction. TabSurv optimizes SurvHL, a novel histogram loss function supporting censored data. In addition to a baseline feed-forward network, we implement deep ensembles of MLPs for survival analysis within TabSurv. In contrast to prior work, the ensemble components are trained in parallel, optimizing survival distribution parameters before averaging, which promotes diversity across ensemble component predictions. We perform a comprehensive empirical evaluation of different proposed architectures on 10 diverse real-world survival datasets. Our results show that TabSurv consistently outperforms on average established classical and deep learning baselines, such as RSF, DeepSurv, DeepHit, SurvTRACE. Notably, deep ensembles with Weibull parametrization instead of non-parametric models achieve the highest average rank by C-index. Overall, our study clarifies how modern tabular neural networks can be adapted and trained to tackle survival analysis problems, offering a strong and reliable approach. The TabSurv implementation is publicly available.