LGMLJul 26, 2021

Uncertainty-Aware Time-to-Event Prediction using Deep Kernel Accelerated Failure Time Models

arXiv:2107.12250v111 citations
Originality Incremental advance
AI Analysis

This work addresses the need for uncertainty-aware predictions in healthcare analytics, offering a computationally efficient solution for time-to-event tasks, though it is incremental in combining existing techniques.

The paper tackles the problem of predicting time-to-event from longitudinal Electronic Health Record data by introducing Deep Kernel Accelerated Failure Time models, which incorporate uncertainty-awareness through a pipeline of a recurrent neural network and a sparse Gaussian Process, resulting in better point estimate performance than baselines on two real-world datasets and improved uncertainty estimates compared to methods like Monte Carlo Dropout.

Recurrent neural network based solutions are increasingly being used in the analysis of longitudinal Electronic Health Record data. However, most works focus on prediction accuracy and neglect prediction uncertainty. We propose Deep Kernel Accelerated Failure Time models for the time-to-event prediction task, enabling uncertainty-awareness of the prediction by a pipeline of a recurrent neural network and a sparse Gaussian Process. Furthermore, a deep metric learning based pre-training step is adapted to enhance the proposed model. Our model shows better point estimate performance than recurrent neural network based baselines in experiments on two real-world datasets. More importantly, the predictive variance from our model can be used to quantify the uncertainty estimates of the time-to-event prediction: Our model delivers better performance when it is more confident in its prediction. Compared to related methods, such as Monte Carlo Dropout, our model offers better uncertainty estimates by leveraging an analytical solution and is more computationally efficient.

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