paper-with-me

Papers

Countdown Regression: Sharp and Calibrated Survival Predictions

2018-06-21 · Anand Avati, Tony Duan, Sharon Zhou, Kenneth Jung, Nigam H. Shah, Andrew Ng

Probabilistic survival predictions from models trained with Maximum Likelihood Estimation (MLE) can have high, and sometimes unacceptably high variance. The field of meteorology, where the paradigm of maximizing sharpness subject to calibration is popular, has addressed this problem by using scoring rules beyond MLE, such as the Continuous Ranked Probability Score (CRPS). In this paper we present the \emph{Survival-CRPS}, a generalization of the CRPS to the survival prediction setting, with right-censored and interval-censored variants. We evaluate our ideas on the mortality prediction task using two different Electronic Health Record (EHR) data sets (STARR and MIMIC-III) covering millions of patients, with suitable deep neural network architectures: a Recurrent Neural Network (RNN) for STARR and a Fully Connected Network (FCN) for MIMIC-III. We compare results between the two scoring rules while keeping the network architecture and data fixed, and show that models trained with Survival-CRPS result in sharper predictive distributions compared to those trained by MLE, while still maintaining calibration.

📄 PDF Abstract BibTeX arXiv:1806.08324

Code (2)

stanfordmlgroup/cdr-mimic 공식 구현
shi-ang/survivaleval

Tasks

Decision MakingMortality PredictionregressionSurvival Prediction

Similar Papers 제목 키워드 기반

Uncertainty Estimation in Cancer Survival Prediction

2020-03-19 · Hrushikesh Loya, Pranav Poduval, Deepak Anand, Neeraj Kumar 외

Survival models are used in various fields, such as the development of cancer treatment protocols. Although many statistical and machine learning models have been proposed to achieve accurate survival predictions, little…

PredictionSurvival PredictionVariational Inference

Calibrated Reliable Regression using Maximum Mean Discrepancy

2020-06-18 · NeurIPS 2020 12 · Peng Cui, Wen-Bo Hu, Jun Zhu

Accurate quantification of uncertainty is crucial for real-world applications of machine learning. However, modern deep neural networks still produce unreliable predictive uncertainty, often yielding over-confident predi…

BIG-bench Machine LearningPrediction Intervalsregression

Modular Conformal Calibration

2022-06-23 · Charles Marx, Shengjia Zhao, Willie Neiswanger, Stefano Ermon

Uncertainty estimates must be calibrated (i.e., accurate) and sharp (i.e., informative) in order to be useful. This has motivated a variety of methods for recalibration, which use held-out data to turn an uncalibrated mo…

regression

Isotonic Survival Regression: Calibrated Survival Distributions from Deep Cox Models

2026-05-15 · Anchit Jain, Kevin Zhang, Stephen Bates arxiv

Time-to-event data is widespread across the life sciences and engineering, but it is typically encountered together with censoring, which complicates the application of standard machine learning methods. Deep Cox models …

SurvPFN: Towards Foundation Models for Survival Predictions

2026-06-03 · Samuel Böhm, Lennart Purucker, Frank Hutter, Pascal Schlosser arxiv

Tabular foundation models (TFMs) have made rapid progress in standard classification and regression, but time-to-event survival prediction tasks have remained largely untouched. Unlike in standard regression tasks, survi…

Feature Engineering