Journal of Multimedia Information System
Korea Multimedia Society
Section A

Neural Network and Cloud Computing for Predicting ECG Waves from PPG Readings

David Ishak Kosasih1, Byung-Gook Lee2, Hyotaek Lim3,*
1Department of Computer Engineering, Dongseo University, Busan, Korea, ishakdavids@gmail.com
2Department of Computer Engineering, Dongseo University, Busan, Korea, lbg@dongseo.ac.kr
3Department of Computer Engineering, Dongseo University, Busan, Korea, htlim@dongseo.ac.kr
*Corresponding Author: Hyotaek Lim, +82-10-9828-1718, htlim@dongseo.ac.kr

© Copyright 2022 Korea Multimedia Society. This is an Open-Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/by-nc/4.0/) which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.

Received: Feb 28, 2022; Accepted: Mar 08, 2022

Published Online: Apr 30, 2022

Abstract

Electrocardiography (ECG) and Photoplethysmography (PPG) are the two most common sensors for calculating heart rate. While ECG sensor can provide a better calculation than PPG sensor as motion artifacts heavily influence PPG sensor, many smart device companies still prefer to use PPG than ECG due to its simplicity. For this reason, previous work have tried to develop an algorithm that can reduce PPG signal noise, thereby increasing the accuracy of its heart rate calculation. In this paper, instead of attempting to remove PPG signal noise, we explored the possibility of predicting ECG waves given its corresponding PPG, accelerometer and Gyroscope values. To perform the ECG wave predictions, we experimented with a simple fully-connected neural network model to have a fast training time. Our experiment result has shown that our system can predict ECG values with 81.6% accuracy on the test data. Moreover, we integrate the concept of cloud computing into our system to avoid any expensive computation on the PPG device itself.

Keywords: Cloud Computing; Neural Network; Photoplethysmography (PPG)

I. INTRODUCTION

Cardiovascular disease (CVD) is known as the most common cause of death in the world. In 2013, 17.3 million out of 54 million of total deaths, or 31.5% of all global deaths were caused by CVD [1]. There are many different types of CVD such as coronary heart disease where the flow of oxygen-rich blood to the heart muscle is blocked or reduced and strokes where the blood supply to part of the brain is cut off. For this reason, CVD often lead to the heart attack, heart failure, brain damage and even death. With the rapid advance of technology, many researchers and companies have tried to develop wearable devices that have the ability to measure heart rate value with the express purpose of detecting possible cardiac problems [2].

There are currently two kind of sensors that can be utilized for calculating heart rate, namely electrocardiography (ECG) and photoplethysmography (PPG). The main difference between ECG and PPG is that while the former identifying cardiac movements by placing electrodes near the heart of a person [3], the latter monitoring the perfusion of blood to the dermis and subcutaneous tissue of the skin using conventional pulse oximeter to accomplish the same task [4-5]. Due to this hardware design, ECG measurement will obviously give us more robust and detail result than PPG measurement, thereby providing more accurate heart rate calculation.

Regardless of the ECG superiority over PPG, the majority of researchers and companies still rely on PPG as the main sensor in their wearable devices owing to the complexity and inconvenience nature of ECG sensor [6]. According to [7], ECG is actually impractical for long-term monitoring since it normally requires electrodes to be attached to the patient's chest, which is inconvenient and may interfere with day-to-day activities. On the other hand, PPG sensor can be worn on our wrist conveniently as it monitors the perfusion of blood only by transmitting light and calculating its reflection from the skin surface [8]. In addition to this, according to [2], PPG sensor is also a simple and low-cost optical technique as the basic form of PPG technology only requires a few opto-electronic components: a light source to illuminate the tissue, and a photodetector to measure the small variations in light intensity associated with changes in perfusion in the catchment volume.

Despite this convenience use of PPG over ECG, one must remember that PPG sensor measurement is also prone to incorrect readings due to its sensitive nature to noises [9]. Noise caused by people movement or motion artefacts is the main problem that many researchers have tried to solve for decades. Only small amounts of motion will cause PPG to interpret motion as the true signal or obscure the true signal with noise values that can lead to inaccurate readings, false alarms or missed true alarms [10]. The other factors, such as ambient light [11] and skin pigments, can also negatively affect PPG measurement, as has also been thoroughly reported by [12]. However, recent development has successfully dealt with these problems [13].

