Skip to main content

Body landmarks and genetic algorithm-based approach for non-contact detection of head forward posture among Chinese adolescents: revitalizing machine learning in medicine

Abstract

Addressing the current complexities, costs, and adherence issues in the detection of forward head posture (FHP), our study conducted an exhaustive epidemiologic investigation, incorporating a comprehensive posture screening process for each participant in China. This research introduces an avant-garde, machine learning-based non-contact method for the accurate discernment of FHP. Our approach elevates detection accuracy by leveraging body landmarks identified from human images, followed by the application of a genetic algorithm for precise feature identification and posture estimation. Observational data corroborates the superior efficacy of the Extra Tree Classifier technique in FHP detection, attaining an accuracy of 82.4%, a specificity of 85.5%, and a positive predictive value of 90.2%. Our model affords a rapid, effective solution for FHP identification, spotlighting the transformative potential of the convergence of feature point recognition and genetic algorithms in non-contact posture detection. The expansive potential and paramount importance of these applications in this niche field are therefore underscored.

Peer Review reports

Introduction

Forward Head Posture (FHP) is a pervasive phenomenon, generally characterized as an anterior cervical posture [1], where the cranium juts forward of the sagittal plane and appears to be positioned anterior to the body’s central alignment [2,3,4,5,6,7]. This abnormal carriage triggers muscular tension and shortening [8], which impedes the range of motion in the cervical spine, fostering the emergence of muscle imbalances, discomfort, and fatigue [9]. Furthermore, as the upper cervical spine extends, alterations also manifest within the lumbar spine, impacting the postural alignment of the entire upper torso [10]. The potential repercussions of these changes are manifold and irreversible. For instance, poor posture is a potent predictor of musculoskeletal disorders, especially as we age [1]. These adaptations could diminish the diaphragm’s mobility and strength, disrupt typical respiratory mechanics and fundamentally transform the respiratory mechanism [11,12,13,14,15,16], even more serious outcomes, like dysphagia [17, 18] and lifelong disability [5, 19]. Unfortunately, the ubiquity of electronic screen usage in learning and work environments has led to a surge in FHP cases, exhibiting a positive correlation with age [20]. Alarmingly, FHP onset often occurs in childhood, with a reported prevalence rate of up to 63% among adolescents aged 12-16 [10]. Therefore, early recognition of the occurrence of FHP among adolescents is crucial to provide targeted treatment and intervention as early as possible.

Traditional clinical diagnosis predominantly relies on digital head posture measurement systems to verify the presence of FHP [19]. More researchers are trying to develop head posture measurement devices and technologies such as Head-mounted motion trackers, Nintendo Wiimotes (Nintendo Co., Kyoto, Japan) [21] and Microsoft’s Face-Tracking Software Development Kit [22], which have been utilized to implement head pose measurements. However, these tools, which range from head-mounted motion trackers to advanced software development kits, remain prohibitively costly for wide-scale clinical applications, are often inaccessible in many regions, or may be unsuitable for non-compliant patient groups.

In the wake of rapid advancements in deep learning, the potential to automatically detect and filter task-relevant features without direct human expert intervention presents more objective and cost-effective alternatives [23]. Several models, including Hope Net [24] and OpenPose [25], have demonstrated proficiency in head pose detection. Nonetheless, there remains a notable absence of models dedicated to FHP classification, which could aid clinicians in reducing workload and enhancing diagnostic accuracy. Consequently, the central question arises: how can we exploit these models more effectively for FHP prediction?

Accordingly, this study collated FHP data from the Chinese adolescent population, and developed an end-to-end early prediction model for FHP. In this investigation, we aim to explore potential methodologies and strategies for maximizing the utility of deep learning models in FHP prediction. Our goal is not only to contribute to the body of knowledge in this specific domain, but also to provide practical tools and recommendations that can be directly implemented in clinical settings. By addressing this central question, we hope to facilitate more accurate and efficient FHP detection, promoting better patient outcomes and advancing the field of posture correction.

