Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RETAIN: An Interpretable Predictive Model for Healthcare using Reverse Time Attention Mechanism

About

Accuracy and interpretability are two dominant features of successful predictive models. Typically, a choice must be made in favor of complex black box models such as recurrent neural networks (RNN) for accuracy versus less accurate but more interpretable traditional models such as logistic regression. This tradeoff poses challenges in medicine where both accuracy and interpretability are important. We addressed this challenge by developing the REverse Time AttentIoN model (RETAIN) for application to Electronic Health Records (EHR) data. RETAIN achieves high accuracy while remaining clinically interpretable and is based on a two-level neural attention model that detects influential past visits and significant clinical variables within those visits (e.g. key diagnoses). RETAIN mimics physician practice by attending the EHR data in a reverse time order so that recent clinical visits are likely to receive higher attention. RETAIN was tested on a large health system EHR dataset with 14 million visits completed by 263K patients over an 8 year period and demonstrated predictive accuracy and computational scalability comparable to state-of-the-art methods such as RNN, and ease of interpretability comparable to traditional models.

Edward Choi, Mohammad Taha Bahadori, Joshua A. Kulas, Andy Schuetz, Walter F. Stewart, Jimeng Sun• 2016

Related benchmarks

TaskDatasetResultRank
Mortality PredictionMIMIC-IV (test)
AUC59.13
43
Readmission Prediction (RA)MIMIC-IV (test)
ROC AUC0.6457
19
Length of Stay Prediction (LOS)MIMIC-IV (test)
ROC AUC72.91
19
Disease predictionMIMIC-IV Tasks @ 5
ROC Change0.46
13
Disease predictionMIMIC-IV Tasks @ 10
ROC0.66
13
Disease predictionMIMIC-IV Tasks @ 25
ROC Score1.41
13
Next-visit Diagnosis (Dx) PredictionMIMIC IV
Recall@520.1
12
Next-visit Laboratory (Lab) PredictionMIMIC IV
Recall@50.055
12
Next-visit Medication (Med) PredictionMIMIC IV
Recall@56.2
12
Next-visit Procedure (Proc) PredictionMIMIC IV
Recall@511.3
12
Showing 10 of 17 rows

Other info

Code

Follow for update