Next Article in Journal
Editorial for the Special Issue on Micro/Nano Structures and Systems: Analysis, Design, Manufacturing, and Reliability
Next Article in Special Issue
A High-Precision Current-Mode Bandgap Reference with Nonlinear Temperature Compensation
Previous Article in Journal
Ground-State Structure of Quaternary Alloys (SiC)1−x (AlN)x and (SiC)1−x (GaN)x
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Photoplethysmography-Based Distance Estimation for True Wireless Stereo

Department of Electronic Engineering, Seoul National University of Science and Technology, Seoul 01811, Republic of Korea
*
Author to whom correspondence should be addressed.
Micromachines 2023, 14(2), 252; https://doi.org/10.3390/mi14020252
Submission received: 30 November 2022 / Revised: 11 January 2023 / Accepted: 17 January 2023 / Published: 19 January 2023
(This article belongs to the Special Issue System-on-a-Chip (SoC): Design and Applications)

Abstract

:
Recently, supplying healthcare services with wearable devices has been investigated. To realize this for true wireless stereo (TWS), which has limited resources (e.g. space, power consumption, and area), implementing multiple functions with one sensor simultaneously is required. The Photoplethysmography (PPG) sensor is a representative healthcare sensor that measures repeated data according to the heart rate. However, since the PPG data are biological, they are influenced by motion artifact and subject characteristics. Hence, noise reduction is needed for PPG data. In this paper, we propose the distance estimation algorithm for PPG signals of TWS. For distance estimation, we designed a waveform adjustment (WA) filter that minimizes noise while maintaining the relationship between before and after data, a lightweight deep learning model called MobileNet, and a PPG monitoring testbed. The number of criteria for distance estimation was set to three. In order to verify the proposed algorithm, we compared several metrics with other filters and AI models. The highest accuracy, precision, recall, and f1 score of the proposed algorithm were 92.5%, 92.6%, 92.8%, and 0.927, respectively, when the signal length was 15. Experimental results of other algorithms showed higher metrics than the proposed algorithm in some cases, but the proposed model showed the fastest inference time.

1. Introduction

Wearable devices have garnered an increasingly significant attention owing to their various applications [1,2]. Among them, smart watches provide healthcare services, such as measuring body composition and heart rate, by employing electrocardiography (ECG), bioelectrical impedance analysis (BIA), and photoplethysmography (PPG) sensors [3,4]. In contrast, true wireless stereo (TWS) does not provide healthcare service yet although heart rate and oxygen saturation is feasible to measure at the arterial blood of the outer ear. To provide the healthcare services with TWS, there is a need to mount a new biosensor but it is difficult as TWS allows only small areas. Therefore, there is a need to provide multiple functions simultaneously with one sensor.
PPG sensors are widely employed in wearable devices [5,6]. PPG sensors emit infrared rays to the skin and measure the amount of blood flow by determining the amount of rays absorbed in red blood cells. Because the PPG data are affected by heart rate due to this operation method, PPG sensors provide healthcare services such as heart rate measurement, breathing rate estimation, atrial fibrillation, and blood pressure measurement [7,8,9,10]. In addition, since heart rate has specific patterns, applying the deep learning for pattern recognition on PPG signal was researched [11,12]. The atrial fibrillation detection with the hybrid model of convolutional neural network (CNN) and recurrent neural network (RNN) achieved accuracy of over 99% [13]. The DeepCNAP model for heart rate measurement using PPG signals was presented [14]. A deep learning model for robust PPG wave detection was proposed in [5]. The best performing model was a CNN-long short-term memory (LSTM) algorithm with a PPG synchro-squeezed Fourier transform (SSFT) and the accuracy, precision, and recall were 0.894, 0.923, and 0.914, respectively.
The PPG data are also influenced by the subject’s skin characteristic and motion artifact; these factors make raw data produce noise [6,15,16]. In order to reduce the noise of signal, a motion reduction technique for respiratory rate was proposed [17]. The proposed technique reduced motion interference by removing similar spectra with an accelerometer sensor and an adaptive filter. By applying the technique to the raw PPG data, a clear spectrum was produced. Similarly, extracting heart rate and respiration rate values from raw PPG data with a three-axis accelerometer for motion reference was studied [18]. This study proposed an adaptive notch-filtration architecture, which comprises the adaptive moving average filter, the adaptive notch filter, and the extraction for physiological parameters. With the proposed filter, the filtered PPG signals for the calculation of the heart rate and respiratory rate were similar to measurements from commercial devices for the IEEE-SPC dataset and the in-house dataset. For the noise reduction, the enhanced empirical wavelet transform algorithm was proposed [19]. This algorithm employs a fast Fourier transform and the order statistical filter. Compared with other conventional methods, the proposed method shows the best accuracy.
On the one hand, in addition to studies that employ the raw PPG data [7], studies that reduce the instability of the raw PPG data by applying several filters have been conducted [20,21,22,23,24,25,26]. Multi-mode particle filtering methods that demonstrate the performance improvement of an average error of less than 2 BPM compared to single-mode particle filtering and advanced methods with approximately 47 PPG recordings were introduced [23]. Two cutting-edge pulse detection algorithms on actual raw PPG data were studied [24]. This work demonstrated the effect of preprocessing pulse peak positions and the performance of peak detection algorithm was analyzed on 21,806 pulse data [25]. Meanwhile, a study on the data compression method with stochastic modeling for power efficiency was performed [26]. The method that models the single cardiac period of PPG waveform applying two sets of Gaussian functions on the forward and backward wave of PPG pulse outperformed conventional delta-modulation-based methods.
In this paper, we propose a distance estimation algorithm between the user and the sensor based on a waveform adjustment (WA) filter for the PPG data of TWS. By mounting the PPG sensor on TWS, various healthcare services were implemented with one sensor. However, because of the size limitation of the TWS, the existing sensor has to be removed when the PPG sensor is built into the TWS. Accordingly, the PPG sensor is responsible for the function that was implemented with the removed sensor. Figure 1 shows the working principle of the PPG sensor mounted on TWS. As the PPG data output the amplitude value, the data are different according to the distances between user and sensor. The existing distance estimation function of the wearable device is replaced by utilizing this characteristic of the PPG data. We designed a PPG monitoring testbed for collecting analog PPG signals and a signal processing logic for distance estimation. Owing to the instability of the PPG signal, the distance estimation logic includes the filter for noise reduction. We developed our PPG dataset according to the three criteria for distance estimation. The dataset was trained on various machine learning models, and we analyzed the performance of each model according to the inference result. The highest accuracy was 92.5% with the proposed model when the signal length was 15.
The contributions of this paper are as follows. To the best of our knowledge, it is the first work that proposes distance estimation with a PPG sensor. In order to provide healthcare services by mounting PPG sensors on the TWS, we designed a distance estimation algorithm to increase the area efficiency of the TWS by replacing a sensor for existing distance estimation to the PPG sensor. Digital filter IP and an analog-to-digital converter (ADC) controller were designed with Verilog HDL and implemented on field-programmable gate array (FPGA).
The remainder of this paper is organized as follows. In Section 2, we introduce the system architecture of the distance estimation for the PPG sensor, which includes the function for waveform adjustment and MobileNet, which is a lightweight deep-learning model. Section 3 presents the flow of the proposed algorithm. Section 4 explains the implementation of the proposed algorithm and analyzes the results. Finally, a discussion is provided in Section 5.

