Estimating Blood Pressure from Photoplethysmogram Signal and Demographic Features using Machine Learning Techniques
The paper presented in this paper explores the integration of Photoplethysmogram (PPG) signals and demographic data for the estimation of blood pressure (BP) using ML algorithms. The primary motivation behind this research is the development of a cuff-less, non-invasive, and continuous method for BP monitoring, addressing the limitations and discomfort associated with traditional cuff-based measures.
The dataset utilized comprises PPG signals from 219 subjects and undergoes rigorous preprocessing steps including feature extraction across time-domain, frequency-domain, and statistical dimensions. The paper introduces a comprehensive suite of features—75 time-domain, 16 frequency-domain, and 10 statistical features—designed to leverage the intricate dynamics of PPG signals. Additionally, demographic variables such as age, height, weight, BMI, and heart rate are included, enriching the feature set.
For feature selection, the paper employs methods like correlation-based feature selection (CFS), ReliefF, and the minimum redundancy maximum relevance (fscmrmr) algorithm, aimed at reducing overfitting while maintaining model robustness. Gaussian Process Regression (GPR) and Ensemble Trees emerged as the superior models, with GPR, when combined with ReliefF feature selection, yielding the lowest root mean square error (RMSE) of 6.74 for systolic blood pressure (SBP) and 3.59 for diastolic blood pressure (DBP).
A distinctive element of this paper is its comparative analysis of different ML models on both existing and novel feature sets. The incorporation of demographic features appears to substantially enhance BP estimation accuracy, as demonstrated by the strong correlation coefficients of 0.95 for SBP and 0.96 for DBP upon hyperparameter optimization.
The implications of this research are substantial, particularly for wearable health technology. The incorporation of such algorithms into portable devices paves the way for continuous real-time BP monitoring, potentially mitigating risks associated with hypertensive events through early detection. The approach also lays foundational knowledge for advancing non-invasive diagnostic methods, thereby fostering further research in ML-based healthcare applications.
Looking forward, the refinement of this methodology with larger datasets, incorporating deep learning techniques, could improve the model's predictive performance towards fulfilling regulatory standards such as the International Organization for Standardization (ISO) and the British Hypertension Society (BHS) criteria. This advancement holds promise for not only raising the bar for accuracy in BP estimation but also making such technologies more accessible in everyday healthcare solutions.