TL;DR
This paper introduces Nnet-survival, a scalable neural network-based discrete-time survival model that efficiently handles large datasets, adapts to time-varying effects, and provides accurate survival predictions in medical applications.
Contribution
It presents a novel neural network model for survival analysis that is scalable, flexible, and implemented in Keras, with demonstrated superior performance over existing models.
Findings
Effective on both simulated and real data
Outperforms Cox-nnet and Deepsurv models
Supports large datasets with minibatch SGD
Abstract
There is currently great interest in applying neural networks to prediction tasks in medicine. It is important for predictive models to be able to use survival data, where each patient has a known follow-up time and event/censoring indicator. This avoids information loss when training the model and enables generation of predicted survival curves. In this paper, we describe a discrete-time survival model that is designed to be used with neural networks, which we refer to as Nnet-survival. The model is trained with the maximum likelihood method using minibatch stochastic gradient descent (SGD). The use of SGD enables rapid convergence and application to large datasets that do not fit in memory. The model is flexible, so that the baseline hazard rate and the effect of the input data on hazard probability can vary with follow-up time. It has been implemented in the Keras deep learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsStochastic Gradient Descent
