467 research outputs found

    Deep Learning in Cardiology

    Full text link
    The medical field is creating large amount of data that physicians are unable to decipher and use efficiently. Moreover, rule-based expert systems are inefficient in solving complicated medical tasks or for creating insights using big data. Deep learning has emerged as a more accurate and effective technology in a wide range of medical problems such as diagnosis, prediction and intervention. Deep learning is a representation learning method that consists of layers that transform the data non-linearly, thus, revealing hierarchical relationships and structures. In this review we survey deep learning application papers that use structured data, signal and imaging modalities from cardiology. We discuss the advantages and limitations of applying deep learning in cardiology that also apply in medicine in general, while proposing certain directions as the most viable for clinical use.Comment: 27 pages, 2 figures, 10 table

    Algorithms for automated diagnosis of cardiovascular diseases based on ECG data: A comprehensive systematic review

    Get PDF
    The prevalence of cardiovascular diseases is increasing around the world. However, the technology is evolving and can be monitored with low-cost sensors anywhere at any time. This subject is being researched, and different methods can automatically identify these diseases, helping patients and healthcare professionals with the treatments. This paper presents a systematic review of disease identification, classification, and recognition with ECG sensors. The review was focused on studies published between 2017 and 2022 in different scientific databases, including PubMed Central, Springer, Elsevier, Multidisciplinary Digital Publishing Institute (MDPI), IEEE Xplore, and Frontiers. It results in the quantitative and qualitative analysis of 103 scientific papers. The study demonstrated that different datasets are available online with data related to various diseases. Several ML/DP-based models were identified in the research, where Convolutional Neural Network and Support Vector Machine were the most applied algorithms. This review can allow us to identify the techniques that can be used in a system that promotes the patient’s autonomy.N/

    Exploring ECG Signal Analysis Techniques for Arrhythmia Detection: A Review

    Get PDF
    The heart holds paramount importance in the human body as it serves the crucial function of supplying blood and nutrients to various organs. Thus, maintaining its health is imperative. Arrhythmia, a heart disorder, arises when the heart's rhythm becomes irregular. Electrocardiogram (ECG) signals are commonly utilized for analyzing arrhythmia due to their simplicity and cost-effectiveness. The peaks observed in ECG graphs, particularly the R peak, are indicative of heart conditions, facilitating arrhythmia diagnosis. Arrhythmia is broadly categorized into Tachycardia and Bradycardia for identification purposes. This paper explores diverse techniques such as Deep Convolutional Neural Networks (CNNs), Long Short-Term Memory (LSTM), Support Vector Machines (SVM), Neural Network (NN) classifiers, as well as Wavelet and Time–Frequency Transform (TQWT), which have been employed over the past decade for arrhythmia detection using various datasets. The study delves into the analysis of arrhythmia classification on ECG datasets, highlighting the effectiveness of data preprocessing, feature extraction, and classification techniques in achieving superior performance in classifying ECG signals for arrhythmia detection

    Classification of Arrhythmia by Using Deep Learning with 2-D ECG Spectral Image Representation

    Full text link
    The electrocardiogram (ECG) is one of the most extensively employed signals used in the diagnosis and prediction of cardiovascular diseases (CVDs). The ECG signals can capture the heart's rhythmic irregularities, commonly known as arrhythmias. A careful study of ECG signals is crucial for precise diagnoses of patients' acute and chronic heart conditions. In this study, we propose a two-dimensional (2-D) convolutional neural network (CNN) model for the classification of ECG signals into eight classes; namely, normal beat, premature ventricular contraction beat, paced beat, right bundle branch block beat, left bundle branch block beat, atrial premature contraction beat, ventricular flutter wave beat, and ventricular escape beat. The one-dimensional ECG time series signals are transformed into 2-D spectrograms through short-time Fourier transform. The 2-D CNN model consisting of four convolutional layers and four pooling layers is designed for extracting robust features from the input spectrograms. Our proposed methodology is evaluated on a publicly available MIT-BIH arrhythmia dataset. We achieved a state-of-the-art average classification accuracy of 99.11\%, which is better than those of recently reported results in classifying similar types of arrhythmias. The performance is significant in other indices as well, including sensitivity and specificity, which indicates the success of the proposed method.Comment: 14 pages, 5 figures, accepted for future publication in Remote Sensing MDPI Journa

    Mixed convolutional and long short-term memory network for the detection of lethal ventricular arrhythmia

    Get PDF
    Early defibrillation by an automated external defibrillator (AED) is key for the survival of out-of-hospital cardiac arrest (OHCA) patients. ECG feature extraction and machine learning have been successfully used to detect ventricular fibrillation (VF) in AED shock decision algorithms. Recently, deep learning architectures based on 1D Convolutional Neural Networks (CNN) have been proposed for this task. This study introduces a deep learning architecture based on 1D-CNN layers and a Long Short-Term Memory (LSTM) network for the detection of VF. Two datasets were used, one from public repositories of Holter recordings captured at the onset of the arrhythmia, and a second from OHCA patients obtained minutes after the onset of the arrest. Data was partitioned patient-wise into training (80%) to design the classifiers, and test (20%) to report the results. The proposed architecture was compared to 1D-CNN only deep learners, and to a classical approach based on VF-detection features and a support vector machine (SVM) classifier. The algorithms were evaluated in terms of balanced accuracy (BAC), the unweighted mean of the sensitivity (Se) and specificity (Sp). The BAC, Se, and Sp of the architecture for 4-s ECG segments was 99.3%, 99.7%, and 98.9% for the public data, and 98.0%, 99.2%, and 96.7% for OHCA data. The proposed architecture outperformed all other classifiers by at least 0.3-points in BAC in the public data, and by 2.2-points in the OHCA data. The architecture met the 95% Sp and 90% Se requirements of the American Heart Association in both datasets for segment lengths as short as 3-s. This is, to the best of our knowledge, the most accurate VF detection algorithm to date, especially on OHCA data, and it would enable an accurate shock no shock diagnosis in a very short time.This study was supported by the Ministerio de Economía, Industria y Competitividad, Gobierno de España (ES) (TEC-2015-64678-R) to UI and EA and by Euskal Herriko Unibertsitatea (ES) (GIU17/031) to UI and EA. The funders, Tecnalia Research and Innovation and Banco Bilbao Vizcaya Argentaria (BBVA), provided support in the form of salaries for authors AP, AA, FAA, CF, EG, but did not have any additional role in the study design, data collection and analysis, decision to publish, or preparation of the manuscript. The specific roles of these authors are articulated in the author contributions section

    Deep Learning Frameworks for Cardiovascular Arrhythmia Classification

    Get PDF
    Arrhythmia classification is a prominent research problem due to the computational complexities of learning the morphology of various ECG patterns and its wide prevalence in the medical field, particularly during the COVID-19 pandemic. In this article, we used Empirical Mode Decomposition and Discrete Wavelet Transform for preprocessing and then the modified signal is classified using various classifiers such as Decision Tree, Logistic Regression, Gaussian Naïve Bayes, Random Forest, Linear  SVM, Polynomial SVM, RBF SVM, Sigmoid SVM and Convolutional Neural Networks. The proposed method classify the data into five classes N (Normal), S (Supraventricular premature) beat, (V) Premature ventricular contraction, F (Fusion of ventricular and normal), and Q, (Unclassifiable Beat) using softmax regressor at the end of the network. The proposed approach performs well in terms of classification accuracy when tested using ECG signals acquired from the MIT-BIH database. In comparison to existing classifiers, the Accuracy, Precision, Recall, and F1 score values of the proposed technique are 98.5%, 96.9%, 94.3%, and 91.32%, respectively.  &nbsp
    corecore