Skip to main content

ORIGINAL RESEARCH article

Front. Physiol., 26 October 2023
Sec. Computational Physiology and Medicine
This article is part of the Research Topic Advances in Basic and Applied Research in Photoplethysmography View all 17 articles

Clustered photoplethysmogram pulse wave shapes and their associations with clinical data

Serena Zanelli
Serena Zanelli1*Kornelia EveilleauKornelia Eveilleau2Peter H. CharltonPeter H. Charlton3Mehdi AmmiMehdi Ammi4Magid Hallab,Magid Hallab2,5Mounim A. El YacoubiMounim A. El Yacoubi6
  • 1Laboratoire Analyse, Géométrie et Applications, University Sorbonne Nord, Villetaneuse, France
  • 2Axelife, Saint-Nicolas-de-Redon, France
  • 3Department of Public Health and Primary Care, University of Cambridge, Cambridge, United Kingdom
  • 4Laboratoire Analyse, Géométrie et Applications, University of Sorbonne Nord, Saint-Denis, France
  • 5Clinique Bizet, Paris, France
  • 6SAMOVAR Telecom SudParis, CNRS, Institut Polytechnique de Paris, Palaiseau, France

Photopletysmography (PPG) is a non-invasive and well known technology that enables the recording of the digital volume pulse (DVP). Although PPG is largely employed in research, several aspects remain unknown. One of these is represented by the lack of information about how many waveform classes best express the variability in shape. In the literature, it is common to classify DVPs into four classes based on the dicrotic notch position. However, when working with real data, labelling waveforms with one of these four classes is no longer straightforward and may be challenging. The correct identification of the DVP shape could enhance the precision and the reliability of the extracted bio markers. In this work we proposed unsupervised machine learning and deep learning approaches to overcome the data labelling limitations. Concretely we performed a K-medoids based clustering that takes as input 1) DVP handcrafted features, 2) similarity matrix computed with the Derivative Dynamic Time Warping and 3) DVP features extracted from a CNN AutoEncoder. All the cited methods have been tested first by imposing four medoids representative of the Dawber classes, and after by automatically searching four clusters. We then searched the optimal number of clusters for each method using silhouette score, the prediction strength and inertia. To validate the proposed approaches we analyse the dissimilarities in the clinical data related to obtained clusters.

1 Introduction

The photoplethysmogram (PPG) signal contains precious information about the blood vessels and heart activity. The digital volume pulse (DVP) is defined as the portion of PPG signal corresponding to one cardiac cycle. In young individuals, the DVP exhibits clearly defined systolic and diastolic peaks. The diastolic peak is attenuated with increasing age (Dawber et al., 1973). The systolic peak is related to the forward pressure wave from the heart to the finger. The diastolic wave, also called the reflected wave, depends on the amount of reflection (due to muscular tone) in small arteries (Millasseau et al., 2006). DVP shape changes with age (Allen and Murray, 2003), blood pressure (Millasseau et al., 2006), atherosclerosis (Rozi et al., 2012), and other cardiovascular diseases such as arrhythmia (Sardana et al., 2021) and coronary artery disease (Saritas et al., 2019). DVP wave shapes vary between subjects and with the presence of pathologies. It can be used to assess a variety of cardiovascular properties, such as estimating blood pressure (Kurylyak et al., 2013), detecting diabetes (Zanelli et al., 2022), or assessing vascular ageing (Charlton et al., 2022). An understanding of typical DVP wave shapes could contribute to the physiological interpretation of wave shapes, and could help in the development of robust DVP wave analysis algorithms. Most of the DVP biomarkers extraction algorithms assume that DVPs have a standardized shape. However real DVPs can show more than one peak. In this case, the biomarker cannot be computed directly but a suitable pre-processing has to be applied to the wave in order to obtain an estimation. For our knowledge very few studies address the DVP shape morphology classification topic.

In 1973, Dawber et al., 1973 defined four classes of DVP shape based on the characteristics of the dicrotic notch (Figure 1). The four classes range from a visible and clearly marked dicrotic notch (Class 1) to a non visible dicrotic notch (Class 4). However, DVPs exhibit far more shape variations than are captured in the characteristics of the dicrotic notch. Other attempts have been made to identify typical DVP wave shapes: frequency analysis to classify the DVPs into three classes based on the age (Sherebrin and Sherebrin, 1990); machine learning and deep learning methods trained over handcrafted features to classify the DVPs shape into the four classes proposed by Dawber et al. (Tigges et al., 2016); and second derivative analysis used to obtain four DVP templates (Takada et al., 1996). Wang et al., 2013 proposed a multi-Gaussian fitting to classify DVPs into five classes. With respect to Dawber et al., they introduced an intermediate class where no notch develops but there is a notable reflected wave in the systolic component of the pulse wave. The main limitation of these studies is the pre-emptive choice of the number of DVP classes.

FIGURE 1
www.frontiersin.org

FIGURE 1. Example of digital volume pulse Dawber classes. Data sourced from Charlton et al. (2016). Figure: Classes of photoplethysmogram (PPG) pulse wave shape: Examples of the four classes of pulse wave shape proposed by Dawber et al. Reproduced form https://commons.wikimedia.org/wiki/File:Classes_of_photoplethysmogram_(PPG)_pulse_wave_shape.svg, licensed under CC-BY 4.0.

