paper-with-me

Papers

Sepsis Prediction Using Graph Convolutional Networks over Patient-Feature-Value Triplets

2025-12-05 · Bozhi Dan, Di Wu, Ji Xu, Xiang Liu, Yiziting Zhu, Xin Shu, Yujie Li, Bin Yi arxiv

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 how much". In a retrospective, multi-center Chinese cohort (N = 648; 70/30 train-test split) drawn from three tertiary hospitals, Triplet-GCN consistently outperforms strong tabular baselines (KNN, SVM, XGBoost, Random Forest) across discrimination and balanced error metrics, yielding a more favorable sensitivity-specificity trade-off and improved overall utility for early warning. These findings indicate that encoding EHR as triplets and propagating information over a patient-feature graph produce more informative patient representations than feature-independent models, offering a simple, end-to-end blueprint for deployable sepsis risk stratification.

📄 PDF Abstract BibTeX arXiv:2512.05416

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sepsis Prediction with Temporal Convolutional Networks

2022-05-31 · Xing Wang, Yuntian He

We design and implement a temporal convolutional network model to predict sepsis onset. Our model is trained on data extracted from MIMIC III database, based on a retrospective analysis of patients admitted to intensive …

Binary ClassificationPrediction

Integrating Physiological Time Series and Clinical Notes with Transformer for Early Prediction of Sepsis

2022-03-28 · Yuqing Wang, Yun Zhao, Rachael Callcut, Linda Petzold

Sepsis is a leading cause of death in the Intensive Care Units (ICU). Early detection of sepsis is critical for patient survival. In this paper, we propose a multimodal Transformer model for early sepsis prediction, usin…

ICU AdmissionTime SeriesTime Series Analysis

Early Prediction of Mortality in Critical Care Setting in Sepsis Patients Using Structured Features and Unstructured Clinical Notes

2021-11-09 · Jiyoung Shin, Yikuan Li, Yuan Luo

Sepsis is an important cause of mortality, especially in intensive care unit (ICU) patients. Developing novel methods to identify early mortality is critical for improving survival outcomes in sepsis patients. Using the …

Disparities in Social Determinants among Performances of Mortality Prediction with Machine Learning for Sepsis Patients

2021-12-15 · Hanyin Wang, Yikuan Li, Andrew Naidech, Yuan Luo

Background Sepsis is one of the most life-threatening circumstances for critically ill patients in the US, while a standardized criteria for sepsis identification is still under development. Disparities in social determi…

BIG-bench Machine LearningDiagnosticMortality Prediction

Accuracy of the Epic Sepsis Prediction Model in a Regional Health System

2019-02-19 · Tellen Bennett, Seth Russell, James King, Lisa Schilling 외

Interest in an electronic health record-based computational model that can accurately predict a patient's risk of sepsis at a given point in time has grown rapidly in the last several years. Like other EHR vendors, the E…

regression