paper-with-me

Papers

A deep convolutional neural network model to classify heartbeats

2017-10-01 · Computers in Biology and Medicine 2017 10 · U. Rajendra Acharya, Shu Lih Oh, Yuki Hagiwara, Jen Hong Tan, Muhammad Adam, ArkadiuszGertych, Ru SanTan

The electrocardiogram (ECG) is a standard test used to monitor the activity of the heart. Many cardiac abnormalities will be manifested in the ECG including arrhythmia which is a general term that refers to an abnormal heart rhythm. The basis of arrhythmia diagnosis is the identification of normal versus abnormal individual heart beats, and their correct classification into different diagnoses, based on ECG morphology. Heartbeats can be sub-divided into five categories namely non-ectopic, supraventricular ectopic, ventricular ectopic, fusion, and unknown beats. It is challenging and time-consuming to distinguish these heartbeats on ECG as these signals are typically corrupted by noise. We developed a 9-layer deep convolutional neural network (CNN) to automatically identify 5 different categories of heartbeats in ECG signals. Our experiment was conducted in original and noise attenuated sets of ECG signals derived from a publicly available database. This set was artificially augmented to even out the number of instances the 5 classes of heartbeats and filtered to remove high-frequency noise. The CNN was trained using the augmented data and achieved an accuracy of 94.03% and 93.47% in the diagnostic classification of heartbeats in original and noise free ECGs, respectively. When the CNN was trained with highly imbalanced data (original dataset), the accuracy of the CNN reduced to 89.07%% and 89.3% in noisy and noise-free ECGs. When properly trained, the proposed CNN model can serve as a tool for screening of ECG to quickly identify different types and frequency of arrhythmic heartbeats.

📄 PDF Abstract BibTeX

Code (1)

xiuyu0000/papers_with_examples/tree/main/ecg/src mindspore

Tasks

DiagnosticRhythm

Similar Papers 제목 키워드 기반

ECG Heartbeat Classification: A Deep Transferable Representation

2018-04-19 · Mohammad Kachuee, Shayan Fazeli, Majid Sarrafzadeh

Electrocardiogram (ECG) can be reliably used as a measure to monitor the functionality of the cardiovascular system. Recently, there has been a great attention towards accurate categorization of heartbeats. While there a…

Arrhythmia DetectionElectrocardiography (ECG)General ClassificationHeartbeat Classification+2

Heart-Darts: Classification of Heartbeats Using Differentiable Architecture Search

2021-05-03 · Jindi Lv, Qing Ye, Yanan sun, Juan Zhao 외

Arrhythmia is a cardiovascular disease that manifests irregular heartbeats. In arrhythmia detection, the electrocardiogram (ECG) signal is an important diagnostic technique. However, manually evaluating ECG signals is a …

Arrhythmia DetectionClassificationDiagnosticECG Classification+2

Nonlinear Regression with a Convolutional Encoder-Decoder for Remote Monitoring of Surface Electrocardiograms

2020-12-10 · Anton Banta, Romain Cosentino, Mathews M John, Allison Post 외

We propose the Nonlinear Regression Convolutional Encoder-Decoder (NRCED), a novel framework for mapping a multivariate input to a multivariate output. In particular, we implement our algorithm within the scope of 12-lea…

DecoderDiagnosticregression

A practical system based on CNN-BLSTM network for accurate classification of ECG heartbeats of MIT-BIH imbalanced dataset

2021-05-07 · 26th International Computer Conference, Computer Society of Iran (CSICC) 2021 5 · armin shoughi, mb dowlatshahi

ECG beats have a key role in the reduction of fatality rate arising from cardiovascular diseases (CVDs) by using Arrhythmia diagnosis computer-aided systems and get the important information from patient cardiac conditio…

ClassificationECG Classification

Graph Neural Networks for Topological Feature Extraction in ECG Classification

2023-11-02 · Kamyar Zeinalipour, Marco Gori

The electrocardiogram (ECG) is a dependable instrument for assessing the function of the cardiovascular system. There has recently been much emphasis on precisely classifying ECGs. While ECG situations have numerous simi…

ECG ClassificationGraph Neural Network