We used non-supervised approaches to identify clusters of DVP wave shapes as follows. First, we investigated different approaches for clustering DVP waves with the aim of identifying the best approach. K-medoids clustering was used to cluster DVP wave shapes based on: 1) handcrafted DVP features; 2) Derivative Dynamic Time Warping (DDTW) distances; or (iii) features extracted from a convolutional neural network autoencoder (CNN AE). K-medoids was used instead of K-means as it is less affected by outliers, and it guarantees that each medoid (the DVP shape representing the entire cluster) is an actual DVP (Park and June 2009). Second, we investigated whether the optimal number of clusters is four, as suggested by Dawber et al., or a different number. To do so, all the clustering methods were tested when the number of clusters was fixed to four (with and without fixing the medoids to DVP waves typical of Dawber’s four classes), and when the optimal number of clusters was determined through one of: the prediction strength method (Tibshirani and Walther, 2005); the silhouette score (Shahapure and Nicholas, 2020); or clusters inertia (Syakur et al., 2018). Third, we investigated whether any of the obtained clusters were clinically relevant. To do so, we analysed the related clinical data for each cluster to assess whether there were significant differences between clusters. The dataset used in this study contained approximately 11,000 DVPs from 300 subjects aged 20–80 years old. Our contributions can be summarized as follows.

• We clustered DVP waves using a K-medoids approach with three different feature sets. We compared the results obtained with 1) a dataset composed by fourteen PPG handcrafted features, 2) a dataset composed by DDTW pairwise distances and 3) a dataset composed by features automatically extracted from a CNN autoencoder.

• We tested the proposed approaches with four clusters to compare the obtained results with the Dawber et al. classes. Then, we investigated the optimal number of clusters using the silhouette score, inertia and the prediction strength methods. The approaches have been also tested by imposing four representative medoids, selected by a human expert.

• We investigate whether or not the obtained clusters are clinically relevant by analysing the distribution of the clinical data associated with each cluster.

2 Material and methods

2.1 Dataset

The dataset used in this study contains PPG signals recorded from 300 different subjects, providing a total of about 11,057 DVPs. Table 1 presents the subject characteristics: the subjects ranged from 19 to 83 years old; and included normotensives, hypertensives and hypotensives. Figure 2 represents the age distribution of the dataset. The PPG signals were acquired at 1 kHz with the pOpmètre device (Axelife, France) (Obeid et al., 2017). pOpmètre is a medical device that measures the pulse wave velocity (PWV) between the finger and the toe in order to assess arterial stiffness. Prior to measurement, subjects were asked to lie down and rest for about 5 min. The device utilizes transmittance PPG with red and infrared light. Each measurement takes up to 14 s to be computed. Some subjects in the dataset had more than one measurement taken. Only the finger signals were used in this study. The quality assessment process described in (Zanelli et al., 2021) was used to select only the high quality parts of the signals. Signals were then segmented into DVPs. DVP waves were normalised in time (100 samples) and amplitude (between zero and one). The employed dataset is composed only of DVP waves without any other information related to the shape. Since no labels are available, we propose an unsupervised approach to cluster the waves, using three different DVP extracted features. This process is further explained in the next section.

TABLE 1
www.frontiersin.org

TABLE 1. Clinical data. Mean, standard deviation, minimum and maximum values of the clinical data related to the used DVPs dataset.

FIGURE 2
www.frontiersin.org

FIGURE 2. Age distribution of the used dataset.

The dataset was split into train and test sets using 70% and 30% of the available data respectively. Since one subject can have different DVP shapes along the same measurement, one subject can contribute to the train, validation or test set at the same time. The validation set is composed of 30% of the training test. The same train, validation and test sets were used with all the proposed methods in order to be able to compare the results. The train and validation sets were used to train the CNN AE while the test set was used for clustering.

2.2 Clustering pulse waves

The K-medoids technique was used to cluster DVP waves. K-medoids is a partitional algorithm firstly proposed in 1980 (Rdusseeun and Kaufman, 1987). Its objective is to split a dataset into k clusters by minimising the distance between the center of each cluster and the samples assigned to that cluster. The center of the cluster (also known as a medoid) is defined as the sample in the cluster whose average dissimilarity to all the remaining objects in the cluster is minimal. The chosen medoid is an actual sample of the dataset, in contrast to the k-means algorithm. Furthermore, because k-medoids minimizes the sum of dissimilarities between two samples of the dataset instead of the sum of squared euclidean distances, it is more robust to noise and outliers than k-means (Kaur et al., 2014). In this study, we applied the K-medoids in three ways, as now described.

2.2.1 Using handcrafted features

Clustering was performed using twenty one handcrafted features were extracted from the DVPs contained in the dataset. The features include those proposed in the literature to assess DVP morphology (Tigges et al., 2016), second derivative features (Mouney et al., 2021), and statistical shape features such as kurtosis and skewness. We performed the correlation analysis to identify and remove highly correlated features. This resulted in fourteen handcrafted features being selected, as reported in Table 2. After checking the feature distributions, we applied a logarithmic transformation to three of the remaining features. We then standardized the features by subtracting the mean and scaling to unit variance. The fourteen features were clustered using the K-medoids approach.

TABLE 2
www.frontiersin.org

TABLE 2. DVPs features used for clustering with the handcrafted DVP feature approach. Abb: feature name abbreviation.

2.2.2 Using dynamic time warping

Dynamic Time Warping (DTW) is an algorithm employed to estimate the similarity between two time series (Müller, 2007). DTW was first introduced around 1960 and applied in speech recognition around 1975 (Senin, 2008). Over the years, this algorithm has been demonstrated to be very effective in matching time series of all kinds (Bagnall et al., 2016), such as for handwriting classification (El-Yacoubi et al., 2019). It has already been applied to PPG and ECG signals in various fields to assess signal quality (Li and Clifford, 2012), identify fine finger gestures (Zhao et al., 2018), or for human verification systems (Hwang et al., 2021). We define two time series as X = (x1, x2, … , xn) and Y = (y1, y2, … , ym).

