| Literature DB >> 34188132 |
Da Un Jeong1, Ki Moo Lim2,3.
Abstract
The pulse arrival time (PAT), the difference between the R-peak time of electrocardiogram (ECG) signal and the systolic peak of photoplethysmography (PPG) signal, is an indicator that enables noninvasive and continuous blood pressure estimation. However, it is difficult to accurately measure PAT from ECG and PPG signals because they have inconsistent shapes owing to patient-specific physical characteristics, pathological conditions, and movements. Accordingly, complex preprocessing is required to estimate blood pressure based on PAT. In this paper, as an alternative solution, we propose a noninvasive continuous algorithm using the difference between ECG and PPG as a new feature that can include PAT information. The proposed algorithm is a deep CNN-LSTM-based multitasking machine learning model that outputs simultaneous prediction results of systolic (SBP) and diastolic blood pressures (DBP). We used a total of 48 patients on the PhysioNet website by splitting them into 38 patients for training and 10 patients for testing. The prediction accuracies of SBP and DBP were 0.0 ± 1.6 mmHg and 0.2 ± 1.3 mmHg, respectively. Even though the proposed model was assessed with only 10 patients, this result was satisfied with three guidelines, which are the BHS, AAMI, and IEEE standards for blood pressure measurement devices.Entities:
Year: 2021 PMID: 34188132 PMCID: PMC8242087 DOI: 10.1038/s41598-021-92997-0
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1Prediction performance of the proposed model. (A; training and test systolic blood pressure, B; training and test diastolic blood pressure); For training and testing the proposed model, we used a publicly available dataset, PhysioNet’s original Multi-parameter Intelligent Monitoring for Intensive Care (MIMIC) database, which can be found here; https://www.physionet.org/content/mimicdb/1.0.0/.
Figure 2Bland–Altman plots and Error distributions of the proposed model. (A,B) Bland–Altman plots (A; systolic blood pressure, B; diastolic blood pressure). (C,D) Error histogram of predicted blood pressures (C; systolic blood pressure, D; diastolic blood pressures).
Assessment results through three guidelines of IEEE, AAMI, and BHS standards.
| Assessment standards | IEEE standard | AAMI standards | BHS guidelines | ||||
|---|---|---|---|---|---|---|---|
| MAD (≤ 4 mmHg) | MAPD (%) | MD (< 5 mmHg) | SD (< 8 mmHg) | CP5 (> 60%) | CP10 (> 85%) | CP15 (> 95%) | |
| SBP | 1.2 | 1.0 | − 0.02 | 1.6 | 99.4 | 99.9 | 100.0 |
| DBP | 1.0 | 1.33 | 0.2 | 1.3 | 99.6 | 100.0 | 100.0 |
| Duration = 6000 samples | |||||||
| SBP | 3.2 | 2.9 | 0.03 | 4.3 | 79.9 | 97.0 | 99.5 |
| DBP | 1.4 | 2.5 | 0.01 | 2.1 | 96.1 | 99.9 | 100.0 |
| SBP | 3.5 | 3.2 | 0.5 | 4.5 | 76.6 | 96.9 | 99.4 |
| DBP | 1.8 | 3.3 | 0.3 | 2.4 | 95.2 | 99.9 | 100.0 |
MAD mean absolute difference, MAPD mean absolute percentage difference, MD mean difference, SD the standard deviation of difference, CP cumulative percentage within a difference of n mmHg; SBP systolic blood pressure, DBP diastolic blood pressure.
Prediction performance comparison.
| Model | Error (mmHg) | BHS standard | AAMI standard | IEEE standard | ||
|---|---|---|---|---|---|---|
| MAD | SD | |||||
| Chen et al.[ | SBP | 3.27 | 5.52 | A | – | – |
| DBP | 1.16 | 1.97 | A | – | – | |
| Sharifi et al.[ | SBP | 0.29 | 9.1 | – | – | – |
| DBP | 0.09 | 5.21 | – | – | – | |
| Kachuee et al.[ | SBP | 12.38 | 16.17 | – | – | – |
| DBP | 6.34 | 8.45 | B | – | ||
| Proposed model | SBP | 1.2 | 1.6 | A | Pass | A |
| DBP | 1.0 | 1.3 | A | Pass | A | |
MAD mean absolute difference, SD the standard deviation of difference, SBP systolic blood pressure, DBP diastolic blood pressure.
Figure 3Proposed model architecture.