paper-with-me

홈 › Papers

SODEN: A Scalable Continuous-Time Survival Model through Ordinary Differential Equation Networks

2020-08-19 · Weijing Tang, Jiaqi Ma, Qiaozhu Mei, Ji Zhu

In this paper, we propose a flexible model for survival analysis using neural networks along with scalable optimization algorithms. One key technical challenge for directly applying maximum likelihood estimation (MLE) to censored data is that evaluating the objective function and its gradients with respect to model parameters requires the calculation of integrals. To address this challenge, we recognize that the MLE for censored data can be viewed as a differential-equation constrained optimization problem, a novel perspective. Following this connection, we model the distribution of event time through an ordinary differential equation and utilize efficient ODE solvers and adjoint sensitivity analysis to numerically evaluate the likelihood and the gradients. Using this approach, we are able to 1) provide a broad family of continuous-time survival distributions without strong structural assumptions, 2) obtain powerful feature representations using neural networks, and 3) allow efficient estimation of the model in large-scale applications using stochastic gradient descent. Through both simulation studies and real-world data examples, we demonstrate the effectiveness of the proposed method in comparison to existing state-of-the-art deep learning survival analysis models. The implementation of the proposed SODEN approach has been made publicly available at https://github.com/jiaqima/SODEN.

📄 PDF Abstract BibTeX arXiv:2008.08637

Code (1)

jiaqima/soden 공식 구현 pytorch

Tasks

Survival Analysis

Similar Papers 제목 키워드 기반

Fairness in Survival Analysis with Distributionally Robust Optimization

2024-08-31 · Shu Hu, George H. Chen

We propose a general approach for encouraging fairness in survival analysis models based on minimizing a worst-case error across all subpopulations that occur with at least a user-specified probability. This approach can…

FairnessSurvival Analysis

A Low-Cost Neural ODE with Depthwise Separable Convolution for Edge Domain Adaptation on FPGAs

2021-07-27 · Hiroki Kawakami, Hirohisa Watanabe, Keisuke Sugiura, Hiroki Matsutani

High-performance deep neural network (DNN)-based systems are in high demand in edge environments. Due to its high computational complexity, it is challenging to deploy DNNs on edge devices with strict limitations on comp…

Domain Adaptationimage-classificationImage Classification

A Scalable Nonparametric Continuous-Time Survival Model through Numerical Quadrature

2026-05-15 · Chaeyeon Lee, Sehwan Kim, Hyungrok Do arxiv

Flexible continuous-time survival modeling is critical for capturing complex time-varying hazard dynamics in high-dimensional data; however, training such models remains challenging due to the intractable integral requir…

ICTSurF: Implicit Continuous-Time Survival Functions with Neural Networks

2023-12-10 · Chanon Puttanawarut, Panu Looareesuwan, Romen Samuel Wabina, Prut Saowaprut

Survival analysis is a widely known method for predicting the likelihood of an event over time. The challenge of dealing with censored samples still remains. Traditional methods, such as the Cox Proportional Hazards (CPH…

Survival Analysis

Continuous and Discrete-Time Survival Prediction with Neural Networks

2019-10-15 · Håvard Kvamme, Ørnulf Borgan

Application of discrete-time survival methods for continuous-time survival prediction is considered. For this purpose, a scheme for discretization of continuous-time data is proposed by considering the quantiles of the e…

PredictionSurvival AnalysisSurvival Prediction