The DTW similarity measure is computed as the minimal cost of aligning the two time series as described in Algorithm 1 (Sakoe and Chiba, 1978). Several adaptations have been proposed to improve the efficiency and the effectiveness of this algorithm. Local constraints such as the Itakura parallelogram (Itakura, 1975) or the Sakoe-Chiba band (Sakoe and Chiba, 1978) have been found to reduce the computational complexity of the unconstrained DTW and also improve accuracy when used with a 1 Nearest-Neighbor (1-NN) classifier (Geler et al., 2019). We implemented DDTW using a SakoeChiba window of length w = 20 samples. DTW is likely to be successful when applied to two sequences that are similar except for local accelerations and decelerations in the time axis. However, in our case the DVPs differed mostly on the Y-axis. We found that DTW did not provide successful results, as the algorithm matched points with lower mutual distance rather than points with similar shapes. Therefore, we implemented Derivative Dynamic Time Warping (DDTW), in which the time series X and Y are substituted with their derivatives X′ and Y′. This takes into consideration the slopes of the DVPs in order to compute the minimal cost (Keogh and Pazzani, 2001). DVPs were further Z-normalised before performing DDTW measures. Figure 3 shows the application of classical DTW and DDTW. The DDTW similarities were clustered using the K-medoids approach.

Algorithm 1.Calculating the dynamic time warping (DTW) distance between time series.

 Require: n, m ≥ 0

  int DTW[0..n, 0..m]

  int i, j, cost

  s: array [1..n], t: array [1..m]

  for i ≔ 1 to n do

    for j ≔ 1 to m do

      DTW[i, j] ≔ infinity

    end for

  end for

  DTW[0, 0] ≔ 0

  for i ≔ 1 to n do

    for j ≔ 1 to m do

      cost≔ abs(s[i] - t[j])

      DTW[i, j] ≔ cost + minimum(DTW[i-1, j ], DTW[i , j-1], DTW[i-1, j-1])

    end for

  end for

  return DTW[n, m]

FIGURE 3
www.frontiersin.org

FIGURE 3. Dynamic time warping and derivative dynamic time warping comparison. It is observable how DDTW is able to match the same shape modifications with respect to the DTW that matches points that have low relative distance.

2.2.3 Convolutional neural network autoencoder

A Convolutional Neural Network (CNN) AutoEncoder model was used to automatically extract features from DVP waves (Chafik et al., 2019). CNNs are widely employed in biomedical signal processing (Alaskar, 2018) since they are capable of extracting features by exploiting the convolution operation between the input and learnt filters (Li et al., 2017). The autoencoder is trained to extract features from the input (performing a dimension compression step) and reconstruct it using the learnt features by minimising the Mean Squared Error (MSE) between the reconstructed input and the actual input. The model is composed of 6 convolutional layers and three dense layers. A flattening layer is added after the last convolution in order to reduce the dimensions and pass the feature maps to the fully connected layer. Relu activation functions inside CNN layers were used, while a sigmoid activation function was used for the reconstruction layer. The model architecture is represented in Table 3. We optimize the bottleneck layer size, the learning rate and λ L2 regularisation factor using Autonomio Talos python tool (Talos, 2019). The optimal model was chosen as a trade-off between validation loss and bottleneck layer size. A latent size of eight was chosen, indicating that eight features were extracted from DVP waves. This provided the smallest bottleneck layer size that performed well enough compared to the best validation loss obtained. Once the autoencoder is trained, only the encoder part is used to extract features from the DVPs. The eight features were clustered using the K-medoids approach.

TABLE 3
www.frontiersin.org

TABLE 3. CNN AutoEncoder architecture.

2.3 Investigating the optimal number of clusters

We employed three different methods to investigate the optimal number of clusters: the silhouette score (Rousseeuw, 1987), the prediction strength (Tibshirani and Walther, 2005), and the cluster inertia (Syakur et al., 2018). These are now described.

The silhouette score is calculated by taking into account the mean intra-cluster distance a, and the distance between a sample and the nearest cluster that the sample is not a part of b. The silhouette score s for a sample is:

s=ba/maxa,b.(1)

The score is then averaged over all samples. This score measures how well a dataset sample i matches the chosen clustering scheme. A score of 1 means the samples are correctly clustered, a score of 0 means the samples could belong to other clusters, and a score of −1 means that the cluster contains the wrong samples.

The prediction strength of the clustering C(Xtr, k) is a defined as:

psk=min1jk1nk,jnk,j1iiAkjDCXtr,k,Xteii,(2)

where nk,j is the number of observations in the jth cluster, D[C(Xtr, k), Xte] is the co-membership matrix of size (Xtr (train set), Xte (test set)) and C(Xtr, k) is the clustering algorithm fitted to the training set. In other words, for each test cluster, the proportion of observation pairs in that cluster that are also assigned to the same cluster by the training set centroids is computed. The prediction strength is the minimum of this quantity over the k test clusters. The maximum number of clusters for which the prediction strength is above a certain threshold is then chosen. Although the experiments ran by the authors suggest 0.8–0.9 as a good value for the threshold, the latter may be interpreted on a case-by-case basis.

The cluster inertia was computed as follows:

i=1NxiCk2,(3)

where N is the number of samples within the data set and C is the center of a cluster. It computes the sum of squared distance of each sample in a cluster to its cluster center.

We have to highlight that, although we tested three different methods to investigate the optimal number of clusters, the final choice of the optimal number of clusters is still affected by personal interpretation.

2.4 Investigating the clinical relevance of obtained clusters

The clinical relevance of the clustering was investigated as follows.

