Next Article in Journal
Detecting Anomalies of Satellite Power Subsystem via Stage-Training Denoising Autoencoders
Next Article in Special Issue
Emphasis Learning, Features Repetition in Width Instead of Length to Improve Classification Performance: Case Study—Alzheimer’s Disease Diagnosis
Previous Article in Journal
The Effect of the Color Filter Array Layout Choice on State-of-the-Art Demosaicing
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Approach for Multi-Lead ECG Classification Using DL-CCANet and TL-CCANet

1
College of Communication Engineering, Jilin University, Changchun 130012, China
2
School of Electronic and Information Engineering (SEIE), Zhuhai College of Jilin University, Zhuhai 519041, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(14), 3214; https://doi.org/10.3390/s19143214
Submission received: 22 June 2019 / Revised: 13 July 2019 / Accepted: 19 July 2019 / Published: 21 July 2019
(This article belongs to the Special Issue Biomedical Signal Processing for Disease Diagnosis)

Abstract

:
Cardiovascular disease (CVD) has become one of the most serious diseases that threaten human health. Over the past decades, over 150 million humans have died of CVDs. Hence, timely prediction of CVDs is especially important. Currently, deep learning algorithm-based CVD diagnosis methods are extensively employed, however, most such algorithms can only utilize one-lead ECGs. Hence, the potential information in other-lead ECGs was not utilized. To address this issue, we have developed novel methods for diagnosing arrhythmia. In this work, DL-CCANet and TL-CCANet are proposed to extract abstract discriminating features from dual-lead and three-lead ECGs, respectively. Then, the linear support vector machine specializing in high-dimensional features is used as the classifier model. On the MIT-BIH database, a 95.2% overall accuracy is obtained by detecting 15 types of heartbeats using DL-CCANet. On the INCART database, overall accuracies of 94.01% (II and V1 leads), 93.90% (V1 and V5 leads) and 94.07% (II and V5 leads) are achieved by detecting seven types of heartbeat using DL-CCANet, while TL-CCANet yields a higher overall accuracy of 95.52% using the above three leads. In addition, all of the above experiments are implemented using noisy ECG data. The proposed methods have potential to be applied in the clinic and mobile devices.

1. Introduction

Cardiovascular disease (CVD) is one of the most common causes of death, widely distributed throughout the world. According to the relevant statistical data, more than 17 million people die of cardiovascular disease each year, accounting for approximately 1/3 of the total deaths [1]. More seriously, some experts predict that the number of CVD patients is still growing, and will reach 23 million by the year 2030 [2]. Hence, it is of profound significance to timely diagnose and treat CVDs. Currently, electrocardiograms (ECGs) are widely used by medical specialists to diagnose abnormal states of the heart. However, the ECG acquisition process is inevitably affected by interference and noise. Meanwhile, the morphological changes of ECGs are not easily observable under certain disease conditions such as atrial premature beats as capturing visually subtle changes in long-term ECG signals is hard and time-consuming. To address these issues, the development of computer- aided devices for monitoring long-term ECG has been receiving increasing attention from researchers in the field.
ECG is the P-QRS-T wave. In the past few decades, ECGs have been extensively adopted as materials for arrhythmia diagnosis. Table 1 lists the related literatures, recording the methods and consequences for the detection of arrhythmia using various machine learning (ML) techniques. Among them, some researchers focus on the process for extracting ECG discriminating features, such as time domain features [3,4,5,6,7,8], frequency domain features [5,8,9,10], morphological features [3,4,5,7,8], statistical features [5,11], etc. Furthermore, others have studied classification models that can help in the analysis of ECGs representing different arrhythmias, among which the support vector machines (SVMs) [5,6,7,8,10,11] and neural networks [12,13,14,15] have been extensively employed.
Although so many methods exist for the detection of arrhythmias, it is still essential to further explore this field. Firstly, the ECGs can be recorded as different leads according to the various locations of the acquisition on the body, causing differences in the information of the heart state recorded by different multi-lead ECGs. Among these leads, limb leads (I, II, and III leads) can reflect changes in ECG from the facade of the heart, while the chest leads (V1~V6 leads) record changes of the ECGs in the cross-section of the heart. In addition, for the same type of leads (limb leads or chest leads), the change in ECG acquisition location leads to certain differences in the potential information provided by different leads. For example, the ECGs of V1 and V5 leads are all collected from the chest. However, the V1 lead contains more changes in the state of the left ventricle, while the V5 lead mainly records the potential information of the right ventricle. Hence, compared to one-lead ECGs, multi-lead ECGs can better reflect the state of the heart. Since the above methods can only process single-lead ECG signals, the other-lead ECG information reflecting the differences of cardiac states is not effectively utilized. Meanwhile, the quality of the signal collected from a certain lead may be poor, leading to possible difficulties in real-scenario arrhythmia detection using one-lead ECGs. Secondly, most of the above classification methods require the use of certain algorithms in advance to remove noise from the ECG signals [19], which may be due to the fact they can hardly deal with the noisy data. To address these issues, we propose in this paper a novel ECG recognition method. The aim of this work is to develop muti-lead ECG identification methods using a combination of canonical correlation analysis network (CCANet) [20] and linear support machine (SVM). Specifically, CCANet is an extraction method for sparse features and is produced by combining canonical correlation analysis (CCA) and cascaded convolutional network. CCANet can mine potential useful information by taking advantage of the correlation of multi-lead ECGs. In this work, the CCANet developed by Yang et al. [20] is employed for classifying dual-lead ECGs (DL-CCANet). In addition, we have developed a novel TL-CCANet for specifically handling three-lead ECG data. However, the features extracted by CCANet have high dimensionality and sparsity, making it difficult for most existing classifiers to handle such features well. Hence, a linear SVM suitable for this task is used as the classifier model in this work. To evaluate the effectiveness of them, two open databases were adopted as the experimental dataset. Among these databases, we select II lead and V1 lead for DL-CCANet, which is because that the ECGs of II lead and V1 lead have clear P waves. The P wave reflects the excitement of the atriums, while the QRS wave and the T wave reflect the excitement of the ventricles. Among these waves, the amplitude of P wave are general subtler. Therefore, to make full use of P waves, the use of II lead and the V1 lead are essential. For the TL-CCANet, we add an additional V5 lead as experimental data. Furthermore, the ECG classification results of CCANet were compared with RandNet and PCANet. The combination of PCANet and linear SVM was employed in this field in 2018 [21].
The main novel contributions of this paper may be summarized as follows:
Dual-lead ECG classification systems. We have designed a DL-CCANet, which consists of canonical correlation analysis (CCA), cascaded and convolutional network, binary hash encoding, block-wise histogram, linear SVM classifier.
Three-lead ECG classification systems. We have designed a TL-CCANet, consisting of canonical correlation analysis (CCA), cascaded and convolutional network, binary hash encoding, block-wise histogram, linear SVM classifier.
The rest of this paper is structured as follows: we firstly introduce the used materials and the proposed methods in Section 2 and Section 3, respectively. In Section 4, the experimental results and comparison are presented. Finally, the conclusions and future work are described in Section 5.