Materials and methods

This research, approved by the Northeast Normal University Ethics Committee (NC2020112102), used photogrammetry for FHP diagnosis, employing the ’ex-body’ apparatus and manual image annotation. Key features relating to FHP were identified using OpenPose, and genetic algorithms optimized feature selection. The data informed the training of three machine learning and deep learning models, considering sample imbalance and implementing cross-validation. Performance metrics, assessed with the Clopper-Pearson method, provided statistical analysis of the model’s accuracy.

Participants

In collaboration with both primary and secondary educational institutions within Changchun, China, four distinct schools generously consented to partake in our investigative study. These included the Dong’an Experimental Middle School and Dong’an Experimental Primary School of Northeast Normal University, along with Changchun Nanhu Experimental Middle School and Yangpu Middle School.

We instituted specific criteria to delineate the subjects appropriate for inclusion within our research scope. The inclusion parameters demanded that the subjects be within the age bracket of 10 and 19 years, without any communicative impairments. However, after collecting the data, we found that the maximum age of the subjects included in this study was 15 years and the minimum age was ten years. Inversely, our exclusion guidelines determined the omission of any subject suffering from significant physical illnesses, congenital anomalies, or skeletal-related ailments. Subjects who had experienced hospitalization or had undergone any form of medical treatment within the prior three-month period were also systematically excluded from the study.

Data collection

We utilized a photogrammetric methodology characterized by substantial inter-rater reliability, to determine the incidence of FHP within the study sample [26]. The postural evaluation was facilitated using an apparatus known as ’ex-body’ (Lantian Medical Equipment Co. Ltd., Beijing, China), engineered for diagnosing subjects presenting FHP. This system comprises a grid-integrated monitor, imaging apparatus, and a computer system designed to mark anatomical landmarks. It enables the evaluator to denote bodily landmarks of the subjects meticulously, enhancing the precision of the assessment.

The assessment environment necessitated a dimly lit room, with an approximate distance of 3 meters separating the camera from the screen. The evaluator was equipped with a computer terminal to administer the imaging procedure, with the resultant data stored as image files within the computer system. The data acquisition was carried out entirely via online means, with subsequent image data analyses conducted offline. Subject preparation required attire consisting of snug-fitting shorts and short-sleeved tops, and a standing position with the sagittal plane orthogonal to the screen. They were instructed to stand barefoot, placing their left shoulder adjacent to the screen at a distance of 10 cm, adopting a relaxed stance with arms folded across the abdomen. Upon subject alignment with the prescribed position, researchers operated the system to capture the necessary images, with each assessment session enduring approximately 30 seconds.

For image analysis, both standard head postures and occurrences of FHP were considered. Three expert postural assessors were employed to manually annotate the images. The definitive annotation adhered to the majority rule, and this consensus formed the basis for the final labeling.

Body landmarks recognition

The dataset procured for this investigation consisted of images that necessitated additional refinement processes. To facilitate this, the open-source initiative OpenPose [25] was utilized. Recognized for its exemplary in the realm of human pose identification, this utility is undergirded by “Two-Branch Multi-Stage Convolutional Neural Network”, effectively bifurcates the algorithm into two distinctive branches. The first is harnessed to generate Confidence Maps (S), whilst the second is engaged to produce Part Affinity Fields (L). The former corresponds to heatmaps, while the latter aligns with vectormaps. Here, \(\text {S} = (\text {S}_{1}, S_{2}, \ldots , \text {S}_{\text {j}})\) is indicative of the heatmap, where ’j’ represents the count of skeletal points targeted for detection. In parallel, \(\text {L} = (\text {L}_{1}, \text {L}_{2}, \ldots , \text {L}_{\text {C}})\) symbolizes the vector map, where ’C’ epitomizes the logarithm of the joint that is subject to examination.