One of the solutions to increase the accuracy of PPG heart rate calculation is by reducing PPG noises, especially caused by movement artefacts. For achieving this, the common procedure is to utilize another sensor, such as accelerometer, in order to detect motion artefacts. Once we have the signal from the accelerometer, it can be used to reduce PPG noise.

Several techniques for reducing PPG noise caused by movement artefacts have been proposed. A real-time heartbeat estimation system by utilizing two PPG sensors was proposed in [14]. Similar approach, by using two PPG signals to estimate heart rate value, is proposed in [15]. Research on obtaining PPG data that show good correlation with ECG data by replacing PPG noise was conducted by [16].

Although the new approach [14-16] has improved PPG heart rate calculation, it would also increase energy consumption on the wearable device as it require more than one PPG sensors and a more complex signal processing. Moreover, using more than one PPG sensors separated by certain distance, such as 2 cm, is impractical since it would make the wearable device bulky.

The objective of our proposed idea is to improve PPG heart rate calculation while also avoiding the implementation of any expensive signal processing algorithm on the wearable device itself. This system will examine several sensors data to predict its corresponding ECG value for the purpose of extracting more precise heart rate data. Our approach is based on predicting ECG value by considering several parameters, namely PPG value, low-noise 3-axis accelerometer value, wide-range 3-axis accelerometer value and 3-axis gyroscope value. We also evaluate our system by using wrist PPG dataset provided by [17] which is available for public use in Physionet WaveForm DataBase (WFDB). The proposed system manages to make fairly precise ECG value predictions which allow it to produce a significant improvement on estimating heart rate value without increasing energy consumption on wearable device. We also integrate the concept of cloud computing to implement algorithms that requires expensive computation, namely neural network model [18-19].

In summary, this paper makes the following contributions:

  1. Proposal of a neural network-based system which can improve PPG heart rate calculation by calculating its corresponding ECG value.

  2. Performance evaluation and analysis of the trained neural network system by comparing the prediction result with the real ECG signal.

The remaining of the paper is structured as follows. Section 2 outlines related work on PPG calculation technique. Section 3 provides the design rationale and architecture of our proposed solution. Section 4 shows the performance evaluation through experimental result and analysis. Finally, in Section 5 we conclude our paper and discuss the future work directions.

II. RELATED WORK

One possible solution to improve PPG heart rate calculation is by using 2 PPG sensors, separated by 2 cm on the wrist, in order to find noise patterns as proposed by [14]. This algorithm uses two channels of PPG signals and a mean value of a previously estimated heartbeat rate to check whether there is a significant noise. If unusual amount of noises is detected, it will then discard those signals and select the closest peak frequency to previously estimated heartbeat rate. The main problem with this approach is it requires two PPG sensors separated by a distance of 2 cm, which is fairly too wide for a wearable device. Moreover, there is no enough evidence that can prove if this use of two PPG sensors approach will not consume too much energy in the wearable devices.

A similar method is proposed by [15] where they also use 2 PPG sensors to estimate heart rate value. The two-channel PPG signals obtained from two sensors are placed close to each other, so an average of two-channel PPG signals can be obtained. The averaged PPG signal and three accelerometer signals in the time domain are then converted into frequency domain by means of FFT before it is applied to a band-pass filter. The filtered PPG and accelerometer signals in the frequency domain are transformed back to the time domain by inverse Fast Fourier transform (IFFT) and the time domain signals are considered at the de-noising level. The location of the highest peak obtained from the periodogram of PPG1 and PPG2 are then averaged and verified to estimate the final heart rate value. Since this proposed method is similar to that of [14], it also has the same drawbacks due to its complexity.

[16] proposed the investigation of a noise handling method that provides high correlation between ECG and PPG data so that it can be used to detect driver's drowsiness. Both noise-replacement technique and noise-filtering technique are used to improve PPG measurement and therefore existing ECG-based method can be applied for PPG data. The experiment result showed that the former technique, which substitutes noise instead of filtering it, is more effective. Although this approach can improve PPG measurement, it cannot really reproduce ECG data. The total correlation coefficient for R-R interval is only 0.30±0.139, which is far bellow our result.

