# Dipole: Diagnosis Prediction in Healthcare via Attention-based   Bidirectional Recurrent Neural Networks

**Authors:** Fenglong Ma, Radha Chitta, Jing Zhou, Quanzeng You, Tong Sun, Jing Gao

arXiv: 1706.05764 · 2017-06-20

## TL;DR

Dipole is an attention-based bidirectional RNN model that improves diagnosis prediction accuracy from EHR data and offers interpretable results by modeling both past and future visits.

## Contribution

The paper introduces Dipole, a novel bidirectional RNN with multiple attention mechanisms for better prediction and interpretability of healthcare data.

## Key findings

- Significantly outperforms state-of-the-art methods in prediction accuracy.
- Provides clinically meaningful interpretation of medical codes.
- Effectively models long sequences in EHR data.

## Abstract

Predicting the future health information of patients from the historical Electronic Health Records (EHR) is a core research task in the development of personalized healthcare. Patient EHR data consist of sequences of visits over time, where each visit contains multiple medical codes, including diagnosis, medication, and procedure codes. The most important challenges for this task are to model the temporality and high dimensionality of sequential EHR data and to interpret the prediction results. Existing work solves this problem by employing recurrent neural networks (RNNs) to model EHR data and utilizing simple attention mechanism to interpret the results. However, RNN-based approaches suffer from the problem that the performance of RNNs drops when the length of sequences is large, and the relationships between subsequent visits are ignored by current RNN-based approaches. To address these issues, we propose {\sf Dipole}, an end-to-end, simple and robust model for predicting patients' future health information. Dipole employs bidirectional recurrent neural networks to remember all the information of both the past visits and the future visits, and it introduces three attention mechanisms to measure the relationships of different visits for the prediction. With the attention mechanisms, Dipole can interpret the prediction results effectively. Dipole also allows us to interpret the learned medical code representations which are confirmed positively by medical experts. Experimental results on two real world EHR datasets show that the proposed Dipole can significantly improve the prediction accuracy compared with the state-of-the-art diagnosis prediction approaches and provide clinically meaningful interpretation.

## Full text

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

## Figures

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

## References

34 references — full list in the complete paper: https://tomesphere.com/paper/1706.05764/full.md

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