| Literature DB >> 34752491 |
Ilaria Amodeo1, Giorgio De Nunzio2,3,4, Genny Raffaeli1,5, Irene Borzani6, Alice Griggio7, Luana Conte2,3,4, Francesco Macchini8, Valentina Condò1, Nicola Persico5,9, Isabella Fabietti9, Stefano Ghirardello1, Maria Pierro10, Benedetta Tafuri2,3,4, Giuseppe Como1, Donato Cascio11, Mariarosa Colnaghi1, Fabio Mosca1,5, Giacomo Cavallaro1.
Abstract
INTRODUCTION: Outcome predictions of patients with congenital diaphragmatic hernia (CDH) still have some limitations in the prenatal estimate of postnatal pulmonary hypertension (PH). We propose applying Machine Learning (ML), and Deep Learning (DL) approaches to fetuses and newborns with CDH to develop forecasting models in prenatal epoch, based on the integrated analysis of clinical data, to provide neonatal PH as the first outcome and, possibly: favorable response to fetal endoscopic tracheal occlusion (FETO), need for Extracorporeal Membrane Oxygenation (ECMO), survival to ECMO, and death. Moreover, we plan to produce a (semi)automatic fetus lung segmentation system in Magnetic Resonance Imaging (MRI), which will be useful during project implementation but will also be an important tool itself to standardize lung volume measures for CDH fetuses. METHODS AND ANALYTICS: Patients with isolated CDH from singleton pregnancies will be enrolled, whose prenatal checks were performed at the Fetal Surgery Unit of the Fondazione IRCCS Ca' Granda Ospedale Maggiore Policlinico (Milan, Italy) from the 30th week of gestation. A retrospective data collection of clinical and radiological variables from newborns' and mothers' clinical records will be performed for eligible patients born between 01/01/2012 and 31/12/2020. The native sequences from fetal magnetic resonance imaging (MRI) will be collected. Data from different sources will be integrated and analyzed using ML and DL, and forecasting algorithms will be developed for each outcome. Methods of data augmentation and dimensionality reduction (feature selection and extraction) will be employed to increase sample size and avoid overfitting. A software system for automatic fetal lung volume segmentation in MRI based on the DL 3D U-NET approach will also be developed. ETHICS AND DISSEMINATION: This retrospective study received approval from the local ethics committee (Milan Area 2, Italy). The development of predictive models in CDH outcomes will provide a key contribution in disease prediction, early targeted interventions, and personalized management, with an overall improvement in care quality, resource allocation, healthcare, and family savings. Our findings will be validated in a future prospective multicenter cohort study. REGISTRATION: The study was registered at ClinicalTrials.gov with the identifier NCT04609163.Entities:
Mesh:
Year: 2021 PMID: 34752491 PMCID: PMC8577746 DOI: 10.1371/journal.pone.0259724
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1Standard protocol items.
Standardized Protocol ItemsRecommendations for Observational Retrospective Study (SPIROS) flow diagram: Schedule for administrative and ethics clearance; research training; retrospective data collection; definition of instrumental parameters for the identification of prognostic patterns; definition of protocols for data management; software system design development of the method for the management of patterns (and data augmentation) in training; development of the method for optimizing system parameters; fetal MRI data elaboration with manual segmentation; development of semiautomatic segmentation software; segmentation performance analysis; fetal MRI data elaboration with semiautomatic segmentation; development of the classification system based on machine learning; development of the classification system based on deep learning; statistical analysis for the coupling of classification methods; statistic and classification analysis; completion of analyses; manuscript writing; result dissemination; kick-off and project meetings. Unit 1: Milan; Unit 2: Lecce; Unit 3: Palermo.
Fig 2Study flow chart.
CDH: Congenital diaphragmatic hernia; GA: Gestational age; NICU: Neonatal intensive care unit; MRI: Magnetic resonance imaging; PH: Pulmonary hypertension; FETO: Fetal endoscopic tracheal occlusion; ECMO: Extracorporeal membrane oxygenation.
Fig 3Total fetal lung volume assessment.
MRI segmentation and 3D reconstruction of the fetal lung with the calculation of the total fetal lung volume on T2-sequences.
Fig 6Apparent diffusion coefficient.
MRI calculation of the apparent diffusion coefficient (ADC) on diffusion-weighted sequences.
Fig 7Chest radiographic pulmonary area.
Calculation of the radiographic pulmonary area on neonatal chest x-ray.
Fig 8Machine learning pipeline.
The flowchart illustrates the radiomics workflow starting from multimodal image acquisition. After manual or (semi)automatic segmentation/contouring of the volumes of interest (such as fetus lungs and liver), feature descriptors are calculated from VOI shape and texture. Together with a choice of prenatal clinical parameters, the obtained feature vectors are labeled with relevant output variables (e.g., presence of postnatal PH, or need for ECMO…) and, after dimensionality reduction performed to get rid of redundant and useless descriptors, enter the supervised classification/regression model-construction step, here represented by one of the possible choices, i.e., a multi-layer perceptron artificial neural network. Because of the relatively low number of samples, model training and validation will be obtained by leave-one-out cross-validation (LOO-CV), and various methods, such as the ROC curve, will quantify model quality. The trained and validated ML model will be the pipeline output to be employed in the Decision Support System.
Fig 9Schematic of the architecture of a convolutional neural network (CNN).
A CNN is composed of several kinds of layers, namely the convolution layers and the pooling layers. One of the most significant differences between deep networks and other ML algorithms is the use of ReLU as a transfer function to make the algorithm faster. Then, the outputs generated by the previous levels are "flattened" to transform them into a single vector that can be used as an input for the next level. The fully connected layer applies weights to the input generated by the feature analysis to predict an accurate label. Finally, the fully connected output layer and softmax produce the final outputs in order to determine the class to associate with the image.