In complement to the discussed studies, we propose a neural network-based ECG value prediction system that can minimize the PPG heart rate calculation error by predicting ECG value from its corresponding PPG, accelerometer, and gyroscope values. The whole system will be processed on the cloud since wearable devices are unable to do complex computation such as neural-network algorithm.

III. PROPOSED METHOD

As mentioned in Section 1, neural network-based ECG value prediction is proposed in this paper. This section will cover the general design of our system and neural-network architecture of the ECG value predictor. In addition, we describe our implementation of the proposed system, including evaluation procedures and dataset that were used.

3.1. System Model

Fig. 1 depicts our proposed system where the relationship between ECG value predictor and the other entities in this system can be seen. RESTful API server, which responsible for controlling every incoming request from the client (see Fig. 1 circle) and maintaining security, receives sensors data from the PPG devices. After checking the credibility of the devices, these data will then be passed to the ECG value predictor where neural network model runs to estimate its corresponding ECG value. After receiving the calculation result from the ECG value predictor, RESTful API server will save the result on the database. This step will ensure that we have every record and are able to retrieve it at a later time when it is needed. Moreover, the tree entities (RESTful API sevrer, ECG value predictor and database) are established inside the public cloud. Our prime objective by implementing the main system on the cloud is simply to avoid running any expensive computation (e.g., neural network) on the PPG devices. Finally, at the client's request, RESTful API server will fetch the data from the database and send it back to the authorized PPG devices or the other authorized devices (e.g personal computer).

jmis-9-1-11-g1
Fig. 1. The proposed system includes a RESTful API server (square) and an ECG value predictor where the neural network model runs (parallelogram). The main system is established inside the public cloud (shaded area).
Download Original Figure

This proposed system has two main advantages. First, it will allow us to alleviate hardware limitation problems of the PPG devices by implementing the main system on cloud. Second, and more importantly, this proposed system also offers flexibility in tackling PPG noises problem. For example, as stated in Section 1, PPG measurement is also negatively affected by ambient light. Although this is no longer serious problem for PPG measurement, suppose we want to also consider the effect of ambient light, we can just simply include ambient light measurement as one of our neural network inputs. However, we still need to prove this hypothesis by conducting experiment with more dataset and therefore this can also be important future research direction.

Fig. 2 describes the sequence diagram between PPG / other devices with RESTful API Server and ECG value predictor on the cloud. In order to ensure the security aspect of this system, JSON web token (JWT) is used to differentiate authorized user from unauthorized user. JWT is selected for this system due to the fact that it is perfectly suitable for RESTful API architecture which naturally uses stateless data transfer protocol.

jmis-9-1-11-g2
Fig. 2. Sequence diagram of our proposed system. PPG devices or other devices (e.g., personal computer) can only access ECG value predictor on cloud through RESTful API Server. This will also ensure the security aspect of the neural network model run inside ECG value predictor.
Download Original Figure

Data communication steps of this system are as follows:

  1. Users are required to send their username and password from either PPG devices or other devices such as mobile phone to the server in order to authenticate themselves before being able to use this system.

  2. If username and password provided by the user are valid, server will then generate JWT and send it to the user.

  3. When user makes any request to the server, the generated JWT from the server is attached to the request header and will be used by the server for the request validation process.

  4. In case of post request, sensors data will be sent and processed by the ECG value predictor only if JWT in the request header can be validated by the server.

3.2. ECG Value Predictor

Fig. 3 shows the neural network model of ECG value predictor. The typical fully-connected neural network is used.

jmis-9-1-11-g3
Fig. 3. Neural network model inside ECG value predictor. Input layer with 10 neurons, hidden layers, and output layer with one neuron are present. ECG value predictor is portrayed as a parallelogram in Fig. 1.
Download Original Figure

Four sensors are used as input features to predict the corresponding ECG value.