2. System Architecture

Figure 2 presents the block diagram of the distance estimation system for the PPG sensor. The proposed system comprises the PPG signal monitoring testbed with hardware implementation and estimation logic is realized using a software.

2.1. PPG Monitoring Testbed

The PPG monitoring testbed includes an analog front-end for receiving the analog PPG signal, ADC controller, digital filter IP, extendable instruction set computer (EISC) processor, and a serial interface for data transmission [27]. The analog front-end contains an amplifier for the PPG sensor and an ADC for converting the analog signals to digital data. The storage module stores the parameters, input signals, output signals, and delayed samples. The EISC processor is the main core of the testbed, which is a 32-bit embedded processor with a three-stage pipeline and Harvard architecture. Because the low-power operation and area efficiency are important for the TWS, a floating point unit is not included in the processor. Accordingly, the testbed requires a signal processing unit for the analog PPG signal. There are two digital filter types: finite impulse response (FIR) and infinite impulse response (IIR) filters. The characteristic of the FIR filter is the absence of a regression component. Hence, a large amount of resources is significantly required as the order of the FIR filter increases. However, the IIR filter does not require substantial resources because the formula in which the values of the input and output signals are recursively applied is repetitive. For the power efficiency of the proposed system, we adopted the IIR filter. The parameter, input, output, and delayed samples of the IIR filter are stored in the storage module. The main processor converts the analog PPG signal to the digital PPG signal by controlling the registers of the ADC controller and transmitting them to the estimation logic.

2.2. Signal Processing Logic

Deep learning extracts appropriate features by stacking layers and updating the weight of the kernel (filter). In particular, because the process of extracting features implicates the spatial information on data with windows corresponding to the kernel sizes, it is important to maintain the spatial information of data by implicating the relationship between the elements of input data [28].
One-dimensional PPG signal data, which exist sequentially based on the time axis, have feature information related to pulse patterns from spatial information of the front and rear data according to signals that change by blood flow. However, when measuring the distance from the body surface with the PPG sensor, the amplitude sections of the PPG signals differ because the physical structure is different for each experimental group. In addition, various factors, such as light refraction or scattering due to the space created between the PPG sensor and the body surface in a specific distance section, distort the raw signal. Owing to such signal distortion, it is difficult to comprehensively extract only features related to the pulse pattern of a PPG signal, which is a bio-signal. Therefore, by keeping a pulse pattern that implies spatial information and scaling to the estimated amplitude range according to the specific distance section, the difference in the amplitude intervals triggered by the characteristics of the bio-structure is discarded. The signal processing logic, which estimates the distance, comprises a WA filter for waveform correction and MobileNet for training and inference.

