Breathing conditions affect a wide range of people, including those with respiratory issues like asthma and sleep apnea. Smartwatches with photoplethysmogram (PPG) sensors can monitor breathing. However, current methods have limitations due to manual parameter tuning and pre-defined features. To address this challenge, we propose the PPG2RespNet deep-learning framework. It draws inspiration from the UNet and UNet + + models. It uses three publicly available PPG datasets (VORTAL, BIDMC, Capnobase) to autonomously and efficiently extract respiratory signals. The datasets contain PPG data from different groups, such as intensive care unit patients, pediatric patients, and healthy subjects. Unlike conventional U-Net architectures, PPG2RespNet introduces layered skip connections, establishing hierarchical and dense connections for robust signal extraction. The bottleneck layer of the model is also modified to enhance the extraction of latent features. To evaluate PPG2RespNet's performance, we assessed its ability to reconstruct respiratory signals and estimate respiration rates. The model outperformed other models in signal-to-signal synthesis, achieving exceptional Pearson correlation coefficients (PCCs) with ground truth respiratory signals: 0.94 for BIDMC, 0.95 for VORTAL, and 0.96 for Capnobase. With mean absolute errors (MAE) of 0.69, 0.58, and 0.11 for the respective datasets, the model exhibited remarkable precision in estimating respiration rates. We used regression and Bland-Altman plots to analyze the predictions of the model in comparison to the ground truth. PPG2RespNet can thus obtain high-quality respiratory signals non-invasively, making it a valuable tool for calculating respiration rates.
Hypertension is a potentially unsafe health ailment, which can be indicated directly from the blood pressure (BP). Hypertension always leads to other health complications. Continuous monitoring of BP is very important; however, cuff-based BP measurements are discrete and uncomfortable to the user. To address this need, a cuff-less, continuous, and noninvasive BP measurement system is proposed using the photoplethysmograph (PPG) signal and demographic features using machine learning (ML) algorithms. PPG signals were acquired from 219 subjects, which undergo preprocessing and feature extraction steps. Time, frequency, and time-frequency domain features were extracted from the PPG and their derivative signals. Feature selection techniques were used to reduce the computational complexity and to decrease the chance of over-fitting the ML algorithms. The features were then used to train and evaluate ML algorithms. The best regression models were selected for systolic BP (SBP) and diastolic BP (DBP) estimation individually. Gaussian process regression (GPR) along with the ReliefF feature selection algorithm outperforms other algorithms in estimating SBP and DBP with a root mean square error (RMSE) of 6.74 and 3.59, respectively. This ML model can be implemented in hardware systems to continuously monitor BP and avoid any critical health conditions due to sudden changes.