Abstract

The study was intended to explore the risk factors of gestational diabetes mellitus (GDM) and their influence on perinatal outcomes through deep neural network (DNN)-based Doppler color ultrasound (B-mode ultrasound) images. Specifically, 75 women with GDM were selected as the experimental group, and 75 healthy pregnant women were selected as the control (Ctrl) group. DNN uses the unsupervised method to pretrain layer by layer and then uses the supervised method to accumulate parameters of each layer, which can obtain good performance. In this study, the risk factors of GDM and their influence on the perinatal outcomes were analyzed by DNN-based B-mode ultrasound images. It was found that pregnancy age was a risk factor for GDM (OR = 2.566), preference for sweets was a risk factor for GDM (OR = 1.678, ), and family history of DM was also a risk factor for GDM (OR = 12.789, ). The incidence of complications in the experimental group was higher than that in the Ctrl group (). Therefore, the true positive recognition (TPR) rate of DNN was significantly higher than that of the traditional method, and the pregnancy age, the preference for sweets before pregnancy, and the family history of DM may be risk factors for GDM; also, GDM was an influencing factor for pregnancy outcome, neonatal outcome, and complications.

1. Introduction

Diabetes mellitus (DM) is a type of metabolic type disease caused by a variety of pathogenic factors, characterized by hyperglycemia. Long-term hyperglycemia will damage the function of multiple systems [1]. GDM is a type of DM that only appears during pregnancy. Before pregnancy, the patient's glucose metabolism is normal [2]. The incidence of GDM around the world is about 1% to 14%, and that in China is about 1% to 5%, accounting for about 80% of pregnant women with DM, and it has increased in recent years [3]. GDM will weaken fetal heart function and cause neonatal hypoxia or even asphyxiation [4]. The clinical treatment process of pregnant women with DM is very complicated, which is risky for both mothers and children. Therefore, GDM risk factors should be explored to reduce the occurrence of complications suffered by perinatal pregnant women and newborns [5]. In the study, Doppler ultrasound was adopted to detect GDM, analyze its risk factors, and explore the influence of these risk factors on the perinatal outcomes.

Deep learning is a type of machine learning algorithm that can gradually extract high-level features from the original input layer by layer. In image processing, the lower layer can identify the edges, while the higher layer can identify the parts that are meaningful to humans [6]. DNN was considered unable to train efficiently for a long time in the past [7]. In recent years, under the continuous research of Liu and Liu [8], DNN has gradually become popular. The unsupervised method is used to pretrain layer by layer, and then the parameters of each layer are piled up in a supervised way, which can achieve good performance when applied to B-mode ultrasound.

Some scholars believe that the age of pregnant women is related to the occurrence of GDM [9]. Dantas et al. [10] found that after pregnancy, the pregnancy age, preference for sweets, and family history of DM were risk factors for GDM. Kim et al. [11] found that as women’s age at first pregnancy increased, the probability of GDM increased, and age at first pregnancy was one of the independent risk factors for GDM. Relevant clinical data reveal that GDM will seriously affect perinatal outcomes. The incidence of polyhydramnios, pregnancy hypertension, and cesarean section in GDM women is higher than that of normal pregnant women [12], and GDM may cause fetal malformations, macrosomia, and even death [13].

There are many studies on GDM risk factors, but the influence of GDM risk factors on the perinatal outcome remains to be explored. In this study, the pregnancy characteristics data of pregnant women were collected. The innovation of this study was to understand the clinical pregnancy characteristics of hospitalized pregnant women by constructing DNN-based B-mode ultrasound images and to analyze the risk factors of GDM and its influence on perinatal outcome. It was hoped that the results of this study can provide a good reference for early intervention on the risk factors of GDM and reduce the impact of GDM on pregnant women and newborns.

2. Materials and Methods

2.1. Selection of Research Samples

In this study, 75 women with GDM who visited the hospital from November 18, 2018, to October 20, 2019, were selected as the experimental group, and 75 healthy pregnant women were selected as the Ctrl group. The study has got permission from the medical ethics committee of the hospital, and the patients and their families have signed informed consent forms.

Inclusion criteria were as follows: (i) patients diagnosed with GDM; (ii) primiparas with singleton pregnancy; (iii) patients not taking drugs, which interfere with metabolism and lipid metabolism; (iv) patients younger than 45 years of age; and (v) pregnant women with clear consciousness and normal cooperation in research.

