Greedy-optimized Approach for Interbeat Interval and Heart Rate Variability Daily Monitoring using Wearable PPG

Luffina C. Huang
2024-04-16
Abstract:Continuous monitoring of heart rate variability (HRV) provides insights in cardiovascular health. Wearable Photoplethysmography (PPG) assures convenient measurement of HRV. PPG, however, is susceptible to motion artifacts, considerably deteriorating the accuracy in estimation. In this study, a greedy-optimized approach is proposed for attaining high accuracy of interbeat intervals (IBIs) estimation from PPG signals collected during intensive daily activities. Utilizing the fact of continuity in heartbeats, the IBI estimation is converted into the shortest path problem in a directed acyclic graph, where candidate heartbeats from motion-contaminated PPG are regarded as vertices. The approach exploits a convex penalty function to optimize weight assignment in the shortest path calculation and a greedy fusion method to strengthen the selection process of optimal IBIs. Results achieve correlation of 0.96 for IBI estimation with the improvement of 58.4% in percentage error on the single-channel PPG signal from 2015 IEEE Signal Processing Cup. It also achieves correlation of 0.98 with percentage error of 2.2% in the two-channel PPG signal. Estimated and true HRV parameters are highly correlated. The approach is further validated on the PPG-DaLiA dataset with high correlation and low percentage error for IBI and HRV estimation in two daily activities, indicating the robustness of the proposed technique.
Signal Processing
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to improve the estimation accuracy of inter - beat interval (IBI) and heart rate variability (HRV) obtained from wearable photoplethysmography (PPG) devices during daily high - intensity activities. Specifically, PPG signals are susceptible to motion artifacts, which reduces the accuracy of IBI and HRV estimations. To address this issue, the authors propose a method based on greedy optimization, aiming to obtain high - precision IBI estimations from single - channel PPG signals contaminated by motion. ### Main Problems and Solutions 1. **The Influence of Motion Artifacts on PPG Signals**: - PPG signals are easily affected by motion artifacts during daily or high - intensity activities, resulting in inaccurate IBI and HRV estimations. - Traditional filtering techniques are difficult to remove these artifacts because their frequency ranges overlap with normal PPG signals. 2. **The Proposed Greedy Optimization Method**: - **Modeling the Shortest Path Problem**: Utilizing the time continuity of heartbeats, the IBI estimation is transformed into the shortest - path problem in a directed acyclic graph. The nodes in the graph represent candidate heartbeats, and the edges represent candidate IBIs. - **Convex Penalty Function**: Design a convex penalty function to optimize the weight distribution in the shortest - path algorithm, so as to improve the accuracy of IBI estimation. - **Greedy Fusion Method**: Combine three morphological features (contraction peak, maximum slope, and starting point), and further optimize the IBI estimation through the greedy fusion method to reduce the pattern of excessive fluctuations. ### Experimental Verification This method was verified on two public datasets: the 2015 IEEE Signal Processing Cup and the PPG - DaLiA dataset. The results show that this method significantly improves the accuracy of IBI estimation and the correlation of HRV parameters, especially during high - intensity activities. - **IEEE - Training Dataset**: For single - channel PPG signals, the correlation coefficient is increased from 0.86 to 0.96, and the MAPE is decreased from 7.7% to 3.2%. - **PPG - DaLiA Dataset**: It also shows high correlation and low percentage error, indicating that this method has strong robustness. In conclusion, this paper effectively solves the problem of inaccurate IBI and HRV estimations caused by motion artifacts in PPG signals during daily high - intensity activities by proposing a method based on greedy optimization.