Predicting ICU Mortality by Supervised Bidirectional LSTM Networks

Abstract

Mortality prediction in the Intensive Care Unit (ICU) is considered as one of critical steps for the treatment of patients in serious condition. It is a big challenge to model time-series variables for mortality prediction in ICU, because physiological variables such as heart rate and blood pressure are sampled with inconsistent time frequencies. In addition, it is difficult to capture the timing changes of clinical data and to interpret the prediction result of ICU mortality. To deal with these challenges, in this paper, we propose a novel ICU mortality prediction algorithm combining bidirectional LSTM (Long Short-Term Memory) model with supervised learning. First, we preprocess 37 time-series variables related to patients’ signs. Second, we construct the Bidirectional LSTM model with supervision technique to accurately reflect significant changes in patients’ signs. Finally, we train and evaluate our model using a real-world dataset containing 4,000 ICU patients. Experimental results show that our proposed method can significantly outperform many baseline methods.<br/> © CEUR-WS. All rights reserved.

Cite

Text

Zhu et al. "Predicting ICU Mortality by Supervised Bidirectional LSTM Networks." International Joint Conference on Artificial Intelligence, 2018.

Markdown

[Zhu et al. "Predicting ICU Mortality by Supervised Bidirectional LSTM Networks." International Joint Conference on Artificial Intelligence, 2018.](https://mlanthology.org/ijcai/2018/zhu2018ijcai-predicting/)

BibTeX

@inproceedings{zhu2018ijcai-predicting,
  title     = {{Predicting ICU Mortality by Supervised Bidirectional LSTM Networks}},
  author    = {Zhu, Yao and Fan, Xiaoliang and Wu, Jinzhun and Liu, Xiao and Shi, Jia and Wang, Cheng},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {49-60},
  url       = {https://mlanthology.org/ijcai/2018/zhu2018ijcai-predicting/}
}