<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Predicting ICU Mortality from Heterogeneous Clinical Events with Prior Medical Knowledge</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Lujing Xiao</string-name>
          <email>xiaolujing@stu.xmu.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chuanpan Zheng</string-name>
          <email>zhengchuanpan@stu.xmu.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xiaoliang Fan</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yi Xie</string-name>
          <email>csyxie@xmu.edu.cn</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Rongshan Yu</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Computer Science Department, Xiamen University</institution>
          ,
          <addr-line>Xiamen</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Digital Fujian Institute of Healthcare &amp; Biomedical Big Data Research, Xiamen University</institution>
          ,
          <addr-line>Xiamen</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Fujian Key Laboratory of Sensing and Computing for Smart Cities, Xiamen University</institution>
          ,
          <addr-line>Xiamen</addr-line>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <fpage>55</fpage>
      <lpage>59</lpage>
      <abstract>
        <p>Mortality prediction in Intensive Care Unit (ICU) could assist clinicians to make diagnosis. Many deep learning models have been previously proposed to uncover the high order correlations among heterogeneous clinical events. However, they failed to address the importance of prior medical knowledge from experienced clinicians. In this paper, we propose a novel ICU mortality prediction method called P-BiLSTM, which combines a bidirectional Long Short-Term Memory model with prior medical knowledge of clinicians. In PBiLSTM, we first preprocess general descriptors and heterogeneous temporal events with a sophisticated data completion strategy. After that, we use a weighted block with prior medical knowledge to enhance learning and explainable abilities of deep neural networks. The performance of the proposed method is validated using a real-world dataset containing 37 types of temporal events from 4,000 ICU patients within 48-hour. Experimental results demonstrate that P-BiLSTM outperforms six baseline methods.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Medical diagnosis is a data-intensive and
knowledge-intensive scenario, which requires strong abilities of knowledge
reserving, processing and judgment [He et al., 2019; Ma et
al., 2018]. For instance, clinicians in surgical ICU would pay
attention to indicators such as Platelets. Because when the
number of Platelets sharply reduces, it indicates that patients
may encounter a life threatening issue such as postoperative
bleeding. In contrast with the common-sense knowledge,
clinicians in emergency department might be cautious about
hyperoxia (i.e., using excessive oxygen) among mechanically
ventilated patients. Because hyperoxia will generate toxic
molecular in the blood that could be particularly injurious
[Page et al., 2018]. In short, the lesson learnt from
aforementioned examples is, besides continuous trends reflected from
heterogeneous clinical events, clinicians make diagnoses
largely based on their medical knowledge and experience.
For example, they take into account the certain ICU type of
a patient and underlying considerations accordingly. In
addition, these problems encountered by clinicians are far more
complex in real world cases. Thus, it is urgent to combine
their rich medical knowledge with multiple clinical variables
to make a precise diagnosis for a specific patient.</p>
      <p>Many early works have utilized machine learning methods
[Bhattacharya et al., 2017; Citi and Barbieri, 2012] to
optimize the prediction model with ICU datasets. More recently,
many works tended to focus on mining the high order
correlations among heterogeneous clinical variables, with the
superior learning ability of deep neural networks such as
Convolutional Neural Network (CNN) [Suo et al., 2017], Long
Short-Term Memory (LSTM) [Nguyen et al., 2017] and
many others [Yang et al., 2016; Krizhevsky et al.,2012;
Chung et al., 2018]. However, they failed to address the
importance of prior medical knowledge from experienced
clinicians. In addition, existing works often conduct a
straightforward strategy to deal with the missing data issue from
heterogeneous temporal events. This is problematic since one
causal factor of missing data relies largely on medical
procedures, such as measuring blood pressure hourly, while
collecting urine every 8 hours. As a result, a simple data
completion strategy will inevitably introduce noises that might
interfere with the prediction model.</p>
      <p>To address the aforementioned challenges, we propose a
novel ICU mortality prediction method, named P-BiLSTM,
which combines a bidirectional LSTM (Long Short-Term
Memory) model with prior medical knowledge of
experienced clinicians. First, we choose available general
descriptors and time-series variables as the input of each patient
with a sophisticated data completion strategy. Second, we
design a weighted block with prior medical knowledge to
enhance learning and explainable abilities of deep neural
network model. Finally, we train and evaluate our model on a
real-world dataset containing 37 types of heterogeneous
temporal events from 4,000 ICU patients within 48-hour.
Experimental results demonstrate that our proposed P-BiLSTM
outperforms six baseline methods, including CNN, GRU,
LSTM, BiLSTM, BiGRU and BiLSTM-ST.
Recently, there are plenty deep neural network models to
solve the clinical endpoint prediction problem with their
capacity of mining high order correlations among multiple
clinical variables [Liu et al., 2018]. Convolutional neural
network (CNN) shows strong ability to capture local features to
predicting multiple diseases [Suo et al., 2017]. Later, to
capture longtime characteristics of patients’ records, recurrent
neural networks (RNNs) and its variants [Chung et al., 2014;
Yang et al., 2016; Graves et al., 2005; Gupta et al., 2018] are
applied to predict patients’ health status based on electronic
health records (EHR). Furthermore, Long Short-Term
Memory (LSTM) network [Lipton et al.,2015] and its
variants [Nguyen et al., 2017; Zhu et al., 2018] are used to
classify diagnoses based on massive EHR in pediatric intensive
care units [Johnson et al., 2016]. However, these works failed
to combine rich medical knowledge from experienced
clinicians with heterogeneous clinical events to make diagnoses
and treatments for a specific patient. Instead, we propose a
novel ICU mortality prediction method that not only
enhances the predictive performance, but also makes the
prediction result more explainable.
3</p>
    </sec>
    <sec id="sec-2">
      <title>Preliminary</title>
      <p>In this section, we describe the notation used in this paper,
and the problem definition about a mortality prediction task.</p>
      <sec id="sec-2-1">
        <title>3.1 Notation</title>
        <p>Each patient  is associated with a specific ICUType, a
