# Inter- and intra- patient ECG heartbeat classification for arrhythmia   detection: a sequence to sequence deep learning approach

**Authors:** Sajad Mousavi, Fatemeh Afghah, U. Rajendra Acharya

arXiv: 1812.07421 · 2019-03-14

## TL;DR

This paper presents a deep learning-based method for ECG heartbeat classification that improves detection of arrhythmias, especially in imbalanced datasets, by using sequence-to-sequence models evaluated on the MIT-BIH database.

## Contribution

It introduces a novel deep convolutional and sequence-to-sequence model for ECG classification, achieving state-of-the-art performance in intra- and inter-patient paradigms.

## Key findings

- Achieved 96.46% positive predictive value for category S in intra-patient scheme.
- Attained 97.40% sensitivity for category F in intra-patient scheme.
- Reached 99.94% sensitivity for category V in inter-patient scheme.

## Abstract

Electrocardiogram (ECG) signal is a common and powerful tool to study heart function and diagnose several abnormal arrhythmias. While there have been remarkable improvements in cardiac arrhythmia classification methods, they still cannot offer acceptable performance in detecting different heart conditions, especially when dealing with imbalanced datasets. In this paper, we propose a solution to address this limitation of current classification approaches by developing an automatic heartbeat classification method using deep convolutional neural networks and sequence to sequence models. We evaluated the proposed method on the MIT-BIH arrhythmia database, considering the intra-patient and inter-patient paradigms, and the AAMI EC57 standard. The evaluation results for both paradigms show that our method achieves the best performance in the literature (a positive predictive value of 96.46% and sensitivity of 100% for the category S, and a positive predictive value of 98.68% and sensitivity of 97.40% for the category F for the intra-patient scheme; a positive predictive value of 92.57% and sensitivity of 88.94% for the category S, and a positive predictive value of 99.50% and sensitivity of 99.94% for the category V for the inter-patient scheme.). The source code is available at https://github.com/SajadMo/ECG-Heartbeat-Classification-seq2seq-model.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1812.07421/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1812.07421/full.md

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