Abstract
Intensive-Care-Units (ICUs) are time-critical, and sufficient reaction time is crucial. Previous studies of systems for alerting life-threatening events in the ICU, suffer from “immediate” events bias. In this research, we present a new approach for outcome prediction in ICU admissions, which takes into consideration the constraint of an advance notice of a predicted outcome. We showcase the approach over mortality and sepsis-3 predictions and compare it to existing approaches. We’ve created a set of Neural Network models that implement and evaluate the existing and the suggested approaches using the MIMIC-III data. We show that the performance is affected significantly when enforcing a notice period for mortality prediction, but not affected for sepsis-3 prediction. Further, we examine whether models need to be trained for a specific notice period, or whether the approach could be incorporated at the evaluation level. We found that adding notice enforcement post-model training, has no significant performance loss compared to incorporating the notice period during training, within the bounds of the trained lookahead. The concept of adding Alert-Interval could be applied to other clinical scenarios, where having advance notice is essential.
Access this chapter
Tax calculation will be finalised at checkout
Purchases are for personal use only
Similar content being viewed by others
References
Johnson, A.E.W., et al.: MIMIC-III, a freely accessible critical care database. Sci. Data. 3, 160035 (2016). https://doi.org/10.1038/sdata.2016.35
Fu, L.-H., et al.: Development and validation of early warning score system: a systematic literature review. J. Biomed. Inform. 105, 103410 (2020). https://doi.org/10.1016/j.jbi.2020.103410
Islam, M., Nasrin, T., Walther, B.A., Wu, C.-C., Yang, H.-C., Li, Y.-C.: Prediction of sepsis patients using machine learning approach: a meta-analysis. Comput. Methods Program. Biomed. 170, 1–9 (2019). https://doi.org/10.1016/j.cmpb.2018.12.027
Ge, W., Huh, J.-W., Park, Y.R., Lee, J.-H., Kim, Y.-H., Turchin, A.: An interpretable ICU mortality prediction model based on logistic regression and recurrent neural networks with LSTM units. In: AMIA Annual Symposium Proceedings, vol. 2018, pp. 460–469 (2018)
Awad, A., Bader-El-Den, M., McNicholas, J., Briggs, J.: Early hospital mortality prediction of intensive care unit patients using an ensemble learning approach. Int. J. Med. Inform. 108, 185–195 (2017). https://doi.org/10.1016/j.ijmedinf.2017.10.002
Zhu, Y., Fan, X., Wu, J., Liu, X., Shi, J., Wang, C.: Predicting ICU mortality by supervised bidirectional LSTM networks, 12 (2018)
Barton, C., et al.: Evaluation of a machine learning algorithm for up to 48-hour advance prediction of sepsis using six vital signs. Comput. Biol. Med. 109, 79–84 (2019). https://doi.org/10.1016/j.compbiomed.2019.04.027
Yu, K., Zhang, M., Cui, T., Hauskrecht, M.: Monitoring ICU mortality risk with a long short-term memory recurrent neural network. In: Pacific Symposium Biocomputing, vol. 25, pp. 103–114 (2020)
Desautels, T., et al.: Prediction of sepsis in the intensive care unit with minimal electronic health record data: a machine learning approach. JMIR Med. Inform. 4, e28 (2016). https://doi.org/10.2196/medinform.5909
Johnson, A.E.W., Mark, R.G.: Real-time mortality prediction in the Intensive Care Unit. In: AMIA Annual Symposium Proceedings, vol. 2017, pp. 994–1003 (2018)
An Interpretable Machine Learning Model for Accurate Prediction of Sepsis in the ICU. - Abstract - Europe PMC. https://europepmc.org/article/PMC/5851825. Accessed 03 Sep 2020
Mao, Q., et al.: Multicentre validation of a sepsis prediction algorithm using only vital sign data in the emergency department, general ward and ICU. BMJ Open 8, e017833 (2018). https://doi.org/10.1136/bmjopen-2017-017833
Shashikumar, S.P., Li, Q., Clifford, G.D., Nemati, S.: Multiscale network representation of physiological time series for early prediction of sepsis. Physiol. Meas. 38, 2235–2248 (2017). https://doi.org/10.1088/1361-6579/aa9772
Goldstein, B.A., Pencina, M.J., Montez-Rath, M.E., Winkelmayer, W.C.: Predicting mortality over different time horizons: which data elements are needed? J. Am. Med. Inform. Assoc. 24, 176–181 (2017). https://doi.org/10.1093/jamia/ocw057
van Wyk, F., Khojandi, A., Mohammed, A., Begoli, E., Davis, R.L., Kamaleswaran, R.: A minimal set of physiomarkers in continuous high frequency data streams predict adult sepsis onset earlier. Int. J. Med. Inform. 122, 55–62 (2019). https://doi.org/10.1016/j.ijmedinf.2018.12.002
Schvetz, M., Fuchs, L., Novack, V., Moskovitch, R.: Outcomes prediction in longitudinal data: study designs evaluation, use case in ICU acquired sepsis. J. Biomed. Inform. 117, 103734 (2021). https://doi.org/10.1016/j.jbi.2021.103734
Wong, A., et al.: External validation of a widely implemented proprietary sepsis prediction model in hospitalized patients. JAMA Intern. Med. 181, 1065–1070 (2021). https://doi.org/10.1001/jamainternmed.2021.2626
Author information
Authors and Affiliations
Corresponding author
Editor information
Editors and Affiliations
Appendix A
Appendix A
We demonstrate here the difference between the Area Under the Curve (AUC) and Weighted AUC (WAUC) metrics used in the paper, using a simplified example. We define a negative window as period of time when the outcome of interest was not observed (e.g., the patient didn’t die during this window) and a positive window as a time-window when the outcome of interest was observed. Our example composed of 3 admitted patients and two potential models with the following attributes:
-
Patient-0 has a single positive prediction-window (to enable ROC AUC calculation).
-
Patient-1 has 4 negative prediction-windows.
-
Patient-2 has 20 negative prediction-windows
-
Both models are correct on Patient-0’s prediction.
-
Model-1 is mistaken in 2 prediction-windows of patient-1 (50% mistake rate) and correct in the rest of the prediction-windows.
-
Model-2 is mistaken in 2 of the prediction-windows for patient-2 (10% mistake rate) and correct in the rest of the prediction-windows.
-
When calculating the AUC or WAUC, the models’ mistaken prediction-windows are given the highest prediction-score and the rest of the prediction-windows are given prediction-scores in a correct order according to their labels.
In such a case, the standard AUC metric will be indifferent regarding which model to choose (both AUC scores are 0.92), as number of mistaken prediction-windows are similar to both models and it doesn’t matter for which admission the mistakes were made. However, when weighting each admission equally (looking on the quality of prediction per admission), model-2 outperformed model-1 as its achieves an WAUC of 0.95 while model-1 gets only 0.75 (Fig. 3).
Rights and permissions
Copyright information
© 2022 The Author(s), under exclusive license to Springer Nature Switzerland AG
About this paper
Cite this paper
Hermelin, T., Singer, P., Rappoport, N. (2022). Improving Prediction Models’ Propriety in Intensive-Care Unit, by Enforcing an Advance Notice Period. In: Michalowski, M., Abidi, S.S.R., Abidi, S. (eds) Artificial Intelligence in Medicine. AIME 2022. Lecture Notes in Computer Science(), vol 13263. Springer, Cham. https://doi.org/10.1007/978-3-031-09342-5_16
Download citation
DOI: https://doi.org/10.1007/978-3-031-09342-5_16
Published:
Publisher Name: Springer, Cham
Print ISBN: 978-3-031-09341-8
Online ISBN: 978-3-031-09342-5
eBook Packages: Computer ScienceComputer Science (R0)