Skip to main content

Classification of COVID-19 electrocardiograms by using hexaxial feature mapping and deep learning

Abstract

Background

Coronavirus disease 2019 (COVID-19) has become a pandemic since its first appearance in late 2019. Deaths caused by COVID-19 are still increasing day by day and early diagnosis has become crucial. Since current diagnostic methods have many disadvantages, new investigations are needed to improve the performance of diagnosis.

Methods

A novel method is proposed to automatically diagnose COVID-19 by using Electrocardiogram (ECG) data with deep learning for the first time. Moreover, a new and effective method called hexaxial feature mapping is proposed to represent 12-lead ECG to 2D colorful images. Gray-Level Co-Occurrence Matrix (GLCM) method is used to extract features and generate hexaxial mapping images. These generated images are then fed into a new Convolutional Neural Network (CNN) architecture to diagnose COVID-19.

Results

Two different classification scenarios are conducted on a publicly available paper-based ECG image dataset to reveal the diagnostic capability and performance of the proposed approach. In the first scenario, ECG data labeled as COVID-19 and No-Findings (normal) are classified to evaluate COVID-19 classification ability. According to results, the proposed approach provides encouraging COVID-19 detection performance with an accuracy of 96.20% and F1-Score of 96.30%. In the second scenario, ECG data labeled as Negative (normal, abnormal, and myocardial infarction) and Positive (COVID-19) are classified to evaluate COVID-19 diagnostic ability. The experimental results demonstrated that the proposed approach provides satisfactory COVID-19 prediction performance with an accuracy of 93.00% and F1-Score of 93.20%. Furthermore, different experimental studies are conducted to evaluate the robustness of the proposed approach.

Conclusion

Automatic detection of cardiovascular changes caused by COVID-19 can be possible with a deep learning framework through ECG data. This not only proves the presence of cardiovascular changes caused by COVID-19 but also reveals that ECG can potentially be used in the diagnosis of COVID-19. We believe the proposed study may provide a crucial decision-making system for healthcare professionals.

Source code

All source codes are made publicly available at: https://github.com/mkfzdmr/COVID-19-ECG-Classification

Peer Review reports

Background

Coronavirus Disease 2019 (COVID-19), caused by the novel coronavirus severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2), first emerged in the Wuhan region of China in early December 2019. COVID-19 is a contagious virus that causes respiratory tract infection and can be transmitted from person to person and it has continued to spread since its first appearance and caused a pandemic that still continues around the world [1, 2]. It has been affecting life negatively in terms of health, economy, and social aspects [3]. As of March 3, 2020, the global mortality rate is 3.4%. As of May 5, 2021, there are more than 153 million confirmed cases. Over 132 million people have recovered, while more than 3.2 million patients died due to the virus [4]. Fast and accurate diagnosis of the disease is of great importance in this process. For this reason, various protocols for the diagnosis of the disease have been announced by the World Health Organization (WHO). Today, the most widely used standard test method for diagnosing COVID-19 is real-time reverse transcriptase-polymerase chain reaction (rRT-PCR). Although PCR tests are the gold standard due to the high accuracy rate (sensitivity), they require long waiting times before results (at least 4 to 6 hours), experienced personnel, and a logistically central location [5]. Other tests and diagnostic methods that can produce faster results are still under investigation. One of the methods used for the diagnosis of COVID-19 is radiography images. Due to the disadvantages of the PCR technique, chest radiography images such as computed tomography (CT) and X-ray are frequently used for the early diagnosis of COVID-19 [6]. These images contain useful information for the diagnostic step. Several studies have found changes in radiographic images that were taken before COVID-19 symptoms began [7].

In the fight against COVID-19, Internet of Things (IoT) applications provide great benefits from diagnosis to treatment of the disease [8, 9]. Recent studies suggest to integrate artificial intelligence (AI) into IoT, Industry 4.0, and Industry 5.0 applications to aid healthcare professionals and patients [10,11,12,13]. Diagnosis and treatment with AI are frequently used in the field of medicine and it is a helpful tool for clinicians. Deep learning, one of the sub-branches of AI, creates an end-to-end model without the need for manual feature extraction step compared to traditional machine learning methods and it is popularly used in many areas today. As a result of the rapid spread of the COVID-19 pandemic in the world, there are situations where the number of healthcare professionals is insufficient. Due to all these conditions and other disadvantages, interest in AI-based automatic diagnosis systems is increasing day by day. Deep learning methods have the potential to provide timely assistance to patients with the fast and automatic diagnosis of the disease. These methods do not require expertise and therefore they can help healthcare professionals [14].

Many studies have used radiographic images for the diagnosis of COVID-19. Ozturk et al. [14] used X-ray images as input for the deep learning model to diagnose COVID-19 automatically. In the DarkCovidNet model with 17 convolutional layers, they achieved 98.08% accuracy in binary classification (COVID, No-Findings) and 87.02% accuracy in multiclass classification (COVID, No-Findings, Pneumonia) by using the real-time classifier. Toğaçar et al. [15] proposed a model using X-ray images preprocessed with Fuzzy Color for COVID-19 detection via deep learning. They classified the features extracted with MobileNet2 and SqueezeNet using support vector machines (SVM). They achieved 99.72% overall accuracy as a result of multiple classifications (COVID, No-Finding, Pneumonia). Karaknis et al. [16] proposed architecture to create synthetic images to increase the limited number of X-ray images. In their study, with two deep learning models, they used binary classification for COVID-19 and normal cases, and multi-class classification for COVID-19, normal cases, and pneumonia. In the study, the lightweight deep learning model is presented as an alternative to ResNet8. They obtained 98.7% accuracy, 100% sensitivity, and 98.3% specificity for binary classification, and 98.3% accuracy, 99.3% sensitivity, and 98.1% specificity for multi-class classification. For further studies using X-ray and CT images for automatic detection, the reader is referred to the accompanying paper [17]. However, besides the high success rate in diagnosing COVID-19, radiographic imaging techniques have some disadvantages such as not being portable, high cost, large radiation exposure, requiring technical skill for image analysis, and examination [18]. New techniques are needed as the COVID-19 pandemic continues.

While the primary impact area of COVID-19 infection is the respiratory system, it also affects multiple human body systems, especially the cardiovascular system [19]. The cardiovascular changes in COVID-19 patients [20,21,22,23,24] have prompted an investigation of the diagnostic value of the electrocardiogram (ECG). In the literature, many types of cardiovascular changes in COVID-19 which can be classified as cardiac arrhythmias, QRST abnormalities, myocarditis and pericarditis, and conduction disorders were reported [25]. The most important finding in ECGs of COVID-19 patients is the ST changes [21, 22, 26,27,28,29,30,31]. Shortening of the PR interval [29, 32] and changes such as QT prolongation [33,34,35,36,37] were also observed in the ECG of COVID-19 patients. It should be noted that some studies claim that COVID-19 cannot be considered the complete cause of these cardiovascular complications, but it should be emphasized that it can reveal the underlying conditions or worsen them [25].

Considering the published studies, ECG can be used to evaluate mortality, intubation, and intensive care unit entry rates beyond patients with severe disease. In order to propose ECG as a diagnostic assessment of COVID-19, ECGs of the moderate and asymptotic patients need to be analyzed. Recently, a research group has published a publicly available dataset containing paper-based ECG of normal (no cardiac findings), cardiac and COVID-19 patients, which provides an opportunity to succeed in the proposed aim. Considering the advantages of ECG application such as low cost, harmlessness, accessibility, and real-time monitoring, automatic detection from ECG may be of great value in COVID-19 diagnosis besides radiography images and PCR. In the previous researches, no studies have been found in which deep learning or even AI is applied using ECG data to the diagnosis of COVID-19, to the best of our knowledge.

Additionally, many deep learning approaches were proposed for automatic cardiac arrhythmia detection. Besides using 1D ECG signals [38, 39] to train the deep network, in many studies were used a 2D representation of 1D ECG signals like ECG time-amplitude images [40,41,42,43], time-frequency representations by using Short-Time Fourier Transform (STFT) [44, 45] and Continuous Wavelet Transform (CWT) [46], higher-order spectral representations [47], and dual beat coupling matrices [48] in order to train CNN architecture. Considering the wide usage of paper-based ECG reports [49], there is a lack in the automatic detection of cardiac problems which require special attention.

In the light of these findings, this study addresses two different problems:

  • Automatic classification of the disorders that may occur in ECG due to COVID-19 and even automatic diagnosis of COVID-19 through ECG data.

  • In cases where ECG data can be collected in the form of paper-based reports instead of digital ECG signals, proposing a novel and effective method that can aid automatic diagnosis from printed paper-based ECG reports.

For these purposes, a novel, low-cost, and efficient automatic COVID-19 diagnosis method is proposed for the first time using deep learning and hexaxial feature mapping with ECG data in this study. Firstly, paper-based ECG images obtained from the publicly available database are pre-processed and segmented. Then a novel hexaxial feature mapping process is implemented to generate hexaxial ECG images. These hexaxial ECG images are trained with a new deep network architecture to diagnose COVID-19.

In the following, this paper is structured as; in the Related works section, related papers investigating cardiac findings that may be caused by COVID-19 are summarized; in the Methods section, firstly, the used dataset is explained, then the segmentation and pre-processing of the paper-based ECG images, feature extraction step, ECG mapping process, and finally the proposed deep network architecture are examined in detail; in the Results and discussion section, the classification results are presented, and findings and limitations are discussed; and finally in the Conclusion section, the main findings of the study are summarized and some useful suggestions are given.

Related works

