| Literature DB >> 35318360 |
Yina Wu1, Yichao Zhang1, Xu Zou2, Zhenming Yuan1, Wensheng Hu3, Sha Lu3, Xiaoyan Sun1, Yingfei Wu4.
Abstract
An accurate estimated date of delivery (EDD) helps pregnant women make adequate preparations before delivery and avoid the panic of parturition. EDD is normally derived from some formulates or estimated by doctors based on last menstruation period and ultrasound examinations. This study attempted to combine antenatal examinations and electronic medical records to develop a hybrid model based on Gradient Boosting Decision Tree and Gated Recurrent Unit (GBDT-GRU). Besides exploring the features that affect the EDD, GBDT-GRU model obtained the results by dynamic prediction of different stages. The mean square error (MSE) and coefficient of determination (R2) were used to compare the performance among the different prediction methods. In addition, we evaluated predictive performances of different prediction models by comparing the proportion of pregnant women under the error of different days. Experimental results showed that the performance indexes of hybrid GBDT-GRU model outperformed other prediction methods because it focuses on analyzing the time-series predictors of pregnancy. The results of this study are helpful for the development of guidelines for clinical delivery treatments, as it can assist clinicians in making correct decisions during obstetric examinations.Entities:
Mesh:
Year: 2022 PMID: 35318360 PMCID: PMC8941136 DOI: 10.1038/s41598-022-08664-5
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1GBDT-GRU framework for the estimated date of delivery.
Figure 2Count of the pregnant women in different pregnant weeks.
Features of the pregnancy examination.
| Types | Feature | Notation | Pregnant week |
|---|---|---|---|
| Static | Height | Height of pregnant woman (cm) | / |
| Age | Age of pregnant woman | / | |
| P-W | Pre-pregnant weight of pregnant woman (kg) | / | |
| Gravidity | Gravidity | / | |
| Parity | Parity | / | |
| F-SBP | Systolic blood pressure of the first pregnancy examination | / | |
| F-DBP | Diastolic blood pressure of the first pregnancy examination | / | |
| LMP | Last menstrual period | / | |
| MD | Menstrual days | / | |
| MC | Menstrual cycle | / | |
| MA | Menarche age | / | |
| MV | Menstrual volume | / | |
| DY | Dysmenorrhea (0,1) | / | |
| DH | Disease history | / | |
| Time series | SBP | Systolic blood pressure (mmHg) | 4–35 |
| DBP | Diastolic blood pressure (mmHg) | 4–35 | |
| FUH | Fundal height (cm) | 11–35 | |
| AC | Abdomen circumference (cm) | 11–35 | |
| FHR | Fetal heart rate (times/min) | 11–35 | |
| HRF | High risk factors | 4–35 | |
| BMI | Body mass index (kg/m2) | 4–35 | |
| GSL | Gestational sac length (cm) | 4–16 | |
| GSW | Gestational sac width (cm) | 4–16 | |
| GSH | Gestational sac height (cm) | 4–16 | |
| FP | Fetal position | 11–35 | |
| PMG | Placental mature grading | 12–35 | |
| AFI | Amniotic fluid index (cm) | 13–35 | |
| S/D | Systolic to diastolic (ratio) | 21–35 | |
| NT | Nuchal translucency (cm) | 10–14 | |
| CRL | Crown-rump length (cm) | 7–13 | |
| BPD | Biparietal diameter (cm) | 12–35 | |
| FAC | Fetal abdomen circumference (cm) | 12–35 | |
| FL | Femur length (cm) | 12–35 | |
| HC | Head circumference (cm) | 12–35 | |
| HGB | Hemoglobin (g/L) | 23–35 | |
| BLG | Blood glucose (mmol/L) | 23–35 |
Figure 3Structure of GBDT-GRU.
Parameters settings of GBDT and GRU models.
| Model | Parameters | Values |
|---|---|---|
| GBDT | Learning rate | 0.01 |
| Loss | “Ls” | |
| N_estimators | 500 | |
| Min_samples_leaf | 4 | |
| Min_samples_split | 3 | |
| Max_depth | 3 | |
| GRU | Batch size | 100 |
| Loss function | MSE | |
| Layers | 1 | |
| Optimizer | Adam | |
| Hidden_size | 37 | |
| Input size | 18 | |
| Learning rate | 0.002 | |
| Epochs | 200 |
Figure 4Analysis result for feature selection of different datasets. a shows the feature importance of the first pregnancy. b shows the MAE and running time with different number of features. c represents the feature importance of the second and third trimester of pregnancy. d represents the MAE and running time with different number of features in the second and third trimesters of pregnancy data.
Summary statistics of parameters.
| First pregnancy | Value (Mean ± SD) | The second and third trimesters of pregnancy | Value (Mean ± SD) |
|---|---|---|---|
| Pregnant days | 54.2 ± 10.8 | Pregnant days | 218.5 ± 14.9 |
| GSL | 3.6 ± 1.6 | FAC | 26.8 ± 2.4 |
| GSW | 2.7 ± 1.3 | FL | 5.8 ± 0.5 |
| GSH | 2.1 ± 1.2 | HC | 28.5 ± 1.8 |
| P-W | 53.9 ± 7.2 | BPD | 7.9 ± 0.6 |
| Age | 29.3 ± 3.4 | AFI | 11.7 ± 2.6 |
| MC | 30.6 ± 4.4 | FUH | 28.8 ± 2.5 |
| MD | 5.9 ± 1.1 | P-W | 53.5 ± 7.2 |
| / | / | HGB | 116 ± 10.1 |
| / | / | DBP | 67.3 ± 8.1 |
| / | / | BLG | 4.3 ± 0.4 |
| / | / | BMI | 24.4 ± 2.6 |
| / | / | Age | 29.3 ± 3.4 |
| / | / | SBP | 113.4 ± 10.7 |
Performance of different methods compared in two datasets.
| Datasets | Method | MSE | R2 | Training time (seconds) |
|---|---|---|---|---|
| First trimester of pregnancy dataset | Naegele’s rule | 60.74 | / | 0 |
| RF | 48.34 ± 0.2 | 0.61 ± 0.01 | 6.3 | |
| SVR | 48.66 ± 0.2 | 0.60 ± 0.01 | 620 | |
| GBDT | 46.73 ± 0.2 | 0.63 ± 0.01 | 3.9 | |
| LSTM | 47.35 ± 0.2 | 0.65 ± 0.01 | 436 | |
| GRU | 46.89 ± 0.2 | 0.65 ± 0.01 | 205 | |
| Fused dataset | SVM-LSTM | 48.30 ± 0.2 | 0.80 ± 0.01 | 1025 |
| RF-LSTM | 44.12 ± 0.2 | 0.81 ± 0.01 | 560 | |
| GBDT-LSTM | 46.13 ± 0.2 | 0.81 ± 0.01 | 510 | |
| SVM-GRU | 46.60 ± 0.2 | 0.82 ± 0.01 | 970 | |
| RF-GRU | 43.49 ± 0.2 | 0.83 ± 0.01 | 250 | |
| GBDT-GRU | 245 |
Figure 5The accuracy of different methods under different .