# Interpreting a Recurrent Neural Network's Predictions of ICU Mortality   Risk

**Authors:** Long V. Ho, Melissa D. Aczon, David Ledbetter, Randall Wetzel

arXiv: 1905.09865 · 2021-01-14

## TL;DR

This paper enhances understanding of RNN predictions of ICU mortality risk by introducing methods like Learned Binary Masks and KernelSHAP to attribute feature importance at individual and population levels.

## Contribution

It presents novel attribution techniques for RNNs applied to EMR data, improving transparency in ICU mortality prediction models.

## Key findings

- LBM and KernelSHAP effectively identify influential EMR features.
- Attribution matrices reveal temporal and population-level insights.
- Methods facilitate analysis of model decision-making processes.

## Abstract

Deep learning has demonstrated success in many applications; however, their use in healthcare has been limited due to the lack of transparency into how they generate predictions. Algorithms such as Recurrent Neural Networks (RNNs) when applied to Electronic Medical Records (EMR) introduce additional barriers to transparency because of the sequential processing of the RNN and the multi-modal nature of EMR data. This work seeks to improve transparency by: 1) introducing Learned Binary Masks (LBM) as a method for identifying which EMR variables contributed to an RNN model's risk of mortality (ROM) predictions for critically ill children; and 2) applying KernelSHAP for the same purpose. Given an individual patient, LBM and KernelSHAP both generate an attribution matrix that shows the contribution of each input feature to the RNN's sequence of predictions for that patient. Attribution matrices can be aggregated in many ways to facilitate different levels of analysis of the RNN model and its predictions. Presented are three methods of aggregations and analyses: 1) over volatile time periods within individual patient predictions, 2) over populations of ICU patients sharing specific diagnoses, and 3) across the general population of critically ill children.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.09865/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09865/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1905.09865/full.md

---
Source: https://tomesphere.com/paper/1905.09865