Graph Neural Networks for Heart Failure Prediction on an EHR-Based Patient Similarity Graph
Heloisa Oss Boll, Ali Amirahmadi, Amira Soliman, Stefan Byttner, Mariana Recamonde-Mendoza

TL;DR
This paper presents a novel graph neural network approach using a patient similarity graph derived from EHR data to predict heart failure, demonstrating improved interpretability and performance over baseline models.
Contribution
Introduces a GNN-based method with a Graph Transformer for heart failure prediction using EHR-derived patient similarity graphs, enhancing interpretability and accuracy.
Findings
GT model achieved the highest performance metrics.
Graph-based models improved interpretability of predictions.
GNNs effectively captured complex patient relationships in EHR data.
Abstract
Objective: In modern healthcare, accurately predicting diseases is a crucial matter. This study introduces a novel approach using graph neural networks (GNNs) and a Graph Transformer (GT) to predict the incidence of heart failure (HF) on a patient similarity graph at the next hospital visit. Materials and Methods: We used electronic health records (EHR) from the MIMIC-III dataset and applied the K-Nearest Neighbors (KNN) algorithm to create a patient similarity graph using embeddings from diagnoses, procedures, and medications. Three models - GraphSAGE, Graph Attention Network (GAT), and Graph Transformer (GT) - were implemented to predict HF incidence. Model performance was evaluated using F1 score, AUROC, and AUPRC metrics, and results were compared against baseline algorithms. An interpretability analysis was performed to understand the model's decision-making process. Results: The…
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
TopicsBrain Tumor Detection and Classification · Artificial Intelligence in Healthcare
MethodsAttention Is All You Need · Residual Connection · Softmax · Adam · Label Smoothing · Dropout · Dense Connections · Laplacian EigenMap · Laplacian Positional Encodings · Linear Layer