2.2.1. Influence Differential Distribution (IDD) Function

In the inference process, there is no information on the estimated amplitude range. Therefore, we determine the maximum amplitude with 99% confidence interval in the signals collected at a certain time and adjust the estimated maximum amplitude within the range of the estimated amplitude over a certain distance section using the function we designed. The IDD function adjusts the position of a sample point via the influence of reference points in a one-dimensional space. This influence depends on the distance between each reference point and sample point, and becomes stronger as the distance decreases, similar to the gravity between objects. The function repositions the sample points in the appropriate range by exerting influence, which depends on the distance from a sample point.
The IDD function is expressed by the influence equation I(x) for the variable x representing the sample point. Equation (1) represents the influence equation and the constant r represents the reference point of influence. The equation is expressed as having a positive value by squaring the distance between reference point r and sample point x; log is taken to scale the value since the range of variation of the actual input amplitude value is large. In addition, the result of influence equation decreases rapidly as the difference in the distances increases by using the exponential function. Equation (2) expresses Equation (1) as the inverse of the distance. According to the equation, if variable x is the same as constant r, the result of the influence goes to infinity. This feature allows all other influences to be ignored at the reference point. Figure 3a presents a graph illustrating each influence function of the three reference points.
I ( x ) = e log 2 ( r x ) 2
I ( x ) = ( 1 ( r x ) 2 ) 1 ln 2
Equation (3) elucidates the influence coefficient (IC) normalized to a value between 0 and 1 for the influence of each reference at a specific point when multiple references exist. Equation (4) defines the maximum IC at that point. In addition, the maximum influence changes at the midpoint of the two close reference points, which is called “the dominant change point” in Figure 3a.
I C i = I i ( I i )
I C m a x = max ( I C i )
The estimated adjustment point (EAP) is expressed by multiplying each reference point by the IC ratio and adding all of them, as shown in Equation (5). However, this adjustment equation has a problem in that the sample point is dragged to the reference point rapidly when the sample point is closer to the maximum influence. Therefore, we calculated the improved adjustment point using the maximum IC.
E A P = ( I C i × r i )
To solve the problem of strong attraction to the reference point, the improved adjustment point is computed using Equation (6), which adds the EAP and sample point x as a specific ratio of the maximum IC. We named this equation the IDD function. Figure 3b, an example of the three reference points, verifies that the slope around each reference point decreases significantly and a value close to the reference point emerges around the reference point. Hence, the position of a sample point is readjusted appropriately around the reference point by the influence of each differentially distributed reference point.
I D D ( x ) = I C m a x × E A P + ( 1 I C m a x ) × x

2.2.2. WA Filter

The WA filter comprises a reference peak detector, maximum amplitude adjuster, and pulse scaler. The reference peak detector extracts the sign change points on the PPG signals of a certain period (=signal length) by ascertaining whether multiplying the results of consecutive sampling points is less than zero. This block regards a gap between a sign change point and the sign change point that follows it as a half cycle, as shown in Figure 4a. In addition, the maximum value of the half cycle is determined as a peak. In the next step, the reference peak is set as the 99% confidence interval for each peak distribution multiplied by the root of the total number of peaks, as illustrated in Figure 4b. The value n in Equation (7) represents the total number of peaks.
r e f e r e n c e _ p e a k = ( 2.58 × σ n ) × ( n )
The maximum amplitude adjuster fine tunes the reference peak using the IDD function. Because the reference peaks differ depending on the distance between the user and the sensor, we set the expected reference peak corresponding to the 95% confidence interval in the training data for three criteria for distance estimation. Finally, the reference peak is adjusted by applying the expected reference point for each distance to the IDD function, which is described in Figure 4c. Pulse scaler is a block that filters the PPG signal last before training or inferencing the AI model. Figure 4d demonstrates that each pulse is scaled at the ratio of the previous peak to the adjusted peak.

2.2.3. MobileNet

MobileNet is a lightweight-focused model that employs depthwise separable convolution to apply deep learning in low-capacity memory environments, such as mobile phones and embedded systems [29]. Depthwise separable convolution is a form in which pointwise convolution is combined after depthwise convolution, as illustrated in Figure 5a. Depthwise convolution has an independent 3 × 3 kernel for each input channel, thereby creating a feature map equal to the number of input channels; the pointwise convolution then calculates the cross-channel correlation by applying 1 × 1 convolution to all feature maps created in depthwise convolution. Unlike a network with a general convolution architecture, this architecture reduces the number of parameters. Based on these features, we increased the channel by conducting depthwise separable convolution on a single dimension to enable training and inference on a single-channel PPG signal, and altered the size of the kernel used for depthwise convolution to 3 × 1, as shown in Figure 5b.

3. Algorithm Flow

Figure 6 presents the proposed algorithm, which is divided into training and inference for MobileNet. The training procedure is presented as follows. First, the raw PPG signal is measured in real-time and the sample points are stored after IIR filtering. For the WA filter, as certain cycles of the PPG data are required, the previous process is repeated until a sufficient length of data is accumulated. When the primary data collection is completed, the waveform is normalized using a WA filter. In addition, because the minimum length of the filtered data is required for MobileNet, the process is performed several times. After securing sufficient data, MobileNet computes the optimum weight value, which is called training. The inference process is the same up to the data collection for MobileNet. Subsequently, the distances between the user and the sensor are estimated for the filtered data. We set the three criteria for distance estimation to 0 mm, 0.4 mm, and 0.8 mm, and MobileNet outputs one of these distances as the result.

4. Experiment

Figure 7 illustrates the experimental environment. Xilinx’s FPGA development board called Artix-7 was utilized for EISC processor and digital filter IP. We collected the PPG dataset with the monitoring testbed. The total dataset comprised 144,000 sampling points, and we collected 600 s twice from one person, and another 600 s from six people for each criterion of the distance estimation. To reduce the similarity between the datasets, 1500 sampling points from 500 to 1999 out of 6000 sampling points were set as a training dataset, and 3500 sampling points from 2000 to 5499 were set as an inference dataset. Accordingly, the total number of sampling points of the training and inference datasets are 36,000 and 84,000, respectively.
In order to verify the WA filter for the PPG signal, we designed the Kalman filter, short-time Fourier transform (STFT), modified average filter, bandpass filter (BPF)+single moving average (SMA) filter for performance analysis. The Kalman filter is a recursive algorithm that estimates unknown variables with previous and present data via noise reduction [30]. When the motion and measurement models are linear in the Gaussian distribution, this filter is available. The Kalman filter process comprises prediction and update steps. In the prediction step, the prediction vector is calculated using the motion model and the previous state vector. In the update step, the Kalman gain is updated by the difference of the prediction and measurement vectors, and is utilized to determine the state vector. Using this recursive process, the Kalman filter represents the state vector as the denoised data.
STFT is a filter for the audio signal process [31]. We expect the STFT to be appropriate for the PPG signal because the distribution of frequency for time was computed. STFT performs the Fourier transform while moving a window with a specific length in the signal. In this case, the Fourier transform is calculated several times for a specific time, and the frequency spectrum at that specific time is obtained by averaging the calculated timed. The most influential variable is the window length. It is important to set the proper window size because the resolution of the frequency domain decreases if the window length is short, and the resolution of the time domain decreases if the window length is long. Hence, we determined the window length to number 60 of the sampling points.
The modified average filter is a filter for noise reduction. Because amplitude fluctuation, due to signal bouncing, is fatal in estimating the distance between the user and sensor, we tried to correct bounced PPG signals based on the average. Accordingly, among the sampling points of the PPG signal, values of 2 times more and less than 1/2 of the average are regarded as incorrect data and replaced with averages. However, as this filter discards the relationship between the data before and after, the performance analysis on the accuracy demonstrates the importance of the relationship in the proposed algorithm. The modified average filter is employed in verifying that the distance estimation is feasible only with noise reduction.
The BPF+SMA filter is a hybrid filter for noise reduction. BPF discards noise by passing only a specific frequency band. The SMA filter utilizes a mean of previous data. Because the number of previous data increases, SMA becomes less sensitive to changes in the data and more robust to noise. In contrast, SMA becomes more sensitive to changes and less robust to noise when the number of previous data decreases. Therefore, the BPF+SMA filter is more effective in denoising than the single filter.
By analyzing the raw PPG signal according to the distances, the amplitude becomes smaller and the noise increases as the distance between the user and sensor increases. If the noise is significant, the amplitude of the near-distance data becomes similar to the amplitude of the far-distance data. Therefore, it is important to minimize this effect when estimating the distance between the user and sensor. Figure 8b, Figure 9b and Figure 10b presents results obtained by the Kalman filter. Because the Kalman filter is a recursive filter based on the original data, no significant differences exist between the raw PPG signal and filtered data. However, the values of raw- and Kalman-filtered data differ from each other, and large noises are discarded certainly. STFT results demonstrate that Figure 10c, the spectrogram for 0.8 mm, differs from Figure 8c, a spectrogram for 0 mm; however, Figure 8c and Figure 9c do not differ significantly. The modified average filter exerts more influence when the average of amplitudes is low because the filter is based on the average. The noise disappears when comparing Figure 10a,d; however, it is not effective for large amplitudes, as illustrated in Figure 8a. Figure 8e, Figure 9e and Figure 10e present the results of the BPS+SMA filter. Because SMA filter was applied after noise reduction, the overall amplitude was significantly decreased. In addition, the relationship between data before and after disappeared. Figure 8f, Figure 9f and Figure 10f show the results of the proposed filter. Although the waveform appears to converge to one value, it is filtered while maintaining the relationship according to all distance criteria.
To verify the suitability of MobileNet for the distance estimation, we employed Intellino, LeNet-5, and a calculation method using the difference between amplitudes without AI. Intellino is an AI with a distance-calculation-based k-neighbor nearest algorithm, not a layer architecture [32]. By reducing the multiplier with the Manhattan distance, the suitability for the embedded system was verified. The accuracy of the audio signal and image data of Intellino was measured at 0.91 and 0.94, respectively [31,33]. Intellino is possible to experiment by freely reconfiguring the size of the input data and the number of neuron cells using the simulator [34]. LeNet-5 is a representative AI for optical character recognition, which has a seven-layer CNN architecture [28]. The convolution layers, sub-sampling layers, and the fully-connected layer are included. Because the size of output data decreases as the sub-sampling layers exist, the minimum size of input data is 32 × 32. Accordingly, we only utilized 120 and 60 as signal lengths. We analyzed the accuracy of the proposed algorithm via the combinations of various filters and four distance estimation methods; the obtained results are presented in Table 1, Table 2, Table 3 and Table 4. Intel-core i5-2500 CPU and 6GB RAM were configured for performance analysis. For the four distance-estimation methods, the tables demonstrate that the accuracy of the WA filter is higher than the accuracy of other filters. Among all the combinations of the filters and distance estimation methods, Intellino exhibits the highest accuracy. However, as presented in Table 5, the inference time is large compared to MobileNet.
We analyzed other metrics such as precision, recall, and f1 score for MobileNet. Precision is the ratio of what is actually true to what the model classifies as true. Recall is the ratio of what is actually true to what the model predicts as true. The F1 score is the harmonic mean of precision and recall. The Precision, recall, and f1 score of MobileNet for the WA filtering data are shown in Table 6. Similar to the results of accuracy, precision, recall, and f1 score were the highest when the signal length was 15. In conclusion, the combination of WA filter and MobileNet for distance estimation achieves high accuracy and practical inference time.
In addition, we verified the proposed algorithm for PPG signals measured at wrists. Dataset obtained from wrists comprised 54,000 sampling points. MobileNet was trained with finger and wrist datasets and was inferenced with wrist dataset. The amplitudes according to the distance of the PPG signal extracted from the wrists were not clearly different from the PPG signal extracted from fingers. As a result, the accuracy, precision, recall, and f1 score were 80.7%, 80.7%, 81.0%, and 80.8, respectively, when the signal length was 20.

5. Conclusions

In this paper, we proposed a WA-filter-based distance-estimation algorithm between the user and sensor for PPG signals of TWS. To implement the proposed algorithm, we designed a PPG monitoring testbed, WA filter, and MobileNet. Among them, the WA filter was applied to reduce the noise of raw data as the PPG signals are biological data with several variables. To verify the proposed algorithm, we employed the Kalman filter, STFT, the modified average filter, the BPS+SMA filter, and other AI such as Intellino and LeNet-5. We set three criteria for distance estimation and analyzed the accuracy and inference time according to the combination of various filters and AI. The combination of the WA filter and Intellino exhibited the highest accuracy of 94.6% when the signal length was 10; however, the inference time was 126.462 ms. In contrast, The proposed algorithm showed the highest accuracy of 92.5% and the inference time was 1.561 ms. Furthermore, we assessed the proposed algorithm for the PPG data obtained at wrists. The highest accuracy was 80.7% when the signal length was 20.

Author Contributions

Conceptualization, Y.J. and J.P.; methodology, Y.J., J.P. and S.B.K.; software, Y.J., J.P. and S.B.K.; validation Y.J. and J.P.; investigation Y.J., J.P. and S.B.K.; writing—original draft preparation, Y.J.; writing—review and editing, Y.J., J.P., S.B.K. and S.E.L.; supervision, S.E.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the Ministry of Trade, Industry and Energy (MOTIE, Korea) under Industrial Technology Innovation Program. No. 20016354, ‘Developed proximity/healthcare convergence sensor SoC for TWS’. This research was supported by the MSIT (Ministry of Science and ICT), Korea, under the ITRC (Information Technology Research Center) support program (IITP-2023-RS-2022-00156295) supervised by the IITP (Institute for Information & Communications Technology Planning & Evaluation.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Cai, M.; Liao, W.H. Design, Modeling, and Experiments of Electromagnetic Energy Harvester Embedded in Smart Watch and Wristband as Power Source. IEEE/ASME Trans. Mechatron. 2021, 26, 2104–2114. [Google Scholar] [CrossRef]
  2. Wu, K.; Huang, Y.; Chen, W.; Chen, L.; Zhang, X.; Wang, L.; Ruby, R. Power Saving and Secure Text Input for Commodity Smart Watches. IEEE Trans. Mob. Comput. 2021, 20, 2281–2296. [Google Scholar] [CrossRef]
  3. Giggins, O.M.; Doyle, J.; Sojan, N.; Moran, O.; Crabtree, D.R.; Fraser, M.; Muggeridge, D.J. Accuracy of Wrist-Worn Photoplethysmography Devices at Measuring Heart Rate in the Laboratory and During Free-Living Activities. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual Conference, 1–5 November 2021; pp. 6970–6973. [Google Scholar]
  4. Shu, Y.S.; Chen, Z.X.; Lin, Y.H.; Wu, S.H.; Huang, W.H.; Chiou, A.Y.C.; Huang, C.Y.; Hsieh, H.Y.; Liao, F.W.; Zou, T.F.; et al. 26.1 A 4.5 mm2 Multimodal Biosensing SoC for PPG, ECG, BIOZ and GSR Acquisition in Consumer Wearable Devices. In Proceedings of the 2020 IEEE International Solid- State Circuits Conference-(ISSCC), San Francisco, CA, USA, 16–20 February 2020; pp. 400–402. [Google Scholar]
  5. Esgalhado, F.; Fernandes, B.; Vassilenko, V.; Batista, A.; Russo, S. The Application of Deep Learning Algorithms for PPG Signal Processing and Classification. Computers 2021, 10, 158. [Google Scholar] [CrossRef]
  6. Zargari, A.H.A.; Aqajari, S.A.H.; Khodabandeh, H.; Rahmani, A.M.; Kurdahi, F. An accurate non-accelerometer-based ppg motion artifact removal technique using cyclegan. arXiv 2021, arXiv:2106.11512. [Google Scholar]
  7. Shimazaki, S.; Kawanaka, H.; Ishikawa, H.; Inoue, K.; Oguri, K. Cuffless Blood Pressure Estimation from only the Waveform of Photoplethysmography using CNN. In Proceedings of the 2019 41st Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Berlin, Germany, 23–27 July 2019; pp. 5042–5045. [Google Scholar]
  8. Haque, C.A.; Kwon, T.H.; Kim, K.D. Cuffless Blood Pressure Estimation Based on Monte Carlo Simulation Using Photoplethysmography Signals. Sensors 2022, 22, 1175. [Google Scholar] [CrossRef] [PubMed]
  9. Haddad, S.; Boukhayma, A.; Di Pietrantonio, G.; Barison, A.; de Preux, G.; Caizzone, A. Photoplethysmography Based Blood Pressure Monitoring Using the Senbiosys Ring. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual Conference, 1–5 November 2021; pp. 1609–1612. [Google Scholar]
  10. Wang, D.; Yang, X.; Liu, X.; Ma, L.; Li, L.; Wang, W. Photoplethysmography-Based Blood Pressure Estimation Combining Filter-Wrapper Collaborated Feature Selection With LASSO-LSTM Model. IEEE Trans. Instrum. Meas. 2021, 70, 1–14. [Google Scholar] [CrossRef]
  11. Yigzaw, T.; Gared, F.; Kassaw, A. Performance Analysis of Adaptive Filter and Machine Learning Algorithms for Heart Rate Estimation Using PPG Signal. In Proceedings of the 2021 International Conference on Information and Communication Technology for Development for Africa (ICT4DA), Bahir Dar, Ethiopia, 22–24 November 2021; pp. 6–11. [Google Scholar]
  12. Kılıçkaya, S.; Güner, A.; Dal, B. Comparison of Different Machine Learning Techniques for the Cuffless Estimation of Blood Pressure using PPG Signals. In Proceedings of the 2020 International Congress on Human-Computer Interaction, Optimization and Robotic Applications (HORA), Ankara, Turkey, 26–27 June 2020; pp. 1–6. [Google Scholar]
  13. Aliamiri, A.; Shen, Y. Deep learning based atrial fibrillation detection using wearable photoplethysmography sensor. In Proceedings of the 2018 IEEE EMBS International Conference on Biomedical & Health Informatics (BHI), Las Vegas, NV, USA, 4–7 March 2018; pp. 442–445. [Google Scholar]
  14. Kim, D.K.; Kim, Y.T.; Kim, H.; Kim, D.J. DeepCNAP: A Deep Learning Approach for Continuous Noninvasive Arterial Blood Pressure Monitoring Using Photoplethysmography. IEEE J. Biomed. Health Inform. 2022, 26, 3697–3707. [Google Scholar] [CrossRef] [PubMed]
  15. Gasparini, F.; Grossi, A.; Giltri, M.; Bandini, S. Personalized PPG Normalization Based on Subject Heartbeat in Resting State Condition. Signals 2022, 3, 249–265. [Google Scholar] [CrossRef]
  16. Rodriguez-Labra, J.I.; Kosik, C.; Maddipatla, D.; Narakathu, B.B.; Atashbar, M.Z. Development of a PPG Sensor Array as a Wearable Device for Monitoring Cardiovascular Metrics. IEEE Sens. J. 2021, 21, 26320–26327. [Google Scholar] [CrossRef]
  17. Jarchi, D.; Charlton, P.; Pimentel, M.; Casson, A.; Tarassenko, L.; Clifton, D.A. Estimation of respiratory rate from motion contaminated photoplethysmography signals incorporating accelerometry. Healthc. Technol. Lett. 2019, 6, 19–26. [Google Scholar] [CrossRef] [PubMed]
  18. Zheng, X.; Dwyer, V.M.; Barrett, L.A.; Derakhshani, M.; Hu, S. Adaptive notch-filtration to effectively recover photoplethysmographic signals during physical activity. Biomed. Signal Process. Control 2022, 72, 103303. [Google Scholar] [CrossRef]
  19. Kuwalek, P.; Burlaga, B.; Jesko, W.; Konieczka, P. Research on methods for detecting respiratory rate from photoplethysmographic signal. Biomed. Signal Process. Control 2021, 66, 102483. [Google Scholar] [CrossRef]
  20. Lee, Y.K.; Jo, J.; Lee, Y.; Shin, H.S.; Kwon, O.W. Particle filter-based noise reduction in PPG signals for robust emotion recognition. In Proceedings of the 2012 IEEE International Conference on Consumer Electronics (ICCE), Las Vegas, NV, USA, 13–16 January 2012; pp. 598–599. [Google Scholar]
  21. Liang, Y.; Elgendi, M.; Chen, Z.; Ward, R. An optimal filter for short photoplethysmogram signals. Sci. Data 2018, 5, 180076. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  22. Mishra, B.; Nirala, N.S. A Survey on Denoising Techniques of PPG Signal. In Proceedings of the 2020 IEEE International Conference for Innovation in Technology (INOCON), Bangaluru, India, 6–8 November 2020; pp. 1–8. [Google Scholar]
  23. Lee, J.; Chung, H.; Lee, H. Multi-Mode Particle Filtering Methods for Heart Rate Estimation From Wearable Photoplethysmography. IEEE Trans. Biomed. Eng. 2019, 66, 2789–2799. [Google Scholar] [CrossRef] [PubMed]
  24. Wolling, F.; Wasala, S.M.; Van Laerhoven, K. Optimal Preprocessing of Raw Signals from Reflective Mode Photoplethysmography in Wearable Devices. In Proceedings of the 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Virtual Conference, 1–5 November 2021; pp. 1157–1163. [Google Scholar]
  25. Dataset from PPG wireless sensor for activity monitoring. Data Brief 2020, 29, 105044. [CrossRef] [PubMed]
  26. Xu, K.; Jiang, X.; Dai, C.; Chen, W. Stochastic Modeling for Photoplethysmography Compression. In Proceedings of the 2020 42nd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC), Montreal, QC, Canada, 20–24 July 2020; pp. 5925–5928. [Google Scholar]
  27. Kim, J.K.; Oh, J.H.; Gwon, O.S.; Yang, J.W.; Lee, S.E. Real-time PPG monitoring system for mobile healthcare devices. In Proceedings of the 2017 IEEE International Symposium on Consumer Electronics (ISCE), Kuala Lumpur, Malaysia, 14–15 November 2017; pp. 84–85. [Google Scholar]
  28. Lecun, Y.; Bottou, L.; Bengio, Y.; Haffner, P. Gradient-based learning applied to document recognition. Proc. IEEE 1998, 86, 2278–2324. [Google Scholar] [CrossRef] [Green Version]
  29. Howard, A.G.; Zhu, M.; Chen, B.; Kalenichenko, D.; Wang, W.; Weyand, T.; Andreetto, M.; Adam, H. Mobilenets: Efficient convolutional neural networks for mobile vision applications. arXiv 2017, arXiv:1704.04861. [Google Scholar]
  30. Li, Q.; Li, R.; Ji, K.; Dai, W. Kalman Filter and Its Application. In Proceedings of the 2015 8th International Conference on Intelligent Networks and Intelligent Systems (ICINIS), Tianjin, China, 1–3 November 2015; pp. 74–77. [Google Scholar]
  31. Go, K.H.; Han, C.Y.; Cho, K.N.; Lee, S.E. Crime Prevention System: Crashing Window Sound Detection Using AI Processor. In Proceedings of the 2021 IEEE International Conference on Consumer Electronics (ICCE), Las Vegas, NV, USA, 10–12 January 2021; pp. 1–2. [Google Scholar]
  32. Yoon, Y.H.; Hwang, D.H.; Yang, J.H.; Lee, S.E. Intellino: Processor for Embedded Artificial Intelligence. Electronics 2020, 9, 1169. [Google Scholar] [CrossRef]
  33. Jeong, Y.; Oh, H.W.; Kim, S.; Lee, S.E. An Edge AI Device based Intelligent Transportation System. J. Inf. Commun. Converg. Eng. 2022, 20, 166–173. [Google Scholar] [CrossRef]
  34. Hwang, D.H.; Han, C.Y.; Oh, H.W.; Lee, S.E. ASimOV: A Framework for Simulation and Optimization of an Embedded AI Accelerator. Micromachines 2021, 12, 838. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Mechanism of PPG sensor according to the distances between user and the sensor.