2. Materials

2.1. MIT-BIH Database

The MIT-BIH arrhythmia database [22] containing 48 sets of 2-lead (lead II and mostly V1) ECG signals with corresponding annotations was employed in our study. Each signal is a 30-min recording collected at 360 sampling frequency. In this work, all the ECG sets containing II and V1 leads downloaded from PhysioBank [23] are used for verifing the performance of the DL-CCANet.

2.2. INCART Database

The St. Petersburg Institute of Cardiological Techniques 12-lead arrhythmia database (INCART) downloaded from PhysioBank contains 78 sets of leads I, II, III, aVR, aVL, aVF, V1, V2, V3, V4, V5 and V6-labeled ECG recordings. Each recording was recorded with 257 Hz sampling frequency and a length of 30 min. Among these recordings, ECGs of leads II, V1 and V5 are adopted as our experimental data.

3. Methods

In this section, we describe in detail the methods used for ECG classification. Taking TL-CCANet as an example, the specific process of the three-lead ECG classification based system is shown in Figure 1.

3.1. Preprocessing

In this work, we adopted R peak positions recorded in the annotations of ECG signals as the fiducial points. For each signal, we take S1 samples to the left and S2 samples to the right of R peak as a heartbeat. Next, the sample x i h of each heartbeat is normalized as per Equation (1):
N E W ( x i h ) = x i h min ( x h ) max ( x h ) min ( x h )
where N E W ( x i h ) represents the normalized i-th sample in a heartbeat, min(xh) and max(xh) represent samples with minimum and maximum amplitudes, respectively. The S1 and S2 for the MIT-BIH database and INCART database are shown in Table 2. The mapminmax function of MATLAB is used for normalization.

3.2. Feature Extraction

3.2.1. DL-CCANet

