Advances in Prediction of Readmission Rates Using Long Term Short Term Memory Networks on Healthcare Insurance Data
Shuja Khalid, Francisco Matos, Ayman Abunimer, Joel Bartlett, Richard, Duszak, Michal Horny, Judy Gichoya, Imon Banerjee, Hari Trivedi

TL;DR
This paper presents a bi-directional LSTM model that predicts 30-day hospital readmission risk across all patients using insurance data, outperforming traditional methods and highlighting the importance of clinical history.
Contribution
The study introduces a novel LSTM-based approach that leverages insurance data for universal readmission prediction, demonstrating improved accuracy over baseline models.
Findings
LSTM achieved ROC AUC of 0.763 in predicting readmission.
Inclusion of 30-day historical data improved model performance.
LSTM outperformed baseline random forest classifier.
Abstract
30-day hospital readmission is a long standing medical problem that affects patients' morbidity and mortality and costs billions of dollars annually. Recently, machine learning models have been created to predict risk of inpatient readmission for patients with specific diseases, however no model exists to predict this risk across all patients. We developed a bi-directional Long Short Term Memory (LSTM) Network that is able to use readily available insurance data (inpatient visits, outpatient visits, and drug prescriptions) to predict 30 day re-admission for any admitted patient, regardless of reason. The top-performing model achieved an ROC AUC of 0.763 (0.011) when using historical, inpatient, and post-discharge data. The LSTM model significantly outperformed a baseline random forest classifier, indicating that understanding the sequence of events is important for model prediction.…
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
TopicsHeart Failure Treatment and Management · Machine Learning in Healthcare · Chronic Disease Management Strategies
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