There are 10 input features derived from four different kind of sensors, namely PPG, 3-axis gyroscope, low-noise 3-axis accelerometer, wide-range 3-axis accelerometer, where each 3-axis sensors contributes 3-dimensional values (X, Y, Z). Each input is used inside the hidden layer to compute one output value, the corresponding ECG value, meaning there is no PPG noise filtering applied on this system beyond that built in to the hardware as mentioned by [17]. This system design avoids any computational activity in the PPG device since the device only needs to upload sensor data to the cloud and receive the result back at client request.

3.3. Implementation and Evaluation Procedures

Keras library is used for implementing neural network in ECG value predictor. Four hidden layers with 150 neurons each are used in this system. Since ECG value predictor is actually a neural network model for running a regression task, there is only one output neuron which is the corresponding ECG value. Prior to the implementation and evaluation process, the dataset was split into training and test data with the training set being 80% of the data (±4 minutes), and the testing set being the remaining 20% of the data (±1 minute).

For the activation function and gradient optimization technique, we select LeakyRelu [20] and ADAM [21] respectively. LeakyRelu was chosen as our activation function due to its superiority in tackling vanishing gradient problem and dying neurons. ADAM was used as the gradient optimization technique because it requires less memory and is well suited for large problem in term of data and parameters. Moreover, ADAM, which combines the idea of momentum optimization and RMSProp, is an adaptive learning rate algorithm, meaning it requires less tuning of the learning rate hyperparameter, making it easier to use than gradient descent.

In addition, to avoid over-fitting, sensor data is shuffled and two regularization techniques are also implemented, namely early stopping and dropout [22]. Early stopping enables us to stop the training process when our model starts to over-fit our training data by monitoring its performance on the validation set. Dropout will make sure that we have more robust model that can generalize to unseen data by breaks up co-adaptations between neurons. By using random dropout, the presence of any particular hidden unit will be unreliable, and thus forcing each neuron to pay attention to each of its input and being less sensitive to slight changes in its input.

Evaluation steps of our proposed system are as follows:

  1. Downloading dataset from Physionet WaveForm DataBase (WFDB);

  2. Converting dataset from dat to csv;

  3. Training neural network model using the dataset;

  4. Evaluating the trained model by using the following four different approaches:

    1. Calculation of model accuracy on training and test dataset:

      To calculate the accuracy of our neural network model, we are using coefficient of determination or R2, which is formally defined as Equation 1.

      R2=1(i(yifi)2i(yiy¯)2),
      (1)

      where i indicates the index of the sensor data; y is our ECG value target and f is our ECG value prediction.

    2. Correlation analysis between the original or ground truth ECG value and our prediction result: We drew scatter plot between the original ECG value and our prediction result on training and test dataset. We also provided the regression line equations and correlation coefficients in both training and test dataset experiment.

    3. Bland-altman plot:

      In order to analyze the agreement between the original or ground truth ECG measurement and the prediction result, bland-altman plot [23] was used.

    4. Signal comparison with the original ECG signal: We also plot our prediction on test data and compare it with its original or ground truth ECG value.

3.4. Dataset

As stated in Section 1, ECG value prediction in this system was evaluated by using dataset provided by [17]. In this dataset, 19 records from eight participants are provided. Participants' ages ranged from 22-32 years (mean 26.5) with three participants identified as male and five participants reported as female. Participants were required to perform one or more different types of exercise, namely walking on a treadmill, light jog or run on a treadmill, pedal on an exercise bike set a low resistance and pedal on an exercise bike set at a higher resistance. Each activities would last up to 10 minutes.

A total of 11 signals derived from several different sensors were provided by this dataset. These sensors are as follows:

  1. ECG unit

  2. PPG sensor

  3. ±2 g low-noise 3-axis accelerometer

  4. Up to ±16 g wide-range 3-axis accelerometer

  5. 3-axis gyroscope with 0.0481 degrees per second (dps) noise floor

For ECG monitoring, Actiwave (CamNtech, Cambridge, UK) recorder and pre-gelled self-adhesive Silver-Silver Chloride (Ag/AgCl) electrodes were used. During experiment, these sensors were then placed on the participants' upper chest.

Shimmer 3 GSR+ unit (Shimmer Sensing, Dublin, Ireland) with a 510 nm green LED reflective mode PPG sensor connected to it by using 3.5 mm headphone port was used to record PPG and motion data. A single package of Shimmer 3 GSR+ contains a gyroscope, a low-noise accelerometer and a wide-range accelerometer. These sensors were then placed on the left wrist of the participants.

