Skip to main content

Clinical applications of machine learning in predicting 3D shapes of the human body: a systematic review

Abstract

Background

Predicting morphological changes to anatomical structures from 3D shapes such as blood vessels or appearance of the face is a growing interest to clinicians. Machine learning (ML) has had great success driving predictions in 2D, however, methods suitable for 3D shapes are unclear and the use cases unknown.

Objective and methods

This systematic review aims to identify the clinical implementation of 3D shape prediction and ML workflows. Ovid-MEDLINE, Embase, Scopus and Web of Science were searched until 28th March 2022.

Results

13,754 articles were identified, with 12 studies meeting final inclusion criteria. These studies involved prediction of the face, head, aorta, forearm, and breast, with most aiming to visualize shape changes after surgical interventions. ML algorithms identified were regressions (67%), artificial neural networks (25%), and principal component analysis (8%). Meta-analysis was not feasible due to the heterogeneity of the outcomes.

Conclusion

3D shape prediction is a nascent but growing area of research in medicine. This review revealed the feasibility of predicting 3D shapes using ML clinically, which could play an important role for clinician-patient visualization and communication. However, all studies were early phase and there were inconsistent language and reporting. Future work could develop guidelines for publication and promote open sharing of source code.

Peer Review reports

Background

3D shapes of the human body are digital representations of physiological and pathological anatomical structures, acting as a bridge between virtual and physical worlds. There are three primary 3D shape file types, polygon mesh, point cloud, and 3D voxelised object, of which a mesh is the most common form [1, 2]. As virtual representations of the human body, 3D shapes enable non-invasive exploration of its components and potential automation of clinical solutions to design tissue scaffolds and medical devices [3].

3D surface scanning is the most common method of capturing external body morphologies, while medical images such as computed tomography (CT) and magnetic resonance imaging (MRI) are used to explore internal 3D body shapes. 3D surface scanned shapes can be less costly and more accessible than medical imaging and arguably more informative for representing the body's external appearance. Viewing 3D shapes of the body, either from surface scans or rendered from medical imaging, enables a more intuitive understanding of the relationship between anatomical features [4]. Machine learning (ML) is a field of artificial intelligence that designs algorithms for teaching machines to achieve tasks such as pattern detection, thus building an autonomous learning model [5]. ML is regularly applied to 2D images, and real-life 3D objects (such as vehicles and furniture) for purposes of classification and reconstruction [1, 6]. 3D shapes have also been employed as initial input data of the neural network-based ML model which was developed as shape autoencoder and decoder for predicting body shape deformation [7]. However, 3D shape prediction in medical domain has not been clearly defined and the definition of 3D shape prediction can vary. Thereafter, the concept can be defined as follows: 3D shape prediction is to reconstruct 3D anatomical structures from estimated morphological changes (e.g., before and after a procedure). Here, the input to the algorithm is a representation of 3D shape. In this case, workflow is referred as the overall process required to predict, while the ML model is the specific network architecture used. The term 3D shape includes 3D volume, 3D mesh, 3D point cloud and other 3D representations, and the before-after (pre-post) operation cohorts can act as paired data.

Most work to date has focused on 2D data obtained from MRI or CT images and relates to object detection, segmentation, and disease classification [8, 9]. The application of ML driven 3D shape prediction in a clinical setting is currently lacking and an area ripe for investigation. As a relatively new area that sits at the intersection between computer science and clinical research, the current state of the art for 3D body shape prediction is unknown. Therefore, the aim of this systematic review was to identify and appraise ML methods for predicting 3D shapes focusing on clinical applications, prediction workflows, and prediction performance.

Results

Summary of the included studies

