Papers › An Introduction to Deep Survival Analysis Models for Predicting Time-to-Event Outcomes

An Introduction to Deep Survival Analysis Models for Predicting Time-to-Event Outcomes

1 Oct 2024arXiv:2410.01086archive 2025-07-28

George H. Chen

Many applications involve reasoning about time durations before a critical event happens--also called time-to-event outcomes. When will a customer cancel a subscription, a coma patient wake up, or a convicted criminal reoffend? Time-to-event outcomes have been studied extensively within the field of survival analysis primarily by the statistical, medical, and reliability engineering communities, with textbooks already available in the 1970s and '80s. This monograph aims to provide a reasonably self-contained modern introduction to survival analysis. We focus on predicting time-to-event outcomes at the individual data point level with the help of neural networks. Our goal is to provide the reader with a working understanding of precisely what the basic time-to-event prediction problem is, how it differs from standard regression and classification, and how key "design patterns" have been used time after time to derive new time-to-event prediction models, from classical methods like the Cox proportional hazards model to modern deep learning approaches such as deep kernel Kaplan-Meier estimators and neural ordinary differential equation models. We further delve into two extensions of the basic time-to-event prediction setup: predicting which of several critical events will happen first along with the time until this earliest event happens (the competing risks setting), and predicting time-to-event outcomes given a time series that grows in length over time (the dynamic setting). We conclude with a discussion of a variety of topics such as fairness, causal reasoning, interpretability, and statistical guarantees. Our monograph comes with an accompanying code repository that implements every model and evaluation metric that we cover in detail.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.01086")

Code

Syntology Ran 20 of 24 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 4 ran · honoured contract; 2 ran · our draft was wrong; 14 ran with no contract checked.

By repository: official repository: 24 samples from 2 repositories, 20 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

georgehc/survival-intro officialmentioned in papermentioned on GitHubpytorchNOASSERTION report
georgehc/survival-kernets officialmentioned in papermentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 20 ran; 4 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · honoured contract
2ran · our draft was wrong
14ran
4unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

to_np georgehc/survival-intro/SODEN/utils.py official repository ran · our draft was wrong no licence file found · pointer only · 8c6b999f5a291101 · report
create_nn georgehc/survival-intro/ddh/ddh_torch.py official repository ran licence not identified · pointer only · 52d5f198b90bb262 · report
detach georgehc/survival-intro/SODEN/trainers.py official repository ran fingerprinted licence not identified · pointer only · 7bfce1592a02f7e9 · report
fit_spline georgehc/survival-kernets/auton_survival/models/cmhe/cmhe_utilities.py official repository ran licence not identified · pointer only · b1d4aaf3b715111b · report
func georgehc/survival-kernets/auton_survival/utils.py official repository ran licence not identified · pointer only · 8a71ec1e151548d6 · report
increase_censoring georgehc/survival-kernets/auton_survival/datasets.py official repository ran licence not identified · pointer only · 1da6236015a64aa4 · report
interp_x georgehc/survival-kernets/auton_survival/utils.py official repository ran fingerprinted licence not identified · pointer only · 7ff6e606bed62ed3 · report
longitudinal_loss georgehc/survival-intro/ddh/losses.py official repository ran fingerprinted licence not identified · pointer only · d6a878606f6a3f6f · report
make_net georgehc/survival-intro/SODEN/models.py official repository ran licence not identified · pointer only · 567c99195b85caf2 · report
make_sequential georgehc/survival-intro/SODEN/models.py official repository ran licence not identified · pointer only · f723cd6ace3ba402 · report
my_collate_fn georgehc/survival-intro/SODEN/data.py official repository ran licence not identified · pointer only · bc29d076eaa13d90 · report
negative_log_likelihood georgehc/survival-intro/ddh/losses.py official repository ran licence not identified · pointer only · 69bfc00eeb85b25c · report
one_hot georgehc/survival-intro/survival_kernets/models.py official repository ran fingerprinted licence not identified · pointer only · d87ff0ee47cb77cd · report
partial_ll_loss georgehc/survival-kernets/auton_survival/models/cmhe/cmhe_utilities.py official repository ran licence not identified · pointer only · 102f1425a4917f1d · report
randargmax georgehc/survival-kernets/auton_survival/models/cmhe/cmhe_utilities.py official repository ran licence not identified · pointer only · 27e716aceab3fcaa · report
sample_category georgehc/survival-intro/SODEN/generate_config.py official repository ran · our draft was wrong no licence file found · pointer only · 2380394e460c5784 · report
sample_value georgehc/survival-intro/SODEN/generate_config.py official repository ran · honoured contract no licence file found · pointer only · 1104ebe17294a696 · report
sample_variable georgehc/survival-intro/SODEN/generate_config.py official repository ran · honoured contract no licence file found · pointer only · 6cc8b743622a8f3c · report
squared_pairwise_distances georgehc/survival-kernets/neural_kernel_survival.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · aa4a7d9530f13f53 · report
symmetric_squared_pairwise_distances georgehc/survival-intro/survival_kernets/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · b5d35227baebad44 · report
load_dataset georgehc/survival-intro/datasets.py official repository unverified licence not identified · pointer only · b6d48c9705133e88 · report
load_dataset georgehc/survival-kernets/auton_survival/datasets.py official repository unverified licence not identified · pointer only · d709035f8bc4eade · report
make_layer georgehc/survival-intro/SODEN/models.py official repository unverified licence not identified · pointer only · ca173721c4603ffb · report
ranking_loss georgehc/survival-intro/ddh/losses.py official repository unverified licence not identified · pointer only · 4a96f84d0275b9e5 · report

Tasks

FairnessSurvival AnalysisTime-to-Event Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Focus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections