SPLGJun 25, 2019

Classification of Cardiac Arrhythmias from Single Lead ECG with a Convolutional Recurrent Neural Network

arXiv:1907.01513v114 citations
Originality Incremental advance
AI Analysis

This work addresses the detection of heart arrhythmias, which can lead to severe complications like stroke, for medical monitoring applications, but it is incremental as it builds on existing neural network methods for ECG classification.

The authors tackled the problem of detecting cardiac arrhythmias, particularly atrial fibrillation, by proposing a smart vest with dry bi-electrodes to collect single-lead ECG data and a convolutional recurrent neural network for classification, achieving an accuracy of 87.50% on the Computing in Cardiology 2017 dataset.

While most heart arrhythmias are not immediately harmful, they can lead to severe complications. In particular, atrial fibrillation, the most common arrhythmia, is characterized by fast and irregular heart beats and increases the risk of suffering a stroke. To detect such abnormal heart conditions, we propose a system composed of two main parts: a smart vest with two cooperative sensors to collect ECG data and a neural network architecture to classify heart rhythms. The smart vest uses two dry bi-electrodes to record a single lead ECG signal. The biopotential signal is then streamed via a gateway to the cloud where a neural network detects and classifies the heart arrhythmias. We selected an architecture that combines convolutional and recurrent layers. The convolutional layers extract relevant features from sliding windows of ECG and the recurrent layer aggregates them for a final softmax layer that performs the classification. Our neural network achieves an accuracy of 87.50% on the dataset of the challenge of Computing in Cardiology 2017.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes