Related Experiment Videos
Survival prediction from neural parametrization of diffusive processes.
Alessio Cristofoletto1, Cesare Rollo2, Giovanni Birolo2
1Bocconi University, Department of Computing Sciences, Milano, Italy.
Physical Review. E
|June 19, 2026
Summary
We present DeepFHT, a novel survival analysis framework using deep learning and stochastic processes. It accurately models time-to-event data, offering interpretable, physics-based insights into risk factors.
Area of Science:
- Computational biology
- Statistical modeling
- Machine learning
Background:
- Survival analysis is crucial for predicting time-to-event outcomes.
- Existing methods like Cox regression have limitations in capturing complex, time-varying risk.
- Deep learning offers powerful predictive capabilities but often lacks interpretability.
Purpose of the Study:
- To introduce DeepFHT, a new survival analysis framework.
- To integrate deep neural networks with first hitting time (FHT) distributions from stochastic process theory.
- To provide a physics-based, interpretable model for survival phenomena.
Main Methods:
- Developed DeepFHT, coupling deep neural networks with FHT distributions.
- Represented time-to-event as a latent diffusion process reaching an absorbing boundary.
- Utilized neural networks to map input variables to FHT process parameters (initial condition, drift, diffusion).
- Employed Brownian motion (with and without drift) as an example FHT process.
Main Results:
- DeepFHT achieved predictive accuracy comparable to state-of-the-art methods (Cox regression, DeepHit).
- The framework provides closed-form survival and hazard functions.
- It effectively captures time-varying risk without the proportional hazards assumption.
- The physics-based parametrization offers interpretable insights into feature-risk relationships.
Conclusions:
- DeepFHT offers a principled approach to survival analysis by combining stochastic processes and deep learning.
- The method provides both high predictive accuracy and interpretable, physics-based modeling.
- This framework advances the modeling of survival phenomena in complex systems.
Related Concept Videos
Parametric Survival Analysis: Weibull and Exponential Methods
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
Assumptions of Survival Analysis
Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
Physiological Pharmacokinetic Models: Blood Flow-Limited Versus Diffusion-Limited Models
Physiological pharmacokinetic models, often called flow-limited or perfusion models, typically assume a swift drug distribution between tissue and venous blood, creating a rapid drug equilibrium. This premise is based on the idea that drug diffusion is extremely fast, and the cell membrane presents no barrier to drug permeation. In this scenario, where no drug binding occurs, the drug concentration in the tissue equals that of the venous blood leaving the tissue. This greatly simplifies the...
Model Approaches for Pharmacokinetic Data: Distributed Parameter Models
Pharmacokinetic models are mathematical constructs that represent and predict the time course of drug concentrations in the body, providing meaningful pharmacokinetic parameters. These models are categorized into compartment, physiological, and distributed parameter models.
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
The distributed parameter models are specifically designed to account for variations and differences in some drug classes. This model is particularly useful for assessing regional concentrations of anticancer or...
Introduction To Survival Analysis
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time until a...
The primary goal of survival analysis is to estimate survival time—the time until a...
Survival Tree
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a survival tree begins...
Building a Survival Tree
Constructing a survival tree begins...