1. Introduction
Establishing the phenotypes of healthy or asymptomatic gait from biomechanical data, such as kinematic, kinetic, and electromyographic measurements, is of primary importance. It provides a better understanding of the potential variability in a healthy individual’s locomotion function and more personalized approach when designing treatment plans [1]. More importantly, identifying healthy phenotypes sets targets in treatment planning and evaluation of therapeutic efficiency [2].
However, the characterization of asymptomatic gait phenotypes representing clearly distinct gait categories is difficult for two reasons. First, the biomechanical data are given in the form of a vector of measurements of high dimension for each subject, causing a dimensionally cursed phenomenon [3,4]. Second, there is significant variability in the biomechanical data, even in healthy asymptomatic population gait. This high variability might be caused by the difference in the data collection methodology (motion capture systems, walking speed, data processing, etc.) [5].
Previous studies have shown the presence of several different patterns in the asymptomatic gait data [6]. Indeed, the presence of multiple phenotypes in knee kinematic patterns was first demonstrated by experiments using intra-cortical pins to measure movements [7]. While prior works have also identified differences in male and female gait patterns [2,8,9], other studies used 3D kinematic and kinetic to identify how age, sex, and body mass index (BMI) can influence normal gait [10]. However, both the high variability and high dimensionality of biomechanical data have forced many studies to limit their analyses to using simple descriptions, e.g., the mean or the local extrema. Indeed there have been various biomechanical patterns describing normal three-dimensional (3D) kinematic patterns of the knee (flexion/extension, abduction/adduction, and tibial internal/external rotation) during functional activities such as level walking [7,11,12,13,14,15,16,17]—where a single normal pattern with bands of deviation is used as a reference to identify abnormalities in a patient’s pattern [18].
Most previous studies have focused on assessing pathological rather than healthy asymptomatic kinematics [12]. Pattern recognition and machine learning techniques are typically used to characterize gait patterns. Various clustering techniques have been applied such as hierarchical clustering [19,20,21], c-means [22,23,24,25], artificial neural networks [26], and fuzzy clustering [27]. Hierarchical clustering was used to distinguish five gait patterns in young subjects using 3D peak muscle powers [19,20]. Hierarchical c-means clustering algorithms were employed to derive gait patterns [22], to classify kinematic data of patients following a stroke [23], and to identify gait pattern deviations in children with cerebral palsy [21,24,25]. In this same pathological population, fuzzy clustering was applied to normal and pathological subjects [27]. Similarly, artificial neural networks were used to distinguish between asymptomatic and osteoarthritis gaits [26].
Previous studies used only a small set of descriptors such as the mean of the measured data or local information to identify patterns in the data. The use of a small set of descriptors seriously limits the analysis and interpretation of the data due to the complexity of the kinematic data [28]. Therefore, the objective of this study is to identify healthy gait phenotypes using a clustering model that deals with high dimensional data analysis, i.e., the BIRCH (balanced iterative reducing and clustering using hierarchies) model. We investigated two data representation approaches based on a joint analysis of the three dimensions. The first, named global approach, considered the raw data without any dimensionality reduction. The second is a local approach, which is considered a large set of biomechanical parameters of interest extracted on the 3D kinematic patterns. The objectives are: (1) to identify the phenotype using an important cohort of healthy participants, (2) to explore a clustering approach using 3D knee kinematics data representations that consider the three planes of motion together, and (3) to compare global and local representations.
2. Materials and Methods
The methodology used is described in the block diagram presented in Figure 1 and involves the following steps: (1) kinematics data collection, (2) kinematics data standardization, (3) kinematics representation, (4) clustering for phenotypes identification, and (5) cluster validation.
2.1. Kinematic Data Collection
Three-dimensional (3D) knee kinematics data (flexion/extension, abduction/adduction and internal/external rotation), from the sagittal, frontal, and transverse planes, respectively, were recorded while each participant walked on a treadmill at a self-selected, comfortable speed (Figure 2). The KneeKG™ system (Emovi Inc., Canada), which utilizes a knee marker attachment system designed to reduce skin-motion artifacts [29], was installed on participants’ knees to record 3D kinematics during gait trials. A number of representative trials, generally 15, were averaged to obtain a mean pattern per plane of movement per participant. This was followed by interpolation and resampling from to of the gait cycle (GC), therefore giving 100 measurement points per plane of movement for each participant.
The 3D kinematic data collection was performed on 75 participants (34 men and 41 women). All the participants had data recorded for both of their knees, meaning there were 150 total data sets. Volunteers were excluded if they had any lower limb pathology, musculoskeletal disorder, or previous lower limb surgery. Ethical approvals were obtained from the ethics committee of the Hôpital Maisonneuve-Rosemont (reference: 11098). All subjects provided informed consent before participation.
2.2. Kinematic Data Standardization
Kinematics data describe the knee movement in 3 dimensions. As the movement amplitude is different according to the movement plane (sagittal, frontal, and transverse), the obtained data are heterogeneous (i.e., range at different scales). A standardization was performed to take this aspect into account. Standardization is a scaling technique where the values are centered around the mean with a unit standard deviation (SD).
2.3. Kinematic Data Representation
In this study, we investigated two approaches for kinematic data computation: global and local representations.
In the global approach, the kinematics data from the three movement planes (sagittal, frontal, and transverse) were concatenated in order to form, for each participant, single vector data. Considering that each movement plane is characterized by 100 points, the concatenation leads to a resulting vector of 300 dimensions. This approach has the advantage of dealing with the entire curve without any loss of information.
The local approach consists of the extraction of a set of biomechanical parameters of interest from the 3D kinematic curves. We extracted 69 parameters distributed over the three planes: 30 from the frontal plane (abduction/adduction curve), 17 from the sagittal plane (flexion/extension curve) and 22 from the transverse (internal/external rotation). These parameters were based on an exhaustive literature review [30,31,32] and on variables routinely assessed in clinical biomechanical studies of knee osteoarthritis populations, such as maximums, minimums, varus and valgus thrust, angles at initial contact, mean values, and range of motion (ROM) throughout GCs or GC sub-phases (loading, stance, swing, etc.) [33,34].
2.4. Clustering for Phenotype Identification
The purpose of clustering is to extract meaningful patterns by separating the 3D kinematic data into homogeneous groups. The mean patterns, obtained by averaging the kinematic curves within each homogeneous group, form the knee kinematic phenotypes.
2.4.1. Clustering Model
In this study, we use a hierarchical clustering algorithm named balanced iterative reducing and clustering using hierarchies (BIRCH) [35] (Table 1). In its first stage, BIRCH clusters numeric data by merging hierarchical clustering (i.e., global clustering). Then, at later stages, it uses other existing clustering techniques (i.e., cluster refinement). BIRCH uses the clustering feature (CF) concept to describe a cluster. It represents the cluster hierarchy as a CF tree.
The main advantage of BIRCH is its ability to incrementally and dynamically cluster incoming, multi-dimensional data in an attempt to produce the best quality clustering. This is suitable for kinematic data and offers the opportunity to perform clustering without reducing the dimensionality of the data. Moreover, BIRCH can find high-quality clustering with only a single scan of a dataset and can efficiently handle noise caused by the kinematic data variability [28].
2.4.2. Optimum Number of Clusters
The optimum number of clusters is determined by the Calinski–Harabaz index (CH-index), which is a function of both the within-cluster-sum-of-squares () and the between-cluster-sum-of-squares () [36]. measures the compactness of the cluster, while the measures the separation between clusters.
A higher value of the CH-index means the clusters are dense and well separated. Although there is no “acceptable” cut-off value, we need to choose the number of clusters that gives the highest value of CH-indices.
2.4.3. Cluster Evaluation
The clustering model has been evaluated using the intra-class correlation coefficient (ICC), which informs how similar elements in the same cluster are. It provides a measure of homogeneity within the clusters. The ICC is conventionally calculated using the variance within clusters and the variance between clusters according to the following Equation (1):
(1)
where is the between-cluster variance and is the within-cluster variance.The values of ICC range from 0 to 1. From (1), as the within-cluster variance () moves toward 0, ICC becomes closer to 1. A very small value for ICC implies that the within-cluster variance is much greater than the between-cluster variance, and an ICC of 0 shows that there is no correlation of responses within a cluster.
2.5. Statistical Analysis: Hypothesis Testing and Phenotype Interpretation
The statistical analysis aims to compare the identified phenotypes in order to assess differences between them. We used the 1D statistical parametric mapping (SPM), which is increasingly used for continuum data (e.g., kinematic data) by the biomechanics research community to assess the overall difference on each plane through a complete GC [37]. Chi-square and ANOVA tests were used to assess between-cluster differences in the demographic characteristics of the participants (i.e., sex, age, BMI).
3. Results
The experiments were implemented in Python 3.7 (
Following 3D kinematic data standardization, we performed global and local data representations to generate, for each participant, input vectors of dimensions 300 and 69, respectively.
The optimum number of clusters was determined using the CH-index. Figure 3a,b plots the CH-index as a function of the number of clusters for the global and local representations, respectively. For both representations, the highest value of CH-indices is obtained with clusters, indicating that the optimum number of clusters is three. For the rest of the paper, we will only consider three clusters.
The identified phenotypes are described in Figure 4 and Figure 5 based on global and local kinematic data representations, respectively (Line 1 of each figure). The three phenotypes are obtained by averaging the 3D kinematic curves within each homogeneous group identified by BIRCH clustering. In the following, the words ’phenotypes’ and ’clusters’ could be interchanged, but in fact, the phenotype is determined by averaging the curves identified in each cluster. The second line figures are related to 1D-SPM statistical analysis, which shows a statistical difference of the identified phenotypes in the three planes except for the flexion–extension when using a local representation (a statistical difference for 80% of the gait cycle). These results suggest a higher efficiency of the global representation, which will be retained for the following analysis.
We validated the obtained clusters using the intra-cluster correlation coefficient (ICC). Table 2 summarizes the ICC for the global representation. These values range from 0.27 to 0.76, showing a correlation between the different knee kinematic curves within the clusters.
The differences on the participants’ demographic characteristics between the clusters obtained with the global approach are shown in Table 3. There were significantly more men in Cluster 1 (60% of men and 40% of women) compared to Clusters 2 (30% of men and 70% of women) and 3 (42% of men and 58% of women, p < 0.01 and p = 0.03, respectively). Based on an ANOVA test, participants from Cluster 2 had a significantly higher BMI than participants from Cluster 1 (25.61 vs 23.68 kg/m2, p < 0.01). There was no differences in terms of age between the three clusters (p = 0.60).
4. Discussion
The SPM analysis showed that the global approach was more efficient than the local approach to identify distinct clusters (Figure 4). Indeed, there was an overall statistical difference in all three planes (throughout 100% of the gait cycle). The statistical difference between clusters was limited to 80% of the gait cycle in the frontal plane based on the local representation method (Figure 5). Notably, the optimum number of clusters determined by the CH-index was similar using both approaches. It is interesting to highlight that the mean ICC in the sagittal plane was lower than the two other planes and that this was true for the majority of the clusters. This result was predictable, as the bundle of curves is narrower for the sagittal plane (Figure 2b) than for the two other planes (Figure 2a,c). This makes the partition of the data into three groups more difficult and hence the obtained phenotypes more similar.
The global approach further led to a separation of the 3D kinematic data into homogeneous groups and meaningful phenotypes. Based on the values, the kinematical similarity between members of the same cluster was maximized in the frontal plane (i.e., varus–valgus alignment).
Although the local approach gathers a representative list of parameters of interest, it performs less well than the global approach. Indeed, the latter keeps all the kinematic curves and thus naturally includes the totality of the information. The use of the global representation that assumes high-dimensional data vectors (a vector of 300 dimensions corresponding to the concatenation of the 3 planes of kinematic data) is made possible by the utilization of the BIRCH algorithm. It is especially suitable for clustering very large datasets [35] and the first clustering algorithm to be proposed that handles noise effectively [38]. These strengths made it very suitable for kinematic data analysis as it can handle high dimensional data compared to other clustering algorithms. This is due to the fact that when dimensionality increases, only a small number of dimensions are relevant for certain clusters. Thus, data in irrelevant dimensions may act as noise and mask the formation of the real clusters, which can be avoided with the BIRCH algorithm.
The three clusters allow the occurrence of three specific phenotypes of knee kinematics. The first phenotype (Cluster 1, c.f. blue curve of Figure 4) describes participants walking with a predominant dynamic varus alignment (i.e., adduction) through the entire GC, starting with a mean varus angle at heel strike greater than 5°. In the transversal plane, these participants accentuate their internal tibia rotation during the first half of their swing phase. Participants from Cluster 2 (c.f. orange curve) show a predominant dynamic valgus alignment, especially during stance and swing phases of their GC, and an external tibia rotation throughout their GC. Finally, participants from Cluster 3 (c.f. green curve) had the most neutral alignment in the frontal and transverse plane. They also show greater flexion contracture (i.e., flexum) at heel strike and throughout the stance phase.
The cluster with a majority of men (i.e., Cluster 1) showed greater varus alignment compared to the other clusters. Alternatively, Cluster 2 was composed mainly of women (more than 2 out of 3 participants) and showed a greater dynamic valgus alignment. These results are similar to what was shown in a previous study in which men were typically more varus aligned and women more neutral or valgus aligned on radiographs [39].
Results from this study are an important step in better understanding 3D knee kinematics in a healthy asymptomatic population. When investigating the impact of an injury or developing treatment plans to restore knee function, it is crucial to first understand the “normal” state. Phenotyping has shown to be valuable in precision medicine. Indeed, it can be used to define groups of patients that are more prone to develop chronic conditions or that may respond better to specific treatments. Therefore, the method proposed in this paper could be applied to different populations to help in the assessment of knee conditions and to monitor and personalize treatment pathways.
5. Conclusions
A global approach considering kinematic data from all planes of movement together allowed a more efficient identification of three distinct phenotypes than a local approach in a healthy knee population. The three identified 3D kinematic phenotypes may allow us to better understand the “normal” knee movement during gait and refine the target for the treatment of mechanical knee disorders. Further research is needed to better characterize these phenotypes and quantify differences in additional participants’ characteristics.
Conceptualization, R.S., N.M. and Y.O.; methodology, R.S., N.M. and Y.O.; software, R.S., N.M. and Y.O.; validation, N.H., A.F., A.C. and P.-A.V.; formal analysis, N.M. and Y.O.; investigation, N.M. and Y.O.; resources, N.M., N.H. and P.-A.V.; data curation, Y.O. and A.C.; writing—original draft preparation, N.M. and R.S.; writing—review and editing, R.S., N.M., A.C., A.F., N.H. and P.-A.V.; supervision, N.M., N.H. and P.-A.V.; project administration, N.M., N.H. and P.-A.V.; funding acquisition, N.M. All authors have read and agreed to the published version of the manuscript.
This research was supported by the Natural Sciences and Engineering Research Council Grant, Industrial Research and Development Internship Program (RGPIN-2015-03853) and the Canada Research Chair on Biomedical Data Mining (950-231214).
Ethical approvals were obtained from the ethics committee of the Hopital Maisonneuve-Rosemont (reference: 11098).
All subjects provided informed consent before participation.
The data presented in this study should be available on request from the corresponding author. The data are not publicly available due to ethical restrictions.
The authors would like to thank Julien Clément and Panagiota Toliopoulos for the data collection and data management.
The authors declare no conflict of interest.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 2. Knee kinematic data describe variations of knee movement in 3 dimensions during a gait cycle (1% being the initial contact and 100% is the end of a gait cycle). The 3 dimensions are (a) abduction/adduction in the frontal plane, (b) flexion/extension in the sagittal plane, and (c) internal/external rotation in the transverse plane.
Figure 3. The curves of the CH-index according to the number of clusters for (a) global representation and (b) local representation.
Figure 4. The three identified phenotypes based on global representation (Line 1) and the corresponding SPM{t} with a significance threshold [Forumla omitted. See PDF.] (Line 2). The gray area indicates the percentage of the gait cycle for which the three phenotypes are different.
Figure 5. The three identified phenotypes based on local representation (Line 1) and the corresponding SPM{t} with a significance threshold [Forumla omitted. See PDF.] (Line 2). The gray area indicates the percentage of the gait cycle for which the three phenotypes are different.
Balanced iterative reducing and clustering using hierarchies (BIRCH) algorithm.
Phase 1: Build the CF Tree. Load the data into the memory by building a cluster-feature tree (CF tree, defined below). Optionally, condense this initial CF tree into a smaller CF. |
Intracluster correlation coefficient (ICC) using the global representation.
Clusters | Frontal |
Sagittal |
Transverse |
---|---|---|---|
Cluster 1 | 0.74 | 0.54 | 0.39 |
Cluster 2 | 0.51 | 0.27 | 0.60 |
Cluster 3 | 0.76 | 0.34 | 0.60 |
Between-cluster differences on the demographic characteristics of the participants (units ± SD).
Characteristics | All Participants | Cluster 1 | Cluster 2 | Cluster 3 |
---|---|---|---|---|
Number of knees | 150 | 48 | 30 | 72 |
Age (years) |
|
|
|
|
Height (m) |
|
|
|
|
Weight (kg) |
|
|
|
|
BMI (kg/m2) * |
|
|
|
|
Ratio Men/Women * |
|
|
|
|
* Significant statistical difference, p < 0.05.
References
1. Phinyomark, A.; Osis, S.; Hettinga, B.A.; Ferber, R. Kinematic gait patterns in healthy runners: A hierarchical cluster analysis. J. Biomech.; 2015; 48, pp. 3897-3904. [DOI: https://dx.doi.org/10.1016/j.jbiomech.2015.09.025] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/26456422]
2. Clément, J.; Toliopoulos, P.; Hagemeister, N.; Desmeules, F.; Fuentes, A.; Vendittoli, P.A. Healthy 3D knee kinematics during gait: Differences between women and men, and correlation with X-ray alignment. Gait Posture; 2018; 64, pp. 198-204. [DOI: https://dx.doi.org/10.1016/j.gaitpost.2018.06.024]
3. Duda, R.O.; Hart, P.E.; Stork, D.G. Pattern Classification; Wiley-Interscience Publication: New York, NY, USA, 2000.
4. Phinyomark, A.; Petri, G.; Ibáñez-Marcelo, E.; Osis, S.T.; Ferber, R. Analysis of big data in gait biomechanics: Current trends and future directions. J. Med. Biol. Eng.; 2018; 38, pp. 244-260. [DOI: https://dx.doi.org/10.1007/s40846-017-0297-2] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/29670502]
5. Chau, T.; Young, S.; Redekop, S. Managing variability in the summary and comparison of gait data. J. Neuroeng. Rehabil.; 2005; 22, pp. 22-42. [DOI: https://dx.doi.org/10.1186/1743-0003-2-22]
6. Winter, D. Kinematic and kinetic patterns in human gait: Variability and compensating effects. Hum. Mov. Sci.; 1984; 3, pp. 51-76. [DOI: https://dx.doi.org/10.1016/0167-9457(84)90005-8]
7. Lafortune, M.A.; Cavanagh, P.; Sommer, H.J.; Kalenak, A. Three-dimensional kinematics of the human knee during walking. J. Biomech.; 1992; 25, pp. 347-357. [DOI: https://dx.doi.org/10.1016/0021-9290(92)90254-X]
8. Toliopoulos, P. Knee Gait Kinematics: Describing a Normal Cohort; Montreal University: Montreal, QC, Canada, 2018.
9. Han, S.; Cheng, G.; Xu, P. Three-dimensional lower extremity kinematics of Chinese during activities of daily living. J. Back Musculoskelet. Rehabil.; 2015; 28, pp. 327-334. [DOI: https://dx.doi.org/10.3233/BMR-140523]
10. Chehab, E.; Andriacchi, T.; Favre, J. Speed, age, sex, and body mass index provide a rigorous basis for comparing the kinematic and kinetic profiles of the lower extremity during walking. J. Biomech.; 2017; 58, pp. 11-20. [DOI: https://dx.doi.org/10.1016/j.jbiomech.2017.04.014] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/28501342]
11. Li, J.; Wyss, U.; Costigan, P.; Deluzio, K. An integrated procedure to assess knee-joint kinematics and kinetics during gait using an optoelectric system and standardized X-rays. J. Biomed. Eng.; 1993; 15, pp. 392-400. [DOI: https://dx.doi.org/10.1016/0141-5425(93)90076-B]
12. Chao, E.; Laughman, R.; Schneider, E.; Stauffer, R. Normative data of knee joint motion and ground reaction forces in adult level walking. J. Biomech.; 1983; 16, pp. 219-233. [DOI: https://dx.doi.org/10.1016/0021-9290(83)90129-X]
13. Benedetti, M.; Catani, F.; Leardini, A.; Pignotti, E.; Giannini, S. Data management in gait analysis for clinical applications. Clin. Biomech.; 1998; 13, pp. 204-215. [DOI: https://dx.doi.org/10.1016/S0268-0033(97)00041-7]
14. Shiavi, R.; Limbird, T.; Frazer, M.; Stivers, K.; Strauss, A.; Abramovitz, J. Helical motion analysis of the knee II. Kinematics of uninjured and injured knees during walking and pivoting. J. Biomech.; 1987; 20, pp. 653-665. [DOI: https://dx.doi.org/10.1016/0021-9290(87)90032-7]
15. Frigo, C.; Rabuffetti, M.; Kerrigan, D.; Deming, L.; Pedotti, A. Functionally oriented and clinically feasible quantitative gait analysis method. Med. Biol. Eng. Comput.; 1998; 36, pp. 179-185. [DOI: https://dx.doi.org/10.1007/BF02510740] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/9684457]
16. Isacson, J.; Gransberg, L.; Knutsson, E. Three-dimensional electrogoniometric gait recording. J. Biomech.; 1986; 19, pp. 627-635. [DOI: https://dx.doi.org/10.1016/0021-9290(86)90168-5]
17. Kadaba, M.; Ramakrishnan, H.; Wootten, M.; Gainey, J.; Gorton, G.; Cochran, G. Repeatability of kinematic, kinetic, and electromyographic data in normal adult gait. J. Orthop. Res.; 1989; 7, pp. 849-860. [DOI: https://dx.doi.org/10.1002/jor.1100070611] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/2795325]
18. Benoit, D.; Ramsey, D.; Lamontagne, M.; Xu, L.; Wretenberg, P.; Renstrom, P. In vivo knee kinematics during gait reveals new rotation profiles and smaller translations. Clin. Orthop. Relat. Res.; 2007; 454, pp. 81-88. [DOI: https://dx.doi.org/10.1097/BLO.0b013e31802dc4d0]
19. Watelain, E.; Barbier, F.; Allard, P.; Thévenon, A.; Angué, J. Gait pattern classification of elderly healthy men on the basis of biomechanical data. Arch. Phys. Med. Rehabil.; 2000; 81, pp. 579-586. [DOI: https://dx.doi.org/10.1016/S0003-9993(00)90038-8]
20. Vardaxis, V.; Allard, P.; Lachance, R.; Duhaime, M. Classification of able-bodied gait using 3-D muscle powers. Hum. Mov. Sci.; 1998; 17, pp. 121-136. [DOI: https://dx.doi.org/10.1016/S0167-9457(97)00024-9]
21. Toro, B.; Nester, C.; Farren, P. Cluster analysis for the extraction of sagittal gait patterns in children with cerebral palsy. Gait Posture; 2007; 25, pp. 157-165. [DOI: https://dx.doi.org/10.1016/j.gaitpost.2006.02.004]
22. Xu, G.; Zhang, Y.; Begg, R. Mining Gait Pattern for Clinical Locomotion Diagnosis Based on Clustering Techniques. Advanced Data Mining and Applications; Springer: Berlin/Heidelberg, Germany, 2006; pp. 296-307.
23. Mulroy, S.; Gronley, J.; Weiss, W.; Newsam, C.; Perry, J. Use of cluster analysis for gait pattern classification of patients in the early and late recovery phases following stroke. Gait Posture; 2003; 18, pp. 114-125. [DOI: https://dx.doi.org/10.1016/S0966-6362(02)00165-0]
24. O’Byrne, J.; Jenkinson, A.; O’Brien, T. Quantitative analysis and classification of gait patterns in cerebral palsy using a three-dimensional motion analyzer. J. Child Neurol.; 1998; 13, pp. 101-108. [DOI: https://dx.doi.org/10.1177/088307389801300302]
25. Kienast, G.; Bachmann, D.; Steinwender, G.; Zwick, E.; Saraph, V. Determination of gait patterns in children with cerebral palsy using cluster analysis. Gait Posture; 1999; 57. [DOI: https://dx.doi.org/10.1016/S0966-6362(99)90401-0]
26. Zeng, W.; Ma, L.; Yuan, C.; Liu, F.; Wang, Q.; Wang, Y.; Zhang, Y. Classification of asymptomatic and osteoarthritic knee gait patterns using gait analysis via deterministic learning. Artif. Intell. Rev.; 2019; 52, pp. 449-467. [DOI: https://dx.doi.org/10.1007/s10462-018-9645-z]
27. O’Malley, M.; Abel, M.; Damiano, D.; Vaughan, C. Fuzzy clustering of children with cerebral palsy based on temporal-distance gait parameters. IEEE Trans. Rehabil. Eng.; 1997; 5, pp. 300-309. [DOI: https://dx.doi.org/10.1109/86.650282]
28. Mezghani, N.; Mechmeche, I.; Mitiche, A.; Ouakrim, Y.; de Guise, J.A. An analysis of 3D knee kinematic data complexity in knee osteoarthritis and asymptomatic controls. PLoS ONE; 2018; 13, e0202348. [DOI: https://dx.doi.org/10.1371/journal.pone.0202348] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30273346]
29. Lustig, S.; Magnussen, R.; Cheze, L.; Neyret, P. The KneeKG system: A review of the literature. Knee Surg. Sports Traumatol. Arthrosc.; 2011; 20, pp. 633-638. [DOI: https://dx.doi.org/10.1007/s00167-011-1867-4] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/22215077]
30. Abid, M.; Mezghani, N.; Mitiche, A. Knee Joint Biomechanical Gait Data Classification for Knee Pathology Assessment: A Literature Review. Appl. Bionics Biomech.; 2019; 2019, 7472039. [DOI: https://dx.doi.org/10.1155/2019/7472039]
31. Chang, A.H.; Chmiel, J.S.; Moisio, K.C.; Almagor, O.; Zhang, Y.; Cahue, S.; Sharma, L. Varus thrust and knee frontal plane dynamic motion in persons with knee osteoarthritis. Osteoarthr. Cartil.; 2013; 21, pp. 1668-1673. [DOI: https://dx.doi.org/10.1016/j.joca.2013.08.007]
32. Sharma, L.; Song, J.; Felson, D.T.; Cahue, S.; Shamiyeh, E.; Dunlop, D.D. The role of knee alignment in disease progression and functional decline in knee osteoarthritis. JAMA; 2013; [DOI: https://dx.doi.org/10.1001/jama.286.2.188] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/11448282]
33. Deluzio, K.J.; Wyss, U.P.; Costigan, P.A.; Sorbie, C.S. Principal component models of knee kinematics and kinetics: Normal vs. pathological gait patterns. J. Hum. Mov. Sci.; 1997; 16, pp. 201-217. [DOI: https://dx.doi.org/10.1016/S0167-9457(96)00051-6]
34. Shabani, B.; Bytyqi, D.; Lustig, S.; Cheze, L.; Bytyqi, C.; Neyret, P. Gait changes of the ACL-deficient knee 3D kinematic assessment. Knee Surg. Sports Traumatol. Arthrosc.; 2014; 23, pp. 3259-3265. [DOI: https://dx.doi.org/10.1007/s00167-014-3169-0] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/25026934]
35. Zhang, T.; Ramakrishnan, R.; Livny, M. BIRCH: A New Data Clustering Algorithm and its Applications. Data Min. Knowl. Discov.; 1997; 1, pp. 141-182. [DOI: https://dx.doi.org/10.1023/A:1009783824328]
36. Caliński, T.; Harabasz, J. A Dendrite Method for Cluster Analysis. Commun. Stat.-Theory Methods; 1974; 3, pp. 1-27. [DOI: https://dx.doi.org/10.1080/03610927408827101]
37. Riley, P.O.; Paolini, G.; Della Croce, U.; Paylo, K.W.; Kerrigan, D.C. A kinematic and kinetic comparison of overground and treadmill walking in healthy subjects. Gait Posture; 2019; 26, pp. 9-18. [DOI: https://dx.doi.org/10.1016/j.gaitpost.2006.07.003] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/16905322]
38. Shetty, N.; Shirwaikar, R. A Comparative Study: BIRCH and CLIQUE. Int. J. Eng. Res. Technol.; 2013; 2, pp. 2019-2023.
39. Bellemans, J.; Colyn, W.; Vandenneucker, H.; Victor, J. The Chitranjan Ranawat award: Is neutral mechanical alignment normal for all patients? The concept of constitutional varus. Clin. Orthop. Relat. Res.; 2012; 470, pp. 45-53. [DOI: https://dx.doi.org/10.1007/s11999-011-1936-5] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/21656315]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2021 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
The purpose of this study is to identify healthy phenotypes in knee kinematics based on clustering data analysis. Our analysis uses the 3D knee kinematics curves, namely, flexion/extension, abduction/adduction, and tibial internal/external rotation, measured via a KneeKG™ system during a gait task. We investigated two data representation approaches that are based on the joint analysis of the three dimensions. The first is a global approach that is considered a concatenation of the kinematic data without any dimensionality reduction. The second is a local approach that is considered a set of 69 biomechanical parameters of interest extracted from the 3D kinematic curves. The data representations are followed by a clustering process, based on the BIRCH (balanced iterative reducing and clustering using hierarchies) discriminant model, to separate 3D knee kinematics into homogeneous groups or clusters. Phenotypes were obtained by averaging those groups. We validated the clusters using inter-cluster correlation and statistical hypothesis tests. The simulation results showed that the global approach is more efficient, and it allows the identification of three descriptive 3D kinematic phenotypes within a healthy knee population.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
Details



1 LICEF Institue, TELUQ University, Montreal, QC H2S 3L4, Canada;
2 Laboratoire de Recherche en Imagerie et Orthopédie (LIO), CRCHUM, Montreal, QC H2X 0A9, Canada;
3 EMOVI Inc., Montreal, QC H7P 0H7, Canada;
4 Laboratoire de Recherche en Imagerie et Orthopédie (LIO), CRCHUM, Montreal, QC H2X 0A9, Canada;
5 Department of Surgery, Université de Montréal, Hôpital Maisonneuve Rosemont, Montreal, QC H1T 2M4, Canada;