A total of 13,754 articles were identified, leaving 7749 after removing duplicates (Fig. 1). Following abstract and title screening, 7664 articles were removed, leaving 85 articles for full-text screening.12 articles met the inclusion criteria [10,11,12,13,14,15,16,17,18,19,20,21] including one identified through hand searching [14]. All 12 articles were published between 2015 to 2022. Six studies were identified as unspecific cohort studies [10, 11, 15, 18, 19, 21], five were retrospective cohort studies [12, 14, 16, 17, 20], and one was a case study [13]. 10 studies described approval from a relevant human ethics committee, however this was not mentioned in two articles [10, 15]. These studies predicted 3D shapes of a wide range of body regions, including the face [11, 14, 18,19,20], brain [10, 15], head [16, 21], forearm [12], aorta [13] and breast [17]. Sample sizes ranged from n = 7 to 209. Datasets with less than 50 samples occurred in 50% of studies, and none of the studies conducted a formal sample size calculation. The prediction models were developed with regression (67%), artificial neural networks (25%), and principal component analysis (8%). All methods were designed for development purposes without any external validation. The programming language was mentioned by 58% of the included papers. Python [14, 18, 20], C++ [11, 16, 19], and MATLAB [11, 18, 20, 21] were three languages used for building and running programs, with MATLAB the most prevalent. However, none of the articles published source code which would bring difficulties to open science and method replication.

Fig. 1
figure 1

PRISMA flowchart. The inclusion and exclusion criteria are applied to the abstract-title screening and full-text screening process. Studies from citation searching were also identified and went through screening process

Clinical applications

3D shape prediction was used to assist with outcome visualization [10, 11, 15, 16, 18, 19], customized surgical planning [11, 14, 18,19,20], communication [12, 14, 18], diagnosis [10, 15], decision-making processes [13, 16] and implant generation [21]. We found most studies were exploring the use of 3D shape prediction as a tool for surgical planning and visualizing the aesthetic outcome. Use cases included simulating facial or breast changes after a procedure, predicting post-operated bone shape following orthopedic surgeries, soft tissue changes following denture implantation and implant design for cranioplasty.

All studies aimed to predict morphologies of different body regions from 3D shapes which were paired before and after an intervention or linked along timepoints. Six studies used 3D scanning to capture their shapes [11, 14, 17,18,19,20], of which two studies specified 3D scanning protocols such as head position and facial expression [18, 19]. Seven used medical imaging (MRI [10, 15] and CT [12, 13, 16, 18, 21]), while one study utilized both 3D shapes from 3D scanning and cone-beam CT scans as the inputs [18].

Prediction workflow

Based on the studies retrieved, a common workflow for 3D shape prediction was identified: data pre-processing, 3D shape predictive model development (learning and predicting phases), and performance testing. Specifically, we divided the predictive model into two phases: relationships of morphological changes were derived in learning phase, while the prediction phase can be described as automatic generating new 3D shapes based on the learnt relationships. More details can be found in Table 1.

Table 1 General information of the included articles

Data pre-processing for studies using medical imaging (MRI or CT) as input involved image segmentation, 3D shape registration and reconstruction using commercial (e.g., Materialise Mimics) or opensource software (e.g., Free3D and 3D slicer). Six articles highlighted 3D shapes reconstruction from medical images as one step of data pre-processing [10, 12, 13, 15, 16, 21], which were then used as inputs for the learning model. The iterative closest point method was the most common tool for 3D shape registration [11, 12, 19], while one employed coherent point drift algorithm [18]. A template shape with landmarks was employed as the reference for registration in two studies [11, 13].

The features used for prediction, ‘predictors’, had different types and numbers across 12 studies. Five studies introduced feature points/vertices with customized numbers and definitions [11, 16, 18,19,20], while two used shape or volume descriptors such as Fourier Spherical Harmonics coefficients [17]. Rekik et al. employed current and varifold metrics as predictors derived from customized mathematical equations [13, 18], and Do et al. developed the implicit surface that could define an object in space by mapping coordinates of points onto a scalar value [13]. 3D shapes of the radius and ulna, defined and cut according to identified anatomical landmarks, were employed as the predictor by Oura [12], while Knoops et al. did not specify the use of any form of predictors in their study [14]. Wu et al. mentioned 3D encoder-predictor network, whereas no predictor was clearly defined [21]. In addition, one study considered BMI as a confounding factor for 3D breast shape prediction [17].