The Kruskal Wallis test (McKight and Najab, 2010) was used to assess whether there was a significant difference between the values of each clinical parameter between the clusters found using each clustering approach (template, baseline, and optimal). In the case of significant differences, the null hypothesis that the mean ranks of the groups are the same was rejected, and the Welch test (Alekseyenko, 2016) was used to identify the clusters for which the differences were significant.

Since significant differences were found between the clinical parameters of different clusters when using all the clustering approaches, we also conducted a more in-depth analysis of differences. Here, we propose a technique to identify which methods better discriminate the clinical data distribution among the clusters. Inspired by core shape modelling (Boudaoud et al., 2010), we assessed the intrinsic shape variations of the clinical data probability density functions (PDFs) across different clusters. This method assesses the dissimilarity between cluster PDFs by computing the distance between the relative reversed cumulative distribution function. The CSM objective is to remove the shape modification related to the x-axis shift and focus only on the shape. Differently from the original approach, we did not want to remove the x-axis shift. Thus, we computed the distances between the reversed cumulative distribution function taking into consideration the possible x-axis shift. Probability density functions (PDFs) of the clinical data related to the clusters were computed for each of the proposed methods. From the reversed cumulative distribution function it is now possible to compute the euclidean distance. This measure gives an index to quantify the similarity between two PDFs. The larger it is, the better the method is able to cluster waves in a clinical relevant manner. The averaged distance d that we propose is computed as follows:

d=1kk1i=1kwiijkwjdisti,j(4)

where wn=NDVPnNDVP is a weight that penalises clusters composed of fewer DVPs computed as the ration between the number of DVP contained in the cluster n and the total amount of DVP in the dataset and dist(i,j)=|CDFi1CDFj1| is the distance between two reserved cumulative distribution functions.

3 Results and discussion

In this section we present and discuss the obtained DVP clusters. First, we compare results obtained using the baseline approach and the template approach to understand whether the clusters of DVP waves are similar to Dawber’s classes. Second, we present the results obtained using each of the three methods for identifying the optimal number of clusters. Finally, we assess the clinical relevance of the obtained clusters.

Clusters were visualised using a nonlinear dimensionality reduction method: the t-Distributed Stochastic Neighbor Embedding (t-SNE) (Van der Maaten and Hinton, 2008). This method provides a faithful lower-dimensional representation where the distribution of the original data is conserved also in the lower dimension representation. It achieves this by modeling the dataset with a dimension-agnostic probability distribution, finding a lower-dimensional approximation with a closely matching distribution (Li et al., 2017). In order to visualise the clinical data among the different clusters we present, for each proposed method, a radar plot representing the clinical data normalized averages among the clusters. Figure 5, Figure 6 and Figure 7 respectively represent the t-SNE cluster representation, the medoids and the PPG waves attributed to each cluster; and the radar plot of the clinical parameters.

3.1 Comparing with Dawber’s classes

This section presents the results of clustering the dataset into four clusters using each of the three clustering methods: handcrafted features, CNN AE automated features, and the DDTW similarity matrix. We chose four clusters to allow comparison with the DVP shapes proposed by Dawber et al. In a first (baseline) approach each method was used to automatically identify the four clusters. In a second (template) approach, the medoids of the four clusters were imposed as DVP waves selected by an expert to correspond to the four classes identified by Dawber et al. We iteratively computed the assignments of the pulses to the clusters.

The results are shown in Figure 6, where the top row shows the template approach, and the middle row shows the baseline approach. Dawber’s classes (top row) were designed based on differences in dicrotic notch characteristics. The medoid DVP waves automatically identified in the DDTW baseline approach are most similar to Dawber’s classes: cluster 1 (corresonding to the youngest subjects as observed in Figure 7) exhibits a marked dicrotic notch (similar to Dawber’s class 1), which gradually disappears in older subjects (clusters 0, 2, and 3 respectively, corresponding to Dawber’s classes 2, 3, and 4) (see Figure 6). The clusters automatically identified when using the CNN autoencoder method are less similar to Dawber’s classes, and those identified when using handcrafted features are even less similar still.

The number of DVP waves in each cluster was less balanced when imposing Dawber’s classes as medoids than when automatically identifying medoids (see Table 4). For instance, when using handcrafted features, the proportion of DVP waves allocated to each cluster ranged from 3% to 43% when prescribing Dawber’s template classes, compared to 20%–33% when allowing cluster medoids to be identified automatically. There were similar imbalances when using CNN autoencoder features, and DDTW.

TABLE 4
www.frontiersin.org

TABLE 4. Number of DVPs in each cluster and for each proposed method.

The clusters identified using DDTW not only exhibited differences in dicrotic notch characteristics (similarly to Dawber’s classes) but also exhibit changes in the characteristics of the systolic portion of the DVP wave (see Figure 6): the systolic peak becomes wider with age (i.e., from cluster 1 to 0, 2, and 3), and the secondary systolic wave disappears with age. This secondary systolic wave could be a reflected wave caused by the elasticity of the artery (Luo et al., 2014) or the reflection of the forward wave at the renal artery branch (Nagasawa et al., 2022).

3.2 Determining the optimal number of clusters

In order to determine the optimal number of clusters, we computed the silhouette score, the inertia and the prediction strength of the proposed approaches (see Section 2.3). Whilst these methods do require some subjective interpretation, using multiple methods allowed us to reduce the level of subjectivity. The computational cost of applying the prediction strength to the DDTW matrix was found to be high resulting in an extremely long runtime (>10 days) requiring, in our opinion, a non-justifiable amount of resources (Patterson et al., 2021). Therefore, the silhouette score and inertia were used to select optimal numbers of clusters. Where available, the result was then compared with the prediction strength.

Figure 4 shows the results for the three approaches when varying the number of clusters from 1 to 15. Silhouette score and inertia have been used jointly to select the optimal number of clusters. We searched in the results a number of cluster k, for which the obtained silhouette score was close to 1 and the inertia presented an elbow. The selected number of clusters was then compared with the obtained prediction strength analysis. Based on these results, we chose not to use a threshold of 0.8 for the prediction strength because it would have been too restrictive. The optimal number of clusters was determined as 6, 7, and 7 clusters for the handcrafted feature, the CNN AE, and the DDTW approaches respectively.

FIGURE 4
www.frontiersin.org

FIGURE 4. Prediction strength, inertia and silhouette score for clusters k = [1, 15] for handcrafted and CNN AE approach. Inertia and silhouette score for clusters k = [1, 15] for DDTW approach. Black dotted line: chosen number of clusters.

3.3 Determining the optimal clustering method

The t-SNE visualisations (Figure 5) help determine which clustering approach best separates DVP waves into clusters. The DDTW approach appears to better separate the clusters when using the template, baseline, or optimal approaches. However, we can observe from the medoids plot (Figure 6) some clusters appear to be very similar in all of the three proposed approaches. We used the intra-cluster inertia to further investigate the performance of different clustering approaches (see Figure 4). The intra-cluster inertia was lowest for the DDTW approach (approximately 0.2), and substantially higher for the other approaches (approximately 0.4 for the CNN autoencoder approach, and 0.5 for the handcrafted features approach). Based on this, we suggest that the DDTW clustering approach performed best in this study.

FIGURE 5
www.frontiersin.org

FIGURE 5. t-SNE clustering representation of all the proposed approaches. From the top to the bottom: template, baseline and optimal approach. From the left to the right: handcrafted, CNN AE and automated features.

FIGURE 6
www.frontiersin.org

FIGURE 6. Medoids (dark green) and DVPs (light green) for all the proposed approaches. From the top to the bottom: template, baseline and optimal approach. From the left to the right: handcrafted, CNN AE and automated features.

3.4 Investigating the clinical relevance of clusters

Clustering a dataset composed of real DVPs with no prior information about the possible optimal number of clusters, can be challenging. The main difficulty is represented by the impossibility of validating a certain approach. In this work, we used the clinical data related to the DVPs to validate and score the proposed approaches. To visualize the clinical data related to the clustered DVPs, we employed the radar plot in Figure 7. These plots represent the average value of each clinical parameter for each cluster. From visual inspection it is clear that almost all the clustering approaches result in clusters which are associated with differences in clinical parameters. To quantify this, we first performed statistical tests to assess whether there were significant differences between the clinical data for each cluster. Significant differences were found between clusters obtained using all the approaches. To investigate which method is able to better differentiate the clinical data related to the clusters we implemented a modified version of the CSM approach (Boudaoud et al., 2010). For each clinical data contained in the dataset and for each method, we assessed the capability of the latter to cluster waves in a clinical relevant manner. Table 5 reports the obtained results. Depending on the considered data, the method that obtained the largest distance changes. When clustering with with the optimal approach, the distances are smaller. This finding is logic, since the starting support space is unaltered. The CNN and DDTW approaches (template and baseline) seem to always score large distances among all the clinical data. Age and transit time appear to have the largest difference, perhaps being the primary determinants for DVPs shape. Clusters appear to correspond to different clinical characteristics, and could provide insights into a subject’s vascular age as they are most strongly influenced by age and pulse transit time. This finding is in accordance with several studies (Alty et al., 2007; Brillante et al., 2008; Yousef et al., 2012). Physiologically, the aging process leads to increasing arterial stiffness (Bortolotto et al., 2000) which is reflected on the DVP shape as a less marked backward wave and dicrotic notch (Dawber et al., 1973). Arterial stiffness is directly correlated to the transit time. The more rigid the arteries, the smaller is the transit time due to a physiological loss of compliance of the arteries with the age (Nitzan et al., 2001). The obtained clusters seem to be able to differentiate among DVP related to subjects with different levels of arterial stiffening. The obtained clusters exhibit differences in dicrotic notch characteristics and also in the shape of the systolic portion of the DVP (see Figure 7). The systolic peak becomes wider with age and the diastolic wave disappears with age (Figure 6). However, further studies are needed to better understand the relation between the obtained clusters and their physiological meaning.

FIGURE 7
www.frontiersin.org

FIGURE 7. Radar plot for all the proposed approaches representing the average value of the clinical data related to the clustered DVPs. From the top to the bottom: template, baseline and optimal approach. From the left to the right: handcrafted, CNN AE and automated features.

TABLE 5
www.frontiersin.org

TABLE 5. PDF distances for each clinical data for each proposed method. The larger is the scored distance the better the method is able to cluster DVPs in a clinical relevant manner. The methods are scored, for each clinical data, from the best to the poorest.

4 Conclusion

In this work we investigated several unsupervised approaches to cluster DVPs. We wanted to address whether or not a dataset composed of real DVPs can be described by 4 classes based on the dicrotic notch position, as previously reported by Dawber et al.

Our results indicate that DVP wave shapes do differ due to their dicrotic notch characteristics. However, there are additional differences such as width of the systolic peak and the strength of a secondary systolic wave. Investigating the optimal number of clusters with the help of methods such as inertia, silhouette score and prediction strength, we found 7 clusters of DVP wave shapes. Whilst these methods do require some subjective interpretation, using multiple methods allowed us to reduce the level of subjectivity.

The DDTW clustering approach performed best in this study, providing better separation between clusters than using either handcrafted features, or a CNN autoencoder approach. The DDTW approach takes into account the shape of the DVP wave by applying DTW to the first derivative of the DVP wave, and may therefore confer benefit over the previously proposed approach of applying DTW to the original DVP wave.

