paper-with-me

Papers

Arrhythmia Detection Using Deep Convolutional Neural Network With Long Duration ECG Signals

2018-09-01 · Computers in Biology and Medicine 2018 9 · Ozal Yildirima, Pawel Plawiak, Ru-San Tan, Rajendra Acharya

This article presents a new deep learning approach for cardiac arrhythmia (17 classes) detection based on long-duration electrocardiography (ECG) signal analysis. Cardiovascular disease prevention is one of the most important tasks of any health care system as about 50 million people are at risk of heart disease in the world. Although automatic analysis of the ECG signal is very popular, current methods are not satisfactory. The goal of our research was to design a new method based on deep learning to efficiently and quickly classify cardiac arrhythmias. Described research is based on 1000 ECG signal fragments from the MIT - BIH Arrhythmia database for one lead (MLII) from 45 persons. Approach based on the analysis of 10-s ECG signal fragments (not a single QRS complex) is applied (on average, 13 times less classifications/analysis). A complete end-to-end structure was designed instead of the hand-crafted feature extraction and selection used in traditional methods. Our main contribution is to design a new 1D-Convolutional Neural Network model (1D-CNN). Proposed method is 1) efficient, 2) fast (real-time classification) 3) non-complex and 4) simple to use (combined feature extraction and selection, and classification in one stage). Deep 1D-CNN achieved a recognition overall accuracy of 17 cardiac arrhythmia disorders (classes) at a level of 91.33% and classification time per single sample of 0.015 sec. Compared to the current research, our results are one of the best results to date, and our solution can be implemented in mobile devices and cloud computing.

📄 PDF Abstract BibTeX

Code (1)

tom-beer/Arrhythmia-CNN pytorch

Tasks

Arrhythmia DetectionCloud ComputingElectrocardiography (ECG)General Classification

Similar Papers 제목 키워드 기반

Cardiac Arrhythmia Detection from ECG with Convolutional Recurrent Neural Networks

2020-10-07 · Jérôme Van Zaen, Ricard Delgado-Gonzalo, Damien Ferrario Mathieu Lemay

Except for a few specific types, cardiac arrhythmias are not immediately life-threatening. However, if not treated appropriately, they can cause serious complications. In particular, atrial fibrillation, which is charact…

Arrhythmia Detection

A lightweight hybrid CNN-LSTM model for ECG-based arrhythmia detection

2022-08-29 · Negin Alamatsaz, Leyla s Tabatabaei, Mohammadreza Yazdchi, Hamidreza Payan 외

Electrocardiogram (ECG) is the most frequent and routine diagnostic tool used for monitoring heart electrical signals and evaluating its functionality. The human heart can suffer from a variety of diseases, including car…

Arrhythmia DetectionClassificationDiagnosticRhythm

Atrial Fibrillation Detection and ECG Classification based on CNN-BiLSTM

2020-11-12 · Jiacheng Wang, Weiheng Li

It is challenging to visually detect heart disease from the electrocardiographic (ECG) signals. Implementing an automated ECG signal detection system can help diagnosis arrhythmia in order to improve the accuracy of diag…

Atrial Fibrillation DetectionClassificationECG ClassificationGeneral Classification

A Compact LSTM-SVM Fusion Model for Long-Duration Cardiovascular Diseases Detection

2023-11-20 · Siyang Wu

Globally, cardiovascular diseases (CVDs) are the leading cause of mortality, accounting for an estimated 17.9 million deaths annually. One critical clinical objective is the early detection of CVDs using electrocardiogra…

Fraud DetectionManagement

Feature Extraction and Automated Classification of Heartbeats by Machine Learning

2016-07-13 · Choudur Lakshminarayan, Tony Basil

We present algorithms for the detection of a class of heart arrhythmias with the goal of eventual adoption by practicing cardiologists. In clinical practice, detection is based on a small number of meaningful features ex…

Arrhythmia DetectionBIG-bench Machine LearningClassificationfeature selection+1