paper-with-me

Papers

CenTime: Event-Conditional Modelling of Censoring in Survival Analysis

2023-09-07 · Ahmed H. Shahin, An Zhao, Alexander C. Whitehead, Daniel C. Alexander, Joseph Jacob, David Barber

Survival analysis is a valuable tool for estimating the time until specific events, such as death or cancer recurrence, based on baseline observations. This is particularly useful in healthcare to prognostically predict clinically important events based on patient data. However, existing approaches often have limitations; some focus only on ranking patients by survivability, neglecting to estimate the actual event time, while others treat the problem as a classification task, ignoring the inherent time-ordered structure of the events. Furthermore, the effective utilization of censored samples - training data points where the exact event time is unknown - is essential for improving the predictive accuracy of the model. In this paper, we introduce CenTime, a novel approach to survival analysis that directly estimates the time to event. Our method features an innovative event-conditional censoring mechanism that performs robustly even when uncensored data is scarce. We demonstrate that our approach forms a consistent estimator for the event model parameters, even in the absence of uncensored data. Furthermore, CenTime is easily integrated with deep learning models with no restrictions on batch size or the number of uncensored samples. We compare our approach with standard survival analysis methods, including the Cox proportional-hazard model and DeepHit. Our results indicate that CenTime offers state-of-the-art performance in predicting time-to-death while maintaining comparable ranking performance. Our implementation is publicly available at https://github.com/ahmedhshahin/CenTime.

📄 PDF Abstract BibTeX arXiv:2309.03851

Code (2)

ahmedhshahin/CenTime 공식 구현 pytorch
ahmedhshahin/ipfsurv pytorch

Tasks

Survival Analysis

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Bipartite Patient-Modality Graph Learning with Event-Conditional Modelling of Censoring for Cancer Survival Prediction

2025-07-22 · Hailin Yue, Hulin Kuang, Jin Liu, Junjian Li 외 arxiv

Accurately predicting the survival of cancer patients is crucial for personalized treatment. However, existing studies focus solely on the relationships between samples with known survival risks, without fully leveraging…

Graph Learning

Copula-Based Deep Survival Models for Dependent Censoring

2023-06-20 · Ali Hossein Gharari Foomani, Michael Cooper, Russell Greiner, Rahul G. Krishnan

A survival dataset describes a set of instances (e.g. patients) and provides, for each, either the time until an event (e.g. death), or the censoring time (e.g. when lost to follow-up - which is a lower bound on the time…

Survival AnalysisSurvival Prediction

Conformalized Survival Analysis

2021-03-17 · Emmanuel J. Candès, Lihua Lei, Zhimei Ren

Existing survival analysis techniques heavily rely on strong modelling assumptions and are, therefore, prone to model misspecification errors. In this paper, we develop an inferential method based on ideas from conformal…

Conformal PredictionPrediction IntervalsSurvival AnalysisSurvival Prediction+1

Survival Estimation for Missing not at Random Censoring Indicators based on Copula Models

2020-09-03 · Mikael Escobar-Bach, Olivier Goudet

In the presence of right-censored data with covariates, the conditional Kaplan-Meier estimator (also known as the Beran estimator) consistently estimates the conditional survival function of the random follow-up for the …

SDPM: Survival Diffusion Probabilistic Model for Continuous-Time Survival Analysis

2026-05-21 · Stanislav R. Kirpichenko, Andrei V. Konstantinov, Lev V. Utkin arxiv

Survival analysis aims to estimate a time-to-event distribution from data with censored observations. Many existing methods either impose structural assumptions on the hazard function or discretize the time axis, which m…