OpenPose performs commendably in both singular and plural 2-D pose estimation contexts, capabilities encompass the detection of thirteen critical landmarks integral to the human skeletal structure: the nose (0), neck (1), right shoulder (2), right elbow (3), right wrist (4), left shoulder (5), left elbow (6), left wrist (7), right hip (8), right knee (9), right ankle (10), left hip (11), left knee (12), left ankle (13), right eye (14), left eye (15), right ear (16), and left ear (17). To optimize the visual clarity of each detected bodily landmark following their recognition, a frontal viewpoint of the subject was adopted. This is depicted through a representative image in Fig. 1.

Fig. 1
figure 1

Schematic diagram of body landmarks after recognized with OpenPose (Frontal View)

Feature extraction

The prominent characteristic of FHP is a diminished anterior cervical tilt consequent to the forward motion of the head. Given that OpenPose operates as a 2D human pose estimation algorithm, we observed that the left shoulder, neck, and right shoulder tend to overlap when OpenPose is employed for body landmarks recognization in a subject’s side view. Therefore, in light of the attributes of FHP patients and the completion of all assessments via side view, we extracted multiple angles akin to the cranial vertebral angle utilizing the subject’s right shoulder as the vertex to construct the features. Finally, our study designates four anatomical points: the Right Acromion Point (RAP), the highest point of the shoulder at the outer edge, as marked by the acromion process of the scapula (coordinates x0, y0); the Nasal Point (NP) (coordinates x1, y1); the Right Pupil Centre Point (RPCP), representing the eye’s center (coordinates x2, y2); and the Right External Auditory Meatus Point (REAMP) (coordinates x3, y3).

Subsequent to their identification, these points facilitate the computation of multiple angles, indicative of the forward extension of the head, with the RAP serving as the apex:

  1. 1)

    Nasal-Acromion-Horizontal Angle (NAH). This angle is formed at the intersection of a line connecting the NP and the RAP and a horizontal line passing through the RAP.

  2. 2)

    Ear-Nasal-Acromion Angle (ENA). The angle between the line connecting the REAMP and the RAP and the line connecting the NP and the RAP is defined as the ENA.

  3. 3)

    Pupil-Acromion-Horizontal Angle (PAH). Similar to the NAH, the PAH is the angle between the line connecting the RPCP and the RAP and a horizontal line through the RAP.

  4. 4)

    Ear-Acromion-Horizontal Angle (EAH). The EAH is defined as the angle formed between the line connecting the REAMP and the RAP and the horizontal line passing through the RAP.

Each angle was determined utilizing the cosine theorem, where A denotes the angle of the triangle and a, b, and c represent its sides. The resultant cosine formula for each angle can be depicted as in Eq. (1):

$$\begin{aligned} \cos (A) =\frac{b^{2}+c^{2}-a^{2}}{2 b c}, \end{aligned}$$
(1)

Thus, the specific values of NAH, ENA, PAH, and EAH, which are of primary interest to our study, can be discerned from their corresponding cosine values. In addition, recognizing that individual variations in ear, nose, and eye positions can potentially influence the four aforementioned angles, we also computed vertical distances from the NP to the RAP (d1), from the RPCP to the RAP (d2), and from the REAMP to the RAP (d3). Figure 2 presents a visual illustration of the feature extraction process, with body landmarks identified employing OpenPose for accurate landmark detection.

Fig. 2
figure 2

Process of feature extraction based on OpenPose. NAH: Nasal-Acromion-Horizontal Angle; ENA: Ear-Nasal-Acromion Angle; PAH: Pupil-Acromion-Horizontal Angle; EAH: Ear-Acromion-Horizontal Angle

Feature selection based on genetic algorithm

Feature selection represents a critical step in model training, which is designed to refine the input feature set. This process aims to decrease model complexity, augment generalization, mitigate overfitting risk, and boost model efficiency. By focusing on a narrower range of features, the model is better equipped to manage unfamiliar data by suppressing noise and unnecessary information.

