LGFeb 8, 2022

DeepCENT: Prediction of Censored Event Time via Deep Learning

arXiv:2202.05155v1
Originality Incremental advance
AI Analysis

This work addresses the need for precise time-to-event predictions in medical research, particularly for cancer prognosis, but it is incremental as it builds on existing deep learning frameworks with a modified loss function.

The authors tackled the problem of predicting individual event times from censored data, which existing deep learning methods often avoid by focusing on survival or hazard functions, and demonstrated that DeepCENT achieves competitive performance with a concordance index of 0.75 on cancer datasets.

With the rapid advances of deep learning, many computational methods have been developed to analyze nonlinear and complex right censored data via deep learning approaches. However, the majority of the methods focus on predicting survival function or hazard function rather than predicting a single valued time to an event. In this paper, we propose a novel method, DeepCENT, to directly predict the individual time to an event. It utilizes the deep learning framework with an innovative loss function that combines the mean square error and the concordance index. Most importantly, DeepCENT can handle competing risks, where one type of event precludes the other types of events from being observed. The validity and advantage of DeepCENT were evaluated using simulation studies and illustrated with three publicly available cancer data sets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes