| Literature DB >> 29630604 |
Cao Xiao1, Tengfei Ma2, Adji B Dieng3, David M Blei3, Fei Wang4.
Abstract
OBJECTIVE: Hospital readmission costs a lot of money every year. Many hospital readmissions are avoidable, and excessive hospital readmissions could also be harmful to the patients. Accurate prediction of hospital readmission can effectively help reduce the readmission risk. However, the complex relationship between readmission and potential risk factors makes readmission prediction a difficult task. The main goal of this paper is to explore deep learning models to distill such complex relationships and make accurate predictions.Entities:
Mesh:
Year: 2018 PMID: 29630604 PMCID: PMC5890980 DOI: 10.1371/journal.pone.0195024
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1An example segment of EHR records, where visits could occur to different locations.
Patients who are re-admitted to “inpatient hospital” within 30 days of their releases from “inpatient hospital” are considered readmissions.
Basic statistics of CHF and synthetic datasets.
| Dataset | Congestive Heart Failure | Synthetic EHR Data |
|---|---|---|
| # patients | 5, 393 | 3, 000 |
| # visits | 455, 106 | 239, 936 |
| # events | 1, 306, 685 | 685, 482 |
| Avg. # of visits per patient | 84.4 | 79.98 |
| Avg. # of events per patient | 242.3 | 228.49 |
| # of unique event codes | 618 | 618 |
Fig 2The CONTENT model.
Performance comparison on CHF data.
CONTENT outperforms Word2vec+LR, Med2vec+LR, GRU, GRU+Word2Vec, and RETAIN on different performance metrics.
| Method | PR-AUC | ROC-AUC | ACC |
|---|---|---|---|
| Word2vec+LR | 0.3445±0.0204 | 0.5360±0.0246 | 0.6828±0.0120 |
| Med2vec+LR | 0.3836±0.0149 | 0.5937±0.0120 | 0.6915±0.0095 |
| GRU | 0.3862±0.0136 | 0.5998±0.0124 | 0.6856±0.0082 |
| GRU+Word2Vec | 0.3430±0.0157 | 0.5616±0.0157 | 0.6731±0.0091 |
| RETAIN | 0.3720±0.0148 | 0.5707±0.0140 | 0.6814±0.0111 |
| CONTENT | 0.3894±0.0153 | 0.6103±0.0130 | 0.6934±0.0090 |
Performance comparison on synthetic data.
CONTENT outperforms Word2vec+LR, Med2vec+LR, GRU, GRU+Word2Vec, and RETAIN on different performance metrics.
| Method | PR-AUC | ROC-AUC | ACC |
|---|---|---|---|
| Word2vec+LR | 0.5155±0.0021 | 0.6040±0.0188 | 0.6229±0.0179 |
| Med2vec+LR | 0.5906±0.0057 | 0.6884±0.0044 | 0.7170±0.0087 |
| GRU | 0.5929±0.0100 | 0.6881±0.0048 | 0.7141±0.0040 |
| GRU+Word2Vec | 0.5907±0.0174 | 0.6836±0.0031 | 0.7117±0.0045 |
| RETAIN | 0.5525±0.0005 | 0.6927±0.0001 | 0.7310±0.0001 |
| CONTENT | 0.6011±0.0191 | 0.6886±0.0074 | 0.7170±0.0069 |
Fig 3Clustering of patient representations.
Fig 4Top clinical events for selected clusters.