The genetic algorithm, an optimization technique inspired by natural selection and genetic processes, presents an innovative solution to intricate problems through the simulation of biological evolution [27]. The genetic algorithm generates a population from a potential feature subset, utilizing the fitness function f(x) to guarantee the chosen feature subset’s high fitness value, thereby maximizing their influence on model performance. The optimal feature subset, as determined by this process, aims to contain the minimum number of features to decrease recognition costs and enhance the speed of model inference. The formula for the fitness function is as Eq 2:

$$\begin{aligned} f\left( X_{i}\right) =f\left( x_{1}, x_{2}, \ldots , x_{k}\right) =C \frac{\frac{\sum _{i=1}^{k} N\left( x_{i}\right) }{P}+(\log _{n}-\log _{m})}{\sum _{i=1}^{k} x_{i}}, \end{aligned}$$
(2)

where, \(X_{i}\) denotes the subset of possible features; \(x_{i}\) denotes the feature term, which is recorded as 1 if included in the feature subset and 0 if excluded; k denotes the number of features in the feature subset; C denotes the scale factor, which is utilized to limit the fitness; P denotes the total number of features; \(N(x_{i})\) denotes the number of times a feature is repeated in the solution process; \(\log _{n}-\log _{m}\) denotes the contribution of the current feature subset to the model performance, n is the total number of a category in the labels, m is the total number of correct predictions of a label in the training set; \(\sum _{i=1}^{k} x_{i}\) is the number of features in the current feature subset. In this study, we leverage genetic algorithms to derive a subset of pertinent features, incorporating basic subject characteristics (gender, age, height, weight, and BMI) as well as anatomical features extracted based on OpenPose (NAH, ENA, PAH, EAH, d1, d2, and d3). Specifically, at first, we took the data containing all the features and employed the ’Pycaret’ library in python to select the top three models in terms of performance. Then, we employed the data containing all the features to select features for the three models in sequence using genetic algorithm. Through the above process, we determined the best combination of features and the best model.

Classification with classic models

To construct the dataset, we employed features ascertained through a robust process of feature selection and evaluation, with the ultimate goal of identifying an optimally performant machine learning model capable of FHP detection with high precision. Due to the issue of sample imbalance, we balanced the dataset and employed a ten-fold cross-validation strategy. The training data was subsequently fed into three distinct machine learning models: Extra Tree Classifier (ETC), Gradient Boosting Classifier (GBC), and XGBoost Classifier (XGB). The models’ performance was then assessed using a separate testing dataset.

To evaluate the diagnostic efficacy of the models, we computed a suite of performance metrics including accuracy, sensitivity, specificity, positive predictive value, and negative predictive value based on the prediction results.

The experiments were carried out by means of the PyCharm development tool. The employed computational hardware consisted of an Intel(R) Core i9 central processing unit, a NVIDIA GeForce RTX 3080 GPU, and 10 GB of random-access memory.

Statistical analyses

The uncertainty inherent in statistical estimates can be quantified using confidence intervals, providing a valuable tool for more dependable statistical inferences and decision-making processes by researchers. The Clopper-Pearson method, founded on the binomial distribution’s cumulative distribution function, considers the probability mass at the confidence interval’s extremities and thus, can provide an exact confidence interval. Hence, we utilized the Clopper-Pearson approach to compute 95% confidence intervals for the metrics of sensitivity, accuracy, specificity, positive predictive value, and negative predictive value. These calculations were performed using python 3.8.

Results

Subjects

Table 1 presents the demographic variables of the participants. A total of 1891 participants were initially recruited, from which 1651 samples were gathered after excluding data of inferior quality due to factors such as inadequate lighting and non-standard standing postures. The resultant dataset comprised 627 normal samples and 1024 abnormal samples. Given the presence of sample imbalance, we employed oversampling to balance the data. For model training, we allocated 90% of the samples, reserving the remaining 10% as a test set to evaluate the model’s performance. This test set encompassed 165 adolescents, among which 103 (62.4%) were diagnosed with FHP. As depicted in Fig. 3, the features extracted were consistent with the head and neck features observed in FHP patients.