sequence of heterogeneous events and survival days. ICUType
is a categorical variable that specifies the type of ICU to
which the patient has been admitted. We denote it as a binary
vector ($) ∈ ℝ( using one-hot coding, where  is the
number of ICU types. The sequence of heterogeneous events
contains D numerical variables of length T that reflects the
patient's physiological state. We denote it as ($) ∈ ℝ+×- ,
where .(,$0) ( = 1,2, … , ,  = 1,2, … , ) represents the
observations of . : variable in the . : time step. Survival_days
denotes the number of days the patient survived between ICU
admission and death.</p>
        <p>Furthermore, the medical data inevitably carries missing
observations. We introduce a masking matrix  ∈ ℝ+×- to
denote which variables are missing in the sequence of
heterogeneous events. Specifically, we define
($)
(, ) = &lt;1,  . ,0  . (1)</p>
        <p>0, ℎ</p>
      </sec>
      <sec id="sec-2-2">
        <title>3.2 Problem Definition</title>
        <p>Definition 1 (Survived): We define a patient is survived if the
number of survival days between ICU admission and death is
over 30.</p>
        <p>Mortality Prediction Task: The mortality prediction is a time
series classification problem. We predict whether the patient
 is survived, given the ICUType ($) and the sequence of
heterogeneous events ($).
4</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>P-BiLSTM Method</title>
      <p>As shown in Figure 1, P-BiLSTM is composed of two
modules, including a Knowledge Representation (KR) module
that will be discussed in more details in Section 4.1 and a
Prediction Module that will be discussed in Section 4.2. The
proposed system works as follows. First, KR module extracts
features from prior medical knowledge (e.g., ICUType).
Subsequently, medical knowledge, heterogeneous clinical events
and its labeling matrix are integrated as the input of weighted
block. After that, a shortcut between the output of weighted</p>
      <sec id="sec-3-1">
        <title>Prediction</title>
      </sec>
      <sec id="sec-3-2">
        <title>Module</title>
        <p>Mortality
Prediction</p>
        <p>FC
Prior Medical Knowledge</p>
        <p>Gene</p>
        <p>EHR</p>
        <p>Image</p>
        <p>ICUType
Heterogeneous Events
block and heterogeneous clinical events are generated as
features. Finally, Prediction module incorporated the
aforementioned features into BiLSTM networks to predict ICU
mortality.
Besides sequences of heterogeneous clinical events, each
patient’s record contains pattern of missing sequential data and
a group of important general descriptions, such as ICUType.
In real world cases, data missing patterns and general
descriptions are largely associated with the complex situation of
diagnostic procedures, such as measuring blood pressure
hourly, while collecting urine every 8 hours. To avoid noises
introduced by straightforward data completion, it is necessary
to incorporate indirect supervision (i.e., prior medical
knowledge) with the deep neural networks to make prediction.
xt</p>
        <p>MK
concat
dense
multiply</p>
        <sec id="sec-3-2-1">
          <title>Weighted Block</title>
          <p>We design a weighted block to realize the importance of prior
medical knowledge, which is illustrated in Figure 2. First, we
collect relevant medical knowledge from experienced
clinicians, such as causality that represents their various emphasis
on different ICU types. Heterogeneous clinical events of time
step t, . ∈ ℝ- are concatenated with the corresponding
medical knowledge (i.e.,  ∈ ℝL ) as a new vector . ∈
ℝ-NL, which is then applied to a fully connected layer to
generate the weight for each variable . ∈ ℝ-. Finally, the input
vector . is weighted by . , as</p>
          <p>O. = . ⨂. , (2)
where ⨂ denotes element-wise multiplication. The weighted
block could guide the predictive model to predict decisions
made by clinicians.</p>
          <p>It is known that clinicians make diagnoses largely based
on their considerations for a patient with a certain ICU type
($) ∈ ℝ( , as well as a group of variables ($) ∈ ℝ+×-
accordingly. To reflect this in our design, as inspired by
Residual network (ResNet) [He et al., 2016], we add a shortcut
connection between the sequence of heterogeneous events
1 PhysioNet website, https://www.physionet.org/challenge/2012/
and outputs of the weighted block to improve prediction
performance as illustrated in Figure 1.</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>Data Labeling Block</title>
          <p>Medical datasets often carry missing observations. We
observed that one causal factor of missing data relies largely on
medical procedures. In other words, a straightforward data
completion strategy that failed to consider medical routine
procedure will inevitably introduce noises, which might
interfere with the prediction model. For this reason, a better
strategy is to label which data is completed explicitly to avoid
noises in deep neural networks. In the paper, in order to label
whether the variable is missing at each time step, we design
a masking matrix ($) ∈ ℝ+×-. In Figure 1, the masking
vector is used as an input to the weighted block in combination
with sequences of heterogeneous events to reduce the impact
of noises introduced by the missing data completion. For
example, if a feature is absent, the normalized feature after
processing will be penalized by the weighted block.</p>
        </sec>
        <sec id="sec-3-2-3">
          <title>4.2 Prediction Module</title>
          <p>Heterogeneous events consist of logic complex information.
To obtain high mortality prediction accuracy, we take
advantage of time-series data that capture heterogeneous events
of patients to explore the pattern of the patient's physical
condition changes.</p>
          <p>Long short-term memory (LSTM) performs well in
longterm time-series prediction problem. In our scenario, each
patient’s physical conditions are not only affected by the
previous illness state, but also determined by present conditions.
Bidirectional LSTM consists of forward and backward
LSTMs, which helps us to avoid the blindness of
unidirectional propagation and capture changes in patient's physical
signs. Therefore, in the prediction module, we use
bidirectional LSTM, and apply a fully connected prediction layer,
which has sigmoid activation for the binary classification task
(as shown in Prediction module in Figure 1).
5</p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Experiments and Evaluations</title>
      <p>In this section, we first introduce the datasets and
experimental settings, and then provide detailed performance
comparison among the proposed P-BiLSTM and state-of-the-art
approaches.</p>
      <sec id="sec-4-1">
        <title>5.1 Datasets</title>
        <p>PhysioNet Challenge 2012 dataset (PhysioNet)1, is a publicly
available collection of general descriptors and multivariate
clinical time series from 4,000 ICU records. General
descriptors in this dataset contain patients’ basic information,
including recordID, age, gender, height, weight and
ICUType. ICUType specifies the type of ICU to which the
patient has been admitted, including Coronary Care Unit,
Cardiac Surgery Recovery Unit, Medical ICU, and Surgical
ICU. The dataset also includes heterogeneous temporal
events, which are composed of roughly 48 hours and contains
37 variables that reflect each patient's physiological state
such as Albumin, heart-rate, glucose, etc. More details of this
dataset can be found on PhysioNet website.</p>
      </sec>
      <sec id="sec-4-2">
        <title>5.2 Data Preprocessing</title>
        <p>We used PhysioNet dataset in our experiment. We
preprocessed the dataset in three categories. First, for general
descriptors, we represented ICUType as a  ∈ ℝQ×R boolean
matrix by one-hot code as part of input data. Second, for
heterogeneous events, the preprocessing steps included: 1) data
recording. We chose one hour as a time interval and statistic
variable value of each sample in each time period with a  ∈
ℝRS×TU matrix. At the same time, we recorded whether the
value is null with a  ∈ ℝRS×TU masking matrix; 2) data
completion. If a record is missing occasionally within 48
hours, we imputed data that are missing using neighboring
records. If there is no data in 48 hours, missing data were
replaced with the mean value of the variable in the same type
of ICU the patient belongs to; and 3) data normalization. To
make heterogeneous temporal events comparable, the matrix
uses the mean and standard deviation for normalization.
Third, for patients’ labels, we labeled each patient as {0, 1},
according to the survival definition described in Section 3.2.
5.3</p>
      </sec>
      <sec id="sec-4-3">
        <title>Experimental Settings</title>
        <p>In order to balance positive and negative samples, we used