IV. PERFORMANCE EVALUATION

In this section, we will show the performance of our ECG value predictor on one of the participants. As explained in Section 3, the accuracy of our neural network model is calculated by using coefficient of determination or R2. The accuracy of our model to predict ECG value from its corresponding PPG value is 90.9% on the training set and 81.6% on the test set.

Fig. 4 shows the scatter plot between the original or ground truth ECG measurement and the prediction result. The red empty triangle is the scatter plot of the training data while the green empty circle is the scatter plot of the test data. We also calculated the regression line for both training and test data. Equation for regression line is defined as Equation 2:

jmis-9-1-11-g4
Fig. 4. Scatter plot to represent a correlation between original ECG measurements (X axis) and prediction results (Y axis) in mV. As we can see, the two variables show high correlation in both training and test dataset.
Download Original Figure
y = m x + b ,
(2)

where m denotes the slope of the line and b denotes the y-intercept. For regression experiment, the ideal best-fitted line equation would have m and b equal to 1 and 0 respectively as it would result in y = x, meaning there was no error in the prediction result. The best-fitted line equations for our experiment result on train and test data are y = 0.94x − 0.96 and y = 0.83x − 2.35 respectively, where x indicates the original or ground truth ECG measurement and y denotes the prediction result. Moreover, the correlation coefficient (r) between the ground truth ECG measurement and the prediction result on training data is 0.95 (p < 0.00001) while the experiment on test data yields a correlation coefficient of 0.904 (p < 0.00001). These results indicate that our prediction on both training and test dataset are strongly correlated with the ground truth value.

In Fig. 5, we also use Bland-Altman plot to analyze the agreement between the original or ground truth ECG value and the ECG prediction result on the test data. Bland-Altman plot is normally use for clinical measurement [23]. The purpose of this technique is to measure by how much the two methods differ from one another. If this will not cause a problem in clinical interpretation, we can use the two methods interchangeably. By utilizing this plot, we aim to assess the relation between our ECG prediction and the original or ground truth ECG measurement. Our ultimate goal will be to conclude whether our ECG prediction result can be used to replace the original ECG measurement or not. The following five steps are the procedure to draw bland-altman plot:

jmis-9-1-11-g5
Fig. 5. Bland-Altman plot for measuring the agreement between the original ECG measurement and the prediction result on test dataset. The majority of all the differences lie within 199.12mV and -194.54mV (limits of agreement). It can also be seen that the scatter of the differences increases as the ECG measurements approach zero.
Download Original Figure
  1. Calculating the difference and the means of the two data (ECG prediction value and ground truth ECG measurement)

  2. Plotting the difference against the means

  3. Calculating mean difference ()

  4. Calculating standard deviation of the difference (s)

  5. Drawing line for , − 2s, + 2s

The average of the difference () between our ECG prediction value and the ground truth ECG measurement is 2.29 while 199.12 and −194.54 are the limits of agreement (±1.96 standard deviation of the difference). We can also see that most of the differences in this experiment lies between these limits of agreement, which indicate that the differences are normally distributed (Gaussian). By using this plot alone, we can clearly observer by how much our ECG prediction result differ from the ground truth or original ECG measurement. However, it is still difficult to claim whether these results or to be precise, these limits of agreement are acceptable or not. In order to answer this question, we plotted our prediction result and compared it with the original or ground truth ECG measurement, as can be seen in Figs. 6-8.

jmis-9-1-11-g6
Fig. 6. General comparison between the original ECG measurement and the prediction result on test data. The blue line represents original ECG measurement while the orange line represents the prediction result. This plot shows that the two signals resemble one another.
Download Original Figure
jmis-9-1-11-g7
Fig. 7. Comparison between the original ECG measurement and the prediction result on test data for the first 500 nodes. The resemblance between the prediction result and the original measurement can be seen more clearly from this plot.
Download Original Figure
jmis-9-1-11-g8
Fig. 8. Separate comparison between the original ECG measurement and the prediction result on test data for the first 500 nodes. The errors often occur when the two values approach 0mV.
Download Original Figure