Table 1 Demographic characteristics of subjects
Fig. 3
figure 3

Comparison of each angle of FHP subjects and non-FHP subjects. The FHP patients showed a smaller angle compared with the normal. NAH: Nasal-Acromion-Horizontal Angle; ENA: Ear-Nasal-Acromion Angle; PAH: Pupil-Acromion-Horizontal Angle; EAH: Ear-Acromion-Horizontal Angle

Comparison of models

Body landmarks and genetic algorithm-based data were subjected to three separate machine learning models while emphasizing the pivotal role of body key point recognition methods in our investigation. Concurrently, three distinct deep-learning models were trained using raw image data and their corresponding labels. Detailed performance indicators of each model using the test set are delineated in Table 2. Our findings designate the Extra Tree Classifier algorithm as the leading performer across multiple metrics. In the context of FHP prediction, the Extra Tree Classifier model achieved an accuracy of 82.4% (95% CI, 75.7% - 87.9%), sensitivity of 80.6% (95% CI, 71.6% - 87.7%), specificity of 85.5% (95% CI, 74.2% - 93.1%), positive predictive value of 90.2% (95% CI, 82.2% - 95.4%) and negative predictive value of 72.6% (95% CI, 60.9% - 82.4%).

Table 2 Results of performance comparison of classification modules

Results of ablation study

To ascertain the robustness of the selected features and to identify the most optimal feature combination for superior model performance, we conducted an ablation study on the top-performing model, the Extra Tree Classifier, employing the following four features: Neck Axis Height (NAH), Ear-Neck Angle (ENA), Posterior Axis Height (PAH), and Ear-Axis Height (EAH). The optimal combination of features, comprising “NAH, ENA, PAH, and EAH”, was selected as the benchmark for comparing the effect of feature elimination on the model’s performance. Furthermore, we have specifically included All Features (gender, age, height, weight, BMI, NAH, ENA, PAH, EAH, d1, d2, and d3) to demonstrate the effectiveness of the genetic algorithm. Results from this ablation study are delineated in Table 3. The analysis reveals that NAH and ENA considerably influence model performance, whereas the impact of PAH and EAH is less significant. Even when PAH and EAH are excluded, the combination of NAH and ENA still demonstrates improved model performance.

Intriguingly, when all features were incorporated as input, the model’s accuracy was limited to 76.4%. A 6% improvement in model accuracy was observed following feature selection, underscoring the efficacy of utilizing genetic algorithms for this purpose.

Table 3 Results of ablation study

Discussion

To our knowledge, the evaluation model presented in this study is the inaugural model capable of distinguishing between adolescents with and without FHP. Our results demonstrate that the machine learning model, designed for the automated detection of FHP, demonstrates high predictive accuracy when applied to an independent adolescent sample from China. Moreover, the findings suggest that directly employing a deep learning model with the original image as input to predict FHP for adolescents is less efficacious than utilizing a machine learning model trained on features extracted from human body landmarks as input.

The amalgamation of computer vision, as embodied by Openpose, with the computational robustness of genetic algorithms, paves the way for a sophisticated, high-precision posture detection modality. The distribution of distinct angular features among FHP and non-FHP subjects, as illustrated in Fig. 3, emphasizes that the features extracted correspond accurately to the head and neck characteristics of FHP patients. This correspondence lends credence to the identified features’ validity. The deployment of this approach offers compelling advantages over existing methodologies, most notably by enhancing detection accuracy while obviating the need for physical contact or intrusive measures. As such, our findings not only reify the effectiveness of a OpenPose-based approach but also underscore its superiority in performance relative to conventional posture detection methods.

Decision tree and tree-based ensemble learning methods like random forest classifier have been widely used in disease prediction like cardiovascular disease [28], chronic kidney disease [29], heart-disease [30], coronary artery disease [31], and shows great performance, but in our study it didn’t outperform the extra tree classifier. In order to obtain results faster, we kept only the top three models with better performance in the phase of model selection. Random forests were eliminated, so it does not appear in the results. Reasons why the extra tree classifier is better than random forest is that in principle, it have more randomness than regular random forests. The extra tree classifier randomly selects a subset of features at each segmentation and then goes for the optimal branching attributes and branching thresholds, which outperforms random forests with a fixed number of feature subsets. This increase in randomness helps to create more decision trees that are independent of each other, thus improving the model performance. In addition, the extra tree classifier has better generalization properties and therefore gets better results on the test data.

Overall, the amalgamation of genetic algorithm and OpenPose algorithm unveils a promising path toward an innovative, non-contact approach for assessing head forward posture, which in turn has the potential to revolutionize the existing models of human posture evaluation and intervention. Our outcomes, though conclusive, invite future investigations to delve into further potentials of non-contact mechanisms, thereby advancing the field of human posture assessment and its associated health implications. The implications of our study extend to the fields of ergonomics, physical therapy, and computer-aided diagnostics, providing an innovative pathway for the detection and mitigation of posture-related conditions. As we move forward, we encourage future researchers to build upon this foundation, refining the key point detection-based detection approach and exploring its utility in a broader range of applications.

While the methodology proposed in our study has delivered promising results, it is imperative to acknowledge certain limitations that accompany these findings. Initially, the population under study was comprised of adolescent individuals, with the customary age bracket for this demographic being between 10 and 19 years. However, due to practical constraints related to school schedules and the availability of resources, the actual age spectrum of the participants was limited to those between 11 and 15 years old. Further, we adopted OpenPose for the extraction of body landmarks from images, yet the work of identifying the relevant features for FHP detection demands more extensive research. The current study marks a preliminary step in this direction, and subsequent investigations must delve deeper into feature selection for improved FHP detection. Lastly, OpenPose operates as a two-dimensional human pose estimation algorithm, which may inadvertently result in the loss of some spatial features pertinent to FHP. As we progress with our research, we intend to refine our methodology by employing a three-dimensional human pose estimation algorithm.

Conclusion

In the culmination of our investigations, predicated upon the utilization of key reference points furnished by the Openpose platform, we have ascertained that a technique grounded in genetic algorithms demonstrates superior efficacy for non-contact diagnosis of a FHP. This research illuminates the potential for the integration of genetic algorithms in evolving the landscape of non-contact posture detection techniques, underscoring the magnitude of their applicability in this particular area.

Availability of data and materials

The datasets generated and/or analysed during the current study are not publicly available in order to preserve the privacy of the respondents but are available from the corresponding author on reasonable request.

