paper-with-me

Papers

Machine learning-based detection of cardiovascular disease using ECG signals: performance vs. complexity

2023-03-10 · Huy Pham, Konstantin Egorov, Alexey Kazakov, Semen Budennyy

Cardiovascular disease remains a significant problem in modern society. Among non-invasive techniques, the electrocardiogram (ECG) is one of the most reliable methods for detecting abnormalities in cardiac activities. However, ECG interpretation requires expert knowledge and it is time-consuming. Developing a novel method to detect the disease early could prevent death and complication. The paper presents novel various approaches for classifying cardiac diseases from ECG recordings. The first approach suggests the Poincare representation of ECG signal and deep-learning-based image classifiers (ResNet50 and DenseNet121 were learned over Poincare diagrams), which showed decent performance in predicting AF (atrial fibrillation) but not other types of arrhythmia. XGBoost, a gradient-boosting model, showed an acceptable performance in long-term data but had a long inference time due to highly-consuming calculation within the pre-processing phase. Finally, the 1D convolutional model, specifically the 1D ResNet, showed the best results in both studied CinC 2017 and CinC 2020 datasets, reaching the F1 score of 85% and 71%, respectively, and that was superior to the first-ranking solution of each challenge. The paper also investigated efficiency metrics such as power consumption and equivalent CO2 emissions, with one-dimensional models like 1D CNN and 1D ResNet being the most energy efficient. Model interpretation analysis showed that the DenseNet detected AF using heart rate variability while the 1DResNet assessed AF pattern in raw ECG signals.

📄 PDF Abstract BibTeX arXiv:2303.11429

Code (0)

등록된 구현이 없습니다.

Tasks

Heart Rate Variability

Methods 이 논문이 사용한 방법론

Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Average Pooling 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Batch Normalization 설명 없음
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Residual Connection 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Addressing detection of left bundle branch block by means of electrocardiogram’s signals using Machine Learning algorithms

2023-10-07 · INTERCON 2023 10 · Alessandra Aldave, Jose Huaylinos, Mateo Portal, Rosmy Postigo 외

In this study, we addressed the detection of left bundle branch block (LBBB) through the analysis of electrocardiogram (ECG) signals using Machine Learning algorithms. LBBB is a cardiovascular disease that affects the he…

Prognosis

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

Early ECG Warning for Chagas Patients: Implementation of TinyML for Low-Resource Areas in Peru

2024-07-02 · UPCH 2024 7 · Diego A. Taquiri, Erick A. Valdivia, Ana B. Mantilla, Armando A. Flórez

Cardiovascular diseases (CVDs) are the leading cause of death globally, claiming approximately 17.9 million lives annually. These disorders, including coronary heart diseases, cerebrovascular diseases, and rheumatic hear…

Electrocardiography (ECG)

Machine Learning-Based Cardiovascular Disease Detection Using Optimal Feature Selection

2024-01-13 · journal 2024 1 · Tahseen Ullah, Syed Irfan Ullah, Khalil Ullah, Muhammad Ishaq 외

Cardiovascular disease (CVD) is a prevalent and serious condition causing a significant global mortality rate. According to the World Health Organization (WHO), in 2022, CVD claimed the lives of approximately 19.1 millio…

feature selection

Fully Automated Myocardial Infarction Classification using Ordinary Differential Equations

2014-10-26 · Getie Zewdie, Momiao Xiong

Portable, Wearable and Wireless electrocardiogram (ECG) Systems have the potential to be used as point-of-care for cardiovascular disease diagnostic systems. Such wearable and wireless ECG systems require automatic detec…

ClassificationDiagnosticGeneral ClassificationSpecificity