up-sampling method to expand 4,000 records of PhysioNet
Challenge 2012 dataset to 5,000 samples in random order.
The dataset was split into three parts with fixed proportions,
namely training set (3360 samples), validation set (840
samples), and testing set (800 samples). Besides, algorithms were
implemented using TensorFlow and Keras, and experiments
were run on two GPUs (GTX TITAN X).</p>
        <p>Precision</p>
        <p>Recall</p>
      </sec>
      <sec id="sec-4-4">
        <title>Comparing Methods</title>
        <p>The following models were compared with P-BiLSTM: (1)
Convolutional Neural Network (CNN) [Krizhevsky et al.,
2015]; (2) Gated Recurrent Unit (GRU) [Chung et al., 2014]
(3) Long short-term memory (LSTM) [Hochreiter and
Schmidhuber, 1997]; (4) Bidirectional GRU (BiGRU) [Yang
et al., 2016]; (5) Bidirectional LSTM (BiLSTM) [Graves et
al., 2005]; and (6) Bidirectional LSTM network with
supervision technique (BiLSTM-ST) [Zhu et al., 2018].</p>
      </sec>
      <sec id="sec-4-5">
        <title>Evaluating Metrics</title>
        <p>We choose four widely used metrics, i.e., Precision, Recall,
F1, and the area under ROC Curve (AUC) to compare the
performances of our model against baseline methods.
5.4</p>
      </sec>
      <sec id="sec-4-6">
        <title>Results Summary</title>
      </sec>
      <sec id="sec-4-7">
        <title>Comparison with Baselines</title>
        <p>Table 1 shows that the proposed P-BiLSTM outperforms
thestate-of-the-art methods. Specifically, P-BiLSTM
outperforms BiLSTM, mainly because the prior medical knowledge
could guide models to learn optimal parameters. In addition,
the result of P-BiLSTM is statistically significant according
to Student’s T-test at level 0.063 compared to BiLSTM.</p>
      </sec>
      <sec id="sec-4-8">
        <title>Ablation Studies</title>
        <p>We re-trained our model by ablating two blocks to examine
the effectiveness of our proposed techniques, namely the
Weighted Block and Data Labeling Block. As shown in Table
2, the experimental results show that: 1) each block is useful
for the prediction task; and 2) the full model that integrates
with two blocks preforms the best.</p>
        <p>Model
