paper-with-me

홈 › Papers

Weakly Supervised Arrhythmia Detection Based on Deep Convolutional Neural Network

2020-12-10 · Yang Liu, Kuanquan Wang, Qince Li, Runnan He, Yongfeng Yuan, Henggui Zhang

Supervised deep learning has been widely used in the studies of automatic ECG classification, which largely benefits from sufficient annotation of large datasets. However, most of the existing large ECG datasets are roughly annotated, so the classification model trained on them can only detect the existence of abnormalities in a whole recording, but cannot determine their exact occurrence time. In addition, it may take huge time and economic cost to construct a fine-annotated ECG dataset. Therefore, this study proposes weakly supervised deep learning models for detecting abnormal ECG events and their occurrence time. The available supervision information for the models is limited to the event types in an ECG record, excluding the specific occurring time of each event. By leverage of feature locality of deep convolution neural network, the models first make predictions based on the local features, and then aggregate the local predictions to infer the existence of each event during the whole record. Through training, the local predictions are expected to reflect the specific occurring time of each event. To test their potentials, we apply the models for detecting cardiac rhythmic and morphological arrhythmias by using the AFDB and MITDB datasets, respectively. The results show that the models achieve beat-level accuracies of 99.09% in detecting atrial fibrillation, and 99.13% in detecting morphological arrhythmias, which are comparable to that of fully supervised learning models, demonstrating their effectiveness. The local prediction maps revealed by this method are also helpful to analyze and diagnose the decision logic of record-level classification models.

📄 PDF Abstract BibTeX arXiv:2012.05641

Code (0)

등록된 구현이 없습니다.

Tasks

Arrhythmia DetectionECG ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

Fully Convolutional Change Detection Framework with Generative Adversarial Network for Unsupervised, Weakly Supervised and Regional Supervised Change Detection

2022-01-16 · Chen Wu, Bo Du, Liangpei Zhang

Deep learning for change detection is one of the current hot topics in the field of remote sensing. However, most end-to-end networks are proposed for supervised change detection, and unsupervised change detection models…

Change DetectionGenerative Adversarial Network

Deep Learning-Based Arrhythmia Detection Using RR-Interval Framed Electrocardiograms

2020-12-01 · Song-Kyoo Kim, Chan Yeob Yeun, Paul D. Yoo, Nai-Wei Lo 외

Deep learning applied to electrocardiogram (ECG) data can be used to achieve personal authentication in biometric security applications, but it has not been widely used to diagnose cardiovascular disorders. We developed …

Arrhythmia DetectionDeep Learning

An Event-Driven Compressive Neuromorphic System for Cardiac Arrhythmia Detection

2022-05-26 · Jinbo Chen, Fengshi Tian, Jie Yang, Mohamad Sawan

Wearable electrocardiograph (ECG) recording and processing systems have been developed to detect cardiac arrhythmia to help prevent heart attacks. Conventional wearable systems, however, suffer from high energy consumpti…

Arrhythmia Detection

ECG Classification System for Arrhythmia Detection Using Convolutional Neural Networks

2023-03-07 · Aryan odugoudar, Jaskaran Singh Walia

Arrhythmia is just one of the many cardiovascular illnesses that have been extensively studied throughout the years. Using multi-lead ECG data, this research describes a deep learning (DL) pipeline technique based on con…

Arrhythmia DetectionECG Classification

Arrhythmia Classifier using Binarized Convolutional Neural Network for Resource-Constrained Devices

2022-05-07 · Ao Wang, Wenxing Xu, Hanshi Sun, Ninghao Pu 외

Monitoring electrocardiogram signals is of great significance for the diagnosis of arrhythmias. In recent years, deep learning and convolutional neural networks have been widely used in the classification of cardiac arrh…