A variety of ML algorithms were established across the 12 articles for learning phase of predictive model development. In total 14 ML algorithms were used, of which one was reinforcement learning [11], three was unsupervised learning [18,19,20], and all others were supervised learning [10, 12,13,14,15,16,17, 20, 21]. The ML model was reported inconsistently in one article, where principal component analysis was described in the methods while the rest of the article referred to back propagation network [19]. Knoops et al. tested four algorithms in their study: linear regression, ridge regression, least-angle regression, and least absolute shrinkage and selection operator regression [14]. Sampathkumar et al. investigated least square regression and random forest regression [17]. Partial least square regression was used by two different studies [12, 16]. Two articles from the same authors used a similar 4D (spatiotemporal) surface regression method, with the key differences in the mathematical surface representation: current (based on Faraday's law from Physics) and varifolds [10, 15]. Neural networks, including back-propagation neural network and autoencoder-inspired neural network, were used by Cheng and ter Horst [11, 18]. Tanikawa et al. mentioned regression using customized deep neural network [20], while a V-net was used by Wu et al [21]. Principal components analysis and spatiotemporal Gaussian regression with Expectation-Maximization Kalman filter were identified in another two studies [13, 19]. Algorithm architecture and features such as the number of hidden layers of neural networks and parameter settings can be seen in Table 2. The relationships learned by the regression models allow them to predict new 3D shapes external from the training dataset. In addition, Knoops et al. mentioned overfitting occurred in linear regression as a limitation but without a solution [14], however Tanikawa et al. mentioned the use of Dropout layers for reducing the chance of overfitting in neural network [20]. No other papers mentioned prevention of overfitting.

Table 2 Details of machine learning model development of the included studies

Regarding to the predicting phase, two articles distinguished it from the learning phase, in which specific algorithms were provided [10, 15]. Shape post-processing were also found after prediction using different computing methods. Two articles highlighted the application of the Laplacian deformation technique for generating predicted shape [11, 19]. Moreover, one study had proposed a post-prediction process of generating a 3D skull with high resolution from a coarse deformed skull via three steps: registration, initial deformation, and refinement deformation [16]. Two study used a post-prediction process to generate post-operative shape by applying predicted displacement onto the pre-operative shape using MATLAB, however no further details were provided [18, 20].

No studies reported any differences between the training, testing, and validation datasets for each prediction model in inclusion criteria, model outcome, or predictors. Moreover, all studies had built prediction models for only early-stage development that used internal validation alone. Three out of 12 papers used leave-one-out validation [12, 14, 15], whereas ten-fold cross-validation was employed by Nguyen [16], and 11-fold by Tanikawa [20]. Others indicated customized methods, for instance ter Horst et al. [18] validated their deep-learning based prediction against mass-tensor-model prediction. However, no validation method were mentioned by Wu [21].

Prediction performance

Different methods were employed to evaluate performance of the prediction among included articles, which limited the ability to compare between studies. Seven articles displayed results with both figures of 3D shapes and heatmaps to indicate the predicted shapes and accuracy [10, 11, 14,15,16, 18, 20]. Three articles showed 3D shapes only [13, 17, 21], and two reported neither figures nor heatmaps [12, 19]. All studies reported acceptable prediction error ranging from 0.69 to 19.68 mm, although one had conflicting accuracy presented between result (average error 0.94 mm for surgery group) and abstract (average error 0.89 mm for surgery group) [20], and another one only highlighted accuracy of the designed cranial implant shape rather than predicted skull shape [21] (see Table 1). The prediction accuracy was assessed by comparing the predicted 3D anatomical structures and ground truth using either Hausdorff distance or Euclidean distance. Due to the differences of investigated body regions and methods for calculating the accuracy, we were unable to conduct a meta-analysis. In addition, four articles highlighted training/testing duration, two of which reported less than 10 s [11, 19], one was 9 min 4 ± 10 s [16], whilst Wu specified 58.4 h. for training and 8.6 s for testing [21]. No studies reported any calibration measures of the performance.

Quality assessment

All papers were rated as having an overall high risk of bias using the Quality In Prognosis Studies (QUIPS). The rating of each domain can be seen in Table 3, where color intensity distinguishes high, moderate, low risk of bias, and grey indicates a domain that was considered irrelevant. Unclear descriptions and limited information led to low scores in quality assessment. A few papers failed to report participant information, inclusion, and exclusion criteria, which led to a high risk of bias in the domain of study participants. The main reason for the moderate rating for prediction factor and outcome measurement domains was the lack of a reliability test for measurement methods. Four out of 12 studies mentioned their models for statistical analysis [12, 18,19,20], whereas three rated high since no model for statistical analysis was mentioned and the predicted 3D shapes were reported with bias [10, 17, 21].

Table 3 Risk of bias as assessed by Quality In Prognosis Studies (QUIPS)

Discussion

This systematic review found 3D shape prediction using ML has potential for post-operational anatomy visualization, however all studies were in preliminary phases. All included studies focused on the upper body, with more than half predicting shapes from the head area. Neural network-based methods become more popular in studies since 2021 compared to other methods, such as regression. Although all studies claimed promising results, some drawbacks can be identified such as the inadequate information for model validation with accuracy and unreliable reporting of methods. Critically, none of the included studies shared source codes, which limits reproducibility. Other deficiencies such as undefined standard of reporting, terminology consistency and evaluation were also recognized and should be discussed.

Prediction of 2D images has progressed dramatically and has many proposed applications in diagnostics, prognostics, and clinical decision aid tools [8, 9]. CT and MRI modalities are also commonly used to train convolutional neural networks as 2D data sets [22]. However, there may be additional benefits for ML driven predictions of 3D datasets in clinical settings. The ability to predict 3D shapes enables intuitive visualization of outcomes, which is useful for research focused on anatomical shapes such as the studies on the skull, radius and cortex included in this systematic review [10, 12, 16]. In some clinical scenarios, an external 3D surface scan of the body is preferred over other imaging modalities for understanding changes in the body’s appearance, for example, the ability to visualize post-operative facial soft tissue deformation via 3D shape prediction [11, 18, 19]. Reducing the reliance on CT scanning for external features by using 3D surface scanning also has the potential to reduce radiation exposure for patients [11, 16]. Furthermore, some applications can only be conducted using 3D surface scanning, such as those require soft tissues in a particular conformation that are difficult or impossible to capture in conventional CT or MRI. These may include standing or weight-bearing views, which are important in orthotics and prosthetics, such as for prosthetic socket design [23]. The ability to apply ML and prediction algorithms to 3D shapes is essential for these applications. However, implementing ML approaches for 3D shape prediction into a clinical setting may be challenging. Obtaining regulatory approval will prove difficult and finding a leading indication will be important. Other obstacles will likely include a lack of infrastructure and resources to support large databases for validation and computing power, data security and privacy, difficulty integrating into existing workflows, and overcoming clinicians’ distrust [24].

The methodologies of included studies shared common approaches and deficiencies. We summarized the 3D shape prediction workflow from the included studies into three phases: data preparation, predictive model development, and 3D shape prediction (Fig. 2).

Fig. 2
figure 2

General workflow of 3D shape prediction summarized into three phases. Phase one: Data preparation including segmentation, reconstruction, and registration. Phase two: predictive model development including two phases: learning and predicting. Phase three: 3D shape prediction based on the predictive model developed and optimized in phase two

Data pre-processing procedures were often scant on details such as re-mesh methods, registration parameters, and 3D shape properties in terms of the number of vertices and their simplicity methods. A possible reason could be that most studies used software to process the 3D shapes, and the unknown algorithms applied behind a "click and go" approach means the pre-processing occurs inside a black box. Although some studies have defined the number of vertices on their 3D shapes, there was usually no evidence to justify their selection and why it was appropriate for their studies. This review revealed a broad range of ML models used for 3D shape prediction, of which the most popular were neural networks followed by partial least squares regression, while papers published since 2021 all used deep learning neural networks. The advantages of artificial neural networks are that they can fit complex nonlinear models and deal with high-dimensional data [25], which is suitable for 3D shape prediction. However, the architecture of neural networks can be complex to design, usually requires a large database for training, and can be subject to overfitting [25]. Other regression algorithms, such as linear regression, are simpler to understand and implement, however they might result in low accuracy and overfitting. Further, learning and predicting phases were usually not clearly defined and reported in the study. For example, some studies partially reported pre-set parameters while others did not report any information on parameter settings [11, 17], which can lead to reproducibility issues. The satisfactory results of prediction accuracy could also be concerning as only one study had mentioned clinically acceptable accuracy in the article [18]. Unfortunately, study quality did not improve over time, thus there is an urgent need for establishing standards for terminology and reporting guidelines.

The inconsistent language used around 3D shape prediction was one of the biggest challenges for searching and screening articles. Some studies mentioned prediction in the title or abstract, despite the content relating to other topics such as pure shape generation, and vice-versa. Others used alternative keywords such as transformation and virtual simulation when these studies related to prediction. Moreover, the inconsistent usage of terminologies for model development was identified such as the word ‘validation’ and ‘testing’ for performance evaluation [12, 17]. The mixed understanding of the two words has introduced significant inconsistencies across the studies. The field would benefit from the introduction of best practice guidelines specific to the 3D domain, as has been done for biomedical 2D image analysis with recommended terminologies and reporting guidelines [26].

We conducted a systematic review, which is a broadly accepted approach in medical research, to identify and summarize studies of 3D shape prediction for clinical uses. The systematic review approach overviews the current existing knowledge on the given topic and identifies inconsistencies, gaps, and future directions. It is conducted following an explicit protocol using PRISMA, which assures a comprehensive search with clear inclusion and exclusion criteria. Well-established standards are also used to extracting information, reporting findings, and assessing study quality. For these reasons, the systematic review is a strong method of surveying current evidence and to guide future research of a topic. However, our goal in this study was to identify any fields of medicine predicting 3D shapes, as such we did not use specific body region terms in our search. With the growth of 3D body shape prediction, future systematic reviews may benefit from specialty-oriented searches. This systematic review also used a language limitation, and studies conducted in languages other than English would likely be missed. Regarding the scope of this review, suitable methods applied in non-medical fields such as gaming and computer vision may have also been excluded. For example, in this systematic review studies in forensics were excluded since they were deemed to be out of the scope of this review [27,28,29]. Moreover, QUIPS checklist is not specifically developed for ML applications, however, it has been employed by other studies related to ML prediction models for clinical applications [30, 31]. Other checklists has also been utilized to evaluate quality for prognostic studies within the same domains as QUIPS [32]. However, they do not include assessment about ML related biases. For example, an algorithmic bias could occur where a study may apply popular algorithms and adopt prevalent algorithmic design choices that are suited for certain dataset. A bias could also occur during the model evaluation process since no appropriate benchmarks for evaluating the application were well defined.

There has been great progress in 3D shape prediction since the first study in our review was published in 2015. The most promising applications of 3D shape prediction seem to focus on visualizing and communicating the physical changes following surgery. However, several challenges need to be overcome before the field advances further. Here, we list some areas of focus and future research that could potentially improve study quality and support clinical translation.

  1. 1.

    Improved dataset size. A high-performance ML model requires a considerable amount of reliable training data [9]. Therefore, larger datasets or extensive published databases would benefit studies creating exploratory prediction models. Similar to adjacent fields, a community for sharing data for use in training and evaluation, such as The International Skin Imaging Collaboration [33], could be established.

  2. 2.

    More formalized evaluation protocol with separate training, validation, test phases/datasets. It is crucial that training, validation, and testing datasets should never overlap and must be clearly defined before developing models. Training datasets are adapted for regression model to learn relationships; validation datasets are used for evaluation during development to tune model hyperparameters and to optimize the model, while testing datasets are for final estimating the developed model.

  3. 3.

    Development of a set of standard guidelines for comparability. A guideline for publishing studies on 3D shape prediction could be established to improve the structure, design, and reporting of studies, which is important if the goal is clinical implementation. Specifically, methods of evaluating prediction accuracy and clinically acceptable accuracy should be assessed and discussed. An AI extension of the Transparent Reporting of a multivariable prediction model of Individual Prognosis Or Diagnosis (TRIPOD) is currently under development, and we recommend a further 3D shape specific version [34]. Some 3D shape specific items could include predictors, computing hardware, software for AI model development, and a flowchart for demonstrating the entire workflow.

  4. 4.

    Standardization of nomenclature. Unifying language through agreed definitions would enable greater consistency. For example, the use of ‘prediction’ as the general keyword for many articles that describe the forecasting of 3D shapes, while other terms were also employed such as ‘reconstruction’ or ‘simulation’.

  5. 5.

    Sharing Source code. Sharing of the source code publicly, such as an appendix or on an online repository, will promote open science, replication of the results, and support research collaboration.

Conclusion

ML has been used in 2D medical imaging analysis since the early 1990s and rapidly expanded since 2015, but it is only recently that 3D shape prediction has been applied to clinical research. In this study, we found 12 publications that predicted six different regions of human body using 14 ML algorithms. Most of these studies had the goal of simulating surgical outcomes, all were early-stage research and were some ways from clinical implementation. However, these studies lacked consistent keywords and reporting structures. The nascent but evolving field of 3D shape prediction has great potential to improve medical scenarios that involve understanding shape changes before and after an intervention.

Methods

Search strategy and selection criteria

In this systematic review, we searched for studies that used ML to predict 3D shape for clinical applications. The search was conducted according to the Preferred Reporting Items for Systematic Reviews and Meta-Analysis (PRISMA) statement guideline. Four electronic databases, Medline, Embase, Scopus and Web of Science, were searched for studies published in English full text until 28th March 2022. Studies were identified with search terms including “three-dimensional imaging/”, “artificial neural network”, “machine learning” and “predictions”. The full search strategy is given in Additional file 1: Table S1. Manual searches were conducted on reference lists of the included articles to identify relevant publications.

We did not limit the target population, specific disease, or the category of the prediction model, however we had exclusion criteria for inputs, outputs and broad study areas. The inclusion criteria were predefined as: (1) inputs being two or more datasets for each participant, for instance, paired shapes (before and after) for one participant; (2) outputting a form of 3D shape; (3) paper reporting any 3D shape prediction model using at least one ML technique and its entire workflow; (4) study having clinical relevance aiming to improve medical conditions. Publications were excluded without English full texts or based on animal studies. Short conference abstracts (less than one page) and reviews (i.e., conference review) were excluded, as these do not contain enough detail for our review. This study is registered with PROSPERO, CRD42021263000.

The eligibility assessment, including title/abstract screening and full-text screening, was conducted using the Covidence (Covidence systematic review software, Veritas Health Innovation, Melbourne, Australia.) independently by two reviewers (JZW and JL). Duplicates were automatically and manually removed. Disagreements were first resolved by the two reviewers through discussion, then referred to a third reviewer (TLC or AK) if consensus was not achieved. Consensus was achieved for all included studies.

Data analysis

Two reviewers, JZW (Bachelor of Engineering (chemical), Master of Professional Engineering (biomedical), PhD candidate (health science & machine learning)) and JL (Bachelor of Engineering) extracted data including basic information, sample population, method, outcomes, and clinical area using a predefined data extraction template on Covidence website. If the two reviewers did not agree on the inclusion of an article during screening or eligibility assessment, the article was referred to a third reviewer for further discussion until all reviewers agreed. The third reviewer was either TLC (Bachelor of Engineering (biomedical)/ Bachelor of Medical Science, PhD (medicine)) or AK (Bachelor of Engineering (Software Engineering)/ Bachelor of Arts, PhD (computer science)) depending on expertise.

The QUIPS tool was used to assess the risk of bias, which is originally designed to assess prognostic factor studies, however it can be used in other prognostic studies by removing or adjusting certain domains [35]. Reviewers (JZW, JL) independently evaluated five domains of QUIPS including study participation, study attrition, prediction factor measurement, outcome measurement, and statistical analysis and reporting, of which the study confounding domain was omitted (Additional file 2: Table S2). The overall risk of bias score for each study was assessed regarding to the rule adopted and modified from Grooten [36]: if all domains were rated as low risk, then the study was categorized having overall low risk of bias. A study with at least one domain rated high or more than two domains rated moderate was judged as overall high risk of bias. Other situations were categorized as overall moderate risk of bias. Moreover, if a prediction model was for development purpose only based on small database without any external validation, the study would be downgraded to high risk of bias even if it was listed as low risk of bias for all domains [37]. Meta-analysis was not appropriate for this review due to the differences in targeted body regions and various indicators for prediction accuracy.

Availability of data and materials

All papers are available on publisher websites. All data generated or analyzed during this study are included in this published article.

References

  1. Kim S, Chi H-G, Ramani K. Object synthesis by learning part geometry with surface and volumetric representations. Comput Aided Des. 2021;130:102932.

    Article  Google Scholar 

  2. Tangelder JWH, Veltkamp RC. A survey of content based 3D shape retrieval methods. Multimed Tools Appl. 2007;39(3):441–71.

    Article  Google Scholar 

  3. Hieu LC, et al. Medical rapid prototyping applications and methods. Assem Autom. 2005;25(4):284–92.

    Article  Google Scholar 

  4. Raja R. Artificial intelligence and machine learning in 2D/3D medical image processing. 1st ed. Boca Raton: CRC Press; 2021.

    Google Scholar 

  5. França RP et al. An overview of deep learning in big data, image, and signal processing in the modern digital age. Trends Deep Learn Methodol. 2021, 63–87.

  6. Hane C, Tulsiani S, Malik J. Hierarchical surface prediction. IEEE Trans Pattern Anal Mach Intell. 2020;42(6):1348–61.

    Article  Google Scholar 

  7. Beetz M, et al. Predicting 3D cardiac deformations with point cloud autoencoders. In: International workshop on statistical atlases and computational models of the heart. Springer; 2021.

  8. Greenspan H, van Ginneken B, Summers RM. Guest editorial deep learning in medical imaging: overview and future promise of an exciting new technique. IEEE Trans Med Imaging. 2016;35(5):1153–9.

    Article  Google Scholar 

  9. Currie G, et al. Machine learning and deep learning in medical imaging: intelligent imaging. J Med Imaging Radiat Sci. 2019;50(4):477–87.

    Article  Google Scholar 

  10. Rekik I, et al. Prediction of longitudinal development of infant cortical surface shape using a 4D current-based learning framework. In: Information processing in medical imaging; 2015, p. 576–87.

  11. Cheng C, et al. Prediction of facial deformation after complete denture prosthesis using BP neural network. Comput Biol Med. 2015;66:103–12.

    Article  Google Scholar 

  12. Oura K, et al. Prediction of forearm bone shape based on partial least squares regression from partial shape. Int J Med Robot Comput Assist Surg. 2017;13(3):e1807.

    Article  Google Scholar 

  13. Do HN, et al. Prediction of abdominal aortic aneurysm growth using dynamical Gaussian process implicit surface. IEEE Trans Biomed Eng. 2019;66(3):609–22.

    Article  Google Scholar 

  14. Knoops PGM, et al. A machine learning framework for automated diagnosis and computer-assisted planning in plastic and reconstructive surgery. Sci Rep. 2019;9(1):13597–612.

    Article  Google Scholar 

  15. Rekik I, et al. Predicting infant cortical surface development using a 4D varifold-based learning framework and local topography-based shape morphing. Med Image Anal. 2016;28:1–12.

    Article  Google Scholar 

  16. Nguyen T-N, et al. A statistical shape modeling approach for predicting subject-specific human skull from head surface. Med Biol Eng Comput. 2020;58(10):2355–73.

    Article  Google Scholar 

  17. Sampathkumar U, et al. Spherical harmonics for modeling shape transformations of breasts following breast surgery. In: Medical imaging 2020: image-guided procedures, robotic interventions, and modeling. International Society for Optics and Photonics; 2020.

  18. ter Horst R, et al. Three-dimensional virtual planning in mandibular advancement surgery: Soft tissue prediction based on deep learning. J Craniomaxillofac Surg. 2021;49(9):775–82.

    Article  Google Scholar 

  19. Yuan F, et al. Prediction of aesthetic reconstruction effects in edentulous patients. Sci Rep. 2017;7(1):18077–18077.

    Article  Google Scholar 

  20. Tanikawa C, Yamashiro T. Development of novel artificial intelligence systems to predict facial morphology after orthognathic surgery and orthodontic treatment in Japanese patients. Sci Rep. 2021;11(1):15853–15853.

    Article  CAS  Google Scholar 

  21. Wu C-T, Yang Y-H, Chang Y-Z. Three-dimensional deep learning to automatically generate cranial implant geometry. Sci Rep. 2022;12(1):2683–2683.

    Article  CAS  Google Scholar 

  22. Willemink MJ, et al. Preparing medical imaging data for machine learning. Radiology. 2020;295(1):4–15.

    Article  Google Scholar 

  23. Steer JW, et al. Predictive prosthetic socket design: part 2—generating person-specific candidate designs using multi-objective genetic algorithms. Biomech Model Mechanobiol. 2019;19(4):1347–60.

    Article  Google Scholar 

  24. Verma AA, et al. Implementing machine learning in medicine. Can Med Assoc J (CMAJ). 2021;193(34):E1351–7.

    Article  Google Scholar 

  25. Tu JV. Advantages and disadvantages of using artificial neural networks versus logistic regression for predicting medical outcomes. J Clin Epidemiol. 1996;49(11):1225–31.

    Article  CAS  Google Scholar 

  26. England JR, Cheng PM. Artificial intelligence for medical image analysis: a guide for authors and reviewers (1976). Am J Roentgenol. 2019;212(3):513–9.

    Article  Google Scholar 

  27. Wen Y, et al. Craniofacial reconstruction method based on region fusion strategy. Biomed Res Int. 2020;2020:8835179–8835179.

    Article  Google Scholar 

  28. Fangyu B, et al. Face reconstruction from skull based on least squares canonical dependency analysis. IEEE.

  29. Berar M, et al. Craniofacial reconstruction as a prediction problem using a latent root regression model. Forensic Sci Int. 2011;210(1):228–36.

    Article  Google Scholar 

  30. Adeoye J, et al. Prediction models applying machine learning to oral cavity cancer outcomes: a systematic review. Int J Med Inform (Shannon, Ireland). 2021;154:104557–104557.

    Article  Google Scholar 

  31. Shung D, et al. Machine learning to predict outcomes in patients with acute gastrointestinal bleeding: a systematic review. Dig Dis Sci. 2019;64(8):2078–87.

    Article  Google Scholar 

  32. Navarro CLA, et al. Risk of bias in studies on prediction models developed using supervised machine learning techniques: systematic review. BMJ. 2021;375:n2281.

    Google Scholar 

  33. Tschandl P, et al. Human–computer collaboration for skin cancer recognition. Nat Med. 2020;26(8):1229–34.

    Article  CAS  Google Scholar 

  34. Collins GS, et al. Protocol for development of a reporting guideline (TRIPOD-AI) and risk of bias tool (PROBAST-AI) for diagnostic and prognostic prediction model studies based on artificial intelligence. BMJ Open. 2021;11(7):e048008–e048008.

    Article  Google Scholar 

  35. Hayden JA, et al. Assessing bias in studies of prognostic factors. Ann Intern Med. 2013;158(4):280–6.

    Article  Google Scholar 

  36. Grooten WJA, et al. Elaborating on the assessment of the risk of bias in prognostic studies in pain rehabilitation using QUIPS-aspects of interrater agreement. Diagn Progn Res. 2019;3(1):5–5.

    Article  Google Scholar 

  37. Wolff RF, et al. PROBAST: a tool to assess the risk of bias and applicability of prediction model studies. Ann Intern Med. 2019;170(1):51–8.

    Article  Google Scholar 

Download references

Acknowledgements

The authors would like to thank the University of Sydney Librarians (Jun Guo, Isabelle Raisin, Vanah Montgomery) for their support in developing the search terms and strategy.

Funding

TLC was supported by an Australian National Health and Medical Research Council Investigator Grant (#1194930). There was no other funding source for this study.

Author information

Authors and Affiliations

Authors

Contributions

JZW, JL, JK, AK, PB, JB, TLC contributed to the conception and design of the study. JZW and JL, contributed to the literature search and data extraction. JZW and JL contributed to data extraction and quality assessment. JZW, JL and TLC contributed to writing the manuscript, and all authors edited and approved the manuscript. All authors guarantee the integrity of the work.

Corresponding author

Correspondence to Joyce Zhanzi Wang.

Ethics declarations

Competing interests

The authors declare no competing interests.

Ethics approval and consent to participate:

Not applicable.

Consent for publication:

Not applicable.

Conflict of interest

We declare no competing interests.

Additional information

Publisher's Note

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

Supplementary Information

Additional file 1.

Search strategy: key words and the methods used for literature search.

Additional file 2.

The questions and strategies for assessing risk of bias.

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

Wang, J.Z., Lillia, J., Kumar, A. et al. Clinical applications of machine learning in predicting 3D shapes of the human body: a systematic review. BMC Bioinformatics 23, 431 (2022). https://doi.org/10.1186/s12859-022-04979-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-022-04979-2

Keywords