Related Experiment Video
Updated: Nov 10, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
A hybrid method for heartbeat classification via convolutional neural networks, multilayer perceptrons and focal loss
Tao Wang1, Changhua Lu1, Mei Yang2
1School of Computer and Information, Hefei University of Technology, Hefei, Anhui, China.
Insights
This study introduces a hybrid deep learning method for classifying heart arrhythmias using convolutional neural networks and multilayer perceptrons. The approach effectively improves heartbeat classification accuracy, aiding in remote cardiac monitoring.
Area of Science:
- Cardiology
- Artificial Intelligence
- Biomedical Engineering
Background:
- Heart arrhythmia is a significant cardiovascular disease requiring advanced diagnostic methods.
- Traditional methods struggle with inter-patient variations in heartbeat morphology.
- The need for accurate and automated heartbeat classification is growing.
Purpose of the Study:
- To propose a hybrid deep learning model for accurate heartbeat classification.
- To address challenges posed by imbalanced heartbeat classes and inter-patient variations.
- To enhance the performance of automated cardiac monitoring systems.
Main Methods:
- A hybrid approach combining convolutional neural networks (CNNs) for morphological feature extraction and multilayer perceptrons (MLPs) for classification.
- Integration of RR interval features with morphological features to capture dynamic heartbeat information.
- Utilization of focal loss to mitigate performance degradation due to imbalanced heartbeat classes.
Main Results:
- The hybrid method achieved high performance metrics on the MIT-BIH arrhythmia database.
- Achieved an accuracy of 96.27%, sensitivity of 68.55%, positive predictive value of 64.68%, and F1-score of 66.09%.
- Demonstrated significant performance improvements compared to existing heartbeat classification methods.
Conclusions:
- The proposed hybrid deep learning method is effective and simple for heartbeat classification.
- This approach holds potential for real-time, personal automatic heartbeat classification in remote medical monitoring.
- Open-source code is available for further research and application.
Background:
Heart arrhythmia, as one of the most important cardiovascular diseases (CVDs), has gained wide attention in the past two decades. The article proposes a hybrid method for heartbeat classification via convolutional neural networks, multilayer perceptrons and focal loss.
Methods:
In the method, a convolution neural network is used to extract the morphological features. The reason behind this is that the morphological characteristics of patients have inter-patient variations, which makes it difficult to accurately describe using traditional hand-craft ways. Then the extracted morphological features are combined with the RR intervals features and input into the multilayer perceptron for heartbeat classification. The RR intervals features contain the dynamic information of the heartbeat. Furthermore, considering that the heartbeat classes are imbalanced and would lead to the poor performance of minority classes, a focal loss is introduced to resolve the problem in the article.
Results:
Tested using the MIT-BIH arrhythmia database, our method achieves an overall positive predictive value of 64.68%, sensitivity of 68.55%, f1-score of 66.09%, and accuracy of 96.27%. Compared with existing works, our method significantly improves the performance of heartbeat classification.
Conclusions:
Our method is simple yet effective, which is potentially used for personal automatic heartbeat classification in remote medical monitoring. The source code is provided on https://github.com/JackAndCole/Deep-Neural-Network-For-Heartbeat-Classification.
Related Concept Videos
Force Classification
Contact and non-contact forces are two of the most widely used categories of forces. As the name suggests, contact forces require physical contact between two objects to act upon each other. Examples of contact forces include frictional,...
Classification of Signals
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
Aggregates Classification
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Neural Circuits
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
Reducing Line Loss
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss in...