Predicting Patient Outcomes with Graph Representation Learning
Emma Rocheteau, Catherine Tong, Petar Veli\v{c}kovi\'c, Nicholas Lane,, Pietro Li\`o

TL;DR
This paper introduces LSTM-GNN, a hybrid model that leverages graph neural networks to incorporate relational patient data, improving outcome prediction accuracy in ICU settings over traditional LSTM models.
Contribution
The paper presents a novel hybrid LSTM-GNN model that effectively integrates relational diagnosis data into patient outcome prediction tasks.
Findings
LSTM-GNN outperforms LSTM-only models on ICU length of stay prediction.
Using patient neighborhood information via GNN improves predictive performance.
Exploiting relational data in EHRs is a promising direction for healthcare AI.
Abstract
Recent work on predicting patient outcomes in the Intensive Care Unit (ICU) has focused heavily on the physiological time series data, largely ignoring sparse data such as diagnoses and medications. When they are included, they are usually concatenated in the late stages of a model, which may struggle to learn from rarer disease patterns. Instead, we propose a strategy to exploit diagnoses as relational information by connecting similar patients in a graph. To this end, we propose LSTM-GNN for patient outcome prediction tasks: a hybrid model combining Long Short-Term Memory networks (LSTMs) for extracting temporal features and Graph Neural Networks (GNNs) for extracting the patient neighbourhood information. We demonstrate that LSTM-GNNs outperform the LSTM-only baseline on length of stay prediction tasks on the eICU database. More generally, our results indicate that exploiting…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Healthcare · Topic Modeling · Artificial Intelligence in Healthcare