The different clusters of DVP waves correspond to different clinical characteristics. The clustering revealed that DVP wave shape was primarily associated with pulse transit time and age, which is in accordance with other studies Yousef et al. (2012); Alty et al. (2007); Brillante et al. (2008). Therefore, these clusters may provide insight into a subject’s vascular age. However, further studies are needed to better investigate the relationship between PWV and age and its effect on the DVP morphology. However, further studies are needed to better understand the relation between the obtained clusters and their physiological meaning.

Further improvements will focus on improving the measure of similarity d to assess differences in the probability density function by taking into consideration the distance between the averaged clinical values, the standard deviation and the variability among clusters. Other methods such as Gaussian and exponential modelling will be taken into consideration to extract relevant features from the DVP. In order to test the presented approach on a public dataset for comparison, it would be very helpful if public PPG datasets were created which contain PPG signals alongside reference cardiovascular measurements such as systolic blood pressure, pulse wave velocity and generic data such as age, weight and BMI.

Data availability statement

The datasets presented in this article are not readily available because they are private datasets. Requests to access the datasets should be directed to magid@axelife.com.

Ethics statement

The studies involving humans were approved by the cohort register referenced BS-004—University Hospital of Nice. The studies were conducted in accordance with the local legislation and institutional requirements. The participants provided their written informed consent to participate in this study.

Author contributions

SZ, KE, ME, MA, and MH contributed to conception and design of the study. SZ performed the clustering and wrote the manuscript. KE performed the statistical analysis. PC selected the DVPs templates and helped with the physiological interpretation of the results. ME confirmed the results and shaped the article’s focus. All authors contributed to the article and approved the submitted version.

Acknowledgments

PHC acknowledges funding from the British Heart foundation [FS/20/20/34626]. This article is based upon work from COST ACTION “Network for Research in Vascular Ageing” CA18216 supported by COST (European Cooperation in Science and Technology): www.cost.eu.

Conflict of interest

KE was employed by Axelife. SZ collaborates with Axelife, a company that designs and develops PPG-based medical devices. MH has authored patents used by Axelife and was the president of Axelife.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Alaskar H. (2018). Convolutional neural network application in biomedical signals. J. Comput. Sci. Inf. Tech. 6, 45–59. doi:10.15640/jcsit.v6n2a5

CrossRef Full Text | Google Scholar

Alekseyenko A. V. (2016). Multivariate welch t-test on distances. Bioinformatics 32, 3552–3558. doi:10.1093/bioinformatics/btw524

PubMed Abstract | CrossRef Full Text | Google Scholar

Allen J., Murray A. (2003). Age-related changes in the characteristics of the photoplethysmographic pulse shape at various body sites. Physiol. Meas. 24, 297–307. doi:10.1088/0967-3334/24/2/306

PubMed Abstract | CrossRef Full Text | Google Scholar

Alty S. R., Angarita-Jaimes N., Millasseau S. C., Chowienczyk P. J. (2007). Predicting arterial stiffness from the digital volume pulse waveform. IEEE Trans. Biomed. Eng. 54, 2268–2275. doi:10.1109/tbme.2007.897805

PubMed Abstract | CrossRef Full Text | Google Scholar

Bagnall A., Bostrom A., Large J., Lines J. (2016). The great time series classification bake off: An experimental evaluation of recently proposed algorithms. extended version. arxiv 2016 arXiv preprint arXiv:1602.01711

Google Scholar

Bortolotto L. A., Blacher J., Kondo T., Takazawa K., Safar M. E. (2000). Assessment of vascular aging and atherosclerosis in hypertensive subjects: second derivative of photoplethysmogram versus pulse wave velocity. Am. J. Hypertens. 13, 165–171. doi:10.1016/s0895-7061(99)00192-2

PubMed Abstract | CrossRef Full Text | Google Scholar

Boudaoud S., Rix H., Meste O. (2010). Core shape modelling of a set of curves. Comput. Statistics Data Analysis 54, 308–325. doi:10.1016/j.csda.2009.08.003

CrossRef Full Text | Google Scholar

Brillante D. G., O’sullivan A. J., Howes L. G. (2008). Arterial stiffness indices in healthy volunteers using non-invasive digital photoplethysmography. Blood Press. 17, 116–123. doi:10.1080/08037050802059225

PubMed Abstract | CrossRef Full Text | Google Scholar

Chafik S., El Yacoubi M. A., Daoudi I., El Ouardi H. (2019). Unsupervised deep neuron-per-neuron hashing. Appl. Intell. 49, 2218–2232. doi:10.1007/s10489-018-1353-5

CrossRef Full Text | Google Scholar

Charlton P. H., Bonnici T., Tarassenko L., Clifton D. A., Beale R., Watkinson P. J. (2016). An assessment of algorithms to estimate respiratory rate from the electrocardiogram and photoplethysmogram. Physiol. Meas. 37, 610–626. doi:10.1088/0967-3334/37/4/610

PubMed Abstract | CrossRef Full Text | Google Scholar

Charlton P. H., Paliakaitė B., Pilt K., Bachler M., Zanelli S., Kulin D., et al. (2022). Assessing hemodynamics from the photoplethysmogram to gain insights into vascular age: A review from vascagenet. Am. J. Physiology-Heart Circulatory Physiology 322, H493–H522. doi:10.1152/ajpheart.00392.2021

CrossRef Full Text | Google Scholar

Dawber T. R., Thomas H. E., McNamara P. M. (1973). Characteristics of the dicrotic notch of the arterial pulse wave in coronary heart disease. Angiology 24, 244–255. doi:10.1177/000331977302400407

