Predicting the Mortality of ICU Patients by Topic Model with Machine-Learning Techniques
Chih-Chou Chiu1, Chung-Min Wu1, Te-Nien Chien2
1Department of Business Management, National Taipei University of Technology, Taipei 106, Taiwan.
Healthcare (Basel, Switzerland)
|June 24, 2022
Summary
This study shows that semi-structured clinical data improves intensive care unit (ICU) patient mortality prediction. The gradient boosting machine learning model demonstrated superior performance in forecasting patient outcomes.
Area of Science:
- * Critical care medicine
- * Health informatics
- * Machine learning in healthcare
Background:
- * Predicting patient vital signs and mortality in intensive care units (ICUs) is crucial for reducing mortality and treatment costs.
- * Electronic health record (EHR) data is commonly used for mortality prediction, but semi-structured data (diagnosis, reports) is underutilized.
- * Early mortality prediction can significantly aid clinical decision-making in ICUs.
Purpose of the Study:
- * To investigate the utility of semi-structured clinical data for predicting ICU patient mortality.
- * To compare the performance of various machine learning models in mortality prediction using this data.
- * To identify the most effective model for developing a clinical decision support system.
Main Methods:
- * Utilized data from the Medical Information Mart for Intensive Care III (MIMIC-III) database, including 46,520 ICU patients.
- * Employed Latent Dirichlet Allocation (LDA) to classify topics within semi-structured data (diagnosis, inspection reports).
- * Compared five machine learning models: Classification and Regression Trees (CART), Logistic Regression (LR), Multivariate Adaptive Regression Splines (MARS), Random Forest (RF), and Gradient Boosting (GB).
Main Results:
- * Semi-structured clinical data contains valuable information for critical clinical decisions.
- * The Gradient Boosting (GB) model achieved the highest Area Under the Receiver Operating Characteristic Curve (AUROC) at 0.9280, with 93.16% specificity and 83.25% sensitivity.
- * Other models showed strong performance: RF (AUROC 0.9096), LR (AUROC 0.8987), MARS (AUROC 0.8935), and CART (AUROC 0.8511).
Conclusions:
- * Semi-structured clinical data significantly enhances the prediction of ICU patient mortality.
- * The Gradient Boosting model is the most effective among the tested machine learning algorithms for this task.
- * Findings can inform the development of a clinically useful decision support system for ICUs.
Related Concept Videos
Kaplan-Meier Approach
252
The Kaplan-Meier estimator is a non-parametric method used to estimate the survival function from time-to-event data. In medical research, it is frequently employed to measure the proportion of patients surviving for a certain period after treatment. This estimator is fundamental in analyzing time-to-event data, making it indispensable in clinical trials, epidemiological studies, and reliability engineering. By estimating survival probabilities, researchers can evaluate treatment effectiveness,...
252
Actuarial Approach
131
The actuarial approach, a statistical method originally developed for life insurance risk assessment, is widely used to calculate survival rates in clinical and population studies. This method accounts for participants lost to follow-up or those who die from causes unrelated to the study, ensuring a more accurate representation of survival probabilities.
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
Consider the example of a high-risk surgical procedure with significant early-stage mortality. A two-year clinical study is conducted,...
131
Cancer Survival Analysis
442
Cancer survival analysis focuses on quantifying and interpreting the time from a key starting point, such as diagnosis or the initiation of treatment, to a specific endpoint, such as remission or death. This analysis provides critical insights into treatment effectiveness and factors that influence patient outcomes, helping to shape clinical decisions and guide prognostic evaluations. A cornerstone of oncology research, survival analysis tackles the challenges of skewed, non-normally...
442
Introduction To Survival Analysis
382
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
The primary goal of survival analysis is to estimate survival time—the time...
382
Steps in Outbreak Investigation
184
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
184


