Sepsis Prediction Using Graph Convolutional Networks over Patient-Feature-Value Triplets
Bozhi Dan, Di Wu, Ji Xu, Xiang Liu, Yiziting Zhu, Xin Shu, Yujie Li, Bin Yi

TL;DR
This paper introduces Triplet-GCN, a graph convolutional model that encodes EHR data as patient-feature-value triplets, improving early sepsis detection by leveraging graph-based patient representations.
Contribution
The paper presents a novel triplet-based graph convolutional approach for EHR data, enhancing sepsis prediction accuracy over traditional tabular models.
Findings
Triplet-GCN outperforms baseline models in discrimination metrics.
The model achieves better sensitivity-specificity balance.
Graph-based patient representations improve early warning utility.
Abstract
In the intensive care setting, sepsis continues to be a major contributor to patient illness and death; however, its timely detection is hindered by the complex, sparse, and heterogeneous nature of electronic health record (EHR) data. We propose Triplet-GCN, a single-branch graph convolutional model that represents each encounter as patient-feature-value triplets, constructs a bipartite EHR graph, and learns patient embeddings via a Graph Convolutional Network (GCN) followed by a lightweight multilayer perceptron (MLP). The pipeline applies type-specific preprocessing -- median imputation and standardization for numeric variables, effect coding for binary features, and mode imputation with low-dimensional embeddings for rare categorical attributes -- and initializes patient nodes with summary statistics, while retaining measurement values on edges to preserve "who measured what and by…
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 · Sepsis Diagnosis and Treatment · Artificial Intelligence in Healthcare and Education