PubMed Abstract | CrossRef Full Text | Google Scholar

El-Yacoubi M. A., Garcia-Salicetti S., Kahindo C., Rigaud A.-S., Cristancho-Lacroix V. (2019). From aging to early-stage alzheimer’s: uncovering handwriting multimodal behaviors by semi-supervised learning and sequential representation learning. Pattern Recognit. 86, 112–133. doi:10.1016/j.patcog.2018.07.029

CrossRef Full Text | Google Scholar

Geler Z., Kurbalija V., Ivanović M., Radovanović M., Dai W. (2019). “Dynamic time warping: itakura vs sakoe-chiba,” in 2019 IEEE International Symposium on INnovations in Intelligent SysTems and Applications (INISTA), 1–6. doi:10.1109/INISTA.2019.8778300

CrossRef Full Text | Google Scholar

Hwang D. Y., Taha B., Lee D. S., Hatzinakos D. (2021). Evaluation of the time stability and uniqueness in ppg-based biometric system. IEEE Trans. Inf. Forensics Secur. 16, 116–130. doi:10.1109/TIFS.2020.3006313

CrossRef Full Text | Google Scholar

Itakura F. (1975). Minimum prediction residual principle applied to speech recognition. IEEE Trans. Acoust. speech, signal Process. 23, 67–72. doi:10.1109/tassp.1975.1162641

CrossRef Full Text | Google Scholar

Kaur N. K., Kaur U., Singh D. (2014). K-medoid clustering algorithm-a review. Int. J. Comput. Appl. Technol. 1, 42–45.

Google Scholar

Keogh E. J., Pazzani M. J. (2001). “Derivative dynamic time warping,” in Proceedings of the 2001 SIAM international conference on data mining (SIAM), 1–11.

CrossRef Full Text | Google Scholar

Kurylyak Y., Lamonaca F., Grimaldi D. (2013). “A neural network-based method for continuous blood pressure estimation from a ppg signal,” in 2013 IEEE International instrumentation and measurement technology conference (I2MTC) (IEEE), 280–283.

CrossRef Full Text | Google Scholar

Li Q., Clifford G. D. (2012). Dynamic time warping and machine learning for signal quality assessment of pulsatile signals. Physiol. Meas. 33, 1491–1501. doi:10.1088/0967-3334/33/9/1491

PubMed Abstract | CrossRef Full Text | Google Scholar

Li W., Cerise J. E., Yang Y., Han H. (2017). Application of t-sne to human genetic data. J. Bioinforma. Comput. Biol. 15, 1750017. doi:10.1142/S0219720017500172

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo F., Li J., Yun F., Chen T., Chen X. (2014). “An improved algorithm for the detection of photoplethysmographic percussion peaks,” in 2014 7th International Congress on Image and Signal Processing (IEEE), 902–906.

CrossRef Full Text | Google Scholar

McKight P. E., Najab J. (2010). “Kruskal-wallis test,” in The corsini encyclopedia of psychology, 1.

CrossRef Full Text | Google Scholar

Millasseau S. C., Ritter J. M., Takazawa K., Chowienczyk P. J. (2006). Contour analysis of the photoplethysmographic pulse measured at the finger. J. Hypertens. 24, 1449–1456. doi:10.1097/01.hjh.0000239277.05068.87

PubMed Abstract | CrossRef Full Text | Google Scholar

Mouney F., Tiplica T., Fasquel J.-B., Hallab M., Dinomais M. (2021). A new blood pressure estimation approach using ppg sensors: subject specific evaluation over a long-term period, Int. Summit Smart City 360. Springer, 45–63.

CrossRef Full Text | Google Scholar

Müller M. (2007). “Dynamic time warping,” in Information retrieval for music and motion, 69–84.

Google Scholar

Nagasawa T., Iuchi K., Takahashi R., Tsunomura M., de Souza R. P., Ogawa-Ochiai K., et al. (2022). Blood pressure estimation by photoplethysmogram decomposition into hyperbolic secant waves. Appl. Sci. 12, 1798. doi:10.3390/app12041798

CrossRef Full Text | Google Scholar

Nitzan M., Khanokh B., Slovik Y. (2001). The difference in pulse transit time to the toe and finger measured by photoplethysmography. Physiol. Meas. 23, 85–93. doi:10.1088/0967-3334/23/1/308

PubMed Abstract | CrossRef Full Text | Google Scholar

Obeid H., Soulat G., Mousseaux E., Laurent S., Stergiopulos N., Boutouyrie P., et al. (2017). Numerical assessment and comparison of pulse wave velocity methods aiming at measuring aortic stiffness. Physiol. Meas. 38, 1953–1967. doi:10.1088/1361-6579/aa905a

PubMed Abstract | CrossRef Full Text | Google Scholar

Park H.-S., Jun C.-H. (2009). A simple and fast algorithm for k-medoids clustering. Expert Syst. Appl. 36, 3336–3341. doi:10.1016/j.eswa.2008.01.039

CrossRef Full Text | Google Scholar

Patterson D. A., Gonzalez J., Le Q. V., Liang C., Munguía L.-M., Rothchild D., et al. (2021). Carbon emissions and large neural network training. ArXiv abs/2104.10350

Google Scholar

Rdusseeun L., Kaufman P. (1987). “Clustering by means of medoids,” in Proceedings of the statistical data analysis based on the L1 norm conference, switzerland (neuchatel) 31.

Google Scholar

Rousseeuw P. J. (1987). Silhouettes: a graphical aid to the interpretation and validation of cluster analysis. J. Comput. Appl. Math. 20, 53–65. doi:10.1016/0377-0427(87)90125-7