In this section, the changes seen in ECG associated with COVID-19 are detailed with the studies in this field. Wang et al. [33] detected abnormal ECG in 201 of 319 COVID-19 patients and they reveal that ST-T change is the most important clinical evidence in the abnormal ECG. In addition, sinus tachycardia, atrial arrhythmia, right bundle branch block (RBBB), sinus bradycardia, atrial fibrillation (AF), atrial tachycardia, abnormal Q-wave, and weak R-wave progression were also observed in the ECG of patients with COVID-19. In the comparative statistical analysis between patients with and without the severe disease, a significant difference was found in all complications. A significance of \(p < 0.001\) was achieved in the ST-T change. Pavri et al. [32] tried to detect heartbeat and PR changes from the ECG of 75 COVID-19 patients. In 50.7% of patients with COVID-19, it was observed that the PR interval shortened with the acceleration of the heart rate. In addition, no change was observed in 49.3% of COVID-19 patients. In the statistical analysis performed with ECGs taken before COVID-19 and during COVID-19, a significant difference was found between the two groups in their heart rate and PR interval. In the conducted study, the mortality rate was found to be higher in patients with shortened PR interval. Angeli et al. [50] examined the ECGs of 50 patients with COVID-19. They found ST-T abnormality in 30% of the patients and left ventricular hypertrophy in 30%. Also, various abnormalities such as AF, tachy-brady syndrome, and acute pericarditis have been detected in the ECG of patients with COVID-19 during hospitalization. Although rare, RBBB and Myocardial Infarction (MI) have been observed in patients with COVID-19. Li et al. [51] conducted a study by examining the ECG of 113 COVID-19 patients 50 of whom died and 63 of whom survived. Ventricular arrhythmia was found to be statistically significant evidence in patients who died compared to patients who survived. In addition, sinus tachycardia was observed widely in the ECG of patients with COVID-19. Santoro et al. [34] detected QT prolongation in 14% of the patients in their study, by examining the ECG of 110 patients with COVID-19. Jain et al. [35] reported that the drugs used for the treatment of COVID-19 caused QT prolongation in the ECG. To test this situation, the ECG of 2006 COVID-19 patients was examined. According to the obtained results, QT prolongation was detected in 19.7% of patients with COVID-19. In addition, it was determined that patients with this abnormality in their ECGs had higher rates of intubation and intensive care unit entry than others. Mccullough et al. [52] evaluated whether the ECG provides prognostic information in COVID-19 disease. In their study, they examined the ECG of 756 patients with COVID-19 and detected abnormalities such as atrial premature contractions, intraventricular block, repolarization abnormalities, and RBBB. Among these findings, ST-elevation was rarely observed. And it was stated that patients with these ECG findings had higher mortality rates. Lam et al. [29] conducted a study with 18 COVID-19 patients. They detected abnormalities including PR depression, biphasic T-waves, PR prolongation, Q-waves, ST-segment elevation, atrial flutter, RBBB, and atrial trigeminy in 63% of the patients. According to their results, it was determined that COVID-19 patients with abnormal ECG tended to have increased severity and stay in the hospital for 61% longer than other patients. Bertini et al. [30] examined the ECG of 431 patients with COVID-19. They found abnormalities in the ECG of 93% of the patients. AF was observed in the ECG of 22% of patients. Acute right ventricular pressure overload (RVPO) was detected in 30%, and ST-T prolongation was observed in 4 patients. Nemati et al. [53] suggested that ECG could be an early indicator for COVID-19 infection this is because the changes in the ECG were also observed in COVID-19 patients without any cardiovascular history. As detailed above, many studies have demonstrated that some cardiac disorders may be caused by COVID-19 and they can be easily observed in ECG. Also, many cardiovascular changes continue to be associated with COVID-19 infection day by day. Therefore, ECG can be an important diagnostic tool not only for the early diagnosis of COVID-19 but also for the cardiovascular complications which may arise during or after COVID-19 disease for mild patients.

Methods

This study consists of 5 main stages. The visualizations of these stages are shown in Fig. 1.

Fig. 1
figure 1

Representation of the proposed framework, includes five-step: (i) ECG image dataset acquisition (The heart drawing is provided from a publicly available webpage (Zagrobelna, M.: How to Draw a Heart. Available from: https://design.tutsplus.com/tutorials/how-to-draw-a-heart-cms-30737. Accessed: 2021-05-05).), (ii) segmentation, pre-image-processing, and image enhancement, (iii) application of GLCM and extractions of some of their properties (includes statistical analysis), (iv) ECG hexaxial feature mapping process, and (v) designing, training, validating, and testing the proposed deep network (**GLCM: Gray Level Co-occurrence Matrix, paper-based ECG report number: 211 with the label: COVID-19 [54])

COVID-19 ECG images dataset

In this study, a publicly available dataset containing ECG images of cardiac and COVID-19 patients has been used. The dataset was shared online by Khan et al. [54] from the University of Management and Technology on Mendeley Data. The dataset includes 1937 distinct patients’ paper-based ECG report images. ECG reports were examined by experts and the images consist of 250 COVID-19 patients, 77 MI patients, 548 patients with abnormal heartbeats (recovered from COVID-19 or MI), 203 patients that have MI history, and 859 people without any cardiac findings. The presented dataset is the first dataset shared for the ECG of COVID-19 disease, in fact, it is the first COVID-19 bio-signal database as far as we know.

The paper-based ECG records in the dataset consist of ECG signal drawings from a 12-lead system (I, II, III, aVR, aVL, aVF, V1, V2, V3, V4, V5, and V6) and the sampling rate was 500 Hz. As understood from the paper-based ECG reports, ECG signals were collected via EDAN SE-3 series 3-channel electrocardiograph, and some of the signals were applied with a 0.67–25 Hz bandpass filter, and some of them with a 0.5–100 Hz bandpass filter and a 50 Hz notch filter.

Unfortunately, the images of the dataset have some limitations. The images do not have sufficient resolution, and report image sizes are not standard. In particular, the ECG reports of COVID-19 patients consist of different types of reports. Other reports are more standardized and have better resolution.

In this study, two different classification problems are discussed; (i) to distinguish COVID-19 from No-Findings (that have normal ECG); all 250 COVID-19 and 250 out of 859 normal paper-based ECG report images were used and (ii) to diagnose COVID-19 (COVID-19 (Positive) versus other types of ECGs (Negative)); all 250 COVID-19, 83 of 859 normal, 83 of 548 abnormal heartbeat and 84 of 280 MI paper-based ECG report images were used. The reason for choosing the equal amount of data in the classification process is to eliminate the imbalanced dataset effect. In addition, all paper-based ECG report images used in this study were selected from the group in which the 0.67–25 Hz bandpass filter was applied. An example for a 12-lead paper-based ECG report of a COVID-19 patient from the dataset (Report number: 211) is shown in Fig. 1.

Pre-processing and segmentation

In this section, the conversion of noised 12-lead paper-based ECG images to noiseless channel-based binary images is explained. There are many studies that digitize paper-based ECG images [55, 56]. Nevertheless, these studies have high computational costs. Moreover, the complex image processing and digitization processes may cause degeneration of ECG signals and cause information loss. Therefore, in this study, a simple and effective paper-based ECG segmentation approach that does not require any complex image processing method is proposed. Moreover, the proposed method does not involve a digitization process and preserves the ECG signals as images. Hence, no degradation occurs in ECG signals. In the proposed method, the quality of ECG images depends only on the sampling rate of paper-based ECG signals.

Fig. 2
figure 2

Examples of background removal processes: a segmented paper-based ECG image, b paper-based ECG image without background lines, c binarized paper-based ECG image, and d eventual paper-based ECG image

For this purpose, firstly, the part containing each ECG channel is segmented from paper-based ECG images. The segmentation process was carried out with a rectangular frame. Since the paper-based ECG images in the dataset have different resolutions, the positions of this frame on the paper-based ECG image were measured manually. The segmentation process is performed to include one or more RR intervals in each channel. An example of a segmented paper-based ECG image is shown in Fig. 2a. Segmented ECG-channel images have a background sourced from the ECG-paper lines. This background is removed within two steps. In the first step, the background lines were removed by filtering the input densities with a density mapping function [57], because the background has denser or softer RGB values than the curves expressing the ECG signal. This is essentially a contrast enhancement process. An example of a segmented paper-based ECG image with no background lines is shown in Fig. 2b. Unfortunately, the obtained images still include traces of the background where the background lines are as dense as ECG curves. Besides, since only the signal pattern in ECG reflects the information about the heartbeat period, the RGB color distribution of ECG curves is negligible [41, 42]. For this reason, the RGB images obtained in the last stage were converted to binary images by taking the “G” channel as a reference (since “G” channel information is not dominant in paper-based ECG images due to the nature of ECG paper). An example of the paper-based ECG image obtained after the binarization process is shown in Fig. 2c. While the ECG curve consists of adjacent interconnected pixels, background noise is separated from this curve as seen in Fig. 2c. In the second step, the interconnected ECG curve pixels are filtered from background noises by using the bwareafilt function of MATLAB®. Thus, the eventual binary segmented paper-based ECG image was obtained without any loss. An example of the final image is shown in Fig. 2d. The pre-processed and segmented paper-based ECG image database is available at GitHub.

GLCM and feature extraction

Feature extraction and selection play an important role in machine learning-based classification problems. A set of images can be categorized according to their most distinctive features which can be found by implementing an appropriate feature extraction method. In our approach, at the end of the pre-processing steps, all paper-based ECG images were converted to binary images where the ECG signal is represented by 0s. We chose the Gray Level Co-Occurrence Matrix (GLCM) method [58] for feature extraction because it has been shown that GLCM is very useful in extracting the important properties of an ECG signal such as periodicity and distortions [59, 60].

GLCM generates a square matrix whose dimension equals the number of gray levels in the image. Each cell of GLCM corresponds to the number of the co-occurring related gray levels in the image. The GLCM matrix G can be calculated from the Eq. (1) as given in [60]:

$$\begin{aligned} \begin{aligned} G_{\Delta x, \Delta y}(i, j)=\sum _{x=1}^{N} \sum _{y=1}^{M}\left\{ \begin{array}{ll} 1, &{} \quad I(x, y)=i \quad \& \\ &{}\quad I(x+\Delta x, y+\Delta y)=j \\ 0, &{}\quad \text{ otherwise } \end{array}\right. \end{aligned} \end{aligned}$$
(1)

where I is the image of the pre-processed binary ECG images with dimension NxM; i and j are the pixel values, x and y are the spatial positions in the image I. \(\Delta x\) and \(\Delta y\) are the spatial offset, and I(xy) is the pixel value. In our problem, the pixel values ij take 0, 1 and G is a size of \(2\times 2\) matrix. Taking the offset \(\Delta x\) and \(\Delta y\) values as 1 and 0, respectively, the transitions between the pixel with 0 and 1 intensities in horizontal direction provide the amount of deterioration in the signal specially in its periodicity. The second-order statistical analysis of the GLCM matrix provides different parameters that are widely evaluated as image features in image classification studies [61].

In this work, we extracted the most commonly used four GLCM features which are energy, contrast, correlation, and homogeneity from each lead of the segmented binary ECG images. Mentioned features can be calculated using the G matrix obtaining in Eq. (1) as follows:

$$\begin{aligned} \begin{aligned} Energy&= \sum _{i=0}^{1} \sum _{j=0}^{1} p_{ij}^2\\ Contrast&= \sum _{i=0}^{1} \sum _{j=0}^{1}(i-j)^2 p_{ij}\\ Homogeneity&= \sum _{i=0}^{1} \sum _{j=0}^{1} \frac{1}{1+(i-j)^2}p_{ij} \\ Correlation&= \sum _{i=0}^{1} \sum _{j=0}^{1} \frac{(i-\mu _i)(j-\mu _j)}{ \sigma _i \sigma _j} p_{ij} \end{aligned} \end{aligned}$$
(2)

where \(p_{ij}\) is the probability of adjacent pixels that have ij intensity pattern and it is stored in the GLCM matrix G, i.e. for a binary image first element of G shows the probability of co-occurrence 00 pattern in the image I. \(\mu _i\), \(\mu _j\), \(\sigma _i\), and \(\sigma _j\) are means and standard deviations of the intensities, and were given as follows:

$$\begin{aligned} \begin{aligned} \mu _i&= \sum _{i=0}^{1} \sum _{j=0}^{1} i p_{ij}&\sigma _i&= \sqrt{\sum _{i=0}^{1} \sum _{j=0}^{1} (i-\mu _i)^2 p_{ij}} \\ \mu _j&= \sum _{i=0}^{1} \sum _{j=0}^{1} j p_{ij}&\sigma _j&= \sqrt{\sum _{i=0}^{1} \sum _{j=0}^{1} (j-\mu _j)^2 p_{ij}} \end{aligned} \end{aligned}$$
(3)
Fig. 3
figure 3

One-way ANOVA results within a box plot for each related GLCM features. All normalized GLCM features obtained from binary ECG images were verified to be statistically significant relative to each other (\(p < 0.0001\) for all binary groups). Each group has a total of 4500 samples: 18-lead x 250 paper-based ECG reports (C: COVID-19, N: No-Findings)

We assessed the four GLCM features from a statistical perspective in order to select the most informative and distinctive feature to represent the binary ECG images. We performed the one-way ANOVA test on GLCM features obtained from the binary ECG images. ANOVA test results of GLCM features that belong to No-Findings and COVID-19 classes are given in Fig. 3. We found that all GLCM features were statistically significant relative to each other (\(p < 0.0001\)). When the gray level pixel distribution of an image is periodic or homogeneous, the energy value is expected to converge to the upper limit [62]. We concluded that it is prominent to use GLCM energy among the other GLCM features to emphasize the periodicity relation between RR intervals in ECG images. In addition, the energy values are directly related to uniformity. As explained in the Related works section, since the periodicity and orderliness of COVID-19 ECG images are expected to be different from the ECG images without COVID-19, it has become important to measure image uniformity. Moreover, GLCM energy values help determine disorders in texture [63] which may be related to COVID-19. Although all GLCM features that are obtained are statistically significant, for the reasons explained above, the GLCM energy is chosen as a feature to be used in the mapping process.

Hexaxial feature mapping

Inspired by our previous study [64], we proposed a novel method to represent the paper-based ECG record as a colorful two-dimensional image for various deep learning applications. The feature mapping approach can be defined as assigning a specific value to a specific point in a two-dimensional space. The point here is the projection of the measurement location in three-dimensional space into two-dimensional space (which we call the image plane in our study). The value is the feature that represents the measured signal in the related measurement point, i.e. the GLCM energy of binary ECG images of each lead. We used the hexaxial diagram of heart’s electrical axis [65] as the image plane to define the measurement points.

Fig. 4
figure 4

ECG electrode location representations: a 3D representation of hexaxial and horizontal reference systems of 12-lead ECG acquisition, b 2D mapping of 3D hexaxial (limb leads) and horizontal (precordial leads) reference systems on the coronal plane; and an example of hexaxial feature mapping by using GLCM energies for c No-Finding class (Report Number: 182) and d COVID-19 class (Report Number: 16)

Our method relies on the 12-lead ECG record system which is accepted as the gold standard for ECG diagnosis, and works with the logic of combining Einthoven, Goldberger, and Wilson derivation systems [66]. In Fig. 4a, 6 limb leads (blue arrows) (I, II, III, aVR, aVL, aVF), their reversed polarities (− I, − II, − III, − aVR, − aVL, − aVF), and 6 precordial leads (red arrows) (V1, V2, V3, V4, V5, V6) are shown. In ECG analysis, the projection of six limb leads with their negative poles on the coronal plane is called a hexaxial reference system shown by the blue points in Fig. 4b. In this presentation, lead I is selected as the zero reference point and lead I and aVF intersect at a right angle at the electric center of the heart. The precordial leads have lied on the transverse plane and only the positive pole of each lead is indicated by the end labels shown by the red points in Fig. 4b. It is assumed that the Lead V6 is parallel to Lead I and the other precordial leads must be placed with a phase angle from V6 in the transverse plane. The leads V2 and V6 intersect at approximately a right angle at the electrical center of the heart [67]. The phase angles of all leads are given in Fig. 4b.

According to this configuration, the heart is assumed to be placed at the origin of a 3D cartesian coordinate (xyz) system with axis Lead I (or V6) as y, aVF as \(-z\) and V2 as x. Lead I and aVF span the coronal plane whereas V6 and V2 span the transverse plane. To find measurement points of all leads in 3D space, we assume that the endpoints of each limb leads lie on a circle centered at the origin with a radius r in the image plane, and the endpoint of precordial leads lie on a semi-circle centered at the origin with a radius r in the transverse plane. The measurement points of the limb leads are already in the image plane and they can be calculated easily using these transforms:

$$\begin{aligned} \begin{aligned} x&= 0 \\ y&= r\cos {\theta } \\ z&= r\sin {\theta } \end{aligned} \end{aligned}$$
(4)

where \(\theta\) denotes the given phase angles of the leads. The measurement points of the precordial leads lie on the \(x-y\) plane and can be projected onto the image plane by using these transforms:

$$\begin{aligned} \begin{aligned} x&= 0\\ y&= r\cos {\theta } \\ z&= 0 \end{aligned} \end{aligned}$$
(5)

As a result, 18 measurement points are defined in 2D cartesian coordinate \((y-z)\) system. The virtual measurement points and their placement in the image plane are shown in Fig. 4b.

The next step in the hexaxial feature mapping method is assigning a value to the measurement point that represents the measured signal. The hexaxial feature mapping procedure can be defined as follows:

$$\begin{aligned} HFM(y_{{\rm lead}},z_{{\rm lead}})=\left\{ \begin{array}{ll} E(I_{{\rm lead}}), & \text{lead} = \text{I, II, III,}\\ & {}\text{aVR, aVL, aVF,} \\ & {} \text{V1, V2, V3, V4, V5, V6} \\ E({\overline{I}}_{{\rm lead}}), &\text{lead} = -{\text{I}}, -{\text{II}}, -{\text{III}},\\ \quad &-{\text{aVR}}, -{\text{aVL}}, -{\text{aVF}} \end{array}\right. \end{aligned}$$
(6)

where yz shows the location of the projected measurement points of the leads, and E indicates the normalized GLCM energy (Energy values rescaled between 0 and 1 to avoid inconsistency and bias.). HFM is an expression of the value of E at location yz. The HFM of the positive poles of limb leads and the precordial leads are found by calculating the GLCM energy of binary ECG images denoted by I. To find the HFM of the negative poles, the images of corresponding positive poles are vertically mirrored denoted by \({\overline{I}}\) then the GLCM energy is computed.

As a result, the GLCM energy features of each lead are mapped onto the coronal plane using virtual measurement points in the 2D plane. A natural two-dimensional neighbor interpolation process [68] is carried out between the existing measurement points to generate a smooth 2D colorful image. In Fig. 4c (no cardiac findings) and Fig. 4d (COVID-19) RGB color representation of the hexaxial feature mapping images are shown. When these two images are compared, it can be seen that the hexaxial feature mapping method has succeeded in representing the ECG of a healthy person in a distinguishing way from the ECG of COVID-19 patients. Furthermore, the proposed approach not only provides a 2D image representation for deep learning studies but also collects all 12-lead ECG information into a single image. Thus, the information contained in the multi-channel ECG can be analyzed and processed over a single image. Since the proposed approach includes the derivation information of 12-lead ECG, hexaxial mapping images also contain the electrical axis activity of the heart.

Proposed deep learning architecture

Recently, Convolutional Neural Network (CNN) architectures have become incredibly popular in image classification, object detection, and segmentation. A typical CNN architecture consists of a convolutional layer, a pooling layer, and a fully connected layer, respectively. The CNN architecture aims to obtain deep features. The convolutional layer scans the inputs via a filter and obtains feature maps. The pooling layer provides the selection of more meaningful features to reduce the computational cost. And finally, the fully connected layer flattens the inputs and calculates the probabilities of the labels. There are many CNN architectures proposed for image classification consisting of the combination of these layers. Designing a model inspired by previously proven CNN models is more efficient than rebuilding a new architecture [14].

In recent studies, various approaches were conducted on the selection of deep network architecture [14, 16, 69, 70]. Ardakani et al. [71] trained 10-different CNN architectures and emphasized the network which had the best classification performance among trained models. In [69], ResNet-50 is selected as a base model due to it yielded the best classification performance. In this study, two main criteria were considered to build the deep model; computational complexity and classification performance. For this purpose, hexaxial feature mapping images were trained with the network architectures which are suggested by recent state-of-the-art studies. When the classification results are compared ResNet-50 [72], AlexNet [73], ResNet-8 [16], and SqueezeNet [74] yielded an accuracy of 73.65%, 93.60%, 85.12%, and 92.52%, respectively. The results revealed that AlexNet which has less network depth achieved significant accuracy compared to well-known architectures. Additionally, the AlexNet model was presented, it was used to classify about 1.2 million images in 1000 different classes. Besides, AlexNet used the Dropout method to overcome overfitting and Rectified Linear Units (ReLU) as the activation function to shorten the training time. Also, the model was compatible with multiple GPUs. Due to these advantages, AlexNet achieved the best performance in ImageNet Large Scale Visual Recognition Challenge in 2012 (ILSVRC2012) [73]. Further, AlexNet has achieved effective performance in many ECG classification studies [47, 75]. Therefore, a new deep network architecture modified from the AlexNet model is designed in this work. Graphical representation of the proposed CNN architecture is shown in Fig. 5.

Fig. 5
figure 5

Graphical representation of proposed architecture (Conv: Convolution, FC: Fully Connected, ReLU:Rectified Linear Unit)

In the designing phase, we build a 9-layer model that contains one more convolutional layer with 256 filters and (\(3\times 3\)) kernel size compared to the original AlexNet. Therefore, the input shapes require a larger size of \(256\times 256\) compared to AlexNet. Moreover, input images with larger size need to resize, and the padding process is performed on input images that have lower size. In order to avoid increasing the training cost, the number of layers is not increased further. Initially, the high-resolution 300 DPI colorful hexaxial feature mapping images are resized to \(256\times 256\times 3\) to feed the proposed CNN architecture. This resizing process also provides less training cost and a balanced kernel size. In the first two layers, the input images are passed through a convolutional layer and a pooling layer. While both layers perform a convolution (Conv) with a (\(11\times 11\)) kernel and using a ReLU function as the activation function in the convolutional layer, the first one has a stride of 4 and the second one has a stride of 2. Both pooling layers (maximum) used in this step have a kernel size of (\(2\times 2\)) and a stride of 2. The next stage consists of four repetitive convolutional layers called as a convolutional block. Each convolutional layer has (\(3\times 3\)) kernels and a stride of 1, and the numbers of filters are 96, 256, 256, and 128, respectively. Following the convolutional block is a maximum pooling layer with (\(2\times 2\)) kernel size and a stride of 2. In the next step, after the model is flattened, there is a dense block consisting of three fully connected layers. The dropout method (drop rate of 0.4) is used to prevent overfitting after each fully connected layer in the dense block. And finally, the SoftMax function is used as the binary classifier in the output layer. The proposed CNN architecture has over 23.5 million trainable parameters. Also, in Fig. 5 the output dimensions of the network layers are illustrated.

During the training phase of the proposed architecture, Adam Optimizer [76] was used, because of its effective choice of hyperparameters [77]. Moreover, the batch size is fine-tuned with parameter tuning. Different batch sizes (32, 64, 128, and 256) have been tested in the training phase to achieve the least error rate, and the batch size optimized to 128. Furthermore, different learning rates (0.01, 0.001, 0.0001, and 0.00001) were tested to ensure a lower error rate and to prevent saturation of the model. Although decreasing the learning rate hyperparameter slightly increased the training cost, it fine-tuned on 0.0001 to avoid local minimums. Epochs are tuned at 200 to observe the robustness of the models and to compare the test results with equal conditions.

Results and discussion

In this study, the generated images based on hexaxial feature mapping, explained in the Methods section, are used to train our proposed architecture. All training, validating, and testing phases are performed on a computer with Nvidia GeForce RTX 2080 TI GPU and 64 GB RAM using Tensor Flow 2.2 and Cuda 10.1.

Fig. 6
figure 6

Graphical representation of modified stratified k-fold cross-validation. The number of folds (k) was chosen as 5 in this study. In each fold, the training size, validation size, and test size are 400, 100, and 100, respectively

Modified stratified k-fold cross-validation is adopted to evaluate the robustness of the proposed models in this study. Cross-validation methods are used to evaluate the robustness of models during the training phase. The stratified k-fold cross-validation process re-arranges the dataset to ensure each fold properly represents the entire dataset. We added an extra validation step to the stratified k-fold cross-validation to construct modified stratified k-fold cross-validation which is visualized in Fig. 6. The training phase is processed as follows; firstly, the dataset is shuffled and then split k-part by using the stratified k-fold. While the k-1 part is used to train the model, the remaining one k-part is used in the testing phase and cover all classes without overlap. After the test and training data sets are separated, the remaining training set is split again with a training and validation split process (split rate of 0.25). We chose k as 5 in our study. Considering there are a total of 500 hexaxial mapping images in each phase, 100 images are used in each test phase and any of them are not included in training phase (whereas, the total number of data is 9000 when training 2D ECG spectral images (18-lead \(\times\) 250 paper-based ECG reports \(\times\) 2 groups)). The data used in the test phase cover two classes (COVID-19 vs others) with approximately equal amounts of data. The validation data (consisting of 100 images) is used both in the training and validating phases. Thus, a two-step verification process is performed to evaluate the robustness of the models during the training and testing phases. Furthermore, recall (REC), precision (PRE), accuracy (ACC), specificity (SPE), F1-Score (F1-S) [15], area under the receiver operating characteristic curve (ROC-AUC) [64, 78], and mean squared error (MSE) [17] are calculated during the validating and testing phases to investigate the robustness of the models.

Experimental results and implications

We performed four experiments on two different binary classification problems. All experiments were carried out with 5 repetitive folds by using modified stratified k-fold cross-validation scheme. In the first stage (i), we trained three different models to detect and classify COVID-19. At this stage, we aimed to evaluate the performance of the proposed architecture and to show the effect of the proposed hexaxial feature mapping process on the success of the classification. For comparison, we trained the AlexNet architecture using ECG hexaxial mapping images (Experiment 1), the proposed architecture using ECG hexaxial mapping images (Experiment 2), and finally the proposed architecture using 2D ECG spectral images (Experiment 3). In the second stage (ii), we trained our proposed model to predict and diagnose COVID-19 (Experiment 4). At this stage, we aimed to evaluate the diagnostic value of ECG by distinguishing ECG disorders caused by COVID-19 from other ECGs without COVID-19 findings and diagnose COVID-19 through ECG data. The classification results of all test phases are given in Table 1.

Table 1 Performance evaluation results of trained models

Experiment 1: By training the AlexNet architecture using hexaxial mapping images, an average of 93.60% ACC value was achieved. The best training performance was achieved with 95.00% ACC in the 5th fold and 2nd fold. Test ACC values have a standard deviation of \(\mp\)2.63%. The deviations of ACC changes in each fold are within acceptable limits. Also, the average PRE, REC, SPE, F1-S, and ROC-AUC values were yielded 91.67%, 96.00%, 91.20%, 93.7%, and 97.48%, respectively. The average test loss was calculated as 0.453 and the average MSE was calculated as 0.064. The obtained REC values were equal or higher than SPE values in all folds. This situation implied that the false-positive rate (FPR) was higher than the false-negative rate (FNR). FPR indicates the rate of being marked to have COVID-19, while the individuals did not have COVID-19. It took an average of 101.98 s to train AlexNet using hexaxial mapping images.

Experiment 2: By training the proposed architecture using hexaxial mapping images, an average of 96.20% ACC value was achieved. This average ACC value provided a 2.60% better performance compared to AlexNet. The proposed model exhibited an ACC performance of over 96.00% on all folds, and the best performance was at the 4th fold with an ACC value of 98.00%. ACC values obtained in the test phase had only \(\mp\)1.48% standard deviation. This situation was an indicator of the robustness of the model. Moreover, the average PRE, REC, SPE, F1-S, and ROC-AUC values were achieved 96.20%, 94.33%, 98.40%, 94.00%, 96.30%, and 99.15%, respectively, and where all values performed better than AlexNet in all cases. The test loss proved the robustness of the model with a small value of 0.292 and a very low MSE of 0.038. By using the proposed architecture, the training time of hexaxial mapping images took only an average of 103.21 sec. An almost ideal classification success has been achieved in Fold-4 with a ROC-AUC value of 99.88%. Similar to the training of AlexNet, FPR values were higher than FNR values. The achieved success in all folds of the proposed method has provided a significant improvement compared to the AlexNet. Furthermore, although the proposed architecture included more layers compared to AlexNet, an average training time difference was only 1.23 sec. Therefore, we used the proposed architecture to train other models.

Experiment 3: In this step, we trained our proposed model with 2D ECG spectral images and evaluated the results to observe the success of the proposed hexaxial mapping approach. In this step segmented and pre-processed 2D ECG spectral images were given directly to the deep network as an input. All 18-lead (6 of them augmented) ECG images of each patient were used in the training phase in order to include the information of all ECG channels. There was no evidence that the abnormalities in ECG caused by COVID-19 can be separated on a channel basis. All findings in the studies summarized in the Related works section have been observed on the entire ECG, and as far as we know, no channel-based study has been conducted. Consequently, at each training, validation, and testing phase 7200, 1800, and 1800 2D ECG spectral images were used. As seen in Table 1, by training the proposed architecture with the 2D ECG spectral images, an average of 81.08% ACC was yielded. The highest ACC value was calculated as 84.83% at the 1st fold and ACC values had a standard deviation of \(\mp\)2.82%. The highest standard deviation occurred at this step. Moreover, the lowest average PRE, REC, SPE, F1-S, and ROC-AUC values were calculated as 79.42%, 84.10%, 77.81%, 81.68%, and 89.82%, respectively in this step. The average test loss was 0.644 and the MSE was 0.220 and was relatively higher than other trained models. Especially, SPE had the lowest value with 77.81%. Due to the increasing training size, the computational cost had increased and the average training time was calculated as 528.43 sec. A significant difference of 15.12% ACC was observed compared to training of hexaxial mapping images. As a result, the hexaxial mapping approach achieved higher performance with less computational cost and training time compared to the training of 2D ECG spectral images.

Fig. 7
figure 7

One-way ANOVA results for Negative and Positive comparison within a box plot using COVID-19 GLCM energies and GLCM energies of other ECG groups. Normalized COVID-19 GLCM energies obtained from binary ECG images were verified to statistically significant to each ECG group (\(p < 0.0001\) for all cases). Each group has a total of 1494 samples: 18-lead x 83 paper-based ECG reports

Experiment 4: To predict COVID-19 from ECG, two groups were generated Positive versus Negative. While the Positive group consisted of only the ECG data of COVID-19 patients, we included an approximately equal amount of normal ECG (of individuals without any cardiac findings), history of MI patients’ ECG, and abnormal ECG (of patients recovered from COVID-19 or MI) to the Negative group. Firstly, we analyzed the GLCM energy features of both groups statistically by applying a one-way ANOVA test and it verified that the GLCM energy values of COVID-19 ECGs were statistically significantly different from the GLCM energy values of the normal, MI, and abnormal ECGs groups (\(p < 0.0001\)). The ANOVA results are shown in the Fig. 7. In order to evaluate the success of our proposed hexaxial mapping approach in this classification problem, mapping images that belongs to Positive and Negative groups were trained with the proposed architecture. As seen in Table 1, an average of 93.00% ACC value was achieved with the proposed method and the best ACC value was obtained as 95.00% at the 2nd fold. Test ACC values had a standard deviation of \(\mp\)1.58%. Moreover, with the proposed approach, the average PRE, REC, SPE, F1-S, and ROC-AUC values were achieved 90.58%, 96.00%, 90.00%, 93.20%, and 94.98%, respectively. Although the average test loss was relatively high (0.628), the MSE value was quite low (0.070). As with other trained models, the FPR value was higher than the FNR value. It took an average of 103.92 s to train the proposed model with the proposed approach.

Fig. 8
figure 8

Graphs of training ACC (ac), training Loss (df), validation ACC (gi), and validation Loss (jl) per Epoch during the training and validation phases. The left column indicates trained with Alexnet for COVID-19 versus No-Findings classification, the mid column indicates trained with modified Alexnet for COVID-19 versus No-Findings classification, and the right column indicates trained with modified Alexnet for Negative vs Positive classification

Fig. 9
figure 9

The ROC curves of COVID-19 vs No-Findings classification using AlexNet during a validation phase and b testing phase, using proposed architecture during c validation phase and d testing phase, and the ROC curves of Positive versus Negative classification using proposed architecture during e validation phase and f testing phase

As mentioned above, the classification of COVID-19 ECG data with the proposed method has yielded outstanding test performance. Further, in Fig. 8 training and validation ACC graphs and training and validation loss graphs are shown for all folds to evaluate both training and validation phases. In all cases for all folds; training ACC and validation ACC values converge to the upper limit. Nevertheless, AlexNet has more volatility and has had difficulty converging compared to the proposed architecture. Moreover, the proposed architecture converged before the 200th epoch. Training loss values converged to the lower limit. Similarly, the proposed architecture converged to the lower limit before the 200th epoch. Due to the dropout method, some temporary loss increases were observed, but they disappeared towards the last epoch. Similarly, the validation loss values converged to the lower limits. However, only in the proposed architecture, although the 2nd fold loss tended to increase, it moved within lower values compared to AlexNet. Also, overfitting or underfitting was not observed in any of the trained models. In the COVID-19 versus No-Findings classification, during the training of AlexNet architecture, average training ACC, training loss, validation ACC, and validation loss were calculated as 98.20%, 0.057, 93.4%, and 0.563, respectively and the proposed model was achieved 100.00%, 0, 96.20%, and 0.269, respectively. Besides, in the Positive versus Negative classification, the proposed model was achieved 99.60%, 0.013, 92.60%, and 0.603, respectively. In order to clearly evaluate the performance of the trained models, the ROC curves for the validation and testing phase of the trained models are given in Fig. 9. As can be seen in the figure, the AUC values for mean ROCs were calculated as the lowest 95% and had a deviation of most \(\mp\)0.02%. Especially, the ROC curve during the testing phase of the proposed model was almost ideal. Moreover, for this purpose, the best confusion matrices (CM) obtained in the test phase are given in Fig. 10. While there were 5 misclassified labels using AlexNet in Experiment 1, 98 of 100 mapping images were correctly classified by the proposed architecture and only one COVID-19 case was misclassified in Experiment 2. Besides, as seen in CM obtained using only 2D ECG spectral images in Experiment 3, the rate of misclassification was high. Further, even though misclassification performance increased in the CM obtained in Experiment 4, it misclassified only one COVID-19 case.

Fig. 10
figure 10

The best confusion matrices obtained during the testing phases: a fold-5 in Experiment 1 (COVID-19 vs. No-Findings), b fold-4 in Experiment 2 (COVID-19 vs. No-Findings), c fold-1 in Experiment 3 (COVID-19 vs. No-Findings), and d fold-5 in Experiment 4 (Positive vs. Negative)

Comparison with recent studies

Recently, presented studies to automatically diagnose COVID-19 with deep learning have emphasized well-known architecture ResNet [72]. Accordingly, in addition to the experiments performed, generated hexaxial mapping images were trained with ResNet-50 architecture to compare with our proposed architecture. However, overfitting was observed during the training phase of the models. Therefore, sufficient performance could not be achieved during the testing phase of these models (average 70% ACC). The main reason for this was to train the deeper network with an insufficient number of labeled data. Since sufficient performance was not achieved with our input data in architectures that had more layers, the number of layers of the proposed model was not increased further.

In this study, we want to draw particular attention to the results of Experiment 4 which reveals that ECG may be a diagnostic tool for COVID-19. In fact, in all conducted statistical analyses of GLCM features, a significant difference was observed between ECGs of COVID-19 and the others; MI, abnormal, and no cardiac findings in spite of having low-resolution images and the restricted number of data. Undoubtedly, we would like to point out that we need more ECG data especially ECGs of mild or asymptomatic COVID-19 patient’s to prove our claim. We hope the health science community will share more data on COVID-19.

Additionally, many deep learning-based studies have used radiographic images for the detection of COVID-19 and many of them have achieved outstanding classification performance. The following studies can be shown as an example: Al-Waisy et al. [72] achieved accuracy of 99.99%, Dhiman et al. [79] achieved accuracy of 98.54%, Ozturk et al. [14] achieved accuracy of 98.08%, and Ahuja et al. [74] achieved accuracy of 99.4%. The main reason for the success of the mentioned studies is that the most common symptom of COVID-19 disease is lung involvement [80] and the symptoms can be clearly observed on radiographic lung images [81]. Despite this, some studies using CT and X-ray to diagnose COVID-19 have achieved less accuracy rate than our proposed method. The following studies can be shown as an example: Ismael and Şengür [70] achieved accuracy of 94.7%, Pathak et al. [82] achieved accuracy of 93.02%, Song et al. [69] achieved accuracy of 86%, Amyar et al. [17] achieved accuracy of 94.67%, and Wang et al. [83] achieved accuracy of 82.9%. Moreover, considering the disadvantages of radiological images mentioned in the Background section, the proposed ECG-based COVID-19 diagnosis method may be more useful than the radiological image-based detection methods. In particular, it can be noted that the ECG is more accessible and harmless than CT or X-ray.

Furthermore, many studies are presented to classify cardiac arrhythmias using multi-lead ECG [44, 84]. Arrhythmias may not be observed in all ECG channels and may be dominant only in some ECG channels. Especially in multi-lead ECG and AI-based classification studies, all channel information should be protected. Otherwise, an abnormal ECG may be misclassified if the prediction is performed through the ECG channel where no abnormality is observed. Since the proposed hexaxial mapping method includes all 12-lead channel information, no channel in which arrhythmias can be observed has been ignored. Moreover, the proposed hexaxial mapping method supports the representation of not only paper-based ECG images but also 2D spectral images of digital ECG signals. Therefore, it can be used in the representation and classification of cardiac arrhythmias from digital ECG signals and can be an alternative to current automated arrhythmia detection approaches.

Major contribution of the study

The COVID-19 pandemic has caused many medical challenges. A fast and easily accessible method is required for the early and accurate diagnosis of the disease. Detection of COVID-19 with ECG data using a deep learning approach shows promise as a new diagnostic method. In this respect, this paper makes several contributions to the literature. These innovative contributions may be emphasized as follows:

  • A novel, highly sensitive, and harmless method has been proposed as an alternative to the existing diagnostic methods to aid in the diagnosis of COVID-19.

  • A new and effective approach has been proposed in order to classify paper-based ECG data, where all ECG-leads can be represented as a single colorful 2D image.

  • Differences in the ECG data of patients with COVID-19 and individuals without any cardiac findings and patients with various arrhythmias were demonstrated.

  • The experimental classification results can be evidence for the presence of cardiovascular changes caused by COVID-19.

  • The advantages of the proposed hexaxial feature mapping process on classification performance were demonstrated.

  • A new and simple deep network architecture has been proposed for 2D image classification and the deep network hyperparameters were optimized to yield the best classification performance.

Limitations and future scope

Nonetheless, some limitations should be noted. In particular, the hexaxial feature mapping process is very sensitive to the resolution of paper-based ECG images. Resolution variations in ECG images may cause differentiation in the features obtained through GLCM and may affect the color intensity of hexaxial maps. Further, while performing the segmentation of ECG-lead images, the size of the selected rectangular frame must be kept constant. It should be noted that the segmentation process can be standardized by using a smart-phone application that guides the user for taking the right ECG image from the paper-based ECG report. Additionally, although the proposed method is designed as a patient-independent approach and its robustness has been tested with various experimental scenarios, it needs to be evaluated with different datasets. The main limitation here is the lack of access to the COVID-19 patients’ ECG data and the lack of a sufficient amount of data. Moreover, the dataset in which the proposed method is tested does not contain any information about the severity of the condition of COVID-19 patients. This prevents an evaluation of the occurrence of COVID-19-induced cardiovascular changes.

Another limitation is that there may be variability in the number of leads and derivation when collecting ECG data. Although the proposed method requires 12 basic leads, ECG data collected from various derivations can be adapted to the hexaxial mapping process. It should also be noted that this work aims to discuss the ability to automatically distinguish COVID-19 ECG data from other types of ECG data. Although recent studies [30, 32,33,34, 53] have reported various cardiovascular changes in most of the patients, they also reported infected patients without any cardiovascular changes. Therefore, the sensitivity of the proposed method is related to the observability of cardiovascular changes. Furthermore, there are concerns that COVID-19 may not be the main source of cardiovascular changes in ECG data [25]. Thus, two main issues could be addressed in future research; further research should be attempted to specify COVID-19-induced cardiovascular changes, and the current method should be tested on a more robust dataset.

Conclusion

In this study, a novel and effective approach is proposed to automatically detect COVID-19 using paper-based ECG report images. This study aims to distinguish the ECGs of COVID-19 patients from various types of ECGs. Accordingly, a novel method based on representing 12-lead paper-based ECG images as 2D colorful images has been proposed and the generated colored images are then fed into a new CNN architecture to detect COVID-19. While recent state-of-the-art studies have revealed that COVID-19 can lead to cardiovascular complications directly or indirectly, ECG data is used for the first time to automatically diagnose COVID-19, to the best of our knowledge.

Various experiments are conducted to evaluate the robustness of the proposed approach and compare its performance. The results demonstrated that the proposed method achieved promising performance in the diagnosis of COVID-19 using ECG data. Furthermore, the proposed deep network significantly improved classification accuracy compared to well-known architectures and the proposed hexaxial mapping procedure not only decreased computational cost, but it also significantly increased classification performance. Furthermore, the capability of the proposed approach to differentiate COVID-19 ECGs can be the proof of the presence of COVID-19-induced cardiovascular changes.

In the light of all findings, we can say that; the proposed approach can potentially be used as a faster, more harmless, more accessible, cost-effective, and more sensitive automatically diagnostic method to detect COVID-19 than the current methods. In future works, the presented ECG-based COVID-19 diagnosis method can be simply adapted to real-time cloud-based systems and can be easily performed on mobile device-based decision-making applications. Thus, it may help healthcare professionals by providing a fast and effective solution to diagnose COVID-19, it may reduce both the contamination and the hospital burden by preventing unnecessary hospital visits.

Availability of data and materials

Python and MATLAB source codes, and segmented and preprocessed dataset are available from: https://github.com/mkfzdmr/COVID-19-ECG-Classification. The dataset used in this work is publicly available at: http://dx.doi.org/10.17632/gwbz3fsgp8.1

Abbreviations

ACC:

accuracy

AF:

atrial fibrillation

AI:

artificial intelligence

ANOVA:

analysis of vatriance

CM:

confusion matrices

CNN:

convolutional neural network

Conv:

convolution

COVID-19:

coronavirus disease 2019

CT:

computed tomography

CWT:

continuous wavelet transform

ECG:

electrocardiogram

F1-S:

F1-score

FNR:

false-negative rate

FPR:

false-positive rate

GLCM:

gray-level co-occurrence matrix

ILSVRC2012:

Large Scale Visual Recognition Challenge in 2012

IoT:

Internet of Things

MI:

myocardial infarction

MSE:

mean squared error

PRE:

precision

RBBB:

right bundle branch block

REC:

recall

ReLU:

rectified linear units

ROC-AUC:

area under the receiver operating characteristic curve

rRT-PCR:

real-time reverse transcriptase-polymerase chain reaction

RVPO:

right ventricular pressure overload

SARS-CoV-2:

severe acute respiratory syndrome coronavirus 2

SPE:

specificity

STFT:

short-time Fourier transform

SVM:

support vector machines

WHO:

World Health Organization

References

  1. Haq MIU, Khuroo S, Raina A, Khajuria S, Javaid M, Haq MFU, Haleem A. 3d printing for development of medical equipment amidst coronavirus (covid-19) pandemic-review and advancements. Res Biomed Eng. 2020. https://doi.org/10.1186/s12911-020-01373-x.

    Article  Google Scholar 

  2. Haleem A, Javaid M, Vaishya R, Deshmukh SG. Areas of academic research with the impact of covid-19. Am J Emerg Med. 2020;38(7):1524–6. https://doi.org/10.1016/j.ajem.2020.04.022.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Haleem A, Javaid M, Vaishya R. Effects of Covid 19 pandemic in daily life. Curr Med Res Pract. 2020;10:78–9. https://doi.org/10.1016/j.cmrp.2020.03.011.

    Article  PubMed  PubMed Central  Google Scholar 

  4. World Health Organization, Coronavirus disease (COVID-19) pandemic. www.who.int/emergencies/diseases/novel-coronavirus-2019. Accessed 24 Mar 2021.

  5. Corman VM, Landt O, Kaiser M, Molenkamp R, Meijer A, Chu DK, Bleicker T, Brünink S, Schneider J, Schmidt ML, et al. Detection of 2019 novel coronavirus (2019-ncov) by real-time rt-pcr. Eurosurveillance. 2020;25(3):2000045. https://doi.org/10.2807/1560-7917.ES.2020.25.3.2000045.

    Article  PubMed Central  Google Scholar 

  6. Xie X, Zhong Z, Zhao W, Zheng C, Wang F, Liu J. Chest ct for typical 2019-ncov pneumonia: relationship to negative rt-pcr testing. Radiology. 2020;296:41–5. https://doi.org/10.1148/radiol.2020200343.

    Article  Google Scholar 

  7. Chan JF-W, Yuan S, Kok K-H, To KK-W, Chu H, Yang J, Xing F, Liu J, Yip CC-Y, Poon RW-S, et al. A familial cluster of pneumonia associated with the 2019 novel coronavirus indicating person-to-person transmission: a study of a family cluster. The Lancet. 2020;395(10223):514–23. https://doi.org/10.1016/S0140-6736(20)30154-9.

    Article  CAS  Google Scholar 

  8. Singh RP, Javaid M, Haleem A, Suman R. Internet of things (iot) applications to fight against covid-19 pandemic. Diabetes Metab Syndr Clin Res Rev. 2020;14(4):521–4. https://doi.org/10.1016/j.dsx.2020.04.041.

    Article  Google Scholar 

  9. Pratap Singh R, Javaid M, Haleem A, Vaishya R, Ali S. Internet of medical things (iomt) for orthopaedic in covid-19 pandemic: roles, challenges, and applications. J Clin Orthop Trauma. 2020;11(4):713–7. https://doi.org/10.1016/j.jcot.2020.05.011.

    Article  PubMed  PubMed Central  Google Scholar 

  10. Javaid M, Haleem A, Vaishya R, Bahl S, Suman R, Vaish A. Industry 4.0 technologies and their applications in fighting covid-19 pandemic. Diabetes Metab Syndr Clin Res Rev. 2020;14(4):419–22. https://doi.org/10.1016/j.dsx.2020.04.032.

    Article  Google Scholar 

  11. Haleem A, Javaid M. Medical 4.0 and its role in healthcare during covid-19 pandemic: a review. J Ind Integr Manag. 2020. https://doi.org/10.1142/S2424862220300045.

    Article  Google Scholar 

  12. Javaid M, Haleem A, Singh RP, Haq MIU, Raina A, Suman R. Industry 5.0: potential applications in covid-19. J Ind Integr Manag. 2020. https://doi.org/10.1142/S2424862220500220.

    Article  Google Scholar 

  13. Singh RP, Javaid M, Kataria R, Tyagi M, Haleem A, Suman R. Significant applications of virtual reality for covid-19 pandemic. Diabetes Metab Syndr Clin Res Rev. 2020;14(4):661–4. https://doi.org/10.1016/j.dsx.2020.05.011.

    Article  Google Scholar 

  14. Ozturk T, Talo M, Yildirim EA, Baloglu UB, Yildirim O, Acharya UR. Automated detection of covid-19 cases using deep neural networks with x-ray images. Comput Biol Med. 2020;121:103792. https://doi.org/10.1016/j.compbiomed.2020.103792.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Toğaçar M, Ergen B, Cömert Z. Covid-19 detection using deep learning models to exploit social mimic optimization and structured chest x-ray images using fuzzy color and stacking approaches. Comput Biol Med. 2020;121:103805. https://doi.org/10.1016/j.compbiomed.2020.103805.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Karakanis S, Leontidis G. Lightweight deep learning models for detecting covid-19 from chest x-ray images. Comput Biol Med. 2020;130:10418. https://doi.org/10.1016/j.compbiomed.2020.104181.

    Article  CAS  Google Scholar 

  17. Amyar A, Modzelewski R, Li H, Ruan S. Multi-task deep learning based ct imaging analysis for covid-19 pneumonia: classification and segmentation. Comput Biol Med. 2020;126:104037. https://doi.org/10.1016/j.compbiomed.2020.104037.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Ceniccola GD, Castro MG, Piovacari SMF, Horie LM, Corrêa FG, Barrere APN, Toledo DO. Current technologies in body composition assessment: advantages and disadvantages. Nutrition. 2019;62:25–31. https://doi.org/10.1016/j.nut.2018.11.028.

    Article  PubMed  Google Scholar 

  19. Zhou M, Wong C-K, Un K-C, Lau Y-M, Lee JC-Y, Tam FC-C, Lau Y-M, Lai W-H, Tam AR, Lam Y-Y, et al. Cardiovascular sequalae in uncomplicated covid-19 survivors. PLoS ONE. 2021;16(2):0246732. https://doi.org/10.1371/journal.pone.0246732.

    Article  CAS  Google Scholar 

  20. Predabon B, Souza AZM, Bertoldi GHS, Sales RL, Luciano KS, de March Ronsoni R. The electrocardiogram in the differential diagnosis of cardiologic conditions related to the covid-19 pandemic. J Card Arrhythm. 2020;33(3):133–41. https://doi.org/10.24207/jca.v33i3.3403.

    Article  Google Scholar 

  21. Vidovich M.I. Transient Brugada-like electrocardiographic pattern in a patient with covid-19. JACC Case Rep. 2020;2(9):1245–9. https://doi.org/10.1016/j.jaccas.2020.04.007.

    Article  PubMed  PubMed Central  Google Scholar 

  22. Lugenbiel P, Roth L, Seiz M, Zeier M, Katus HA, Merle U, Schweizer PA. The arrhythmogenic face of covid-19: Brugada ecg pattern during acute infection. Eur Heart J Case Rep. 2020;4(FI1):1–2. https://doi.org/10.1093/ehjcr/ytaa230.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Fried JA, Ramasubbu K, Bhatt R, Topkara VK, Clerkin KJ, Horn E, Rabbani L, Brodie D, Jain SS, Kirtane A, et al. The variety of cardiovascular presentations of covid-19. Circulation. 2020;141:1930–6. https://doi.org/10.1161/circulationaha.120.047164.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Abdulaal A, Patel A, Charani E, Denny S, Alqahtani SA, Davies GW, Mughal N, Moore LS. Comparison of deep learning with regression analysis in creating predictive models for sars-cov-2 outcomes. BMC Med Inform Decis Mak. 2020;20(1):1–11. https://doi.org/10.1186/s12911-020-01316-6.

    Article  Google Scholar 

  25. Haseeb S, Gul EE, Çinier G, Bazoukis G, Alvarez-Garcia J, Garcia-Zamora S, Lee S, Yeung C, Liu T, Tse G, et al. Value of electrocardiography in coronavirus disease 2019 (covid-19). J Electrocardiol. 2020;62:39–45. https://doi.org/10.1016/j.jelectrocard.2020.08.007.

    Article  PubMed  PubMed Central  Google Scholar 

  26. He J, Wu B, Chen Y, Tang J, Liu Q, Zhou S, Chen C, Qin Q, Huang K, Lv J, et al. Characteristic ecg manifestations in patients with covid-19. Can J Cardiol. 2020;36:966–19664. https://doi.org/10.1016/j.cjca.2020.03.028.

    Article  PubMed  Google Scholar 

  27. Tsao C.W., Strom J.B., Chang J.D., Manning W.J. Covid-19—associated stress (takotsubo) cardiomyopathy. Circ Cardiovasc Imaging. 2020;13(7):011222. https://doi.org/10.1161/CIRCIMAGING.120.011222.

    Article  Google Scholar 

  28. Hua A, O’Gallagher K, Sado D, Byrne J. Life-threatening cardiac tamponade complicating myo-pericarditis in covid-19. Eur Heart J. 2020;41:2130. https://doi.org/10.1093/ehjcr/ytaa230.

    Article  CAS  PubMed  Google Scholar 

  29. Lam K, McClelland S, Dallo MJ. Ecg: essential in care of patients with covid-19. Med J Aust. 2020;213(10):476–476. https://doi.org/10.5694/mja2.50841.

    Article  PubMed  Google Scholar 

  30. Bertini M, Ferrari R, Guardigli G, Malagù M, Vitali F, Zucchetti O, D’Aniello E, Volta CA, Cimaglia P, Piovaccari G, et al. Electrocardiographic features of 431 consecutive, critically ill covid-19 patients: an insight into the mechanisms of cardiac involvement. EP Eur. 2020;22(12):1848–54. https://doi.org/10.1093/europace/euaa258.

    Article  Google Scholar 

  31. Colon CM, Barrios JG, Chiles JW, McElwee SK, Russell DW, Maddox WR, Kay GN. Atrial arrhythmias in covid-19 patients. Clin Electrophysiol. 2020;6(9):1189–90. https://doi.org/10.1016/j.jacep.2020.05.015.

    Article  Google Scholar 

  32. Pavri BB, Kloo J, Farzad D, Riley JM. Behavior of the pr interval with increasing heart rate in patients with covid-19. Heart Rhythm. 2020;17:1434–8. https://doi.org/10.1016/j.hrthm.2020.06.009.

    Article  PubMed  PubMed Central  Google Scholar 

  33. Wang Y, Chen L, Wang J, He X, Huang F, Chen J, Yang X. Electrocardiogram analysis of patients with different types of covid-19. Ann Noninvasive Electrocardiol. 2020;25(6):12806. https://doi.org/10.1111/anec.12806.

    Article  Google Scholar 

  34. Santoro F, Monitillo F, Raimondo P, Lopizzo A, Brindicci G, Gilio M, Musaico F, Mazzola M, Vestito D, Di Benedetto R, et al. Qtc interval prolongation and life-threatening arrhythmias during hospitalization in patients with covid-19. Results from a multi-center prospective registry. Clin Infect Dis. 2020. https://doi.org/10.1093/cid/ciaa1578.

    Article  Google Scholar 

  35. Jain S, Workman V, Ganeshan R, Obasare ER, Burr A, DeBiasi RM, Freeman JV, Akar J, Lampert R, Rosenfeld LE. Enhanced electrocardiographic monitoring of patients with coronavirus disease 2019. Heart Rhythm. 2020;17:1417–22. https://doi.org/10.1016/j.hrthm.2020.04.047.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Öztürk F, Karaduman M, Çoldur R, İncecik Ş, Güneş Y, Tuncer M. Interpretation of arrhythmogenic effects of covid-19 disease through ecg. Aging Male. 2020. https://doi.org/10.1080/13685538.2020.1769058.

    Article  PubMed  Google Scholar 

  37. van den Broek M, Möhlmann J, Abeln B, Liebregts M, van Dijk V, van de Garde E. Chloroquine-induced qtc prolongation in covid-19 patients. Neth Heart J. 2020;28:406–9. https://doi.org/10.1007/s12471-020-01429-7.

    Article  PubMed  PubMed Central  Google Scholar 

  38. Butun E, Yildirim O, Talo M, Tan R-S, Rajendra Acharya U. 1d-cadcapsnet: One dimensional deep capsule networks for coronary artery disease detection using ecg signals. Phys Med. 2020;70:39–48. https://doi.org/10.1016/j.ejmp.2020.01.007.

    Article  PubMed  Google Scholar 

  39. Yıldırım Özal, 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–20. https://doi.org/10.1016/j.compbiomed.2018.09.009.

    Article  PubMed  Google Scholar 

  40. Ullah A, Anwar SM, Bilal M, Mehmood RM. Classification of arrhythmia by using deep learning with 2-d ecg spectral image representation. Remote Sens. 2020;12(10):1685. https://doi.org/10.3390/rs12101685.

    Article  Google Scholar 

  41. Izci E, Ozdemir MA, Degirmenci M, Akan A. Cardiac arrhythmia detection from 2d ecg images by using deep learning technique. In: 2019 medical technologies congress (TIPTEKNO). IEEE; 2019. p. 1–4. https://doi.org/10.1109/TIPTEKNO.2019.8895011.

  42. Degirmenci M, Ozdemir MA, Izci E, Akan A. Arrhythmic heartbeat classification using 2d convolutional neural networks. IRBM. 2021. https://doi.org/10.1016/j.irbm.2021.04.002.

    Article  Google Scholar 

  43. Ozdemir MA, Guren O, Cura OK, Akan A, Onan A. Abnormal ecg beat detection based on convolutional neural networks. In: 2020 medical technologies congress (TIPTEKNO). IEEE; 2020. p. 1–4. https://doi.org/10.1109/TIPTEKNO50054.2020.9299260.

  44. Huang J, Chen B, Yao B, He W. Ecg arrhythmia classification using stft-based spectrogram and convolutional neural network. IEEE Access. 2019;7:92871–80. https://doi.org/10.1109/ACCESS.2019.2928017.

    Article  Google Scholar 

  45. Kłosowski G, Rymarczyk T, Wójcik D, Skowron S, Cieplak T, Adamkiewicz P. The use of time-frequency moments as inputs of lstm network for ecg signal classification. Electronics. 2020;9(9):1452. https://doi.org/10.3390/electronics9091452.

    Article  Google Scholar 

  46. He R, Wang K, Zhao N, Liu Y, Yuan Y, Li Q, Zhang H. Automatic detection of atrial fibrillation based on continuous wavelet transform and 2d convolutional neural networks. Front Physiol. 2018;9:1206. https://doi.org/10.3389/fphys.2018.01206.

    Article  PubMed  PubMed Central  Google Scholar 

  47. Alquran H, Alqudah A, Abu-Qasmieh I, Al-Badarneh A, Almashaqbeh S. Ecg classification using higher order spectral estimation and deep learning techniques. Neural Netw World. 2019;29(4):207–19. https://doi.org/10.14311/NNW.2019.29.014.

    Article  Google Scholar 

  48. Zhai X, Tin C. Automated ecg classification using dual heartbeat coupling based on convolutional neural network. IEEE Access. 2018;6:27465–72. https://doi.org/10.1109/ACCESS.2018.2833841.

    Article  Google Scholar 

  49. Lee K-S, Jung S, Gil Y, Son HS. Atrial fibrillation classification based on convolutional neural networks. BMC Med Inform Decis Mak. 2019;19(1):1–6. https://doi.org/10.1186/s12911-019-0946-1.

    Article  Google Scholar 

  50. Angeli F, Spanevello A, De Ponti R, Visca D, Marazzato J, Palmiotto G, Feci D, Reboldi G, Fabbri LM, Verdecchia P. Electrocardiographic features of patients with covid-19 pneumonia. Eur J Intern Med. 2020;78:101–6. https://doi.org/10.1016/j.ejim.2020.06.015.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  51. Li L, Zhang S, He B, Chen X, Wang S, Zhao Q. Risk factors and electrocardiogram characteristics for mortality in critical inpatients with covid-19. Clin Cardiol. 2020;43(12):1624–30. https://doi.org/10.1002/clc.23492.

    Article  PubMed  PubMed Central  Google Scholar 

  52. McCullough SA, Goyal P, Krishnan U, Choi JJ, Safford MM, Okin PM. Electrocardiographic findings in covid-19: insights on mortality and underlying myocardial processes. J Card Fail. 2020;26:626–32. https://doi.org/10.1016/j.cardfail.2020.06.005.

    Article  PubMed  PubMed Central  Google Scholar 

  53. Nemati R, Ganjoo M, Jadidi F, Tanha A, Baghbani R. Electrocardiography in early diagnosis of cardiovascular complications of covid-19; a systematic literature review. Arch Acad Emerg Med. 2021. https://doi.org/10.22037/aaem.v9i1.957.

    Article  PubMed  Google Scholar 

  54. Khan AH, Hussain M, Malik MK. Ecg images dataset of cardiac and covid-19 patients. Data Brief. 2021;34:106762. https://doi.org/10.1016/j.dib.2021.106762.

    Article  PubMed  PubMed Central  Google Scholar 

  55. Li Y, Qu Q, Wang M, Yu L, Wang J, Shen L, He K. Deep learning for digitizing highly noisy paper-based ecg records. Comput Biol Med. 2020;127:104077. https://doi.org/10.1016/j.compbiomed.2020.104077.

    Article  PubMed  Google Scholar 

  56. Holkeri A, Eranti A, Kenttä TV, Noponen K, Haukilahti MAE, Seppänen T, Junttila MJ, Kerola T, Rissanen H, Heliövaara M, Knekt P, Aro AL, Huikuri HV. Experiences in digitizing and digitally measuring a paper-based ecg archive. J Electrocardiol. 2018;51(1):74–81. https://doi.org/10.1016/j.jelectrocard.2017.09.007.

    Article  PubMed  Google Scholar 

  57. Baydoun M, Safatly L, Abou Hassan OK, Ghaziri H, El Hajj A, Isma’eel H. High precision digitization of paper-based ecg records: a step toward machine learning. IEEE J Transl Eng Health Med. 2019;7:1–8. https://doi.org/10.1109/JTEHM.2019.2949784.

    Article  Google Scholar 

  58. Haralick R.M., Shanmugam K., Dinstein I. Textural features for image classification. IEEE Trans Syst Man Cybern SMC. 1973;3(6):610–21. https://doi.org/10.1109/TSMC.1973.4309314.

    Article  Google Scholar 

  59. Mustafa M, Taib MN, Murat ZH, Hayatee AHN. Glcm texture classification for eeg spectrogram image. In: 2010 IEEE EMBS conference on biomedical engineering and sciences (IECBES); 2010. p. 373–376. https://doi.org/10.1109/IECBES.2010.5742264

  60. Sun W, Zeng N, He Y. Morphological arrhythmia automated diagnosis method using gray-level co-occurrence matrix enhanced convolutional neural network. IEEE Access. 2019;7:67123–9. https://doi.org/10.1109/ACCESS.2019.2918361.

    Article  Google Scholar 

  61. Armi L, Fekri-Ershad S. Texture image analysis and texture classification methods-a review. 2019. arXiv preprint arXiv:1904.06554.

  62. Mohanaiah P, Sathyanarayana P, GuruKumar L. Image texture feature extraction using glcm approach. Int J Sci Res Publ. 2013;3(5):1.

    Google Scholar 

  63. Gadkari D. Image quality analysis using glcm. Master’s thesis, University of Central Florida, The address of the publisher (2004). http://purl.fcla.edu/fcla/etd/CFE0000273.

  64. Ozdemir MA, Degirmenci M, Izci E, Akan A. Eeg-based emotion recognition with deep convolutional neural networks. Biomed Eng. 2021;66(1):43–57. https://doi.org/10.1515/bmt-2019-0306.

    Article  Google Scholar 

  65. Lee TY, Smieee MS. Optimization of frontal-plane electrocardiographic lead data in the 30 hexaxial system. J Electrocardiol. 1973;6(1):31–43. https://doi.org/10.1016/S0022-0736(73)80022-6.

    Article  CAS  PubMed  Google Scholar 

  66. Dower GE, Yakush A, Nazzal SB, Jutzy RV, Ruiz CE. Deriving the 12-lead electrocardiogram from four (easi) electrodes. J Electrocardiol. 1988;21:182–7. https://doi.org/10.1016/0022-0736(88)90090-8.

    Article  Google Scholar 

  67. Park MK, Guntheroth WG. How to read pediatric ECGs, vol. 847. Philadelphia: Elsevier Health Sciences; 2006.

    Google Scholar 

  68. Boissonnat J-D, Cazals F. Smooth surface reconstruction via natural neighbour interpolation of distance functions. Comput Geom. 2002;22(1):185–203. https://doi.org/10.1016/S0925-7721(01)00048-7.

    Article  Google Scholar 

  69. Song Y, Zheng S, Li L, Zhang X, Zhang X, Huang Z, Chen J, Wang R, Zhao H, Zha Y, Shen J, Chong Y, Yang Y. Deep learning enables accurate diagnosis of novel coronavirus (covid-19) with ct images. IEEE/ACM Trans Comput Biol Bioinform. 2021. https://doi.org/10.1109/TCBB.2021.3065361.

    Article  PubMed  Google Scholar 

  70. Ismael AM, Şengür A. Deep learning approaches for covid-19 detection based on chest x-ray images. Expert Syst Appl. 2021;164:114054. https://doi.org/10.1016/j.eswa.2020.114054.

    Article  PubMed  Google Scholar 

  71. Ardakani AA, Kanafi AR, Acharya UR, Khadem N, Mohammadi A. Application of deep learning technique to manage covid-19 in routine clinical practice using ct images: results of 10 convolutional neural networks. Comput Biol Med. 2020;121:103795. https://doi.org/10.1016/j.compbiomed.2020.103795.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  72. Al-Waisy AS, Al-Fahdawi S, Mohammed MA, Abdulkareem KH, Mostafa SA, Maashi MS, Arif M, Garcia-Zapirain B. Covid-chexnet: hybrid deep learning framework for identifying covid-19 virus in chest x-rays images. Soft Comput. 2020. https://doi.org/10.1007/s00500-020-05424-3.

    Article  PubMed  PubMed Central  Google Scholar 

  73. Krizhevsky A, Sutskever I, Hinton GE. Imagenet classification with deep convolutional neural networks. Commun ACM. 2017;60(6):84–90. https://doi.org/10.1145/3065386.

    Article  Google Scholar 

  74. Ahuja S, Panigrahi BK, Dey N, Rajinikanth V, Gandhi TK. Deep transfer learning-based automated detection of covid-19 from lung ct scan slices. Appl Intell. 2021;51(1):571–85. https://doi.org/10.1007/s10489-020-01826-w.

    Article  Google Scholar 

  75. Isin A, Ozdalili S. Cardiac arrhythmia detection using deep learning. Procedia Comput Sci. 2017;120:268–75. https://doi.org/10.1016/j.procs.2017.11.238.

    Article  Google Scholar 

  76. Kingma DP, Ba J. Adam: a method for stochastic optimization. In: Bengio Y, LeCun Y, editors. 3rd international conference on learning representations, ICLR; 2015. p. 1–15. arXiv:1412.6980.

  77. Ozdemir MA, Karabiber Cura O, Akan A. Epileptic eeg classification by using time-frequency images for deep learning. Int J Neural Syst. 2021;2150026. https://doi.org/10.1142/S012906572150026X.

  78. Li WT, Ma J, Shende N, Castaneda G, Chakladar J, Tsai JC, Apostol L, Honda CO, Xu J, Wong LM, et al. Using machine learning of clinical data to diagnose covid-19: a systematic review and meta-analysis. BMC Med Inform Decis Mak. 2020;20(1):1–13. https://doi.org/10.1186/s12911-020-01266-z.

    Article  CAS  Google Scholar 

  79. Dhiman G, Chang V, Singh KK, Shankar A. Adopt: automatic deep learning and optimization-based approach for detection of novel coronavirus covid-19 disease using x-ray images. J Biomol Struct Dyn. 2021. https://doi.org/10.1080/07391102.2021.1875049.

    Article  PubMed  PubMed Central  Google Scholar 

  80. Li F, Michelson AP, Foraker R, Zhan M, Payne PR. Computational analysis to repurpose drugs for covid-19 based on transcriptional response of host cells to sars-cov-2. BMC Med Inform Decis Mak. 2021;21(1):1–13. https://doi.org/10.1186/s12911-020-01373-x.

    Article  Google Scholar 

  81. Bernheim A, Mei X, Huang M, Yang Y, Fayad ZA, Zhang N, Diao K, Lin B, Zhu X, Li K, Li S, Shan H, Jacobi A, Chung M. Chest CT findings in coronavirus disease-19 (COVID-19): relationship to duration of infection. Radiology. 2020;295(3):200463. https://doi.org/10.1148/radiol.2020200463.

    Article  PubMed  Google Scholar 

  82. Pathak Y, Shukla PK, Tiwari A, Stalin S, Singh S, Shukla PK. Deep transfer learning based classification model for covid-19 disease. IRBM. 2020. https://doi.org/10.1016/j.irbm.2020.05.003.

    Article  PubMed  Google Scholar 

  83. Wang S, Kang B, Ma J, Zeng X, Xiao M, Guo J, Cai M, Yang J, Li Y, Meng X, et al. A deep learning algorithm using ct images to screen for corona virus disease (covid-19). MedRxiv. 2020. https://doi.org/10.1101/2020.02.14.20023028.

    Article  PubMed  PubMed Central  Google Scholar 

  84. Le TQ, Chandra V, Afrin K, Srivatsa S, Bukkapatnam S. A dynamic systems approach for detecting and localizing of infarct-related artery in acute myocardial infarction using compressed paper-based electrocardiogram (ecg). Sensors. 2020. https://doi.org/10.3390/s20143975.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

The authors declare no conflict of interest. The authors thank Duygu Yeni Cenebasi and Ergin Cenebasi for their contribution to the language editing of the manuscript. The authors thank the Springer Nature Waivers Team for their valuable contribution to the publication of this manuscript.

Funding

This research did not receive any specific grant from funding agencies in the public, commercial, or not-for-profit sectors.

Author information

Authors and Affiliations

Authors

Contributions

MAO: Conceptualization of this study, Methodology, Software, Validation, Formal analysis, Investigation, Data curation, Writing-Original draft, Writing-Review and editing, Visualization. GDO: Investigation, Writing-Original draft, Writing-Review and editing, Visualization. OG: Conceptualization of this study, Formal analysis, Investigation, Writing-Original draft, Writing-Review and editing. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Mehmet Akif Ozdemir.

Ethics declarations

Ethics approval and consent to participate

The authors declare that the work described has been carried out in accordance with the Declaration of Helsinki of the World Medical Association revised in 2013 for experiments involving humans. The research related to human use complies with all the relevant national regulations and institutional policies. Human ECG data were obtained from [54] which compiles all relevant ethical processes as indicated in the paper.

Consent for publication

The authors declare that this report does not contain any personal information that could lead to the identification of the patient(s).

Competing interests

The authors declare that they have no known competing financial or personal relationships that could be viewed as influencing the work reported in this paper.

Additional information

Publisher's note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ozdemir, M.A., Ozdemir, G.D. & Guren, O. Classification of COVID-19 electrocardiograms by using hexaxial feature mapping and deep learning. BMC Med Inform Decis Mak 21, 170 (2021). https://doi.org/10.1186/s12911-021-01521-x

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12911-021-01521-x

Keywords