Fig. 6 depicts the comparison between the original or ground truth ECG measurement and the prediction result on test data. The blue line is the original measurement plot while the orange line is the result of the prediction. It can be seen that, in general, our model's prediction on test data can resemble the shape of the original ECG measurement data. Moreover, it should be noticed that both data have the maximum value of ±2000mV and the minimum value of ± −2000mV. However, by only observing this figure, we cannot clearly see the shape of the signals and where the errors happened; therefore, we also plotted the first 500 data points in Figs. 7-8.

Comparison of the first 500 data points that shows the more vivid resemblance between the original ECG measurement and the ECG prediction result on test data can be seen in Fig. 7. From this figure, it can be seen that the signals of the original ECG measurement and the prediction result overlap one another, meaning our prediction signal resembles the original signals. In this figure, we can also observe where the errors often happened. It usually occurred when the value is between ±250mV and ± −250mV. These errors make some sense since unlike ECG that directly monitors articular and ventricular activities, PPG only detect the volume of the blood injected by the left ventricular that arrive in the extremities or in other words, it monitors ventricular systole. Although this means that by predicting ECG value from PPG value, we will loss the other information, as shown by this error, it is sufficient to use it for calculating heart rate since heart rate calculation is usually derived from ECG's QRS complex, or to be precise, the number of QRS complex within certain period, which basically indicates ventricular contraction. This hypothesis is supported by our result, as shown in Fig. 7, where our model can precisely reproduce the ECG's QRS complex.

By only observing Fig. 7, we cannot really tell the peak value since the two signals overlap one another. Therefore, in Fig. 8, we show the closeness of the ground truth ECG measurement and the prediction result on test data in separate plot so that we can observe every value in more detail. If we refer back to our Bland-Altman plot result, we can conclude that our mean difference and limits of agreement values will unlikely cause serious problem in calculating heart rate as it will not significantly affect the prediction of QRS wave and it also often happen during the other cardiac activities or, indicated by the value ranged from ±250mV and ± −250mV in this experiment. Therefore, this should bring us to our ultimate conclusion that our ECG value prediction can replace the original or ground truth ECG measurement.

Based on the result shown above, ECG value predictor can successfully predict the ECG value based on its corresponding PPG, accelerometer and gyroscope value. This result may further assist PPG sensor on the wearable device to estimate more precise heart rate information, including but not limited to, heart rate value without the need to implement any expensive computation on the device itself. It goes without saying that our proposed neural network and cloud computing-based heart rate calculation from PPG data will improve the efficiency of many existing systems that based on heart rate calculation and internet of things (IoT) such as that of [24].

The main drawback of our system is that it cannot perfectly predict ECG value across different people since blood volume or to be precise, the amount of blood circulating within an individual depends on their size and weight [25-26]. This means that even though two different persons have the exact same electrical activities in their heart at the same time, the perfusion of blood in their wrist at that time is not necessarily the same. This problem can, in fact, be solved by adding more features such as weight and height or even blood volume estimation as our neural network input; however, the lack of available public dataset that related to this prevents us to prove this hypothesis.

V. CONCLUSION

ECG sensor can provide more precise heart rate calculation than PPG sensor as PPG sensor is heavily influenced by motion artefact; however, due to its simplicity, PPG sensor is still widely used for smart devices. Therefore, in this paper, we proposed a neural network-based system that can use PPG, accelerometer and gyroscope sensors data to predict the prediction accuracy to close to ECG value.

We have tested the performance of our proposed system by using dataset provided by [17]. The results have shown that our proposed ECG value predictor can precisely predict the corresponding ECG value from a combination of PPG, accelerometer and gyroscope values. Our deep learning model is also implemented on the cloud, meaning there is no need to run any complex algorithm on the PPG device itself.

There is one important area for future work. This work is to collect more dataset that at least, including size and weight from several different people in order to conduct further research on predicting ECG value across different people. The alternative way to this solution is to develop an algorithm that can calculate the average perfusion of the blood and either adaptively select the neural network model that can suit the results better or add this result to the neural network input features.

ACKNOWLEDGEMENT

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2020R1A2C1008589) and was conducted during the sabbatical year of Dongseo University in 2021.

