ECG Heartbeat classification using deep transfer learning with Convolutional Neural Network and STFT technique
Electrocardiogram (ECG) is a simple non-invasive measure to identify heart-related issues such as irregular heartbeats known as arrhythmias. While artificial intelligence and machine learning is being utilized in a wide range of healthcare related applications and datasets, many arrhythmia classifiers using deep learning methods have been proposed in recent years. However, sizes of the available datasets from which to build and assess machine learning models is often very small and the lack of well-annotated public ECG datasets is evident. In this paper, we propose a deep transfer learning framework that is aimed to perform classification on a small size training dataset. The proposed method is to fine-tune a general-purpose image classifier ResNet-18 with MIT-BIH arrhythmia dataset in accordance with the AAMI EC57 standard. This paper further investigates many existing deep learning models that have failed to avoid data leakage against AAMI recommendations. We compare how different data split methods impact the model performance. This comparison study implies that future work in arrhythmia classification should follow the AAMI EC57 standard when using any including MIT-BIH arrhythmia dataset.
Code (0)
등록된 구현이 없습니다.
Tasks
BIG-bench Machine LearningHeartbeat ClassificationTransfer LearningSimilar Papers 제목 키워드 기반
ECG Heartbeat Classification: A Deep Transferable Representation
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+2A deep convolutional neural network model to classify heartbeats
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 h…
DiagnosticRhythmMarine Mammal Species Classification using Convolutional Neural Networks and a Novel Acoustic Representation
Research into automated systems for detecting and classifying marine mammals in acoustic recordings is expanding internationally due to the necessity to analyze large collections of data for conservation purposes. In thi…
General ClassificationTransfer LearningDepthwise-STFT based separable Convolutional Neural Networks
In this paper, we propose a new convolutional layer called Depthwise-STFT Separable layer that can serve as an alternative to the standard depthwise separable convolutional layer. The construction of the proposed layer i…
image-classificationImage ClassificationPositionDeep Learning-based Machine Condition Diagnosis using Short-time Fourier Transformation Variants
In motor condition diagnosis, electrical current signature serves as an alternative feature to vibration-based sensor data, which is a more expensive and invasive method. Machine learning (ML) techniques have been emergi…