W/O WB
W/O DLB
Full Model</p>
        <p>Precision
0.815
0.825
0.842</p>
        <p>Recall
0.856
0.857
0.857</p>
        <p>F1
0.835
0.842
0.849</p>
        <p>AUC
0.914
0.920
0.923</p>
      </sec>
      <sec id="sec-4-9">
        <title>Effect of Various Sequence Lengths</title>
        <p>We further trained P-BiLSTM model with 24-hour and
36hour heterogeneous temporal events after the patient was
admitted into the ICU. Figure 3 shows that the performance of
P-BiLSTM(36-hour) is slightly weaker than
P-BiLSTM(48hour). Nevertheless, we could still use 36-hour model instead
of 48-hour so as to give clinicians an earlier sense of which
patients will require critical targeted treatments.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>6. Conclusion</title>
      <p>In this paper, we propose a novel mortality prediction method
P-BiLSTM for ICU, which integrates prior medical
knowledge into deep neural networks to enhance the learning
and explainable abilities. Specifically, we train and evaluate
our model on a real-world dataset. Experimental results
demonstrate that P-BiLSTM outperforms all other baseline
methods. In the future, we plan to employ causality discovery
technologies (i.e., do-Calculus) to enhance the interpretation
of the mortality prediction method. In addition, we will
testify our model in a large dataset (i.e., MIMIC III).</p>
    </sec>
    <sec id="sec-6">
      <title>Acknowledgement</title>
      <p>The work is supported by grants from the Natural Science