Exclusion criteria were as follows: (i) patients with mental illness; (ii) patients with hypertension and kidney, cardiovascular, and other diseases; (iii) patients who smoked or drank alcohol; and (iv) patients who withdrew from the experiment halfway.

2.2. Observation Indicators

The information of patient's height, age, weight, residence, education level, occupation, and DM family history was recorded. The observation indexes of pregnancy include number of pregnancies, number of abortions, premature births, and complications of pregnancy. The number of pregnancies refers to the number of intrauterine pregnancies, including abortion, premature delivery, and full-term delivery. Abortion refers to the pregnancy less than 28 weeks or termination of pregnancy because of fetal weight less than 1 kg. Premature birth is defined as delivery between 28 and 37 weeks of gestation. A full-term delivery refers to a delivery between 37 and 42 weeks of gestation. Pregnancy complications are those associated with GDM, such as pregnancy-induced hypertension and pregnancy-associated heart disease. The indexes for perinatal outcomes include delivery method and postpartum hemorrhage, and delivery methods include cesarean section, vaginal delivery, and assisted vaginal delivery. The clinical characteristics of newborns included gestational age, height, weight, and neonatal complications. Gestational age refers to the gestational age at birth; newborns with a weight greater than 4000 g are considered to be giant babies.

2.3. B-Mode Ultrasound Examination Method

In this study, an ultrasonic machine was used, and the probe frequency was 3.5∼5.0 MHz. The pregnant woman took the supine position. Then, the doctor asked information about ultrasound diagnosis results during early pregnancy and last menstruation to determine the pregnancy cycle. Then, the conventional growth indicators including head circumference, double parietal diameter, and femur and abdominal circumference of the fetus were measured. When it was confirmed that there were no special problems, B-mode ultrasound was performed to measure venous blood flow. After the fetal pulmonary venous catheter blood flow images, fetal venous catheter blood flow images, and fetal inferior vena cava blood flow images were obtained, the peak ventricular systolic velocity (S), ventricular diastolic peak velocity (D), and atrial systolic maximum velocity (A) were measured, and the ratio of systolic to diastolic velocity (S/D) and pulsatility index (PI) were calculated. PI = (systolic peak velocity − end-diastolic blood flow velocity)/average blood flow velocity. The time from the stopping point of the blood flow spectrum to the next starting point of the blood flow spectrum in diastolic phase of the mitral valve orifice (t1) and the duration of the blood flow spectrum in the systolic phase of the aortic valve orifice (t2) were measured. Tei index = (t1 − t2)/t2. The fetal renal artery resistance index (RI) was calculated as follows. RI = (peak systolic velocity − end-diastolic blood flow velocity)/peak systolic velocity. At the same time, the early diastolic notch was observed.

2.4. DNN Working Mechanism

DNN is an important backpropagation algorithm, which is essentially the same as BP neural algorithm. The main difference lies in full connection or incomplete connection. Full connection only needs to link the neurons of the first layer with the neurons of the adjacent two layers, but incomplete connection requires specific parameters before it connects each neuron.

Assuming that the convolutional layer is layer I, layer I-1 is the input layer, and layer I is calculated as follows:where is the feature mapping in layer I, is the set of input feature mapping, and is the jth kernel in layer I. When the bias parameter is added, the activation function is input. Assuming that pooling layer is layer I, layer I-1 is set as the convolution layer, and then, the layer I is calculated as follows.in which represents the downsampling function and represents the weight; generally, it is 1/. According to backpropagation algorithm, when layer I is set as the convolution layer and layer I + 1 is the pooling layer, the whole area of the layer I is associated with the neurons in layer I + 1, and the sensitivity of each neuron is calculated as follows:in which is the sensitivity of the neuron and is the weight. The sensitivities of all neurons in layer I feature map are summed up. The final result is the bias derivative in each feature map. The specific equation is as follows:in which is the bias derivative and is the sensitivity of the neuron. The basic idea of gradient descent algorithm is to update the model parameters based on the opposite direction of the gradient of the objective function, so as to obtain the minimum objective function. If is the function to fit, then is the loss function, and is the parameter to solve. The specific equation is as follows:in which is the sample in training set and refers to the number of parameters. The batch gradient descent method is used to solve it. The partial derivative of the loss function to the parameter is calculated, so as to obtain the gradient corresponding to each function. The equation is as follows:in which is the parameter, is the loss function, and is the fitting function. is calculated as follows:

To obtain the global optimal solution, all data of samples should be included in each calculation. If the amount of data is too large, it will affect the whole speed calculation and reduce the efficiency. Therefore, the stochastic gradient descent method is introduced for improvement. If the random gradient descent method is used to solve the parameters, the loss function calculates a single sample, but not all samples. The equation is as follows:

Then, the partial derivative of the target variable in loss function is calculated to update the corresponding gradient as follows:in which is the parameter and is the fitting function. The random gradient descent method is adopted to update the input sample data in real time. More corresponding sample data indicate more times of updating.

2.5. Sample Training Conditions and Test Indicators

Hardware environment for training was as follows: operating system—Ubuntu 14.04 64 bit; CPU—Intel® Xeon (R) CPU E5-1630 v3 @ 3.70 GHz × 4; memory: 64G; and GPU—Quadro K2200. Deep learning-based python version network framework is used, which can be accelerated by GPU. VOC2007 database is adopted for pretraining. At first, opencv dynamic library is employed to draw the bounding box of the target rectangle, then the xml file is fabricated and saved in Annotations, the training sample pictures are put in JPEG Images, and the folder corresponding to VOC2007 database is covered, and finally the sample size is trained.

Test Indicators. True positive (TP) indicates the number of correctly identified papillary thyroid carcinoma. TPR indicates the recognition rate of true positive. False negative (FN) indicates the number of thyroid papillary carcinoma that has not been correctly identified. FNR represents the recognition rate of false negatives.

2.6. Statistics

The data were processed by SPSS 20.0. The measurement data conforming to the normal distribution were calculated as mean ± standard deviation ( ± s), and the non-conforming count data were expressed by the percentage (%). The independent sample t-test was adopted for measurement data of single factor analysis, and χ2 test was adopted for the comparison between groups. indicated that the difference was statistically significant, and and the logistic regression method was used for multivariate analysis of the data.

3. Results

3.1. Performance Comparison between Traditional Method and DNN

Table 1 shows that the false negative recognition rate of DNN was similar to that of artificial phase, reaching 25.6% and 23.1%, respectively. The reason was that the structure of GDM image was complex and some texture features are difficult to distinguish. As for the true positive recognition rate, the probability of DNN was significantly higher than that of the traditional method, and the difference was statistically significant (). Therefore, it was of practical significance to apply DNN algorithm to the recognition of GDM ultrasound images.

3.2. The Basic Information

Univariate analysis of patients’ occupation type, age distribution, place of residence, preference for sweets, bad habits, and DM family history found that there was no notable difference in occupation type and residence () (Table 2), while the difference between the two was notable in terms of the age distribution, preference for sweets, bad habits, and family history of DM ().

3.3. The Fetal Ultrasound Image of GDM Patients

B-mode ultrasound is a new method to detect the hemodynamics of fetuses of GDM patients. Fetal pulmonary venous catheter blood flow (Figure 1), venous catheter blood flow (Figure 2), and inferior vena cava blood flow are all composed of “2 peaks and 1 valley”. The first peak was the ventricular contraction peak (Peak S), which is the atrial pressure caused by caused by the ventricular diastole and the downward movement of the atrioventricular annulus during the contraction of the ventricle. The second peak is the ventricular diastolic peak (Peak D). After ventricular diastole, the atrial blood flows rapidly into the ventricle, reducing the filling pressure in the atrium, and the venous blood flows into the atrium rapidly for the second time. Valley 1 is the atrial contraction valley (Valley A), which is caused by the contraction of the atrium. Valley A of the pulmonary venous catheter and the venous catheter is a positive phase, and that of the inferior vena cava is a negative phase.

3.4. The Multivariate Logistic Regression Statistics Analysis of GDM

In univariate analysis, there was a notable difference in terms of preference for sweets, pregnancy age, and DM family history (). The logistic regression analysis revealed that pregnancy age was a risk factor for GDM (OR = 2.566); preference for sweets was a risk factor for GDM (OR = 1.678), and family history of DM was a risk factor for GDM (OR = 12.789) (Figure 3).

3.5. The Pulmonary Venous Blood Flow Parameters

There was no notable difference in S and D values between the two groups () (Figure 4). In contrast with Ctrl, the fetal pulmonary venous PI and Tei index were higher in the experimental group () (Figure 5).

3.6. The Venous Catheter Blood Flow and Inferior Vena Cava Blood Flow Parameters of Fetuses

