Predicting Heart Failure Readmission from Clinical Notes Using Deep Learning
Xiong Liu, Yu Chen, Jay Bae, Hu Li, Joseph Johnston, Todd Sanger

TL;DR
This paper presents a deep learning approach using CNNs to predict heart failure readmission from unstructured clinical notes, outperforming traditional models and providing interpretability insights.
Contribution
The study introduces a CNN-based method for predicting readmission from clinical notes and a chi-square test for feature interpretation, enhancing prediction accuracy and clinical understanding.
Findings
CNN achieved F1 scores of 0.756 and 0.733 for general and 30-day readmission.
Deep learning models outperformed random forest models in prediction accuracy.
The interpretability method revealed key clinical features linked to readmission.
Abstract
Heart failure hospitalization is a severe burden on healthcare. How to predict and therefore prevent readmission has been a significant challenge in outcomes research. To address this, we propose a deep learning approach to predict readmission from clinical notes. Unlike conventional methods that use structured data for prediction, we leverage the unstructured clinical notes to train deep learning models based on convolutional neural networks (CNN). We then use the trained models to classify and predict potentially high-risk admissions/patients. For evaluation, we trained CNNs using the discharge summary notes in the MIMIC III database. We also trained regular machine learning models based on random forest using the same datasets. The result shows that deep learning models outperform the regular models in prediction tasks. CNN method achieves a F1 score of 0.756 in general readmission…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Heart Failure Treatment and Management · Artificial Intelligence in Healthcare
MethodsTest