CCANet, designed for processing two-view images, was first proposed by Yang et al. in 2017 [20]. Compared to one-view image-based PCANet and RandNet, CCANet yields superior performance in recognizing images. A standard CCANet consists of two cascaded convolutional layers and an output layer: (1) in the convolutional layers, the CCA technique is used to extract dua-lead filter banks; (2) in the output layer, the CCA features extracted from the second convolutional layer was mapped into the final feature vector. In this work, we adopted CCANet as the feature extraction method of dual-lead ECGs. Because the 2D convolutional process in CCANet can only handle 2D matrices, an input layer is introduced before the first convolutional layer, by which the complete dual-lead CCANet (DL-CCANet) is obtained. The structure of the DL-CCANet is shown in Figure 2.
(1) Input layer
In this layer, each heartbeat containing m × n samples is reshaped into an ECG matrix I i h ,   i = 1 , 2 , , N ,   h = 1 , 2 with a size of m × n, which represents the i-th heartbeat in the h-th ECG lead.
(2) First convolutional layer
Initial stage: Given two-lead ECG matrices I i 1 and I i 2 , a t1 × t2 patch is adopted to extract a series of local feature blocks by centering on each pixel. We then carry out zero-center and vectorization operations on each local block, by which a set of pending vectors x ¯ i , 1 h ,   x ¯ i , 2 h , , x ¯ i , m n h t 1 × t 2 are obtained. Next, the pending vectors corresponding to all the heartbeats in the h-th lead are concatenated into X i h = [ x ¯ i , 1 h ,   x ¯ i , 2 h , , x ¯ i , m n h ] t 1 t 2 × m n and the pending matrix X h = [ X ¯ 1 h ,   X ¯ 2 h , , X ¯ N h ] t 1 t 2 × m n .
Filter extraction stage: Then, the CCA filters can be obtained by reshaping several canonical vectors. With the constraints a 1 T S 11 a 1 = 1 and b 1 T S 22 b 1 = 1 , the first canonical vector is calculated by the CCA model max ρ ( a 1 , b 1 ) = a 1 T S 12 b 1 , where S i j = ( X i ) ( X j ) T , and the terms a1 and b1 are the first canonical vectors for two ECG leads, respectively. As per Equation (2), a Lagrange multiplier technique with multipliers λ and ν is adopted to solve the above CCA model:
θ ( a 1 , b 1 ) = a 1 T S 12 b 1 λ 2 ( a 1 T S 11 a 1 1 ) ν 2 ( b 1 T S 22 b 1 1 )
To obtain the maximum value θ , we need to solve Equation (3).
{ θ a 1 = S 12 b 1 λ S 11 a 1 = 0 θ b 1 = S 21 a 1 λ S 22 b 1 = 0
Then, Equation (3) is converted into the forms S 11 1 S 12 S 22 1 S 21 a 1 = λ 2 a 1 and S 22 1 S 21 S 11 1 S 12 b 1 = λ 2 b 1 , by which we obtain the canonical vectors a1 and b1. Next, the subsequent canonical vectors al, l > 1 and bl, l > 1 can be calculated by solving the CCA model with the combination of Lagrange multiplier technique and new constraints a i T S 11 a l = b i T S 22 b l ,   i < l .
As per Equation (4), all the 2L1 canonical vectors (al, l = 1, 2, …, L1 and bl, l = 1, 2, …, L1) are mapped into matrices V l 1 ,   l = 1 , 2 , , L 1 and V l 2 ,   l = 1 , 2 , , L 1 , which are adopted as the CCA filters corresponding to two ECG leads, respectively: V or W?
{ W l 1 = m a t k 1 , k 2 ( a l ) k 1 × k 2 , l = 1 , 2 , L 1 W l 2 = m a t k 1 , k 2 ( b l ) k 1 × k 2 , l = 1 , 2 , L 1
where m a t k 1 k 2 ( ) reshapes the vectors al and bl into matrices W l 1 and W l 2 , and L1 is the number of CCA filters.
Convolutional stage: The preliminary feature blocks (PFBs) can be obtained as per I i , l h = I i h W l h ,   l = 1 , 2 , , L 1 , where is the convolutional symbol.
(3) Second convolutional layer
Initial stage: The PFBs I i , l h = I i h W l h ,   l = 1 , 2 , , L 1 are employed as the input of this layer, and an initial operation similar to the previous layer is carried out to obtain Y 1 = Y 1 1 , Y 2 1 , , Y L 1 1 k 1 k 2 × L 1 N m n and Y 2 = Y 1 2 , Y 2 2 , , Y L 1 2 k 1 k 2 × L 1 N m n .
Filter extraction stage: Similarly, taking Yh, h = 1,2 as the object to be processed, we employ the Lagrange multiplier technique to solve the CCA model with S i j = ( Y i ) ( Y j ) T , by which the canonical vectors c𝓁 and d𝓁 can be obtained. Then, we calculate the CCA filters V 𝓁 1 ,   l = 1 , 2 , , L 2 and V 𝓁 2 ,   l = 1 , 2 , , L 2 as per Equation (5):
{ V 𝓁 1 = m a t k 1 , k 2 ( c 𝓁 ) k 1 × k 2 , 𝓁 = 1 , 2 , L 2 V 𝓁 2 = m a t k 1 , k 2 ( d 𝓁 ) k 1 × k 2 , 𝓁 = 1 , 2 , L 2
where the meanings of m a t k 1 k 2 ( ) and L2 are the same as in Equation (4).
Convolutional stage: Similarly, the secondary feature blocks (SFBs) are calculated as per o i , l = { I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 } 𝓁 = 1 L 2 ,   l = 1 , 2 , , L 1 , where I i , l 1 W 𝓁 1 and I i , l 2 W 𝓁 2 are concatenated as a whole.
(4) Output layer
In this layer, each SFB is converted into several decimal matrices as per T i , l = 𝓁 L 2 2 𝓁 1 H ( I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 ) , where the function H( ) maps the I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 onto binary images as per Equation (6):
H ( c ) = { 1 , c > 0 0 , c < 0
Ultimately, the final feature vector is obtained as per fi = [Bhist(T1),Bhist(T2), …, Bhist( T L 1 ) ] 2 L 2 L 1 B , where Bhist( ) denotes the block segmentation (the size of the block is u1 × u2)fhg with a fixed overlap rate R and a histogram statistics approach, and B is the number of blocks collected from Ti,j. The laconic workflow of the DL-CCANet is illustrated in Algorithm 1.
Algorithm 1. The algorithm of two convolutional stages of the DL-CCANet.
Input:Raw Two-Lead Heartbeats A i h ,   h = 1 , 2 ,   i = 1 , 2 , , N
Output:fi
1:Form ECG matrix I i h
2:for the first convolutional stage do
3: Form the two-lead pending matrices Xh
4: Compute the covariance matrix sij of Xi and Xj
5: Solve the CCA model by the Lagrange multiplier technique to obtain the two-lead project directions a, b
6: Construct two-lead filter banks W l h ,   h = 1 , 2 ,   l = 1 , 2 , , L 1
7: Calculate the preliminary feature blocks of the first convolutional stage I i , l h = I i h W l h
8:end for
9:for the second convolutional stage do
10: Form the two-lead pending matrices
11: Compute the covariance matrix sij of Yi and Yj
12: Solve the CCA model to obtain the two-lead project directions c, d
13: Construct two-lead filter banks V 𝓁 h ,   h = 1 , 2 ,   𝓁 = 1 , 2 , , L 2
14: Calculate the output of the second convolutional stage: o i , l = { I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 } 𝓁 = 1 L 2 ,   l = 1 , 2 , , L 1
15:end for
16: Compute the binarized images o i , l = { H ( I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 ) } 𝓁 L 2 L 1
17: Compute the one decimal image T i , l = 𝓁 L 2 2 𝓁 1 H ( I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 )
18: Construct the histogram vector fi

3.2.2. TL-CCANet

In this work, we developed a TL-CCANet to extract features from three-lead ECGs. TL-CCANet contains an input layer, two cascaded convolutional layers and an output layer. Different from DL-CCANet, there are three input channels for TL-CCANet, in which the CCA processing is alternately performed on the two-lead data in the two cascaded convolutional layers. Figure 3 presents the specific structure of TL-CCANet.
(1) Input layer
In this layer, ECG matrices I i h , h = 1, 2, 3, h with a size of m × n are obtained by reshaping all the heartbeats.
(2) First convolutional layer
Initial stage: The operation of this stage is the same as that in DL-CCANet, and the pending matrix X h = X ¯ 1 h , X ¯ 2 h , , X ¯ N h t 1 t 2 × m n corresponding to the h-th lead is then obtained.
Filter extraction stage: In this step, the CCA filters are obtained based on three combinations of Xh, respectively. The specific allocation scheme is shown in Table 3.
Taking the combination 1 as an example, we first calculate the canonical vectors al and bl by solving the CCA model between X1 and X2 using the Lagrange multiplier technique. Then, we reserve the al corresponding to the X1, and the CCA filters are obtained as per Equation (7).
W l 1 = m a t k 1 , k 2 ( a l ) k 1 × k 2 , l = 1 , 2 , , L 1
where the function m a t k 1 k 2 ( ) is similar to that in DL-CCANet. After processing all the above three combinations, three sets of filters W l 1 ,   W l 2 , and W l 3 are obtained.
Convolutional stage: Based on three ECG leads, we calculate the preliminary feature blocks (PFBs) according to I i , l h = I i h W l h , l = 1 , 2 , , L 1 , h = 1 , 2 , 3 .
(3) Second convolutional layer
Initial stage: The I i , l h = I i h W l h , l = 1 , 2 , , L 1 is employed as the input of this layer, and an operation similar to the previous layer is used to obtain Y 1 = Y 1 1 , Y 2 1 , , Y L 1 1 k 1 k 2 × L 1 N m n and Y 2 = Y 1 2 , Y 2 2 , , Y L 1 2 k 1 k 2 × L 1 N m n .
Filter extraction stage: Taking the Y 1 and Y 2 of combination 1 in Table 4 as an example, we handle the CCA model using Lagrange multiplier technique, by which the canonical vectors c 𝓁 and d 𝓁 are obtained. Next, the CCA filters of Y 1 are obtained as per Equation (8).
V l 2 = m a t k 1 , k 2 ( d 𝓁 ) k 1 × k 2 , l = 1 , 2 , L 1
where the function m a t k 1 k 2 ( ) is similar to that in Equation (8). Finally, we obtain three filters V l 1 ,   V l 2 and V l 3 for Y1, Y2 and Y3, respectively.
Convolutional stage: Similarly, the secondary feature blocks (SFBs) are calculated as per Equation (9):
O i , l = { I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 , I i , l 3 W 𝓁 3 } 𝓁 = 1 L 2 , l = 1 , 2 , , L 1
(4) Output layer
Similar to that in DL-CCANet, the final feature vector fi of I i h is obtained as per T i , l = 𝓁 L 2 2 𝓁 1 H ( I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 , I i , l 3 W 𝓁 3 ) and fi = [ B h i s t ( T 1 ) , B h i s t ( T 2 ) , , B h i s t ( T 3 ) ] 2 L 2 L 1 B . The laconic workflow of the TL-CCANet is illustrated in Algorithm 2.
The DL-CCANet and TL-CCANet are achieved by using the PCANet [24] and canoncorr function in MATLAB. Their parameters are shown in Table 5.
Algorithm 2. The algorithm of two convolutional stages of TL-CCANet.
Input:Raw Three-Lead Heartbeats A i h ,   h = 1 , 2 ,   i = 1 , 2 , , N
Output: f i
1:Form ECG matrix I i h
2:for the first convolutional stage do
3: Form the three-lead pending matrices Xh
4: Compute the covariance matrix s i j h of X i h and X j h
5: Solve the CCA model by the Lagrange multiplier technique to obtain the three-lead project directions ah, h = 1, 2, 3 and bh, h = 1, 2, 3
6: Construct three-lead filter banks W l h , h = 1,2, l = 1, 2, …, L1
7: Calculate the preliminary feature blocks of the first convolutional stage I i , l h = I i h W l h
8:end for
9:for the second convolutional stage do
10: Form the three-lead pending matrices
11: Compute the covariance matrix s i j h of Y i h and Y j h
12: Solve the CCA model to obtain the three-lead project directions ch, h = 1, 2, 3 and dh, h = 1, 2, 3
13: Construct three-lead filter banks V 𝓁 h ,   h = 1 , 2 , 3 ,   𝓁 = 1 , 2 , , L 2
14: Calculate the output of the second convolutional stage: O i , l = { I i , l 1 W 𝓁 1 ,   I i , l 2 W 𝓁 2 ,   I i , l 3 W 𝓁 3 } 𝓁 = 1 L 2 ,   l = 1 , 2 , 3 , , L 1
15:end for
16: Compute the binarized images { H ( I i , l 1 W 𝓁 1 ,   I i , l 2 W 𝓁 2 ,   I i , l 3 W 𝓁 3 ) } , l = 1, 2, 3, …, L1
17: Compute the one decimal image T i , l = 𝓁 L 2 2 𝓁 1 H ( I i , l 1 W 𝓁 1 , I i , l 2 W 𝓁 2 , I i , l 3 W 𝓁 3 )
18: Construct the histogram vector fi

3.3. Classification

In this work, we employ a linear support vector machine (SVM) as the classifier model. Linear support vector machines can be easily used and have a relatively simple computation process for object predictions. As we know, linear SVM makes the classification process by calculating the decision hyperplane using a linear kernel and can handle massive data efficiently and quickly. Hence, linear SVM is pretty suitable for processing the CCANet features with high dimensionality and sparsity. For a linear SVM model, error penalty factor C is a crucial parameter representing the tolerance to error. The change in the error penalty factor greatly affects the prediction results. In our experiments, we adopted the Liblinear toolkit [25] realizing linear SVM [26].

4. Experiments

4.1. Experimental Setup

The device used is a personal computer equipped with Windows 10 and 32 GB RAM, and all the experiments are implemented on Matlab 2018a using a i7-8750 CPU with a clock speed of 2.20 GHz. The proposed methodology is validated on MIT-BIH database and INCART database. In our study, we employ the DL-CCANet and the TL-CCANet to extract fusion feature from two leads and three leads, respectively. The parameters of them are shown in Table 6 and Table 7 the C of the liblinear toolkit (linear SVM). In this work, the above parameters of DL-CCANet, TL-CCANet, and linear SVM were determined through a lot of experiments on training data using changed parameters and 10-fold cross-validation (alternative 1part for validation and 9 parts for training).
To evaluate the proposed methods, we selected 15 and eight detailed categories from the MIT-BIH database and the INCART database, respectively. From the MIT-BIH database, we randomly selected 3350 heartbeats. From the INCART database, 1720 random heartbeats are used in this work. The number of each category is shown in Table 8 and Table 9, respectively.
In this work, we use k-fold cross-validation [26] to perform our experiments. Specifically, the heartbeats are divided into k equal parts. In each experiment, the alternative one part is employed as the validation data, and others are used as training data. After the above k experiments, k confusion matrices are obtained and added together. Based on the overall confusion matrix, we calculate several important indicators, which are accuracy (Acc), sensitivity (Sen), precision (Ppv), specificity (Spe), and F1-score. They can be obtained according to the following equations [15]:
A c c = T P + T N T P + F P + T N + F N × 100 %
S e n = T P T P + F N × 100 %
P p v = T P T P + F P × 100 %
S p e = T N T N + F P × 100 %
F 1 - s c o r e = 2 × P p r × S e n P p r + S e n × 100 %
where TP, TN, FP, and FN are the values of true positive, true negative, false positive, and false negative, respectively. These values of each experiment are recorded in confusion matrices.

4.2. Experiments on MIT-BIH Database Using DL-CCANet

The classification results for the MIT-BIH database are presented in Table 10. Overall, 95.25% of the heartbeats were correctly classified with a 4.75% error rate. Among the normal heartbeats (Nb), approximately 2.7% heartbeats of Nb class were wrongly classified as abnormal heartbeats (Ab). By contrast, for Ab, a total of 1.8% were wrongly classified as Nb class. Meanwhile, the average accuracy, Sen, Ppv, and Spe were 99.4%, 94.6%, 96.3%, and 99.6%, respectively. For the majority of the categories, over 90% sensitivity was obtained. Except for class a, the Ppv for other classes were all more than 90%. More importantly, the specificities of all the categories are over 97%, indicating that the proposed approach also has a high ability to detect negative categories. To sum up, the combination of DL-CCANet and linear SVM performed extremely well on the MIT-BIH database.

4.3. Experiments on INCART Database

4.3.1. DL-CCANet

Table 11, Table 12 and Table 13 exhibit the classification results of DL-CCANet. These results were obtained based on various combinations of ECG leads, including combination 1 (II and V1 leads), 2 (V1 and V5 leads), and 3 (II and V5 leads). It is worth noting that the Acc and Spe for classifying each category were over 95%. In terms of Sen and Ppv, the worst result was yielded when classifying n-type heartbeats, which may be due to the minimal amount of training data with relatively insufficient classification information. In addition, over 80% of values were obtained for the precisions of all the ECG categories and the Sens of the majorities of heartbeats. From a holistic perspective, the average Accs and Spes obtained using combination 1, 2 and 3 are all over 98%, while the average Sens and Ppvs of the three schemes exceed 90% and 93%, respectively. On the whole, approximately 94% of the heartbeats were correctly classified with a 6% false detection rate. Hence, the above indicates that the combination of DL-CCANet and linear SVM can effectively identify heartbeats including N, V, A, F, n, R and j types on INCART database.

4.3.2. Results Obtained Using II, V1 and V5 Leads Based TL-CCANet

Table 14 shows the confusion matrix and evaluation indicators of the classification results obtained by using II, V1, and V5 leads based TL-CCANet. Overall, 95.52% heartbeats were correctly identified with 4.48% false detection. Except for class n, over 88% Sen and 90% Ppv were obtained by classifying the remaining categories. In terms of Spe, the value is more than 98% for each abnormal heartbeats, and the average value reached 99.16%. In addition, the average Acc, average Sen, and average Ppv were 98.76%, 92.71%, and 94.88%, respectively. Compared to the DL-CCANet, TL-CCANet achieved approximately 2% higher average Sen and correctly identified more heartbeats, approximately 1.5%. More importantly, other evaluation indicators obtained by the TL-CCANet are obviously at a higher level.

4.4. Comparison with PCANet and RandNet

4.4.1. The Comparison on MIT-BIH Database

Figure 4 shows the comparison of overall accuracies using DL-CCANet, PCANet, and RandNet. Among these methods, PCANet and RandNet were employed to process one-lead ECGs such as lead II or lead V1. As shown in Figure 5, the lead II-based PCANet and RandNet yielded higher recognization accuracy than lead V1, which may be due to the fact that lead II and lead V1 in the MIT-BIH database were recorded with different levels of noise. The ECGs of leads II and V1 can be seen in Figure 5, where the ECGs for lead II have a clearer waveform than that for lead V1. However, the two-lead ECGs-based DL-CCANet yielded significantly better results than lead II- and lead V1- based PCANet and RandNet, indicating that DL-CCANet effectively extracts the correlation between the two leads to compensate for the lack of quality of the lead V1. Hence, the above demonstrates that DL-CCANet can solve the problem of poor quality of one-lead ECG signals.

4.4.2. The Comparison on INCART Database

Figure 6 and Figure 7 illustrate the ECG classification results achieved by using TL-CCANet, DL-CCANet, PCANet, and RandNet. Among them, PCANet and RandNet were used to classify heartbeats of II lead, V1 lead, and V5 lead, respectively. As per Figure 6, the line charts illustrate the recognition results when experimenting on each fold. It can be obviously seen that the TL-CCANet yielded significantly higher recognition accuracy compared to other methods.
In Figure 7, the overall accuracies of these methods across five folds are presented in the form of bar charts. Overall, the recognization accuracies were over 90% obtained by all the methods. Among them, one lead-based PCANet and RandNet have different classification results using II, V1 and V5 leads, and the recognization accuracies of V1 leads are the lowest, only 92.1% and 90.76%, respectively. Relative to one lead-based methods, DL-CCANet (II and V1 leads) and DL-CCANet (V1 and V5 leads) achieve better results (94.01% and 93.90%), indicating that the useful information of heartbeats in the V1 lead was compensated by that in the II and V5 leads. In addition, the highest recognization Accs were obtained by using three-lead (II, V1, and V5 leads) ECGs based TL-CCANet. This demonstrates that when the TL-CCANet mined relevance information of dual-lead ECGs, the useful components in third-lead ECGs were also utilized for arrhythmia diagnosis. In summary, DL-CCANet and TL-CCANet can effectively utilize the multi-lead ECGs to implement ECG classification.
Figure 8 shows the ECG classification results obtained using different quantities of filters of DL-CCANet, TL-CCANet, PCANet, and RandNet on INCART database. Among these records, TL-CCANet achieved the best results relative to other methods when using different numbers of filters. Meanwhile, it can be observed that the influence of the number of CCA filters on the recognition effect is obvious. Specifically, as the number of filters increases, the overall recognition Acc is improved significantly and tends to be stable. However, the use of a large number of filters leads to a higher dimension of features, causing that the linear support vector machine takes longer time to implement decision making and takes up a large amount of computer memory. After a large number of experiments, 9 was selected as the optimal number of CCA filters.

4.5. Robustness to Noise

As shown in Table 1, researchers have applied various methods and studied different types of arrhythmias in the related field. As we know, the ability of the proposed method to process noisy data is pretty important. In a real environment, the collected ECG signals typically contain noise with varying degrees and levels. To completely remove the noise in the signals, it is generally essential to strictly adjust the parameters of the denoising algorithm for a specific signal, resulting in a lot of wasted time and effort. Hence, the evaluation of the noise robustness of the proposed algorithm is critical. However, the majority of these methods were used to classify noise-free heartbeats, causing that the ability of these methods to deal with noisy heartbeats is not presented. In our study, the proposed method is directly applied in processing raw ECGs in the MIT-BIH database and INCART database and yields excellent performance. This may be because the process of CCA can extract correlation information between different leads. As we know, the collected ECGs mainly include baseline drift and high-frequency noise (such as EMG interference), etc. [27]. These types of noise are generally yielded by the acquisition equipment and muscle tremors. For example, baseline drift is generally caused by the displacement between the electrodes and the human body, and the degree and types of EMG are different as per the various ECG sampling positions on the body. Hence, the noise components of the different-lead ECGs have minimal correlation. As such, most of the noise information is filtered after processing the data by the CCA filters. The CCA features obtained from the first convolutional layer using the ECG matrices of II, V1, and V5 leads are illustrated in Figure 9. In addition, similar to PCANet [28], a multi-layer convolutional structure in CCANet reinforces the anti-noise and information extraction ability of CCA, supporting its application to noisy ECGs.

5. Conclusions

In this work, we have presented a fully automated classification method for heartbeats with various abnormal cardiac conditions. Specifically, to address some of the typical issues of previous studies, we propose two multi-lead ECGs-based feature extraction methods, which are DL-CCANet and TL-CCANet developed for extracting correlation information from dual-lead and three-lead ECGs, respectively. In the classification stage, the linear support vector machine specializing in processing high dimensional features was used as the classifier model. To verify the remarkable performance of the proposed methods, two databases from the PhysioNet PhysioBank were employed: MIT-BIH database and INCART database. By using the DL-CCANet, the highest overall accuracies of 95.25% and 94.05% were yielded in classifying detailed classes in the MIT-BIH database and INCART database, respectively. When using three-lead ECGs, the TL-CCANet achieved the highest accuracy of 95.52%, which is better than the results of DL-CCANet using two-lead ECGs in the INCART database. Meanwhile, we also used PCANet and RandNet to identify one-lead ECGs. Compared to them, the results of the proposed methods are significantly better.
Furthermore, there is an obvious difference in the quality of the signals between two leads in the MIT-BIH database. The performances of the multi-leads based methods prove that DL-CCANet effectively extracts the correlation between the two leads to compensate for the lack of quality of the lead V1. More importantly, we adopted raw ECGs as the experimental material, verifying that TL-CCANet and DL-CCANet have good ability to classify multi-lead ECGs even under noisy conditions. In terms of applications, they have minimal parameters to be adjusted and do not require the detection of P, Q, S, and T points. The proposed methods are possible to be conveniently and universally applied in the clinic or mobile devices.
The advantages of the proposed methods: (1) high overall accuracy; (2) classification of detailed classes (15 classes on MIT-BIH database and seven classes on INCART database); (3) utilization of the correlation of multi-lead ECG signals; (4) a detailed description of the methods - DL-CCANet and TL-CCANet; (5) A possible application for mobile devices; (6) a small number of parameters to be adjusted.
Among the limitations, we may mention:(1) Lower recognition performance for several classes containing minimal heartbeats such as type n in Table 10; (2) The size of ECG matrix needs to be adjusted for different databases due to the different sample rates.
In future work, we will try to solve the above limitations by utilizing more ECG leads and adopting a resampling algorithm. This work will make excellent contributions to the recognition of abnormal ECGs.

Author Contributions

Conceptualization—W.Y., Y.S., Data curation—D.W., Formal analysis—G.Z., Writing—Original Draft, W.Y., Y.S., Writing—Edit and Review, W.Y., D.W.

Funding

This work was supported by the Science and Technology Development Plan Project of Jilin Province under Grant Nos. 20170414017GH and 20190302035GX; the Natural Science Foundation of Guangdong Province under Grant No. 2016A030313658; the Premier-Discipline Enhancement Scheme Supported by Zhuhai Government under Grant No. 2015YXXK02-2; the Premier Key-Discipline Enhancement Scheme Supported by Guangdong Government Funds under Grant No. 2016GDYSZDXK036.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. AHA. Heart Disease, Stroke and Research Statistics at-Aglance. Available online: http://www.heart.org/idc/groups/ahamah-public/%40wcm/%40sop/%40smd/documents/downloadable/ucm_480086.pdf (accessed on 19 June 2017).
  2. WHO. Global Status Report on Noncommunicable Diseases. 2014. Available online: http://apps.who.int/iris/bitstream/10665/148114/1/9789 241564854_eng.pdf?ua=1 (accessed on 19 June 2017).
  3. Soria, M.L.; Martínez, J.P. Analysis of multidomain features for ECG classification. In Proceedings of the 2009 36th Annual Computers in Cardiology Conference (CinC), Park City, UT, USA, 13–16 September 2009; pp. 561–564. [Google Scholar]
  4. De Lannoy, G.; François, D.; Delbeke, J.; Verleysen, M. Weighted conditional random fields for supervised interpatient heartbeat classification. IEEE Trans. Biomed. Eng. 2011, 59, 241–247. [Google Scholar] [CrossRef] [PubMed]
  5. Plawiak, P.; Acharya, U.R. Novel deep genetic ensemble of classifiers for arrhythmia detection using ECG signals. Neural Comput. Appl. 2018, 1–25. [Google Scholar] [CrossRef]
  6. Huang, H.; Liu, J.; Zhu, Q.; Wang, R.; Hu, G. A new hierarchical method for inter-patient heartbeat classification using random projections and RR intervals. Biomed. Eng. Online 2014, 13, 90. [Google Scholar] [CrossRef] [PubMed]
  7. Zhang, Z.; Dong, J.; Luo, X.; Choi, K.S.; Wu, X. Heartbeat classification using disease-specific feature selection. Comput. Biol. Med. 2014, 46, 79–89. [Google Scholar] [CrossRef] [PubMed]
  8. Zhang, Z.; Luo, X. Heartbeat classification using decision level fusion. Biomed. Eng. Lett. 2014, 4, 388–395. [Google Scholar] [CrossRef]
  9. Llamedo, M.; Martínez, J.P. Heartbeat classification using feature selection driven by database generalization criteria. IEEE Trans. Biomed. Eng. 2010, 58, 616–625. [Google Scholar] [CrossRef] [PubMed]
  10. Pławiak, P. Novel methodology of cardiac health recognition based on ECG signals and evolutionary-neural system. Expert Syst. Appl. 2018, 92, 334–349. [Google Scholar] [CrossRef]
  11. Park, K.S.; Cho, B.H.; Lee, D.H.; Song, S.H.; Lee, J.S.; Chee, Y.J.; Kim, S.I. Hierarchical support vector machine based heartbeat classification using higher order statistics and hermite basis function. In Proceedings of the 2008 Computers in Cardiology, Bologna, Italy, 14–17 September 2008; pp. 229–232. [Google Scholar]
  12. Zubair, M.; Kim, J.; Yoon, C. An automated ECG beat classification system using convolutional neural networks. In Proceedings of the 2016 6th International Conference on IT Convergence and Security (ICITCS), Prague, Czech Republic, 26 September 2016; pp. 1–5. [Google Scholar]
  13. Acharya, U.R.; Oh, S.L.; Hagiwara, Y.; Tan, J.H.; Adam, M.; Gertych, A.; Tan, R.S.; San, T.R. A deep convolutional neural network model to classify heartbeats. Comput. Biol. Med. 2017, 89, 389–396. [Google Scholar] [CrossRef]
  14. Yıldırım, Ö.; Pławiak, P.; Tan, R.S.; Acharya, U.R. Arrhythmia detection using deep convolutional neural network with long duration ECG signals. Comput. Biol. Med. 2018, 102, 411–420. [Google Scholar] [CrossRef]
  15. Li, H.; Yuan, D.; Ma, X.; Cui, D.; Cao, L. Genetic algorithm for the optimization of features and neural networks in ECG signals classification. Sci. Rep. 2017, 7, 41011. [Google Scholar] [CrossRef]
  16. Li, H.; Feng, X.; Cao, L.; Li, E.; Liang, H.; Chen, X. A new ECG signal classification based on wpd and apen feature extraction. Circ. Syst. Signal Process. 2016, 35, 339–352. [Google Scholar] [CrossRef]
  17. Li, H.; Liang, H.; Miao, C.; Cao, L.; Feng, X.; Tang, C.; Li, E. Novel ECG signal classification based on Kica nonlinear feature extraction. Circuits Syst. Signal Process. 2016, 35, 1187–1197. [Google Scholar] [CrossRef]
  18. Pławiak, P. Novel genetic ensembles of classifiers applied to myocardium dysfunction recognition based on ECG signals. Swarm Evol. Comput. 2018, 39, 192–208. [Google Scholar] [CrossRef]
  19. Jin, Z.; Dong, A.; Shu, M.; Wang, Y. Sparse ECG Denoising with Generalized Minimax Concave Penalty. Sensors 2019, 19, 1718. [Google Scholar] [CrossRef] [PubMed]
  20. Yang, X.; Liu, W.; Tao, D.; Cheng, J. Canonical correlation analysis networks for two-view image recognition. Inf. Sci. 2017, 385, 338–352. [Google Scholar] [CrossRef]
  21. Yang, W.; Si, Y.; Wang, D.; Guo, B. Automatic recognition of arrhythmia based on principal component analysis network and linear support vector machine. Comput. Biol. Med. 2018, 101, 22–32. [Google Scholar] [CrossRef] [PubMed]
  22. Moody, G.B.; Mark, R.G. The impact of the MIT-BIH arrhythmia database. IEEE Eng. Med. Biol. Mag. 2001, 20, 45–50. [Google Scholar] [CrossRef] [PubMed]
  23. Goldberger, A.L.; Amaral, L.A.N.; Glass, L.; Hausdorff, J.M.; Ivanov, P.C.; Mark, R.G.; Mietus, J.E.; Moody, G.B.; Peng, C.-K.; Stanley, H.E. PhysioBank, PhysioToolkit, and PhysioNet. Circulation 2000, 101, 215–220. [Google Scholar] [CrossRef] [PubMed]
  24. PCANet Code. Available online: https://download.csdn.net/download/txg198955/8046351 (accessed on 18 June 2018).
  25. Fan, R.E.; Chang, K.W.; Hsieh, C.J.; Wang, X.R.; Lin, C.J. Liblinear: A library for large linear classifification. J. Mach. Learn. Res. 2008, 9, 1871–1874. [Google Scholar]
  26. Kuncheva, L.I. Combining Pattern Classifiers: Methods and Algorithms; John Wiley & Sons: Hoboken, NJ, USA, 2004. [Google Scholar]
  27. Li, H.; Wang, X.; Chen, L.; Li, E. Denoising and R-peak detection of electrocardiogram signal based on EMD and improved approximate envelope. Circuits Syst. Signal Process. 2014, 33, 1261–1276. [Google Scholar] [CrossRef]
  28. Lee, J.N.; Byeon, Y.H.; Pan, S.B.; Kwak, K.C. An EigenECG Network Approach Based on PCANet for Personal Identification from ECG Signal. Sensors 2018, 18, 4024. [Google Scholar] [CrossRef]
Figure 1. The specific process of the ECG classification based system.
Figure 1. The specific process of the ECG classification based system.
Sensors 19 03214 g001
Figure 2. The structure of the DL-CCANet.
Figure 2. The structure of the DL-CCANet.
Sensors 19 03214 g002
Figure 3. The structure of the TL-CCANet.
Figure 3. The structure of the TL-CCANet.
Sensors 19 03214 g003
Figure 4. The comparison of DL-CCANet, PCANet, and RandNet on the MIT-BIH database.
Figure 4. The comparison of DL-CCANet, PCANet, and RandNet on the MIT-BIH database.
Sensors 19 03214 g004
Figure 5. The ECG signals of lead II and V1 on the MIT-BIH database.
Figure 5. The ECG signals of lead II and V1 on the MIT-BIH database.
Sensors 19 03214 g005
Figure 6. The comparison of the ECG classification performances of each fold (a) TL-CCANet, DL-CCANet, PCANet, and RandNet on INCART database. (b) TL-CCANet, PCANet(II) and RandNet(II); (c) TL-CCANet, PCANet(V1) and RandNet(V1); (d) TL-CCANet, PCANet(V5) and RandNet(V5).
Figure 6. The comparison of the ECG classification performances of each fold (a) TL-CCANet, DL-CCANet, PCANet, and RandNet on INCART database. (b) TL-CCANet, PCANet(II) and RandNet(II); (c) TL-CCANet, PCANet(V1) and RandNet(V1); (d) TL-CCANet, PCANet(V5) and RandNet(V5).
Sensors 19 03214 g006
Figure 7. The comparison of the ECG classification performances across 10 folds using TL-CCANet, DL-CCANet, PCANet, and RandNet on INCART database.
Figure 7. The comparison of the ECG classification performances across 10 folds using TL-CCANet, DL-CCANet, PCANet, and RandNet on INCART database.
Sensors 19 03214 g007
Figure 8. Classification results using different quantities of filters on INCART database. (a) TL-CCANet, PCANet (II) and RandNet (II); (b) TL-CCANet, PCANet (V1) and RandNet (V1); (c) TL-CCANet, PCANet (V5) and RandNet (V5); (d) TL-CCANet, DL-CCANet.
Figure 8. Classification results using different quantities of filters on INCART database. (a) TL-CCANet, PCANet (II) and RandNet (II); (b) TL-CCANet, PCANet (V1) and RandNet (V1); (c) TL-CCANet, PCANet (V5) and RandNet (V5); (d) TL-CCANet, DL-CCANet.
Sensors 19 03214 g008
Figure 9. The PFBs obtained by the first convolutional layer of TL-CCANet.
Figure 9. The PFBs obtained by the first convolutional layer of TL-CCANet.
Sensors 19 03214 g009
Table 1. Related work of ECG classification.
Table 1. Related work of ECG classification.
AuthorYearFeature ExtractionClassifier ModelClassesAccuracy
Park et al. [11]2008HOSHierarchical SVM586%
Soria et al. [3]2009Morphologic and RR-intervalsWeighted LD590%
Llamedo et al. [9]2011RR-interval and morphological featuresWeighted LD593%
de Lannoy et al. [4]2012Morphology, HOS and RR intervalsWeighted CRF585%
Huang et al. [6]2014RR intervals and random projectionEnsemble of SVM594%
Zhang et al. [7]2014Inter-beat and intra-beat intervals, amplitude morphology, area morphology, and morphological distanceCombined SVM587%
Zhang et al. [8]2014Inter-beat and intra-beat intervals, amplitude morphology, area morphology, morphological distance, and wavelet coefficientsCombined SVM588%
Hongqiang. [16]2015Combination of WPD and ApEnSVM597%
Hongqiang. [17]2015Combination of PCA and KICASVM597%
Zubair et al. [12]2016Raw data1D-CNN593%
Acharya et al. [13]2017Raw data1D-CNN594%
Pławiak [10]2018Frequency components of the PSD of ECG signalEvolutionary Neural System (based on single SVM)1790%
Pławiak [18]2018Frequency components of the power spectral density of the ECG signalGenetic ensemble of SVM classifiers optimized by sets1791%
Yildirim et al. [14]2018Rescaling raw data1D-CNN1791%
Pławiak [5]2019Frequency components of the PSD of ECG signalDeep genetic ensemble of classifiers (DGEC)1795%
Table 2. Length of a heartbeat in MIT-BIH database and INCART database.
Table 2. Length of a heartbeat in MIT-BIH database and INCART database.
DatabaseS1S2Heartbeat Length (Points)Sample Rate (Hz)
MIT-BIH database160200360360
INCART database120136256257
Table 3. The specific allocation results.
Table 3. The specific allocation results.
LeadCombination 1Combination 2Combination 3
1st lead X 1 X 2 X 3
2nd lead X 2 X 3 X 1
Table 4. The specific allocation results.
Table 4. The specific allocation results.
LeadCombination 1Combination 2Combination 3
1st lead Y 3 Y 1 Y 2
2nd lead Y 1 Y 2 Y 3
Table 5. The detailed parameters of DL-CCANet and TL-CCANet.
Table 5. The detailed parameters of DL-CCANet and TL-CCANet.
ParametersMeaning and Rang
Input layerm × nThe size of the ECG matrix
NThe number of data
First Convolutional layert1 × t2The size of the patch (only odd integers)
t1 ∊ {3:2:m}, t2 ∊ {3:2:n}
L1The number of filters
L1 ∊ {1:1:t1t2}
Second Convolutional layerL2The number of filters
L2 ∊ {1:1:t1t2}
Output layeru1 × u2The size of the block
h1 ∊ {1:1:m}, h1 ∊ {1:1:n}
RThe overlap ratio of the block.
R ∊ {0.1:0.1:0.9}
Table 6. The parameters set for DL-CCANet and TL-CCANet.
Table 6. The parameters set for DL-CCANet and TL-CCANet.
Network TypeLayerValue
DL-CCANet and TL-CCANet t 1 × t 2 7 × 7
L19
L29
u 1 × u 2 7 × 7
R 0.5
Table 7. The parameters of liblinear toolkit.
Table 7. The parameters of liblinear toolkit.
ToolkitThe type of SolverPenalty Factor C
LiblinearL2-regularized L2-loss support vector classification (dual)1
Table 8. The details of the categories on MIT-BIH database.
Table 8. The details of the categories on MIT-BIH database.
Types Quantity
rRhythm change200
NNormal beat1000
AAtrial premature beat200
VPremature ventricular200
PPaced Beat200
xNon-conducted P-wave100
FFusion of ventricular contraction200
jNodal (junction) escape beat200
LLeft bundle branch block beat200
aAberrated atrial premature beat100
JNodal (junction) premature beat200
RRight bundle branch block beat50
!Ventricular flutter200
EVentricular escape beat100
fFusion of paced and normal beat200
Total 3350
Table 9. The details of the categories on INCART database.
Table 9. The details of the categories on INCART database.
Types Quantity
NNormal beat500
VPremature ventricular500
AAtrial premature beat200
FFusion of ventricular contraction200
nSupraventricular espace beat30
RRight bundle branch block beat200
jNodal (junction) escape beat90
Total 1720
Table 10. Confusion matrix obtained using II and V5 leads across 10 folds.
Table 10. Confusion matrix obtained using II and V5 leads across 10 folds.
Predicted
rNAVPxFjLaJR!Ef
Originalr19033100003000000
N297312000193000000
A0211540000160170000
V18018401201100200
P00002000000000000
x1000098000000010
F312170017700000000
j07000001930000000
L00010000199000000
a1713001008700000
J00510000001940000
R0100000100048000
!00020000000019800
E0102000000001960
f00000000000000200
Acc (%)99.597.498.39910099.999.298.799.899.999.699.999.999.9100
Sen (%)9597.377921009888.596.599.58797969996100
Ppv (%)9694.293.390.61009998.384.396.697.896.510098.599100
Spe (%)99.897.599.799.410010099.998.999.899.999.810099.9100100
Average Acc (%)99.4
Average Sen (%)94.6
Average Ppv (%)96.3
Average Spe (%)99.6
OA (%):95.3
Training time (s)195
Classification time for single heartbeat (s)0.021
Table 11. Confusion matrix obtained using II and V1 leads across 5 folds.
Table 11. Confusion matrix obtained using II and V1 leads across 5 folds.
PredictedAcc (%)Sen (%)Ppv (%)Spe (%)
NVAFnRj
OriginalN48411840295.8196.889.1395.16
V04920800098.3198.495.9198.28
A261173000098.3786.599.4399.93
F2417015900096.6779.590.8698.95
n6000240099.428085.7199.76
R01000199099.9499.5100100
j3100008699.6595.5697.7399.88
Average98.3190.8994.1198.85
Overall accuracy (%)94.01
Training time (s)68.8
Classification time for single heartbeat (s)0.017
Table 12. Confusion matrix obtained using V1 and V5 leads across 5 folds.
Table 12. Confusion matrix obtained using V1 and V5 leads across 5 folds.
PredictedAcc (%)Sen (%)Ppv (%)Spe (%)
NVAFnRj
OriginalN48720540295.9397.489.5295.33
V348501002097.979796.0498.36
A202174400098.438799.4399.93
F2514116000096.578089.3998.75
n7000230099.367785.1999.76
R02000198099.77999999.87
j2000008899.7797.7897.7899.88
Average98.2690.7493.7698.84
Overall accuracy (%)93.9
Training time (s)72.9
Classification time for single heartbeat (s)0.017
Table 13. Confusion matrix obtained using II and V5 leads across 5 folds.
Table 13. Confusion matrix obtained using II and V5 leads across 5 folds.
PredictedAcc (%)Sen (%)Ppv (%)Spe (%)
NVAFnRj
OriginalN48720540295.9997.489.6995.41
V448401101097.7996.895.6598.20
A222176000098.558899.4499.93
F1716116600097.098391.2198.95
n8000220099.3073.3384.6299.76
R12000197099.7798.599.4999.93
j4000008699.6595.5697.9399.88
Average98.3190.389498.87
Overall accuracy (%)94.07
Training time (s)70.2
Classification time for single heartbeat (s)0.017
Table 14. Confusion matrix obtained using II, V1, and V5 leads across 5 folds.
Table 14. Confusion matrix obtained using II, V1, and V5 leads across 5 folds.
PredictedAcc (%)Sen (%)Ppv (%)Spe (%)
NVAFnRj
OriginalN48921240297.2197.892.9796.97
V049001000098.739896.6598.61
A163179200098.6689.598.9099.87
F149117600097.738892.1599.01
n6000240099.428085.7199.76
R02000198099.8899100100
j1101008799.7196.6797.7599.88
Average98.7692.7194.8899.16
Overall Accuracy (%)95.52
Training time (s):81.14
Classification time for single heartbeat (s):0.021

Share and Cite

MDPI and ACS Style

Yang, W.; Si, Y.; Wang, D.; Zhang, G. A Novel Approach for Multi-Lead ECG Classification Using DL-CCANet and TL-CCANet. Sensors 2019, 19, 3214. https://doi.org/10.3390/s19143214

AMA Style

Yang W, Si Y, Wang D, Zhang G. A Novel Approach for Multi-Lead ECG Classification Using DL-CCANet and TL-CCANet. Sensors. 2019; 19(14):3214. https://doi.org/10.3390/s19143214

Chicago/Turabian Style

Yang, Weiyi, Yujuan Si, Di Wang, and Gong Zhang. 2019. "A Novel Approach for Multi-Lead ECG Classification Using DL-CCANet and TL-CCANet" Sensors 19, no. 14: 3214. https://doi.org/10.3390/s19143214

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop