Next Article in Journal
Fault Diagnosis of Wind Turbine Gearbox Based on the Optimized LSTM Neural Network with Cosine Loss
Next Article in Special Issue
Intra- and Inter-Rater Reliability of Manual Feature Extraction Methods in Movement Related Cortical Potential Analysis
Previous Article in Journal
Terrain Point Cloud Assisted GB-InSAR Slope and Pavement Deformation Differentiate Method in an Open-Pit Mine
Previous Article in Special Issue
Deep Learning Classification for Diabetic Foot Thermograms
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

End-To-End Deep Learning Architecture for Continuous Blood Pressure Estimation Using Attention Mechanism

1
Department of Computer Engineering, Kwangwoon University, Seoul 01897, Korea
2
Interdisciplinary Program in Bioengineering, Seoul National University, Seoul 03080, Korea
3
Department of Intelligent Information System and Embedded Software Engineering, Kwangwoon University, Seoul 01897, Korea
4
School of Applied Science, Telkom University, Bandung 40257, Indonesia
5
Department of Oriental Biomedical Engineering, Sangji University, Wonju 26339, Korea
6
Department of Computer Science and Engineering, Seoul National University of Science and Technology, Seoul 01811, Korea
7
Department of Biomedical Engineering, College of Medicine, Seoul National University, Seoul 03080, Korea
8
Institute of Medical and Biological Engineering, Medical Research Center, Seoul National University, Seoul 03080, Korea
*
Authors to whom correspondence should be addressed.
These authors contributed equally to this work.
Sensors 2020, 20(8), 2338; https://doi.org/10.3390/s20082338
Submission received: 11 March 2020 / Revised: 13 April 2020 / Accepted: 17 April 2020 / Published: 20 April 2020
(This article belongs to the Special Issue Biomedical Signal Processing)

Abstract

:
Blood pressure (BP) is a vital sign that provides fundamental health information regarding patients. Continuous BP monitoring is important for patients with hypertension. Various studies have proposed cuff-less BP monitoring methods using pulse transit time. We propose an end-to-end deep learning architecture using only raw signals without the process of extracting features to improve the BP estimation performance using the attention mechanism. The proposed model consisted of a convolutional neural network, a bidirectional gated recurrent unit, and an attention mechanism. The model was trained by a calibration-based method, using the data of each subject. The performance of the model was compared to the model that used each combination of the three signals, and the model with the attention mechanism showed better performance than other state-of-the-art methods, including conventional linear regression method using pulse transit time (PTT). A total of 15 subjects were recruited, and electrocardiogram, ballistocardiogram, and photoplethysmogram levels were measured. The 95% confidence interval of the reference BP was [86.34, 143.74] and [51.28, 88.74] for systolic BP (SBP) and diastolic BP (DBP), respectively. The R 2 values were 0.52 and 0.49, and the mean-absolute-error values were 4.06 ± 4.04 and 3.33 ± 3.42 for SBP and DBP, respectively. In addition, the results complied with global standards. The results show the applicability of the proposed model as an analytical metric for BP estimation.

1. Introduction

Blood pressure (BP) is one of the vital signs that provide fundamental health information of the patient. When the heart beats, the blood flow from the heart exerts a pressure on the blood vessels. BP varies between systolic BP (SBP), which is an increase in pressure caused by systolic contraction of the heart, and diastolic BP (DBP), which is the low pressure between SBPs. High BP (hypertension) is known as a “silent killer” because it is a risk factor for various diseases such as arrhythmia, heart attack, blindness, and brain stroke. An estimated 1.13 billion people worldwide have hypertension [1].
The gold standard of BP monitoring is a sphygmomanometer, which is usually used in the physician’s office. However, BP measurement in medical circumstances may be incorrect because, in a clinical setting, some patients exhibit a higher BP than usual, which is known as the “white-coat effect.” The arterial BP (ABP) is considered as a gold standard for continuous BP monitoring, which is performed in the intensive care unit. However, measurement of ABP can cause side effects such as bleeding and infection because it is an invasive method that requires the insertion of an intravascular cannula needle. Moreover, it is difficult to measure ABP in daily life because it requires a clinical setting.
Because regular BP monitoring is important for the diagnosis of hypertension and the prediction of heart diseases, numerous devices have been created to help patients measure BP at home or during their daily lives. These devices are usually based on the oscillometric method and use an inflatable upper-arm cuff [2,3]. However, these methods do not offer continuous measurement. Currently, the significance of beat-to-beat BP analysis has increased, such as blood pressure variability (BPV) [4]. In addition, wearing the cuff whenever the patient tries to measure BP is a cumbersome task and can make the patient feel uncomfortable.
To overcome these limitations, several researchers have investigated cuff-less and continuous BP monitoring methods using physiological signals. The BP can be estimated based on the pulse wave velocity (PWV), which is the velocity of the arterial blood wave [5]. PWV can be calculated from the pulse transit time (PTT) as follows:
P W V = L / P T T
where L denotes the distance between two places where the blood wave propagates and PTT is the time that the blood wave takes to travel between two places.
The most frequently used definition of PTT is the time interval between the R peak of the electrocardiogram (ECG) and the systolic peak of the photoplethysmogram (PPG), which is measured at the finger. PTT from ECG and PPG can be easily applied in long-term monitoring or daily life situations because both ECG and PPG are measured noninvasively and do not require a medical expert or a cuff. PTT is known to be negatively correlated with BP [6], and various models have been developed to estimate BP using PTT [5,7,8,9,10].
In addition, some studies have suggested ballistocardiograms (BCGs) to estimate BP [11]. A BCG is a measurement of the forces of the body to the blood flow ejected from the heart after each heartbeat. BCG signals can be acquired using force sensors such as an accelerometer, load-cell, and polyvinylidene fluoride (PVDF) film sensor. This method enables unobtrusive BP estimation because BCG is a noninvasive and unconstrained method to monitor cardiovascular activity. Shin et al. suggested a system for BP estimation using a weighing scale [12]. ECG and BCG were measured on a weighing scale, and the R-J interval (RJI) was calculated between the R peak of the ECG and the J peak of the BCG signal. The results showed that RJI was negatively correlated with BP. Lee et al. proposed a chair-based BP monitoring system using a two channel BCG [13]. BP was estimated using the phase difference between two BCGs measured at the back of the chair and the cushion on the seat.
Other studies have proposed using machine learning (including deep learning) algorithms to estimate continuous BP without a cuff automatically. Chan et al. [14] and Kachuee et al. [15] proposed a model for estimating BP based on features extracted from ECG and PPG using conventional machine learning algorithms such as linear regression and AdaBoost. Su et al. proposed an recurrent neural network (RNN) based BP estimation model using features extracted from ECG and PPG [16]. Kurylyak et al. [17], Lee et al. [13], and Wang et al. [18] also proposed a simple artificial neural network (ANN) model that used features extracted from only a single signal, such as PPG or BCG. However, these methods still have problems that the extraction of features is costly and a laborious task. In addition, if the signal is noisy, it may be difficult to obtain enough data to train the neural network.
In recent studies, some authors have attempted to estimate BP using raw signals without feature engineering. Slapnivcar et al. estimated BP with only raw PPG using ResNet, a deep learning model that performed well in the field of image classification [19] but had lower performance compared to the models used in other studies. Tanveer et al. also used ECG and PPG raw signals and achieved good performance [20]. However, the length of the data used for BP estimation was very long, 16 s, and, accordingly, the number of samples used for the overall estimation was small, making it difficult to evaluate performance accurately.
In this study, we developed an end-to-end deep learning model for BP estimation without feature extraction and used three physiological signals (ECG, PPG, and BCG) that were used in previous studies for estimating BP. The advantages of this study are as follows:
  • BP can be estimated using only raw signals with minimal preprocessing.
  • All combinations of signals were used as input, and their performance studied.
  • By using the attention mechanism, the performance of the model was improved and its applicability as an analytical metric for BP estimation verified.

2. Materials and Methods

The overall experiment process is shown in Figure 1. The details of each step are explained in the following sections.

2.1. Data Acquisition

A total of 15 subjects (6 men, 9 women, age: 26.2 ± 3.0 ) were recruited for this study. No medical records of the subjects were reported. Written informed consent was obtained from the subjects, and this study was approved by the Institutional Review Board of Seoul National University Hospital (IRB No. 1801-016-912).
The experimental setup is illustrated in Figure 2. Three Ag/AgCl electrodes were attached to the subject’s left arm, right arm, and left leg, according to Einthoven’s triangle. ECG was acquired on lead II using the electrodes with the BIOPAC ECG100C module, and PPG was measured at the subject’s index finger using a commercial module (PSL-iPPG2C) [21]. In addition, the BCG signals were measured using a PVDF film sensor attached on the seat of the chair. SBP and DBP were also measured simultaneously using a continuous BP monitoring device (Finometer Pro (Finapres Medical Systems, Enschede, The Netherlands)). All the data were synchronized and sampled at 1000 Hz with a data acquisition device (BIOPAC MP150 module (BIOPAC Systems Inc., Goleta, CA, USA)).
After the measurement device was attached, the subjects were asked to sit in the armchair. The data were measured after 30 min, while the subjects rested. The measured BP values are shown in Figure 3. The mean and standard deviation (SD) of SBP and DBP were 115.04 ± 14.64 mmHg and 70.01 ± 9.56 mmHg, respectively.

2.2. Data Preprocessing

A second-order Butterworth bandpass filter was applied to the data to remove baseline wandering and power-line noise. The cutoff frequency of each filter applied to each signal is summarized in Table 1.
All combinations of the raw signals (ECG, PPG, and BCG) were used as input for the deep learning model to investigate the effect of each signal on BP estimation. To ensure sufficient information was provided as input, 5 s segments of the signals were used as input to the model with an overlap of 1 ms. Since a large amount of data were used as input, the data were resampled to 125 Hz for efficient learning, which is equivalent to the sampling rate of the Physionet MIMIC database containing ECG and PPG signals [22]. The sampling rate of the BCG signal was also resampled to 125 Hz with reference to [23]. The target labels were set as BP values (SBP, DBP) corresponding to the end of each segment, as shown in Figure 4. The BP values that were not in the range between the mean ± 1.96 SD were considered as outliers and were eliminated.

2.3. Deep Learning Model

2.3.1. Convolutional Neural Network

Convolutional neural networks (CNNs) have achieved considerable success in various challenging areas by extracting key features from a large amount of data such as images. Recently, CNNs have achieved remarkable performance in signal processing, especially in biomedical areas [24,25,26,27,28]. In this study, a CNN was used to extract key patterns automatically from the input signal.

2.3.2. Bidirectional Gated Recurrent Unit

RNNs have been applied for sequential modeling in natural language understanding and video processing. However, conventional RNNs have the problem of the gradient exploding or vanishing when the sequence is long [29]. To solve this long-term dependency problem, two representative RNN-based models have been proposed. One is the long short term memory (LSTM) developed by Hochreiter and Schmidhuber [30], and the other is the gated recurrent unit (GRU) introduced by Cho et al. [31]. Although both models have achieved much better performance than conventional RNN [32], the LSTM-based model requires more training time as it has more learning parameters than GRU. Therefore, the GRU layer was used in our model. The internal structure of GRU used in this study is illustrated in Figure 5.
There are two input vectors in a GRU cell at each time step, which include the previous hidden output vector h t 1 and the current input vector x t . The equation of the current hidden output vector h t can be expressed as follows:
z t = σ W z · h t 1 , x t r t = σ W r · h t 1 , x t h ˜ t = tanh W h · r t h t 1 , x t h t = 1 z t h t 1 + z t h ˜ t
where r t and z t are the update gate and the reset gate vector, respectively. W z , W r , and W h are trainable weight parameters of each gate. h ˜ t is the candidate state that determines how much present information needs to be learned after the reset gate. σ ( · ) is a sigmoid function, and tanh ( · ) is a hyperbolic tangential function. The symbol ⊗ denotes element-wise multiplication.
Conventional GRU is unidirectional, which means that each hidden state in a GRU cell only considers past information. Unlike unidirectional GRU, a bidirectional GRU (Bi-GRU) uses the information from both future and past feature vectors. Bi-GRU was used in this study instead of the conventional GRU. The 5 s segment was used as input in our model; hence, meaningful information existed in both directions at a specific time.
The Bi-GRU has two layers, forward and backward layers, as shown in Figure 6. The final output hidden vector h t can be represented as a concatenation of the forward hidden vector h t and backward hidden vector h t , as shown:
h t = h t h t

2.3.3. Attention Mechanism

The main principle of the attention mechanism is that the model learns by focusing on the region of interest. The attention mechanism has recently been shown to be efficient in image captioning [33], neural machine translation [34,35], and signal processing [36]. Because sequential feature vectors from Bi-GRU in the proposed model may contribute differently for estimating BP values, we added an attention model to automatically train how much the feature vectors were important in each time step. Larger weights can be assigned to significant information using the attention mechanism, and various methods to apply the attention mechanism have been proposed [37]. In this work, the feed-forward attention model [38] was used, which is also known as the self-attention model. Given the Bi-GRU hidden state vector h i at every time step i [ 1 , N ] , the importance score s i was calculated through a score function s c o r e ( · ) as follows:
s i = s c o r e W s h i + b
where Equation (4) can be represented as a single-layer perceptron having a trainable weight W s and a bias b. The score function can be set as an activation function in the neural network, and the tanh function was used in the proposed model.
After obtaining each importance score s i for the hidden state vector h i , the attention weight a i was evaluated using softmax function, expressed as:
a i = s o f t m a x ( s i ) = exp ( s i ) i exp ( s i )
The final output vector v was obtained by calculating the weighted sum of the attention weight vector and the corresponding hidden state vector, as follows:
v = i N a i h i

2.4. Proposed Model

2.4.1. Model Architecture

Our proposed end-to-end deep learning network consists of a CNN layer, a Bi-GRU layer, and an attention layer, as shown in Figure 7. The deep learning models (including CNN and RNN) have shown promising performance in image-based time series recognition [39] and biosignal processing [25,40,41,42]. The attention mechanism has also been successfully applied to natural language processing [43].
In our proposed model, the CNN structure shown in Figure 8 was designed by referring to the VGGNet structure [44]. A total of 10 convolution layers with a rectified linear unit (ReLU) activation function were used to extract spatial pattern vectors from signals. Each convolution layer was followed by a batch normalization layer to reduce the internal covariate shift [45]. The last layer of each convolution module was set to a max-pooling layer to reduce the length of the inputs. The same padding was applied to each convolution operation. Both kernel and pooling size were set to 3, and the output channel size of the convolution layer was scaled up by a factor of 2 from 64 to 512 as it passed through each convolution module.
In the Bi-GRU phase, 64 hidden nodes were set up in each of the forward and backward layers, and 128 features were generated at each time step. The Bi-GRU layer can encode temporal information between features in our proposed model. In addition, representative features can be acquired in the Bi-GRU layer by reducing feature dimensions from 512 to 128.
The output of the Bi-GRU hidden state vector is weighted by Equations (4)–(6), and, finally, these vectors are summed, and then the SBP and DBP values come out through 1-layer perceptron. The detailed structure of the proposed model is shown in Table 2.

2.4.2. Training Setting

Seventy percent of the dataset was used for training, 10% for validation, and 20% for testing. The Adam optimizer [46] was used with a learning rate of 10 3 and decay of 10 4 to optimize the hyperparameters of the model. The learning rate was set to the optimal value empirically, and the initial weights were selected randomly. The mean squared error (MSE) was used for the loss function. The model was trained with the early stopping method with the patience of 10 in a maximum of 50 epochs, and the batch size was set to 512. As a computing environment for network training, the Keras deep learning framework with TensorFlow backend and NVIDIA GeForce RTX 2080Ti (NVIDIA corporation, Santa Clara, CA, USA) (with 11 GB VRAM) was used.

3. Results

In this section, three types of results are presented. First, the BP estimation results are compared for each combination of signals. Second, the performances of the models with and without attention are compared when all signals were used as inputs. Finally, the performance of our end-to-end deep learning model was compared with that of the multiple linear regression (MLR) model that used interval features from the characteristic point of each signal. The root-mean-square error (RMSE) and mean absolute error (MAE) were used as metrics of BP estimation accuracy. In addition, coefficient of determination ( R 2 ) values were calculated between the reference and estimated BP for all results. In addition, the Bland–Altman plot [47] was presented to increase the reliability of the results.

3.1. Performance Comparison by Signal Combination

A summary of the results from all combinations of the three signals is shown in Table 3. The model with ECG+PPG and ECG+PPG+BCG showed better performance for estimating BP than the other models.
When a combination of multiple signals (ECG+PPG, ECG+BCG, PPG+BCG, and ECG+PPG+BCG) was used as input, the estimation accuracy was much better than the cases when a single signal (ECG, PPG, and BCG) was used as input. The detailed values are shown in Table 4.
A repeated measurement analysis of variance (ANOVA) test was used to compare the performance when the combination of inputs was varied, and the differences between models were significant in both SBP and DBP estimation (p < 0.01). In addition, a paired t-test was performed between the results to compare each models. As shown in Table 5 and Table 6, the proposed model statistically outperformed the other methods regardless of the input in both SBP and DBP estimation.

3.2. Attention Mechanism Performance

As shown in Table 3, the model with the attention mechanism showed lower RMSE and MAE values than the model without the attention mechanism. An example of BP estimation results is presented in Figure 9. The model with the attention mechanism estimated the fluctuation in BP more precisely than the model without the attention mechanism. The accuracy of the model can be improved with the attention mechanism by learning more intensively in the time step that contains relatively important information in the 5 s input data.
In addition, we found that the attention weight was high at a specific time by investigating the attention heat map. The process of generating the attention heat map is as follows: The length of the data was reduced from 625 (length resampled to 125 Hz) to 8 by the CNN pooling layer, and thus Bi-GRU generated eight hidden state vectors. Accordingly, the original signal could be divided into eight sections, and the attention heat map was generated by assigning the attention weight obtained from the attention layer to each section.
The ANOVA test was conducted to interpret the attention weights of each timestep, and the results are summarized in Figure 10. The differences between timestep were statistically significant (p < 0.001), and the weights from timestep 2 to timestep 6 were significantly higher than other timesteps. The timestep 1 to timestep 7 includes 648 ms of feature information, and timestep 8 has 464 ms of feature information. Therefore, it means that the data from timestep 2 to timestep 6 (from 1.112 s to 3.704 s before the target BP) had more meaningful information to estimated BP.
Figure 11 shows the Bland–Altman plot between the estimated and reference BP. The limits of agreement (LOA) at 95% confidence intervals for DBP and SBP were measured as [–9.50, 9.50] and [–11.24, 11.63], respectively. This means that 95% of the error was within [lower LOA, upper LOA]. Moreover, the mean error values between estimation and reference were 0.03 and 0.20 for DBP and SBP estimation, respectively, which means that the model had very little bias.
Figure 12 shows the BP estimation result from two subjects. Overall, the estimated BP was similar to the reference BP, as shown in Figure 12a. However, as shown in Figure 12b, the error was high in cases where BP rapidly changes in a short time or if the overall range of BP is wide.

3.3. Comparison to the Multiple Linear Regression Model

The results of the proposed model were compared to the MLR model. The characteristic points from ECG, BCG, and PPG were detected to extract the features for the MLR model. ECG R-peak and the peak of the 1st derivative PPG were detected based on Pan and Tompkins’s algorithm [48], and the BCG J peak was detected by finding the highest peak between 110 ms to 250 ms after each R-peak. False-positive peaks were excluded manually. Then, the R-R interval (RRI), PTT, and RJI were calculated from each cardiac cycle (Figure 13a). In addition, 21 ± 11% of the cardiac cycles were excluded in cases where the peak was not detected because of motion artifacts (Figure 13b). The features were utilized as inputs of the MLR model, and SBP and DBP were used as dependent variables of the MLR model.
As summarized in Table 7, the MLR model showed lower performance for BP estimation than the proposed model. The input parameters of the MLR model were RRI, RJI, and PTT from ECG, PPG, and BCG, respectively. Although the input signal was the same in the MLR and proposed model, the MAE value of the MLR model was statistically higher in both SBP and DBP estimation (p < 0.05).
The scatter plots between PTT and SBP of the two cases are presented in Figure 14. Although the CC values between PTT and SBP were high in both cases, the R 2 value was 0.29 in the good case and only 0.05 in the bad case. The BP variation was not explained by the interval features alone, such as PTT, but our model could extract other features as well as the interval feature.

4. Discussion

4.1. Main Contributions

In this study, we proposed an end-to-end deep learning architecture that can estimate BP continuously using only raw signals without using feature engineering, which is time consuming and labor-intensive. In addition, we measured all the physiological signals such as ECG, PPG, and BCG mainly used in the previous BP estimation studies and compared the performances using all combinations of the signals as inputs to the model. Through these experiments, it was demonstrated that multiple signal involvement could improve the accuracy of the BP prediction over a single signal analysis. The proposed model achieved better performance than the MLR method using the conventional features, such as PTT and RJI. While the MLR model used features within only a bit corresponding to the BP to be estimated, the proposed model utilized multiple bits in 5 s length and learned the temporal relationship among the bits. Finally, we added the attention mechanism to improve the performance of the model. The results show that the data from previous bits as well as the bit right before the BP contributed to the estimation of the BP.

4.2. Result Interpretation from Global Standard Perspective of BP Monitoring

There are two types of BP monitoring global standards used as a performance indicators in most studies. One is the Association for the Advancement of the Medical Instrumentation (AAMI) standard [49], and the other is the British Hypertension Society (BHS) standard [50]. Table 8 and Table 9 show the results of using the proposed model against these standards. Though the study population of this study was 15, which was insufficient because the AAMI and BHS standards require at least 85 subjects, the results complied with the AAMI and BHS standards in grade A for both SBP and DBP.

4.3. Comparison Result With Related Works

The performances of the models used in related studies are shown in Table 10. Chan et al. proposed a linear regression model based on PTT [14]. Even though the study used mean error, the error was high and the data size was unspecified. Kachuee et al. [15], Kurylyak et al. [17], Su et al. [16], and Wang et al. [18] also proposed feature-based approaches. The studies have suggested various methods to extract the features, which need a lot of time. On the other hand, our proposed model used only a bandpass filtering and did not require a complicated feature extraction process.
Lee et al. proposed a BP estimation model using only two channels of BCG [13]. Though estimating BP using only BCG was meaningful, the evaluation was conducted with the one time BP measurement, not a continuous BP measurement. Tanveer et al. achieved excellent performance using raw signals from ECG and PPG [20], but the window length to estimate BP was very long, 16 s, while we used 5 s input. In addition, the authors noted that the performance of their proposed model is highly dependent on the proper division of ECG and PPG cycles. It means that additional work such as peak detection is required, and the quality of the signal affects the performance of model. Slapnivcar et al. also proposed a deep learning model using the PPG raw signal [19], but its performance was low compared to other studies. In addition, it is difficult to evaluate the model accurately because other evaluation metrics were not presented.

4.4. Limitations of the Study

Kauchee et al. [15] and Slapnivcar et al. [19] proposed a calibration-free (cal-free) model that did not require a calibration of each subject. In this study, we focused on a calibration-based (cal-based) model, but designing a cal-free model that is not affected by subject characteristics is another important issue. Thus, we also attempted the development of a cal-free method using leave-one-subject-out (LOSO) method, and the results were summarized in Table 11. The performance of the cal-free model was inferior to that of a cal-based model. In addition, the result did not comply with the global standard mentioned in Section 4.2 and needs to be improved in further study.
In this study, data were measured in a short time of 30 min, hence the performance of the method while predicting long-term BP should be considered. In addition, as mentioned in Section 4.2, the number of subjects (global standard: minimum of 85 subjects) was not sufficient; however, we used inputs with 5 s lengths and total sample size was 26,600,014, which was enough to evaluate the model. In addition, the data of patients with hypertension were not included in the study because most of the subjects were healthy 20-year-olds with no diseases. However, the 95% confidence interval of the BP that we used in the experiment was [86.34, 143.74] and [51.28, 88.74] for SBP and DBP, respectively. Moreover, about 9% and 5% of the BP data were in hypertension stage 1 and stage 2 ranges [51], though no subject was diagnosed as a hypertension patient.

5. Conclusions and Future Work

In this paper, we proposed an end-to-end deep learning algorithm to estimate BP with attention mechanism. The proposed method was designed to improve the performance of estimating BP and to overcome the limitations of previous study. The method does not require a feature extraction process, which is a costly and laborious task, as ECG, PPG, and BCG signals were used as inputs after a simple bandpass filter was applied. In addition, the method enables a noninvasive and continuous BP monitoring as the physiological signals could be measured non-invasively. As mentioned in Section 3, the model with the attention mechanism outperformed others. These results imply that other physiological signal processing methods can be improved with the attention mechanism. In the future study, we will analyze which patterns of signals were weighted by the attention mechanism. In addition, we will consider a sufficiently large number of subjects and long-term data to optimize the model and improve performance.

Author Contributions

Conceptualization and methodology, D.L. and H.E.; validation and software, H.E.; formal analysis, D.L., H.E., and I.S.; investigation, D.L. and Y.L.; resources, D.L.; data curation, D.L., H.E., and S.H.; writing—original draft preparation, D.L. and H.E.; writing—review and editing, K.P. and C.P.; visualization, H.E. and Y.S.H.; supervision, C.P.; project administration, K.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (NRF-2017R1A5A1015596), and the Research Grant of Kwangwoon University in 2020.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript, or in the decision to publish the results.

Abbreviations

The following abbreviations are used in this manuscript:
BPBlood pressure
SBPSystolic blood pressure
DBPDiastolic blood pressure
ABPArterial blood pressure
ICUIntensive care unit
PWVPulse wave velocity
PTTPulse transit time
ECGElectrocardiogram
PPGPhotoplethysmogram
BCGBallistocardiogram
PVDFPolyvinylidene fluoride
RJIR-J interval
ANNArtificial neural network
MLRMultiple linear regression
RRIR-R interval
CNNConvolutional neural network
Bi-GRUBidirectional gated unit
ReLURectified linear unit
RNNRecurrent neural network
LSTMLong short term memory
MLPMultilayer perceptron
MSEMean squared error
MIMICMedical Information Mart for Intensive Care
RMSERoot mean square error
MAEMean absolute error
SDStandard deviation
ANOVAAnalysis of variance
LOALimits of agreement
AAMIUS Association for the Advancement of Medical Instrumentation
BHSBritish Hypertension Society
LOSOLeave-one-subject-out

References

  1. World Health Organization (WHO), Hypertension. Available online: https://www.who.int/news-room/fact-sheets/detail/hypertension (accessed on 18 April 2020).
  2. Ogedegbe, G.; Pickering, T. Principles and techniques of blood pressure measurement. Cardiol. Clin. 2010, 28, 571–586. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Yoo, S.; Baek, H.; Doh, K.; Jeong, J.; Ahn, S.; Oh, I.Y.; Kim, K. Validation of the mobile wireless digital automatic blood pressure monitor using the cuff pressure oscillometric method, for clinical use and self-management, according to international protocols. Open Biomed. Eng. Lett. 2018, 8, 399–404. [Google Scholar] [CrossRef] [PubMed]
  4. Wu, D.; Xu, L.; Abbott, D.; Hau, W.K.; Ren, L.; Zhang, H.; Wong, K.K. Analysis of beat-to-beat blood pressure variability response to the cold pressor test in the offspring of hypertensive and normotensive parents. Hypertens. Res. 2017, 40, 581–589. [Google Scholar] [CrossRef] [PubMed]
  5. Ding, X.; Zhang, Y.T. Pulse transit time technique for cuffless unobtrusive blood pressure measurement: From theory to algorithm. Biomed. Eng. Lett. 2019, 9, 37–52. [Google Scholar] [CrossRef] [PubMed]
  6. Wong, M.Y.M.; Poon, C.C.Y.; Zhang, Y.T. An evaluation of the cuffless blood pressure estimation based on pulse transit time technique: A half year study on normotensive subjects. Cardiovasc. Eng. 2009, 9, 32–38. [Google Scholar] [CrossRef]
  7. Chen, W.; Kobayashi, T.; Ichikawa, S.; Takeuchi, Y.; Togawa, T. Continuous estimation of systolic blood pressure using the pulse arrival time and intermittent calibration. Med. Biol. Eng. Comput. 2000, 38, 569–574. [Google Scholar] [CrossRef]
  8. Poon, C.; Zhang, Y. Cuff-less and noninvasive measurements of arterial blood pressure by pulse transit time. In Proceedings of the 2005 IEEE Engineering in Medicine and Biology 27th Annual Conference, Shanghai, China, 17–18 January 2006; pp. 5877–5880. [Google Scholar]
  9. Baek, H.J.; Chung, G.S.; Kim, K.K.; Park, K.S. A smart health monitoring chair for nonintrusive measurement of biological signals. IEEE Trans. Inf. Technol. Biomed. 2011, 16, 150–158. [Google Scholar] [CrossRef]
  10. Ding, X.R.; Zhang, Y.T.; Liu, J.; Dai, W.X.; Tsang, H.K. Continuous cuffless blood pressure estimation using pulse transit time and photoplethysmogram intensity ratio. IEEE Trans. Biomed. Eng. 2016, 63, 964–972. [Google Scholar] [CrossRef]
  11. Kim, C.S.; Carek, A.M.; Mukkamala, R.; Inan, O.T.; Hahn, J.O. Ballistocardiogram as proximal timing reference for pulse transit time measurement: Potential for cuffless blood pressure monitoring. IEEE Trans. Biomed. Eng. 2015, 62, 2657–2664. [Google Scholar] [CrossRef] [Green Version]
  12. Shin, J.H.; Lee, K.M.; Park, K.S. Non-constrained monitoring of systolic blood pressure on a weighing scale. Physiol. Meas. 2009, 30, 679. [Google Scholar] [CrossRef]
  13. Lee, K.J.; Roh, J.; Cho, D.; Hyeong, J.; Kim, S. A Chair-Based Unconstrained/Nonintrusive Cuffless Blood Pressure Monitoring System Using a Two-Channel Ballistocardiogram. Sensors 2019, 19, 595. [Google Scholar] [CrossRef] [Green Version]
  14. Chan, K.; Hung, K.; Zhang, Y. Noninvasive and cuffless measurements of blood pressure for telemedicine. In Proceedings of the 23rd Annual International Conference of the IEEE Engineering in Medicine and Biology Society, Istanbul, Turkey, 25–28 October 2001; pp. 3592–3593. [Google Scholar]
  15. Kachuee, M.; Kiani, M.M.; Mohammadzade, H.; Shabany, M. Cuffless blood pressure estimation algorithms for continuous health-care monitoring. IEEE Trans. Biomed. Eng. 2016, 64, 859–869. [Google Scholar] [CrossRef] [PubMed]
  16. Su, P.; Ding, X.R.; Zhang, Y.T.; Liu, J.; Miao, F.; Zhao, N. Long-term blood pressure prediction with deep recurrent neural networks. In Proceedings of the 2018 IEEE EMBS International Conference on Biomedical & Health Informatics (BHI), Las Vegas, NV, USA, 4–7 March 2018; pp. 323–328. [Google Scholar]
  17. Kurylyak, Y.; Lamonaca, F.; Grimaldi, D. A Neural Network-based method for continuous blood pressure estimation from a PPG signal. In Proceedings of the 2013 IEEE International Instrumentation and Measurement Technology Conference (I2MTC), Minneapolis, MN, USA, 6–9 May 2013; pp. 280–283. [Google Scholar]
  18. Wang, L.; Zhou, W.; Xing, Y.; Zhou, X. A novel neural network model for blood pressure estimation using photoplethesmography without electrocardiogram. J. Healthcare Eng. 2018, 2018. [Google Scholar] [CrossRef] [PubMed]
  19. Slapničar, G.; Mlakar, N.; Luštrek, M. Blood Pressure Estimation from Photoplethysmogram Using a Spectro-Temporal Deep Neural Network. Sensors 2019, 19, 3420. [Google Scholar] [CrossRef] [Green Version]
  20. Tanveer, M.S.; Hasan, M.K. Cuffless blood pressure estimation from electrocardiogram and photoplethysmogram using waveform based ANN-LSTM network. Biomed. Signal Process. Control 2019, 51, 382–392. [Google Scholar] [CrossRef] [Green Version]
  21. Physiolab, Busan, Korea. Available online: http://www.physiolab.co.kr (accessed on 18 April 2020).
  22. Goldberger, A.L.; Amaral, L.A.; Glass, L.; Hausdorff, J.M.; Ivanov, P.C.; Mark, R.G.; Mietus, J.E.; Moody, G.B.; Peng, C.K.; Stanley, H.E.; et al. PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation 2000, 101, e215–e220. [Google Scholar] [CrossRef] [Green Version]
  23. Wen, X.; Huang, Y.; Wu, X.M.; Zhang, B. A Feasible Feature Extraction Method for Atrial Fibrillation Detection from BCG. IEEE J. Biomed. Health Inf. 2019, 24, 1093–1103. [Google Scholar] [CrossRef]
  24. Rundo, F.; Conoci, S.; Ortis, A.; Battiato, S. An advanced bio-inspired photoplethysmography (PPG) and ECG pattern recognition system for medical assessment. Sensors 2018, 18, 405. [Google Scholar] [CrossRef] [Green Version]
  25. 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]
  26. Ullah, I.; Hussain, M.; Aboalsamh, H. An automated system for epilepsy detection using EEG brain signals based on deep learning approach. Expert Syst. Appl. 2018, 107, 61–71. [Google Scholar] [CrossRef] [Green Version]
  27. Dey, D.; Chaudhuri, S.; Munshi, S. Obstructive sleep apnoea detection using convolutional neural network based deep learning framework. Biomed. Eng. Lett. 2018, 8, 95–100. [Google Scholar] [CrossRef] [PubMed]
  28. Khagi, B.; Lee, B.; Pyun, J.Y.; Kwon, G.R. CNN Models Performance Analysis on MRI images of OASIS dataset for distinction between Healthy and Alzheimer’s patient. In Proceedings of the 2019 International Conference on Electronics, Information, and Communication (ICEIC), Auckland, New Zealand, 22–25 January 2019; pp. 1–4. [Google Scholar]
  29. Bengio, Y.; Simard, P.; Frasconi, P. Learning long-term dependencies with gradient descent is difficult. IEEE Trans. Neural Networks 1994, 5, 157–166. [Google Scholar] [CrossRef] [PubMed]
  30. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef] [PubMed]
  31. Cho, K.; Van Merriënboer, B.; Gulcehre, C.; Bahdanau, D.; Bougares, F.; Schwenk, H.; Bengio, Y. Learning phrase representations using RNN encoder-decoder for statistical machine translation. arXiv 2014, arXiv:1406.1078. [Google Scholar]
  32. Chung, J.; Gulcehre, C.; Cho, K.; Bengio, Y. Empirical evaluation of gated recurrent neural networks on sequence modeling. arXiv 2014, arXiv:1412.3555. [Google Scholar]
  33. Xu, K.; Ba, J.; Kiros, R.; Cho, K.; Courville, A.; Salakhudinov, R.; Zemel, R.; Bengio, Y. Show, attend and tell: Neural image caption generation with visual attention. In Proceedings of the International Conference on Machine Learning, Lille, France, 6–11 July 2015; pp. 2048–2057. [Google Scholar]
  34. Luong, M.T.; Pham, H.; Manning, C.D. Effective approaches to attention-based neural machine translation. arXiv 2015, arXiv:1508.04025. [Google Scholar]
  35. Bahdanau, D.; Cho, K.; Bengio, Y. Neural machine translation by jointly learning to align and translate. arXiv 2014, arXiv:1409.0473. [Google Scholar]
  36. Song, H.; Rajan, D.; Thiagarajan, J.J.; Spanias, A. Attend and Diagnose: Clinical Time Series Analysis Using Attention Models. In Proceedings of the Thirty-second AAAI conference on artificial intelligence, New Orleans, LA, USA, 2–7 February 2018. [Google Scholar]
  37. Chaudhari, S.; Polatkan, G.; Ramanath, R.; Mithal, V. An attentive survey of attention models. arXiv 2019, arXiv:1904.02874. [Google Scholar]
  38. Raffel, C.; Ellis, D.P. Feed-forward networks with attention can solve some long-term memory problems. arXiv 2015, arXiv:1512.08756. [Google Scholar]
  39. Shi, B.; Bai, X.; Yao, C. An end-to-end trainable neural network for image-based sequence recognition and its application to scene text recognition. IEEE Trans. Pattern Anal. Mach. Intell. 2016, 39, 2298–2304. [Google Scholar] [CrossRef] [Green Version]
  40. Oh, S.L.; Ng, E.Y.; San Tan, R.; Acharya, U.R. Automated diagnosis of arrhythmia using combination of CNN and LSTM techniques with variable length heart beats. Comput. Biol. Med. 2018, 102, 278–287. [Google Scholar] [CrossRef] [PubMed]
  41. Kim, Y.; Yeo, M.; Sohn, I.; Park, C. Multimodal drowsiness detection methods using machine learning algorithms. IEIE Trans. Smart Process. Comput. 2018, 7, 361–365. [Google Scholar] [CrossRef]
  42. Seok, W.; Park, C. Recognition of Human Motion with Deep Reinforcement Learning. IEIE Trans. Smart Process. Comput. 2018, 7, 245–250. [Google Scholar] [CrossRef]
  43. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention Is All You Need. In Proceedings of the Advances in Neural Information Processing Systems, Long Beach, CA, USA, 4–9 December 2017; pp. 5998–6008. [Google Scholar]
  44. Simonyan, K.; Zisserman, A. Very deep convolutional networks for large-scale image recognition. arXiv 2014, arXiv:1409.1556. [Google Scholar]
  45. Ioffe, S.; Szegedy, C. Batch normalization: Accelerating deep network training by reducing internal covariate shift. arXiv 2015, arXiv:1502.03167. [Google Scholar]
  46. Kingma, D.P.; Ba, J. Adam: A method for stochastic optimization. arXiv 2014, arXiv:1412.6980. [Google Scholar]
  47. Altman, D.G.; Bland, J.M. Measurement in medicine: The analysis of method comparison studies. J. R. Stat. Soc. Ser. D 1983, 32, 307–317. [Google Scholar] [CrossRef]
  48. Pan, J.; Tompkins, W.J. A real-time QRS detection algorithm. IEEE Trans. Biomed. Eng. 1985, 230–236. [Google Scholar] [CrossRef]
  49. Association for the Advancement of Medical Instrumentation. American National Standards for Electronic or automated sphygmomanometers. ANSI AAMI 1992, 1–40. [Google Scholar]
  50. O’Brien, E.; Petrie, J.; Littler, W.; de Swiet, M.; Padfield, P.L.; Altman, D.; Bland, M.; Coats, A.; Atkins, N. The British Hypertension Society protocol for the evaluation of blood pressure measuring devices. J. Hypertens. 1993, 11, S43–S62. [Google Scholar]
  51. Whelton, P.K.; Carey, R.M. The 2017 American College of Cardiology/American Heart Association clinical practice guideline for high blood pressure in adults. JAMA Cardiol. 2018, 3, 352–353. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Brief flow chart of our experiment.
Figure 1. Brief flow chart of our experiment.
Sensors 20 02338 g001
Figure 2. Overview of our experimental setup.
Figure 2. Overview of our experimental setup.
Sensors 20 02338 g002
Figure 3. Distribution of BP values in the dataset used in this study.
Figure 3. Distribution of BP values in the dataset used in this study.
Sensors 20 02338 g003
Figure 4. Data preprocessing of the deep learning model.
Figure 4. Data preprocessing of the deep learning model.
Sensors 20 02338 g004
Figure 5. Internal structure of GRU.
Figure 5. Internal structure of GRU.
Sensors 20 02338 g005
Figure 6. Bidirectional GRU structure.
Figure 6. Bidirectional GRU structure.
Sensors 20 02338 g006
Figure 7. Overall structure of the proposed network.
Figure 7. Overall structure of the proposed network.
Sensors 20 02338 g007
Figure 8. CNN structure of the proposed model.
Figure 8. CNN structure of the proposed model.
Sensors 20 02338 g008
Figure 9. Left: Sample of the estimated BP with and without attention mechanism; Right: Heat map of the weights of the attention mechanism at the point where the error was low. The darker color denotes higher attention weight.
Figure 9. Left: Sample of the estimated BP with and without attention mechanism; Right: Heat map of the weights of the attention mechanism at the point where the error was low. The darker color denotes higher attention weight.
Sensors 20 02338 g009
Figure 10. Mean attention weight across all datasets for each timestep.
Figure 10. Mean attention weight across all datasets for each timestep.
Sensors 20 02338 g010
Figure 11. Bland–Altman plot of DBP and SBP. The orange line denotes the limit of agreement (LOA) and the blue line denotes the mean of difference error between reference and estimation.
Figure 11. Bland–Altman plot of DBP and SBP. The orange line denotes the limit of agreement (LOA) and the blue line denotes the mean of difference error between reference and estimation.
Sensors 20 02338 g011
Figure 12. Comparison between estimated and reference BP. (a) is the best case; (b) is the worst case.
Figure 12. Comparison between estimated and reference BP. (a) is the best case; (b) is the worst case.
Sensors 20 02338 g012
Figure 13. (a) example of the calculation of PTT and RJI in one cardiac cycle; (b) example of the excluded peaks. Red dots denote each characteristic point, and the red shaded region shows the area where peaks were not detected.
Figure 13. (a) example of the calculation of PTT and RJI in one cardiac cycle; (b) example of the excluded peaks. Red dots denote each characteristic point, and the red shaded region shows the area where peaks were not detected.
Sensors 20 02338 g013
Figure 14. Scatter plots between PTT and Systolic BP of (a) good case and (b) bad case. The black line indicates a fitting line.
Figure 14. Scatter plots between PTT and Systolic BP of (a) good case and (b) bad case. The black line indicates a fitting line.
Sensors 20 02338 g014
Table 1. The cutoff frequency of the filter applied to each signal.
Table 1. The cutoff frequency of the filter applied to each signal.
SignalHPF (Hz)LPF (Hz)
ECG0.535
BCG415
PPG0.515
Table 2. Detailed structure of the proposed model.
Table 2. Detailed structure of the proposed model.
NetworkLayerShapeOutPaddingStrideKernel
CNNConv 625 × 3 64Same13
BN + ReLU
Conv 625 × 64 64Same13
BN + ReLU
Maxpool
(size = 3)
625 × 64 -Same3-
Conv 209 × 64 128Same13
BN + ReLU
Conv 209 × 128 128Same13
BN + ReLU
Maxpool
(size = 3)
209 × 128 -Same3-
Conv 70 × 128 256Same13
BN + ReLU
Conv 70 × 256 256Same13
BN + ReLU
Conv 70 × 256 256Same13
BN + ReLU
Maxpool
(size = 3)
70 × 256 -Same3-
Conv 24 × 256 512Same13
BN + ReLU
Conv 24 × 512 512Same13
BN + ReLU
Conv 24 × 512 512Same13
BN + ReLU
Maxpool
(size = 3)
24 × 512 -Same3-
Bi-GRUForward 8 × 512 64 -
Backward 8 × 512 64 -
Concatenation
Attention1-layer perceptron 8 × 128 1 -
Activation tanh
Softmax
Weighted sum
1-layer perceptron1282 -
Table 3. Performance comparison for combinations of input signals without attention model and with attention. The 95% confidence interval is indicated below the error of the proposed model.
Table 3. Performance comparison for combinations of input signals without attention model and with attention. The 95% confidence interval is indicated below the error of the proposed model.
ModelInputSBP (mmHg)DBP (mmHg)
RMSEMAESD R 2 RMSEMAESD R 2
CNN+Bi-GRUECG7.025.514.660.245.164.063.450.27
PPG6.885.344.600.285.734.454.090.14
BCG7.245.595.030.205.294.063.710.22
ECG, PPG5.834.464.060.464.743.703.370.38
ECG, BCG6.745.304.600.314.823.743.270.34
PPG, BCG6.444.864.500.365.043.883.620.27
ECG, PPG, BCG5.874.514.140.484.733.713.390.40
CNN+Bi-GRU
+Attention
(proposed model)
ECG, PPG, BCG5.42
[1.97, 8.87]
4.06
[1.53, 6.59]
4.040.524.30
[0.94, 7.72]
3.33
[0.61, 6.05]
3.420.49
Table 4. Mean values of RMSE, MAE, and R 2 when the input was a single signal and when it was a combination of multiple signals.
Table 4. Mean values of RMSE, MAE, and R 2 when the input was a single signal and when it was a combination of multiple signals.
InputSBP (mmHg)DBP (mmHg)
RMSEMAEmean R 2 RMSEMAEmean R 2
Single signal7.045.470.245.394.190.21
Multiple signals6.214.780.404.833.760.35
Table 5. Results of paired t-test between various inputs for SBP estimation.
Table 5. Results of paired t-test between various inputs for SBP estimation.
InputsECGPPGBCGECG, PPGECG, BCGBCG, PPGECG, BCG, PPGProposed Model
ECG --p < 0.05--p < 0.05p < 0.05
PPG -p < 0.05-p < 0.05p < 0.05p < 0.05
BCG p < 0.05-p < 0.05p < 0.05p < 0.05
ECG, PPG p < 0.05--p < 0.05
ECG, BCG -p < 0.05p < 0.05
BCG, PPG -p < 0.05
ECG, BCG, PPG p < 0.05
Table 6. Results of paired t-test between various inputs for DBP estimation.
Table 6. Results of paired t-test between various inputs for DBP estimation.
InputsECGPPGBCGECG, PPGECG, BCGBCG, PPGECG, BCG, PPGProposed Model
ECG ---p < 0.05--p < 0.05
PPG -p < 0.05p < 0.05p < 0.05p < 0.05p < 0.05
BCG ----p < 0.05
ECG, PPG ---p < 0.05
ECG, BCG --p < 0.05
BCG, PPG -p < 0.05
ECG, BCG, PPG p < 0.05
Table 7. Comparison between proposed model and MLR model.
Table 7. Comparison between proposed model and MLR model.
ModelSBP (mmHg)DBP (mmHg)
RMSEMAESD R 2 RMSEMAESD R 2
Proposed model5.424.064.040.524.303.333.420.49
MLR6.405.193.450.264.753.852.690.22
Table 8. Performance comparison with the AAMI standard.
Table 8. Performance comparison with the AAMI standard.
Mean ErrorStandard Deviation
AAMI standardSBP, DBP≤ 5 (mmHg)≤ 8 (mmHg)
Proposed modelSBP−0.205.83
DBP−0.024.91
Table 9. Performance comparison with the BHS standard.
Table 9. Performance comparison with the BHS standard.
Absolute DifferenceGrade
≤ 5 (mmHg)≤ 10 (mmHg)≤ 15 (mmHg)
BHS standardSBP, DBP60%85%95%A
50%75%90%B
40%65%80%C
Worse than CD
Proposed modelSBP73%93%98%A
DBP80%96%99%A
Table 10. Performance comparison with related works.
Table 10. Performance comparison with related works.
AuthorData SizeCalibrationModelInputSBP (mmHg)DBP (mmHg)
InputsSignalErrorError
Chan et al. [14]UnspecifiedCal-basedLinear
regression
Feature
(PTT)
ECG
PPG
ME: 7.49
STD: 8.82
ME: 4.08
STD: 5.62
Kachuee
et al. [15]
1000 subjects
10 min
(MIMIC 3)
Cal-basedAdaBoostFeaturesECG
PPG
MAE: 8.21
STD: 5.45
MAE: 4.31
STD: 3.52
Cal-freeMAE: 11.17
STD: 10.09
MAE: 5.35
STD: 6.14
Kurylyak
et al. [17]
15,000
heartbeats
Cal-basedDeep
learning
(ANN)
FeaturesPPGME: 3.80
STD: 3.46
ME: 2.21
STD: 2.09
Lee et al. [13]30 subjectsCal-basedDeep
learning
(ANN)
Feature
(IPD)
BCGME: 0.01
STD: 6.75
ME: 0.05
STD: 5.83
Slapnivcar
et al. [19]
510 subjects
700 h
(MIMIC 3)
Cal-basedDeep
learning
(ResNet)
RawPPGMAE: 9.43MAE: 6.88
Cal-freeMAE: 15.41MAE: 12.38
Su et al. [16]84 subjects
10 min
Cal-basedDeep
learning
(RNN)
FeaturesECG
PPG
RMSE: 3.73RMSE: 2.43
Tanveer
et al. [20]
39 subjects
(MIMIC 1)
Cal-basedDeep
learning
(ANN+
LSTM)
RawECG
PPG
RMSE: 1.27
MAE: 0.93
RMSE: 0.73
MAE: 0.52
Wang et al. [18]58,795
intervals
of PPG
(MIMIC 1)
Cal-basedDeep
learning
(ANN)
FeaturesPPGMAE: 4.02
STD: 2.79
MAE: 2.27
STD: 1.82
This study15 subjects
30 min
Cal-basedDeep
learning
(CNN+
Bi-GRU)
RawBCGME: −0.82
STD: 7.50
ME: −0.97
STD: 5.36
ECG
PPG
MAE: 4.46
STD: 4.06
MAE: 3.70
STD: 3.37
Deep
learning
(CNN+
Bi-GRU+
Attention)
ECG
PPG
BCG
MAE: 4.06
STD: 4.04
MAE: 3.33
STD: 3.42
Table 11. Performance comparison between calibration-free and calibration-based methods using the proposed model.
Table 11. Performance comparison between calibration-free and calibration-based methods using the proposed model.
InputMethodSBP (mmHg)DBP (mmHg)
RMSEMAESD R 2 RMSEMAESD R 2
ECG, PPG, BCGCal-based5.424.064.040.524.33.333.420.49
Cal-free13.149.708.860.237.555.794.840.44

Share and Cite

MDPI and ACS Style

Eom, H.; Lee, D.; Han, S.; Hariyani, Y.S.; Lim, Y.; Sohn, I.; Park, K.; Park, C. End-To-End Deep Learning Architecture for Continuous Blood Pressure Estimation Using Attention Mechanism. Sensors 2020, 20, 2338. https://doi.org/10.3390/s20082338

AMA Style

Eom H, Lee D, Han S, Hariyani YS, Lim Y, Sohn I, Park K, Park C. End-To-End Deep Learning Architecture for Continuous Blood Pressure Estimation Using Attention Mechanism. Sensors. 2020; 20(8):2338. https://doi.org/10.3390/s20082338

Chicago/Turabian Style

Eom, Heesang, Dongseok Lee, Seungwoo Han, Yuli Sun Hariyani, Yonggyu Lim, Illsoo Sohn, Kwangsuk Park, and Cheolsoo Park. 2020. "End-To-End Deep Learning Architecture for Continuous Blood Pressure Estimation Using Attention Mechanism" Sensors 20, no. 8: 2338. https://doi.org/10.3390/s20082338

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