Foundation of China (61872306). The corresponding authors
is Xiaoliang Fan.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [Bhattacharya et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Sakyajit</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          , Vaibhav Rajan, and
          <string-name>
            <given-names>Harsh</given-names>
            <surname>Shrivastava</surname>
          </string-name>
          .
          <article-title>ICU mortality prediction: A classification algorithm for imbalanced datasets</article-title>
          .
          <source>In Thirty-First AAAI Conference on Artificial Intelligence</source>
          . pages
          <fpage>1288</fpage>
          --
          <lpage>1294</lpage>
          , AAAI press,
          <year>2017</year>
          . San Francisco.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [Chung et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Junyoung</given-names>
            <surname>Chung</surname>
          </string-name>
          , Caglar Gulcehre, KyungHyun Cho and
          <string-name>
            <given-names>Yoshua</given-names>
            <surname>Bengio</surname>
          </string-name>
          .
          <article-title>Empirical evaluation of gated recurrent neural networks on sequence modeling</article-title>
          .
          <source>arXiv preprint arXiv:1412.3555</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <source>[Citi and Barbieri</source>
          , 2012]
          <string-name>
            <given-names>Luca</given-names>
            <surname>Citi</surname>
          </string-name>
          and
          <string-name>
            <given-names>Riccardo</given-names>
            <surname>Barbieri</surname>
          </string-name>
          .
          <article-title>PhysioNet 2012 Challenge: Predicting mortality of ICU patients using a cascaded SVM-GLM paradigm</article-title>
          .
          <source>Computing in Cardiology</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <fpage>257</fpage>
          -
          <lpage>260</lpage>
          ,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [Graves et al.,
          <year>2015</year>
          ]
          <string-name>
            <given-names>Alex</given-names>
            <surname>Graves</surname>
          </string-name>
          ,
          <article-title>Santiago Fernández and Jürgen Schmidhuber Graves. Bidirectional LSTM Networks for Improved Phoneme Classification and Recognition</article-title>
          .
          <source>In 15th International Conference on Artificial Neural Networks</source>
          , pages
          <fpage>799</fpage>
          --
          <lpage>804</lpage>
          , Springer Press, Warsaw,
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [Gupta et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Priyanka</given-names>
            <surname>Gupta</surname>
          </string-name>
          , Pankaj Malhotra, Lovekesh Vig and
          <string-name>
            <given-names>Gautam</given-names>
            <surname>Shroff</surname>
          </string-name>
          .
          <article-title>Using Features from Pre-trained TimeNet for Clinical Predictions</article-title>
          .
          <source>The 3rd International Workshop on Knowledge Discovery in Healthcare Data at IJCAI</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [He et al.,
          <year>2016</year>
          ]
          <string-name>
            <given-names>Kaiming</given-names>
            <surname>He</surname>
          </string-name>
          , Xiangyu Zhang, Shaoqing Ren and
          <string-name>
            <given-names>Jian</given-names>
            <surname>Sun</surname>
          </string-name>
          .
          <article-title>Deep residual learning for image recognition</article-title>
          .
          <source>In Proceedings of the IEEE conference on computer vision and pattern recognition</source>
          , pages
          <fpage>770</fpage>
          -
          <lpage>778</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [He et al.,
          <year>2019</year>
          ]
          <string-name>
            <given-names>Jianxing</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <string-name>
            <surname>Sally L. Baxter</surname>
            , Jie Xu, Jiming Xu,
            <given-names>Xingtao</given-names>
          </string-name>
          <string-name>
            <surname>Zhou</surname>
            and
            <given-names>Kang</given-names>
          </string-name>
          <string-name>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>The practical implementation of artificial intelligence technologies in medicine</article-title>
          .
          <source>Nature medicine</source>
          ,
          <volume>25</volume>
          (
          <issue>1</issue>
          ):
          <fpage>30</fpage>
          -
          <lpage>36</lpage>
          ,
          <year>2019</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <source>[Hochreiter and Schmidhuber</source>
          , 1997]
          <article-title>Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory</article-title>
          .
          <source>Neural computation</source>
          ,
          <volume>9</volume>
          (
          <issue>8</issue>
          ):
          <fpage>1735</fpage>
          -
          <lpage>1780</lpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [Johnson et al.,
          <year>2016</year>
          ]
          <string-name>
            <given-names>Alistair E.W.</given-names>
            <surname>Johnson</surname>
          </string-name>
          , Tom J.
          <string-name>
            <surname>Pollard</surname>
            ,
            <given-names>Lu</given-names>
          </string-name>
          <string-name>
            <surname>Shen</surname>
          </string-name>
          ,
          <string-name>
            <surname>Li-wei</surname>
            <given-names>H.</given-names>
          </string-name>
          <string-name>
            <surname>Lehman</surname>
            , Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi and
            <given-names>Roger G. Mark.</given-names>
          </string-name>
          <article-title>MIMIC-III, a freely accessible critical care database</article-title>
          .
          <source>Scientific data</source>
          ,
          <volume>3</volume>
          (
          <year>2016</year>
          ):
          <fpage>160035</fpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [Krizhevsky et al.,
          <year>2012</year>
          ]
          <string-name>
            <given-names>Alex</given-names>
            <surname>Krizhevsky</surname>
          </string-name>
          , Ilya Sutskever and
          <string-name>
            <given-names>Geoffrey E.</given-names>
            <surname>Hinton</surname>
          </string-name>
          .
          <article-title>Imagenet classification with deep convolutional neural networks</article-title>
          .
          <source>In 26th International Conference on Neural Information Processing Systems</source>
          , pages
          <fpage>1097</fpage>
          --
          <lpage>1105</lpage>
          , MIT Press, Lake Tahoe,
          <year>2012</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [Lipton et al.,
          <year>2015</year>
          ]
          <string-name>
            <surname>Zachary</surname>
            <given-names>C.</given-names>
          </string-name>
          <string-name>
            <surname>Lipton</surname>
          </string-name>
          , David C.
          <article-title>Kale and Charles Elkan, Randall Wetzel Lipton</article-title>
          .
          <article-title>Learning to diagnose with LSTM recurrent neural networks</article-title>
          .
          <source>arXiv preprint arXiv:1511.03677</source>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [Liu et al.,
          <year>2018</year>
          ] Luchen Liu, Jianhao Shen, Ming Zhang, Zichang Wang, and
          <string-name>
            <given-names>Jian</given-names>
            <surname>Tang</surname>
          </string-name>
          .
          <article-title>Learning the Joint Representation of Heterogeneous Temporal Events for Clinical Endpoint Prediction</article-title>
          .
          <source>In Thirty-Second AAAI Conference on Artificial Intelligence</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [Ma et al.,
          <year>2018</year>
          ] Fenglong Ma, Jing Gao, Qiuling Suo, Quanzeng You,
          <string-name>
            <given-names>Jing</given-names>
            <surname>Zhou</surname>
          </string-name>
          and
          <string-name>
            <given-names>Aidong</given-names>
            <surname>Zhang</surname>
          </string-name>
          .
          <article-title>Risk prediction on electronic health records with prior medical knowledge</article-title>
          .
          <source>In Proceedings of the 24th ACM SIGKDD International Conference on Knowledge Discovery &amp; Data Mining. ACM</source>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [Nguyen et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Phuoc</given-names>
            <surname>Nguyen</surname>
          </string-name>
          , Truyen Tran, and
          <string-name>
            <given-names>Svetha</given-names>
            <surname>Venkatesh</surname>
          </string-name>
          .
          <article-title>Deep learning to attend to risk in ICU</article-title>
          .
          <source>In 2nd International Workshop on Knowledge Discovery in Healthcare Data</source>
          , pages:
          <fpage>25</fpage>
          -
          <lpage>29</lpage>
          , Morgan Kaufmann Press,
          <year>2017</year>
          . Melbourne.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [Page et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>David</given-names>
            <surname>Page</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Enyo</given-names>
            <surname>Ablordeppey</surname>
          </string-name>
          , Brian T. Wessman,
          <string-name>
            <surname>Nicholas M. Mohr</surname>
          </string-name>
          , Stephen Trzeciak,
          <string-name>
            <surname>Marin H. Kollef</surname>
          </string-name>
          , Brian W. Roberts and
          <string-name>
            <surname>Brian M. Fuller</surname>
          </string-name>
          .
          <article-title>Emergency department hyperoxia is associated with increased mortality in mechanically ventilated patients: a cohort study</article-title>
          .
          <source>Critical Care</source>
          ,
          <volume>22</volume>
          (
          <issue>1</issue>
          ):
          <fpage>9</fpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [Suo et al.,
          <year>2017</year>
          ]
          <string-name>
            <given-names>Qiuling</given-names>
            <surname>Suo</surname>
          </string-name>
          , Fenglong Ma, Ye Yuan, Mengdi Huai, Weida Zhong,
          <string-name>
            <given-names>Jing</given-names>
            <surname>Gao</surname>
          </string-name>
          , and Aidong Zhang.
          <article-title>Personalized Disease Prediction Using A CNN-Based Similarity Learning Method</article-title>
          .
          <source>In Proceedings of The IEEE International Conference on Bioinformatics and Biomedicine</source>
          , pages
          <fpage>811</fpage>
          -
          <lpage>816</lpage>
          ,
          <year>2017</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [Yang et al.,
          <year>2016</year>
          ]
          <string-name>
            <given-names>Zichao</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Diyi</given-names>
            <surname>Yang</surname>
          </string-name>
          , Chris Dyer, Xiaodong He, Alex Smola,
          <string-name>
            <given-names>Eduard</given-names>
            <surname>Hovy</surname>
          </string-name>
          .
          <article-title>Hierarchical attention networks for document classification</article-title>
          .
          <source>In Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          , pages
          <fpage>1480</fpage>
          -
          <lpage>1489</lpage>
          ,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [Zhu et al.,
          <year>2018</year>
          ]
          <string-name>
            <given-names>Yao</given-names>
            <surname>Zhu</surname>
          </string-name>
          , Xiaoliang Fan, Jinzhun Wu, Xiao Liu, Jia Shi, Cheng Wang,
          <article-title>Predicting ICU Mortality by Supervised Bidirectional LSTM Networks</article-title>
          ,
          <source>In Proceedings of 1st Joint Workshop on AI in Health collocated with IJCAI</source>
          <year>2018</year>
          (
          <article-title>IJCAI-AIH</article-title>
          <year>2018</year>
          ), pages
          <fpage>49</fpage>
          -
          <lpage>60</lpage>
          ,
          <year>2018</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>