References

  1. Hanten WP, Lucio RM, Russell JL. Assessment of total head excursion and resting head posture. Arch Phys Med Rehabil. 1991;72(11):877–80.

    Article  CAS  PubMed  Google Scholar 

  2. Cho CY. Survey of Faulty Postures and Associated Factors Among Chinese Adolescents. J Manipulative Physiol Ther. 2008;31(3):224–9.

    Article  PubMed  Google Scholar 

  3. Dunleavy K, Goldberg A. Comparison of cervical range of motion in two seated postural conditions in adults 50 or older with cervical pain. J Man Manip Ther. 2013;21(1):33–9.

    Article  PubMed  PubMed Central  Google Scholar 

  4. Norlander S, Astenorlander U, Nordgren B, Sahlstedt B. Mobility in the cervico-thoracic motion segment: an indicative factor of musculo-skeletal neck-shoulder pain. Scand J Rehabil Med. 1996;28(4):183.

    CAS  PubMed  Google Scholar 

  5. Yip C, Chiu T, Poon A. The relationship between head posture and severity and disability of patients with neck pain. Man Ther. 2008;13(2):148–54.

    Article  PubMed  Google Scholar 

  6. Norlander S, Gustavsson B, Lindell J, Nordgren B. Reduced mobility in the cervico-thoracic motion segment-a risk factor for musculoskeletal neck-shoulder pain: a two-year prospective follow-up study. Scand J Rehabil Med. 1997;29(3):167–74.

    CAS  PubMed  Google Scholar 

  7. Norlander S, Nordgren B. Clinical symptoms related to musculoskeletal neck-shoulder pain and mobility in the cervico-thoracic spine. Scand J Rehabil Med. 1998;30(4):243–51.

    Article  CAS  PubMed  Google Scholar 

  8. Harms-Ringdahl K, Ekholm J. Intensity and character of pain and muscular activity levels elicited by maintained extreme flexion position of the lower-cervical-upper-thoracic spine. Scand J Rehabil Med. 1986;02(18):117–26.

    Google Scholar 

  9. Lewis C. Myofascial pain and fibromyalgia syndromes a clinical guide to diagnosis and management. Spine. 2001;19(2):143–4.

    Google Scholar 

  10. Verma S, Shaikh J, Mahato R, Sheth M. Prevalence of forward head posture among 12–16 year old school going students - A cross sectional study. Appl Med Res. 2018;4(2):18.

    Article  Google Scholar 

  11. Appel M, Childs A, Healey E, Markowitz S, Wong S, Mead J. Effect of posture on vital capacity. J Appl Physiol. 1986;61(5):1882–4.

    Article  CAS  PubMed  Google Scholar 

  12. Manning F, Dean E, Ross J, Abboud RT. Effects of Side Lying on Lung Function in Older Individuals. Phys Ther. 1999;79(5):456–66.

    Article  CAS  PubMed  Google Scholar 

  13. Chen CF, Lien IN, Wu MC. Respiratory function in patients with spinal cord injuries: effects of posture. Paraplegia. 1990;28(2):81.

    CAS  PubMed  Google Scholar 

  14. Melam GR, Buragadda S, Alhusaini A, Alghamdi MA, Alghamdi MS. Effect of Different Positions on FVC and FEV1 Measurements of Asthmatic Patients. J Phys Ther Sci. 2014;26(4):591.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Hodges PW, Butler JE, Mckenzie DK, Gandevia SC. Contraction of the human diaphragm during rapid postural adjustments. J Physiol. 1997.

  16. Chaitow L. Functional movement and breathing dysfunction. J Bodyw Mov Ther. 2016;20(3):455–6.

    Article  PubMed  Google Scholar 

  17. Papadopoulou S, Exarchakos G, Beris A, Ploumis A. Dysphagia Associated with Cervical Spine and Postural Disorders. Dysphagia. 2013;28(4):469–80.

    Article  PubMed  Google Scholar 

  18. Kim JY, Hong JT, Oh JS. Influence of neck postural changes on cervical spine motion and angle during swallowing. Medicine. 2017;96(45):e8566.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Silva AG, David P, Paul S, Vilas-Boas JP, Johnson MI. Head posture and neck pain of chronic nontraumatic origin: a comparison between patients and pain-free persons. Arch Phys Med Rehabil. 2009;90(4):669–74.

    Article  PubMed  Google Scholar 

  20. Mekhora K, Liston CB, Nanthavanij S, Cole JH. The effect of ergonomic intervention on discomfort in computer users with tension neck syndrome. Int J Ind Ergon. 2000;26(3):367–79.

    Article  Google Scholar 

  21. Kim J, Nam KW, Jang IG, Yang HK, Kim KG, Hwang JM. Nintendo Wii Remote Controllers for Head Posture Measurement: Accuracy, Validity, and Reliability of the Infrared Optical Head Tracker. Invest Ophthalmol Vis Sci. 2012;53(3):1388.

    Article  PubMed  Google Scholar 

  22. Oh BL, Kim J, Kim J, Hwang JM, Lee J. Validity and reliability of head posture measurement using Microsoft Kinect. Br J Ophthalmol. 2014;98(11):1560.

    Article  PubMed  Google Scholar 

  23. Arya SS, Dias SB, Jelinek HF, Hadjileontiadis LJ, Pappa AM. The convergence of traditional and digital biomarkers through AI-assisted biosensing: A new era in translational diagnostics? Biosens Bioelectron. 2023;235:115387.

    Article  CAS  PubMed  Google Scholar 

  24. Doosti B, Naha, S, Mirbagheri M, Crandall DJ. Hope-net: A graph-based model for hand-object pose estimation. In: Proceedings of the IEEE/CVF conference on computer vision and pattern recognition; 2020. p. 6608–17.

  25. Cao Z, Simon T, Wei SE, Sheikh Y. Realtime multi-person 2d pose estimation using part affinity fields. In: Proceedings of the IEEE conference on computer vision and pattern recognition; 2017. p. 7291–9.

  26. Salahzadeh Z, Maroufi N, Ahmadi A, Behtash H, Razmjoo A, Gohari M, et al. Assessment of forward head posture in females: observational and photogrammetry methods. J Back Musculoskelet Rehabil. 2014;27(2):131–9.

    Article  PubMed  Google Scholar 

  27. Chahar V, Katoch S, Chauhan S. A Review on Genetic Algorithm: Past, Present, and Future. Multimed Tools Appl. 2021;80:8091–126.

    Article  Google Scholar 

  28. Yang L, Wu H, Jin X, Zheng P, Hu S, Xu X, et al. Study of cardiovascular disease prediction model based on random forest in eastern China. Sci Rep. 2020;10(1):5245.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  29. Devika R, Avilala SV, Subramaniyaswamy V. Comparative study of classifier for chronic kidney disease prediction using naive bayes, KNN and random forest. In: 2019 3rd International conference on computing methodologies and communication (ICCMC). IEEE Institute of Electrical and Electronics Engineers; 2019. p. 679–84.

  30. El-Shafiey MG, Hagag A, El-Dahshan ESA, Ismail MA. A hybrid GA and PSO optimized approach for heart-disease prediction based on random forest. Multimed Tools Appl. 2022;81(13):18155–79.

    Article  Google Scholar 

  31. Wahid N, Zaidi A, Dhiman G, Manwal M, Soni D, Maaliw RR. Identification of Coronary Artery Disease using Extra Tree Classification. In: 2023 International Conference on Inventive Computation Technologies (ICICT). IEEE Institute of Electrical and Electronics Engineers; 2023. p. 787–792.

Download references

Code availability

The code used in this study will be provided to researchers upon request 1 year after publication.

Funding

The Fundamental Research Funds for the Central Universities (Number: 135211038).

Author information

Authors and Affiliations

Authors

Contributions

Study design, data collection were conducted by GY, SH, DM and MW. Data analysis was performed by ZW, DM, JC and HR. The first draft of the manuscript was written by GY, SH, MW and DM, and all authors have reviewed the manuscript. ZW and HG revised the manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Ziheng Wang.

Ethics declarations

Ethics approval and consent to participate

This study was conducted according to the ethical guidelines of the Helsinki Declaration and we granted ethical approval by the Ethics Committee of Northeast Normal University (NC2020112102). Written informed consent was obtained from the guardian of all participants in this study.

Consent for publication

Written informed consent was obtained from the guardian of all participants to publish the information/image(s) in an online open access publication.

Competing interests

The authors declare no competing interests.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Yang, G., He, S., Meng, D. et al. Body landmarks and genetic algorithm-based approach for non-contact detection of head forward posture among Chinese adolescents: revitalizing machine learning in medicine. BMC Med Inform Decis Mak 23, 179 (2023). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02285-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-023-02285-2

Keywords