REFERENCES

[1].

E. J. Benjamin, M. J. Blaha, S. E. Chiuve, M. Cushman, S. R. Das, and R. Deo, et al, “Heart disease and stroke statistics-2017 update: A report from the American Heart Association,” Circulation, vol. 135, no. 10, pp. e146-e603, Jan. 2017.

[2].

J. Allen, “Photoplethysmography and its application in clinical physiological measurement,” Physiological Measurement, vol. 28, no. 3, Mar. 2007.

[3].

J. Homsy and P. J. Podrid, “Electrocardiography,” in H. K. Gaggin and J. L. Jr. Januzzi (eds.), MGH Cardiology Board Review, London: Springer, pp. 580-622, 2014.

[4].

A. M. Alqudah, Q. Qananwah, A. M. K Dagamseh, S. Qazan, A. Albadarneh, and A. Alzyout, “Multiple time and spectral analysis techniques for comparing the PhotoPlethysmography to PiezoelectricPlethysmo graphy with electrocardiography,” Medical Hypotheses, vol. 143, p. 109870, Oct. 2020.

[5].

A. A. Kamal, J. B. Harness, G. Irving, and A. J. Mearns, “Skin photoplethysmography - A review,” Computer Methods and Programs in Biomedicine, vol. 28, no. 4, pp. 257-269, Apr. 1989.

[6].

D. Castaneda, A. Esparza, M. Ghamari, C. Soltanpur, and H. Nazeran, “A review on wearable photoplethysmography sensors and their potential future applications in health care,” International Journal of Biosensors & Bioelectronics, vol. 4, no. 4, pp. 195-202, Aug. 2018.

[7].

M. Kos, X. Li, I. Khaghani-Far, C. M. Gordon, M. Pavel, and H. B. Jimison, “Can accelerometry data improve estimates of heart rate variability from wrist pulse PPG sensors?,” in 2017 39th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Jeju, Korea, Jul. 2017, pp. 1587-1590.

[8].

G. Biagetti, P. Crippa, L. Falaschetti, S. Orcioni, and C. Turchetti, “Reduced complexity algorithm for heart rate monitoring from PPG signals using automatic activity intensity classifier,” Biomedical Signal Processing and Control, vol. 52, pp. 293-301, Jul. 2019.

[9].

K. Georgiou, A. V. Larentzakis, N. N. Khamis, G. I. Alsuhaibani, Y. A. Alaska, and E. J. Giallafos, “Can wearable devices accurately measure heart rate variability? A systematic review,” Folia Medica (Plovdiv), vol. 60, no. 1, pp. 7-20, Mar. 2018.

[10].

M. T. Petterson, V. L. Begnoche, and J. M. Graybeal, “The effect of motion on pulse oximetry and its clinical significance,” Anesthesia and Analgesia, vol. 105, Suppl. 6. pp. S78-S84, Dec. 2007.

[11].

N. S. Trivedi, A. F. Ghouri, N. K. Shah, E. Lai, and S. J. Barker, “Effects of motion, ambient light, and hypoperfusion on pulse oximeter function,” Journal of Clinical Anesthesia, vol. 9, no. 3, pp. 179-183, May 1997.

[12].

J. W. Severinghaus and J. F. Kelleher, “Recent developments in pulse oximetry,” Anesthesiology, vol. 76, no. 6. pp. 1018-1038, Jun. 1992.

[13].

J. Kim, T. Lee, J. Kim, and H. Ko, “Ambient light cancellation in photoplethysmogram application using alternating sampling and charge redistribution technique,” in Proceedings of the 2015 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBS), Milan, Italy, Nov. 2015, pp. 6441-6444.

[14].

C. Kim, Y. J. Kim, H. Jung, and D. S. Han, “A real-time heartbeat estimation system using PPG signals,” in 2017 IEEE International Conference Consumer Electronics (ICCE), Las Vegas, NV, Jan. 2017, pp. 145-146.

[15].

K. R. Arunkumar and M. Bhaskar, “Heart rate estimation from photoplethysmography signal for wearable health monitoring devices,” Biomedical Signal Processing and Control, vol. 50, pp. 1-9, Apr. 2019.

