Combining LSTM and Latent Topic Modeling for Mortality Prediction
There is a great need for technologies that can predict the mortality of patients in intensive care units with both high accuracy and accountability. We present joint end-to-end neural network architectures that combine long short-term memory (LSTM) and a latent topic model to simultaneously train a classifier for mortality prediction and learn latent topics indicative of mortality from textual clinical notes. For topic interpretability, the topic modeling layer has been carefully designed as a single-layer network with constraints inspired by LDA. Experiments on the MIMIC-III dataset show that our models significantly outperform prior models that are based on LDA topics in mortality prediction. However, we achieve limited success with our method for interpreting topics from the trained models by looking at the neural network weights.
Code (0)
등록된 구현이 없습니다.
Tasks
Mortality PredictionPredictionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Latent LSTM Allocation: Joint clustering and non-linear dynamic modeling of sequence data
Recurrent neural networks, such as long-short term memory (LSTM) networks, are powerful tools for modeling sequential data like user browsing history (Tan et al., 2016; Korpusik et al., 2016) or natural language tex…
ClusteringState Space LSTM Models with Particle MCMC Inference
Long Short-Term Memory (LSTM) is one of the most powerful sequence models. Despite the strong performance, however, it lacks the nice interpretability as in state space models. In this paper, we present a way to combine …
State Space ModelsTopic ModelsCombining Deep Learning and Topic Modeling for Review Understanding in Context-Aware Recommendation
With the rise of e-commerce, people are accustomed to writing their reviews after receiving the goods. These comments are so important that a bad review can have a direct impact on others buying. Besides, the abundant in…
ClusteringCollaborative FilteringRecommendation SystemsQuantifying Community Characteristics of Maternal Mortality Using Social Media
While most mortality rates have decreased in the US, maternal mortality has increased and is among the highest of any OECD nation. Extensive public health research is ongoing to better understand the characteristics of c…
Neural Document Embeddings for Intensive Care Patient Mortality Prediction
We present an automatic mortality prediction scheme based on the unstructured textual content of clinical notes. Proposing a convolutional document embedding approach, our empirical investigation using the MIMIC-III inte…
Document EmbeddingMortality PredictionPrediction