SOTAVerified

Convolutional Recurrent Neural Networks for Electrocardiogram Classification

2017-10-17Code Available0· sign in to hype

Martin Zihlmann, Dmytro Perekrestenko, Michael Tschannen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose two deep neural network architectures for classification of arbitrary-length electrocardiogram (ECG) recordings and evaluate them on the atrial fibrillation (AF) classification data set provided by the PhysioNet/CinC Challenge 2017. The first architecture is a deep convolutional neural network (CNN) with averaging-based feature aggregation across time. The second architecture combines convolutional layers for feature extraction with long-short term memory (LSTM) layers for temporal aggregation of features. As a key ingredient of our training procedure we introduce a simple data augmentation scheme for ECG data and demonstrate its effectiveness in the AF classification task at hand. The second architecture was found to outperform the first one, obtaining an F_1 score of 82.1% on the hidden challenge testing set.

Tasks

Reproductions