[16].

J. Lee, J. Kim, and M. Shin, “Correlation analysis between electrocardiography (ECG) and photoplethysmogram (PPG) data for driver’s drowsiness detection using noise replacement method,” Procedia Computer Science, vol. 116, pp. 421-426, 2017.

[17].

D. Jarchi and A. Casson, “Description of a database containing wrist PPG signals recorded during physical exercise with both accelerometer and gyroscope measures of motion,” Data, vol. 2, no. 1, pp. 1-13, Dec. 2016.

[18].

M. G. Avram, “Advantages and challenges of adopting cloud computing from an enterprise perspective,” Procedia Technology, vol. 12, pp. 529-534, 2014.

[19].

J. Tmamna, E. Ben Ayed, and M. Ben Ayed, “Deep learning for internet of things in fog computing: Survey and open issues,” in Proceedings of the 2020 5th International Conference on Advanced Technologies for Signal and Image Processing (ATSIP), Sousse, Tunisia, Sep. 2020, pp.1-6.

[20].

A. L. Maas, A. Y. Hannun, and A. Y. Ng, “Rectifier nonlinearities improve neural network acoustic models,” in Proceedings of the30th International Conference on Machine Learning (ICML), Atlanta, GA, Jun. 2013.

[21].

D. P. Kingma and J. Ba, “Adam: a method for stochastic optimization,” in Proceedings of the3rd International Conference on Learning Representations (ICLR), San Diego, CA, May 2015.

[22].

N. Srivastava, G. Hinton, A. Krizhevsky, I. Sutskever, and R. Salakhutdinov, “Dropout: A simple way to prevent neural networks from overfitting,” TheJournal Machine Learning. Research, vol. 15, pp. 1929-1958, 2014.

[23].

J. M. Bland and D. G. Altman, “Statistical methods for assessing agreement between two methods of clinical measurement,” Lancet, vol. 1, no. 8476, pp. 307-310, Feb. 1986.

[24].

R. Lacuesta, L. Garcia, I. Garcia-Magarino, and J. Lloret, “System to recommend the best place to live based on wellness state of the user employing the heart rate variability,” IEEE Access, vol. 5, pp. 10594-10604, May 2017.

[25].

S. B. Nadler, J. H. Hidalgo, and T. Bloch, “Prediction of blood volume in normal human adults,” Surgery, vol. 51, no. 2, pp. 224-232, Feb. 1962.

[26].

H. J. M. Lemmens, D. P. Bernstein, and J. B. Brodsky, “Estimating blood volume in obese and morbidly obese patients,” Obesity Surgery, vol. 16, no. 6, pp. 773-776, Jun. 2006.

AUTHORS

David Ishak Kosasih

jmis-9-1-11-i1

received his B.E. in electrical engineering from Petra Christian University, Indonesia, in 2017, and his M.S. degree in computer engineering from Dongseo University, Korea, in 2021. Currently, he is a doctoral student in computer engineering at Dongseo University and is expected to complete his study in February 2024. His research interests are focused on cloud computing, mobile computing, machine learning and telehealth.

Byung-Gook Lee

jmis-9-1-11-i2

received his BS degree in mathematics from Yonsei University, Korea, in 1987, and his MS and PhD degrees in applied mathematics from Korea Advanced Institute of Science and Technology (KAIST) in 1989 and 1993, respectively. He worked at the DACOM Corp. R&D Center as a senior engineer from March 1993 to February 1995. He has been working at Dongseo University since 1995. He is currently an assistant professor with the Division of Computer Information Engineering at Dongseo University, Korea. His research interests include computer graphics, computer aided geometric design, and image processing.

Hyotaek Lim

jmis-9-1-11-i3

received his B.S. degree in computer science from Hongik University in 1988, the M.S. degree in computer science from POSTECH and the Ph.D. degree in computer science from Yonsei University in 1992 and 1997, respectively. From 1988 to 1994, he had worked for Electronics and Telecommunications Research Institute as a research staff. Since 1994, he has been with Dongseo University, Korea, where he is currently a professor in the Department of Computer Engineering. His research interests include ubiquitous and mobile networking, cloud computing, and storage area networks.