Figure 1. Mechanism of PPG sensor according to the distances between user and the sensor.
Micromachines 14 00252 g001
Figure 2. Block diagram of the proposed system.
Figure 2. Block diagram of the proposed system.
Micromachines 14 00252 g002
Figure 3. (a) Influence of the three reference points (b) Adjustment of sample points according to IDD function.
Figure 3. (a) Influence of the three reference points (b) Adjustment of sample points according to IDD function.
Micromachines 14 00252 g003
Figure 4. (a) Half-cycle detections of the PPG signal; (b) Distribution of the reference peaks; (c) Adjusted reference point; (d) Results of the scaled PPG signal.
Figure 4. (a) Half-cycle detections of the PPG signal; (b) Distribution of the reference peaks; (c) Adjusted reference point; (d) Results of the scaled PPG signal.
Micromachines 14 00252 g004
Figure 5. (a) Original architecture of MobileNet; (b) Modified MobileNet architecture for the PPG signal.
Figure 5. (a) Original architecture of MobileNet; (b) Modified MobileNet architecture for the PPG signal.
Micromachines 14 00252 g005
Figure 6. (a) Flow chart for training; (b) Flow chart for inference.
Figure 6. (a) Flow chart for training; (b) Flow chart for inference.
Micromachines 14 00252 g006
Figure 7. Experimental environment.
Figure 7. Experimental environment.
Micromachines 14 00252 g007
Figure 8. PPG signals for a distance 0 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Figure 8. PPG signals for a distance 0 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Micromachines 14 00252 g008
Figure 9. PPG signals for a distance 0.4 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Figure 9. PPG signals for a distance 0.4 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Micromachines 14 00252 g009
Figure 10. PPG signals for a distance 0.8 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Figure 10. PPG signals for a distance 0.8 mm: (a) Raw data; (b) Kalman filter; (c) STFT; (d) Modified average filter; (e) BPS+SMA filter; (f) WA filter.
Micromachines 14 00252 g010
Table 1. Accuracy of Intellino for filtered PPG data.
Table 1. Accuracy of Intellino for filtered PPG data.
FilterSignal Length
1206030201510
Raw data80.7%87.6%90.7%90.4%91.0%90.3%
Kalman80.1%88.0%90.4%90.2%90.9%90.0%
STFT37.6%39.8%40.8%39.4%38.8%37.3%
Modified average81.6%89.0%91.6%92.0%92.3%92.2%
BPS + SMA62.5%71.3%73.5%73.6%74.0%71.1%
WA81.1%87.0%90.7%93.4%93.9%94.6%
Table 2. Accuracy of computing using the difference between amplitudes for filtered PPG data.
Table 2. Accuracy of computing using the difference between amplitudes for filtered PPG data.
FilterSignal Length
1206030201510
Raw data83.6%82.7%83.1%83.4%83.2%82.8%
Kalman83.7%82.6%82.9%83.2%82.7%82.7%
STFT23.9%25.5%27.0%28.2%29.1%30.0%
Modified average86.3%85.4%84.9%84.7%84.5%84.4%
BPS + SMA83.7%82.4%80.4%78.1%75.9%74.8%
WA76.4%76.0%75.7%76.5%73.9%75.9%
Table 3. Accuracy of LeNet-5 for filtered PPG data.
Table 3. Accuracy of LeNet-5 for filtered PPG data.
FilterSignal Length
12060
Raw data67.8%75.6%
Kalman69.3%76.5%
STFT39.5%41.0%
Modified average70.4%78.8%
BPS + SMA47.2%50.5%
WA78.4%71.5%
Table 4. Accuracy of MobileNet for filtered PPG data.
Table 4. Accuracy of MobileNet for filtered PPG data.
FilterSignal Length
1206030201510
Raw data88.4%86.9%89.4%90.1%87.3%88.1%
Kalman90.3%83.6%89.6%86.5%89.3%87.4%
STFT40.7%37.7%38.8%37.6%36.3%36.2%
Modified average90.9%90.4%90.8%89.0%89.7%89.4%
BPS + SMA74.8%77.0%77.4%74.7%73.3%74.1%
WA90.3%90.8%90.5%91.2%92.5%92.2%
Table 5. Inference time of Intellino and MobileNet with WA filter [ms].
Table 5. Inference time of Intellino and MobileNet with WA filter [ms].
FilterSignal Length
1206030201510
Intellino0.9873.61214.03731.91854.806126.462
MobileNet0.3100.3620.5350.9181.3971.561
Table 6. Other metrics of MobileNet for WA filtering result.
Table 6. Other metrics of MobileNet for WA filtering result.
MetricsSignal Length
1206030201510
Precision89.7%90.3%90.9%92.0%92.6%92.0%
Recall90.0%90.5%91.3%92.1%92.8%92.5%
F1 Score0.8990.9040.9110.9210.9270.922
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Jeong, Y.; Park, J.; Kwon, S.B.; Lee, S.E. Photoplethysmography-Based Distance Estimation for True Wireless Stereo. Micromachines 2023, 14, 252. https://doi.org/10.3390/mi14020252

AMA Style

Jeong Y, Park J, Kwon SB, Lee SE. Photoplethysmography-Based Distance Estimation for True Wireless Stereo. Micromachines. 2023; 14(2):252. https://doi.org/10.3390/mi14020252

Chicago/Turabian Style

Jeong, Youngwoo, Joungmin Park, Sun Beom Kwon, and Seung Eun Lee. 2023. "Photoplethysmography-Based Distance Estimation for True Wireless Stereo" Micromachines 14, no. 2: 252. https://doi.org/10.3390/mi14020252

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