Predicting 30-Day Hospital Readmission in Medicare Patients: Insights from an LSTM Deep Learning Model
Xintao Li, Sibei Liu, Dezhi Yu, Yang Zhang, Xiaoyu Liu

TL;DR
This study demonstrates that LSTM deep learning models, which capture temporal patient data, outperform traditional methods in predicting 30-day hospital readmissions among Medicare patients, aiding early intervention strategies.
Contribution
The paper introduces an LSTM-based approach for readmission prediction that effectively models temporal dynamics, improving accuracy over baseline models like logistic regression.
Findings
LSTM outperforms logistic regression in readmission prediction
Key features include Charlson Comorbidity Index and recent hospitalizations
Temporal data modeling enhances prediction accuracy
Abstract
Readmissions among Medicare beneficiaries are a major problem for the US healthcare system from a perspective of both healthcare operations and patient caregiving outcomes. Our study analyzes Medicare hospital readmissions using LSTM networks with feature engineering to assess feature contributions. We selected variables from admission-level data, inpatient medical history and patient demography. The LSTM model is designed to capture temporal dynamics from admission-level and patient-level data. On a case study on the MIMIC dataset, the LSTM model outperformed the logistic regression baseline, accurately leveraging temporal features to predict readmission. The major features were the Charlson Comorbidity Index, hospital length of stay, the hospital admissions over the past 6 months, while demographic variables were less impactful. This work suggests that LSTM networks offers a more…
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 · Chronic Disease Management Strategies
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Logistic Regression