There was no notable difference in venous catheter blood flow and ventricular systolic peak velocity (S), ventricular diastolic peak velocity (D), and atrial systole maximum flow rate (A) between the two groups () (Figures 6 and 7).

3.7. The Fetal Renal Artery Hemodynamic Index

The renal artery RI and S/D in the experimental group were higher than those in the Ctrl () (Figure 8).

3.8. Comparison of Pregnancy Outcomes and Complications

The incidence of pregnancy hypertension, polyhydramnios, cesarean section, and complications in the experimental group was higher than that in the Ctrl group () (Figure 9). Among them, the incidence of polyhydramnios of GDM women was 70.1%, while that of normal women was 23%.

3.9. Comparison of Neonatal Outcomes and Complications

Comparing the average gestational weeks of newborns in the experimental group with the average gestational weeks of newborns in the control group, it was found that the average gestational weeks of newborns in the experimental group were shorter, but the difference was not statistically significant () (Figure 10); the average weight was higher () (Figure 11); the incidence of macrosomia in the experimental group was higher (12% vs. 6%) (). There was no notable difference in polycythemia (). However, in terms of neonatal asphyxia, intrauterine distress, polycythemia, hypoglycemia, stillbirth, and jaundice, there was a notable difference ().

4. Discussion

GDM is a type of DM that only occurs during a specific period. It is a metabolic disease that may be inherited. Hod et al. [14] studied the risk factors for the onset of GDM and believed that it may be related to the weight of the pregnant woman, age at pregnancy, family history of DM, bad habits, and education degree.

DNN is the most suitable method for image feature extraction. At present, DNN has achieved remarkable results in target detection, and it has been applied to GDM ultrasound images [15]. The TPR of DNN was significantly higher than that of the traditional method, and the difference was statistically significant (). Therefore, it is of practical significance to apply DNN algorithm to the recognition of GDM ultrasound images. Logistic regression analysis showed that the regression coefficient was 0.967 (OR = 2.566), which indicated that the older the age, the higher the incidence of GDM. This was consistent with the result that Onmez et al. [16] who pointed out that age was one of the independent risk factors for GDM. If pregnant women like to eat sweets before pregnancy, this may be a factor in the occurrence of GDM. In the study, it was found that regular intake of high-sugar foods in pregnant women increased the probability of GDM (OR = 1.678). Lee et al. [17] pointed out that whether the patient had a family history of DM was a risk factor for the occurrence of GDM, which was consistent with the results in the study that the family history of DM was positively correlated with the occurrence of GDM (OR = 12.789). The regression coefficient was 2.567. Therefore, the family history of DM was one of the important risk factors for GDM. According to relevant research reports, the incidence of polyhydramnios in GDM pregnant women is 10 times higher than that of normal pregnant women [18, 19]. In this study, the incidence of polyhydramnios in GDM pregnant women was 70.1%, while that of normal pregnant women was 23%. It may be that GDM causes hyperglycemia in fetuses. As a result, hypertonic diuretic hormone secretion is strong, and fetal urination increases, which leads to polyhydramnios [2022]. Under the stimulation of hyperglycemia, the protein synthesis amount increases, and the birth rate of giant babies increases. There is a study claiming that the incidence of macrophages as high as 60% due to GDM [2325]. In this study, the incidence of macrosomia in the Ctrl and the experimental groups was 6% and 12%, respectively ().

To exclude the mixed effects of various factors, a multifactor statistical analysis was conducted to find out the factor with biggest influence. In the univariate analysis of GDM risk factors, the age of pregnant women, sweet food, and family history of DM were introduced into the regression equation, which was in line with the expected results of this study.

5. Conclusion

After analysis of GDM risk factors and perinatal outcomes through DNN-based B-mode ultrasound images, it was found that the TPR rate of DNN was significantly higher than that of the traditional method, and pregnant women’s age at pregnancy, prepregnancy preference for sweets, and family history of DM may be independent risk factors for GDM. GDM is an influence factor of pregnancy hypertension, polyhydramnios, and cesarean section. It is also an influence factor in neonatal birth weight, gestational weeks, macrosomia, neonatal asphyxia, intrauterine distress, polycythemia, and hypoglycemia. However, the number of samples is small, which may cause deviations in results. In the follow-up studies, the number of samples will be increased for further research. In conclusion, the results of the study provide a theoretical basis for early intervention of GDM risk factors, so as to reduce the impact of GDM on pregnant women and newborns.

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.