CrossRef Full Text | Google Scholar

Rozi R. M., Usman S., Ali M. M., Reaz M. (2012). “Second derivatives of photoplethysmography (ppg) for estimating vascular aging of atherosclerotic patients,” in 2012 IEEE-EMBS Conference on Biomedical Engineering and Sciences (IEEE), 256–259.

Google Scholar

Sakoe H., Chiba S. (1978). Dynamic programming algorithm optimization for spoken word recognition. IEEE Trans. Acoust. speech, signal Process. 26, 43–49. doi:10.1109/tassp.1978.1163055

CrossRef Full Text | Google Scholar

Sardana H., Kanwade R., Tewary S. (2021). Arrhythmia detection and classification using ecg and ppg techniques: A review. Phys. Eng. Sci. Med., 1–22.

Google Scholar

Saritas T., Greber R., Venema B., Puelles V. G., Ernst S., Blazek V., et al. (2019). Non-invasive evaluation of coronary heart disease in patients with chronic kidney disease using photoplethysmography. Clin. kidney J. 12, 538–545. doi:10.1093/ckj/sfy135

PubMed Abstract | CrossRef Full Text | Google Scholar

Senin P. (2008). Dynamic time warping algorithm review, 855. USA: Information and Computer Science Department University of Hawaii at Manoa Honolulu, 40.

Google Scholar

Shahapure K. R., Nicholas C. (2020). “Cluster quality analysis using silhouette score,” in 2020 IEEE 7th international conference on data science and advanced analytics (DSAA) (IEEE), 747–748.

CrossRef Full Text | Google Scholar

Sherebrin M., Sherebrin R. (1990). Frequency analysis of the peripheral pulse wave detected in the finger with a photoplethysmograph. IEEE Trans. Biomed. Eng. 37, 313–317. doi:10.1109/10.52332

PubMed Abstract | CrossRef Full Text | Google Scholar

Syakur M., Khotimah B., Rochman E., Satoto B. D. (2018). “Integration k-means clustering method and elbow method for identification of the best customer profile cluster,” in IOP conference series: materials science and engineering (IOP Publishing) 336, 012017

CrossRef Full Text | Google Scholar

Takada H., Washino K., Harrell J. S., Iwata H. (1996). Acceleration plethysmography to evaluate aging effect in cardiovascular system. using new criteria of four wave patterns. Med. Prog. through Technol. 21, 205–210. doi:10.1023/a:1016936206694

PubMed Abstract | CrossRef Full Text | Google Scholar

Talos (2019). Autonomio talos computer software. Available at: http://github.com/autonomio/talos.

Google Scholar

Tibshirani R., Walther G. (2005). Cluster validation by prediction strength. J. Comput. Graph. Statistics 14, 511–528. doi:10.1198/106186005x59243

CrossRef Full Text | Google Scholar

Tigges T., Music Z., Pielmus A., Klum M., Feldheiser A., Hunsicker O., et al. (2016). Classification of morphologic changes in photoplethysmographic waveforms. Curr. Dir. Biomed. Eng. 2, 203–207. doi:10.1515/cdbme-2016-0046

CrossRef Full Text | Google Scholar

Van der Maaten L., Hinton G. (2008). Visualizing data using t-sne. J. Mach. Learn. Res. 9.

Google Scholar

Wang L., Xu L., Feng S., Meng M. Q.-H., Wang K. (2013). Multi-gaussian fitting for pulse waveform using weighted least squares and multi-criteria decision making method. Comput. Biol. Med. 43, 1661–1672. doi:10.1016/j.compbiomed.2013.08.004

PubMed Abstract | CrossRef Full Text | Google Scholar

Yousef Q., Reaz M., Ali M. A. M. (2012). The analysis of ppg morphology: investigating the effects of aging on arterial compliance. Meas. Sci. Rev. 12, 266–271. doi:10.2478/v10048-012-0036-3

CrossRef Full Text | Google Scholar

Zanelli S., Ammi M., Hallab M., El Yacoubi M. A. (2022). Diabetes detection and management through photoplethysmographic and electrocardiographic signals analysis: A systematic review. Sensors 22, 4890. doi:10.3390/s22134890

PubMed Abstract | CrossRef Full Text | Google Scholar

Zanelli S., El Yacoubi M. A., Hallab M., Ammi M. (2021). “Transfer learning of cnn-based signal quality assessment from clinical to non-clinical ppg signals,” in 2021 43rd Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC) (IEEE), 902–905.

CrossRef Full Text | Google Scholar

Zhao T., Liu J., Wang Y., Liu H., Chen Y. (2018). “Ppg-based finger-level gesture recognition leveraging wearables,” in IEEE INFOCOM 2018 - IEEE Conference on Computer Communications, 1457–1465. doi:10.1109/INFOCOM.2018.8486006

CrossRef Full Text | Google Scholar

Keywords: PPG, waveform, classification, machine learning, deep learning, unsupervised learning

Citation: Zanelli S, Eveilleau K, Charlton PH, Ammi M, Hallab M and El Yacoubi MA (2023) Clustered photoplethysmogram pulse wave shapes and their associations with clinical data. Front. Physiol. 14:1176753. doi: 10.3389/fphys.2023.1176753

Received: 28 February 2023; Accepted: 05 September 2023;
Published: 26 October 2023.

Edited by:

Panicos Kyriacou, City University of London, United Kingdom

Reviewed by:

Youngsun Kong, University of Connecticut, United States
Lisheng Xu, Northeastern University, China

Copyright © 2023 Zanelli, Eveilleau, Charlton, Ammi, Hallab and El Yacoubi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Serena Zanelli, zanelli@math.univ-paris13.fr

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.