Open access peer-reviewed chapter

Phoebe Framework and Experimental Results for Estimating Fetal Age and Weight

Written By

Loc Nguyen, Truong-Duyet Phan and Thu-Hang T. Ho

Submitted: 28 December 2017 Reviewed: 05 February 2018 Published: 01 August 2018

DOI: 10.5772/intechopen.74883

From the Edited Volume

eHealth - Making Health Care Smarter

Edited by Thomas F. Heston

Chapter metrics overview

1,236 Chapter Downloads

View Full Metrics

Abstract

Fetal age and weight estimation plays an important role in pregnant treatments. There are many estimation formulas created by the combination of statistics and obstetrics. However, such formulas give optimal estimation if and only if they are applied into specified community. This research proposes a so-called Phoebe framework that supports physicians and scientists to find out most accurate formulas with regard to the community where scientists do their research. The built-in algorithm of Phoebe framework uses statistical regression technique for fetal age and weight estimation based on fetal ultrasound measures such as bi-parietal diameter, head circumference, abdominal circumference, fetal length, arm volume, and thigh volume. This algorithm is based on heuristic assumptions, which aim to produce good estimation formulas as fast as possible. From experimental results, the framework produces optimal formulas with high adequacy and accuracy. Moreover, the framework gives facilities to physicians and scientists for exploiting useful statistical information under pregnant data. Phoebe framework is a computer software available at http://phoebe.locnguyen.net.

Keywords

  • fetal age estimation
  • fetal weight estimation
  • ultrasound measures
  • regression model
  • estimation formula

1. Introduction

Fetal age and weight estimation is to predict the birth weight or birth age before delivery. It is very important for doctors to diagnose abnormal or diseased cases so that she/he can decide treatments on such cases. Because this research mentions both age estimation and weight estimation, for convenience, the term “birth estimation” implicates both of them. There are two methods for birth estimation:

  • Determining volume of fetal inside mother womb and then calculating fetal weight based on such volume and mass density of flesh and bone. By the other way, fetal age and weight can be estimated according to size of mother womb.

  • Applying statistical regression model: Fetal ultrasound measures such as bi-parietal diameter (bpd), head circumference (hc), abdominal circumference (ac), fetal length (fl), arm volume (arm_vol), and thigh volume (thigh_vol) are recorded and considered as input sample for regression analysis which results in a regression function. This function is formula for estimating fetal age and weight according to ultrasound measures such as bpd, hc, ac, fl, arm_vol, and thigh_vol. Data that are composed of these ultrasound measures are called gestational sample or pregnant sample. Terms: “sample” and “data” have the same meaning in this research. Sample is representation of population where research takes place.

Because the second method reflects features of population from statistical data, the regression model is chosen for birth estimation in this research. Note, some terminologies such as function, regression function, estimation function, regression model, estimation model, formula, regression formula, and estimation formula have the same meaning.

There are many estimation formulas resulted from gestational researches such as [1, 2, 3, 4, 5, 6, 7, 8, 9]. Some of them gain high accuracy, but they are only appropriate to population, community or ethnic group, where such researches are done. If we apply these formulas into other community such as Vietnam, they are no longer accurate. Moreover, it is difficult to find out a new and effective estimation formula or the cost of time and (computer) resources of formula discovery is expensive. Therefore, the first goal of this research is to propose an effective built-in algorithm, which produces highly accurate formulas that are easy to tune with specified population. The process of producing formulas by such algorithm is as fast as possible. In addition, physicians and researchers always want to discover useful statistical information from measure sample and regression model. Thus, the second goal of this research is to give facilities to physicians and researchers by introducing them a framework that is called Phoebe framework or Phoebe system. Phoebe framework implements such built-in algorithm in the first goal and provides a tool allowing physicians and researchers to exploit and take advantage of useful information under gestational sample. This tool is programmed as computer software. Moreover, Phoebe framework allows software developers to modify its modules. For example, developers can improve the built-in algorithm by adding heuristic constraints.

This chapter is the improved collection of our two articles “A framework of fetal age and weight estimation” [10] and “Experimental Results of Phoebe Framework: Optimal Formulas for Estimating Fetus Weight and Age” [11]. Section 2 gives an overview of the architecture of Phoebe framework. Section 3 is a description of the built-in algorithm to produce optimal formulas which are appropriated to a concrete population like Vietnam. Such algorithm is the core of Phoebe framework. Section 4 discusses main use cases of the framework with respect to gestational sample. As experimental results, some interesting estimation formulas produced by the framework are described in Section 5. A proposal of early weight estimation is proposed in Section 6. Conclusion is given in Section 7. Note that Phoebe framework used statistic software package “Java Scientific Library” of Michael Thomas Flanagan [12] and parsing package “A Java expression parser” of Jos de Jong [13]. The package “Java Scientific Library” is the most important one in the framework. The framework is implemented by Java language [14].

Advertisement

2. General architecture of Phoebe framework

Based on clinical data input which includes fetal ultrasound measures such as bpd, hc, ac, and fl, the framework produces optimal formulas for estimating fetal weight and fetal age with the highest precision. Moreover, statistical information about fetus and gestation is also described in detail with two forms: numerical format and graph format. Therefore, the framework consists of four components as follows:

  • Dataset component is responsible for managing information about fetal ultrasound measures such as bpd, hc, ac, fl and extra gestational information in reasonable and intelligent manner. This component allows other components to retrieve such information. Gestational information is organized into some abstract structure, for example, a matrix, where each row represents a sample of bpd, hc, ac, fl measures. Table 1 is an example of this abstract structure.

  • Regression component represents estimation formula or regression function. This component reads ultrasound information from Dataset component and builds up optimal estimation formula from such information. The built-in algorithm, which is used to discover and construct estimation formula, is discussed in Section 3. This component is the most important one because it implements such discovery algorithm.

  • Statistical Manifest component describes statistical information of both ultrasound measures and regression function, for example, mean and standard deviation of bpd samples, sum of residuals, correlation coefficient of regression function, and percentile graph of fetal weight. Statistical manifest is organized into two forms such as numerical format and graph format.

  • User Interface (UI) component is responsible for providing interaction between system and users such as physicians and researchers. A popular use case is that users enter ultrasound measures and require system to print out both optimal estimation formula and statistical information about such ultrasound measures; moreover, users can retrieve other information in Dataset component. UI component links to all of other components so as to give users as many facilities as possible.

bpdhcflacFetal age
(week)
Fetal weight
(gram)
742625125528900
722605123228900
682605022928900
722755224028900
722745224028950
742535023528950
712575223928950
712555323628950
702645224628950

Table 1.

An example of gestational sample matrix.

Three components: Dataset, Regression and Statistical Manifest are basic components. The fourth component User Interface is the bridge among them. Figure 1 shows a general architecture of Phoebe framework.

Figure 1.

General architecture of Phoebe framework.

Advertisement

3. Built-in algorithm of Phoebe framework

Phoebe framework uses a regression model for estimating fetal weight and age. Suppose a linear regression function Y = α0 + α1X1 + α2X2 + … + αnXn where Y is fetal weight or age, whereas Xi (s) are gestational ultrasound measures such as bpd, hc, ac, and fl. Variable Y is called response variable or dependent variable. Each Xi is called regression variable, regressor, regression variable, or independent variable. Each αi is called regression coefficient. Given a set of measure values of Xi (s), the value of Y called Y-estimated calculated from this regression function is estimated fetal weight (or age) which is compared with real value of Y measured from ultrasonic machine. The real value of Y called Y-real is fetal weight (or age) available in sample. In this research, the notation Y refers implicitly to Y-estimated if there is no explanation. The deviation between Y-estimated and Y-real is a criterion used to assess the quality or the precision of regression function. This deviation is also called estimation error. The less the deviation is, the better the regression function is. The goal of this research is to find out the optimal regression function or estimation formula whose precision is highest.

A regression function will be good if it meets two conditions as follows:

  • The correlation between Y-estimated and Y-real is large.

  • The sum of residuals is small. Note that residual is defined as the square of deviation between Y-estimated and Y-real. We have:

residual=YestimatedYreal2.

These two conditions are called the pair of optimal conditions. A regression function is optimal or best if it satisfies the pair of optimal conditions at most, where correlation between Y-estimated and Y-real is largest, and the sum of residuals is smallest. Given a set of regression variables Xi (where i = 1, 2,…, n), we recognize that a regression function is a combination of k variables Xi (s) where k ≤ n so that such combination achieves the pair of optimal conditions. Given a set of possible regression variables VAR = {X1, X2,…, Xn} being ultrasound measures, brute-force algorithm can be used to find out optimal function, which includes three following steps:

  1. Let indicator number k be initialized 1, which responds to k-combination having k regression variables.

  2. All combinations of n variables taken k are created. For each k-combination, the function built up by k variables in this k-combination is evaluated on the pair of optimal conditions; if such function satisfies these conditions at most then, it is optimal function.

  3. Indicator k is increased by 1. If k = n then algorithm stops, otherwise go back step 2.

The number of combinations which brute-force algorithm browses is:

k=1nn!k!nk!

where n is the number of regression variables and notation, and “k!” denotes factorial of k. If n is large enough, there are a huge number of combinations, which causes that the brute-force algorithm never terminates and it is impossible to find out the best function. Moreover, there are many kinds of regression function such as linear, quadric, cube, logarithm, exponent, and product. Therefore, we propose an algorithm which overcomes this drawback and always finds out the optimal function. In other words, the termination of the proposed algorithm is determined, and the time cost is decreased significantly because the searching space is reduced as small as possible. The proposed algorithm is called seed germination (SG) algorithm. SG is built-in algorithm of Phoebe framework, which is the core of Phoebe framework. It is heuristic algorithm, which is based on the pair of heuristic assumptions as follows:

  • First assumption: regression variables Xi (s) trends to be mutually independent. It means that any pair of Xi and Xj with ij in an optimal function are mutually independent. The independence is reduced into the looser condition “the correlation coefficient of any pair of Xi and Xj is less than a threshold δ.” This is minimum assumption.

  • Second assumption: each variable Xi contributes to quality of optimal function. The contribution rate of a variable Xi is defined as the correlation coefficient between such variable and Y-real. The higher the contribution rate is, the more important the respective variable is. Variables with high contribution rate are called contributive variables. Therefore, optimal function includes only contributive regression variables. The second assumption is stated that “the correlation coefficient of any regression variable Xi and real response value Y-real is greater than a threshold ε.” This is the maximum assumption.

SG algorithm tries to find out a combination of regression variables Xi (s) so that such combination satisfies such pair of heuristic assumptions. In other words, it is expected that this combination can constitute an optimal regression function that satisfies the pair of heuristic conditions, as follows ([10] p. 22):

  • The correlation coefficient of any pair of Xi and Xj is less than the minimum threshold δ > 0. This condition is corresponding to the minimum assumption, which is called minimum condition or independence condition.

  • The correlation coefficient of any Xi and Y-real is greater than the maximum threshold ε > 0. This condition is corresponding to the maximum assumption, which is called maximum condition or contribution condition.

Given a set of possible regression variables VAR = {X1, X2,…, Xn} being ultrasound measures, let f = α0 + α1X1 + α2X2 + … + αkXk (k ≤ n) be the estimation function and let Re(f) = {X1, X2,…, Xk} be its regression variables. Note that the value of f is fetal age or fetal weight. Re(f) is considered as the representation of f. Let OPTIMAL be the output of SG algorithm, which is a set of optimal functions returned. OPTIMAL is initialized as empty set. Let Re(OPTIMAL) be a set of regression variables contained in all optimal functions f OPTIMAL. SG algorithm has four following steps ([10] p. 22):

  1. Let C be the complement set of VAR with regard to OPTIMAL, we have C = VAR\Re(OPTIMAL) where the backslash “\” denotes complement operator in set theory. It means that C is in VAR but not in Re(OPTIMAL).

  2. Let G C be a list of regression variables satisfying the pair of heuristic conditions. Note, G is subset of C. If G is empty, the algorithm terminates; otherwise going to step 3.

  3. We iterate over G in order to find out the candidate list of good functions. For each regression variable X G, let L be the union set of optimal regression variables and X. We have L = Re(f){X} where f OPTIMAL. Suppose CANDIDATE is a candidate list of good functions, which is initialized as empty set. Let g be the new function created from L; in other words, regression variables of g belong to L, Re(g) = L. If function g meets the pair of heuristic conditions, it is added into CANDIDATE, CANDIDATE = CANDIDATE{g}.

  4. Let BEST be a set of best functions taken from CANDIDATE. In other words, these functions belong to CANDIDATE and satisfy the pair of heuristic conditions at most, where correlation is the largest and the sum of residuals is the smallest. If BEST equals OPTIMAL, then the algorithm stops; otherwise assigning BEST to OPTIMAL and going back step 1. Note that two sets are equal if their elements are the same.

Figure 2 shows the flow chart of SG algorithm.

Figure 2.

Flow chart of SG algorithm.

SG algorithm was described in article “A framework of fetal age and weight estimation” ([10] pp. 21–23). It is easy to recognize that the essence of SG algorithm is to reduce search space by choosing regression variables satisfying heuristic assumption as “seeds.” Optimal functions are composed of these seeds. The algorithm always delivers best functions but can lose other good functions. The length of function is defined as the number of its regression variables. Terminated condition is that no more optimal functions can be found out or possible variables are browsed exhaustedly. Therefore, the result function is the longest and best one, but some other shorter functions may be significantly good.

The current implementation of SG algorithm establishes that the minimum threshold δ is arbitrary. It also supports nonlinear regression models shown in Table 2 as follows:

PolynomialY=α0+α1X1+X2++Xnk
LogarithmY=α0+α1logX1+α2logX2++αnlogXn
Y=α0+α1logX1+X2++Xn
ExponentY=expα0+α1X1+α2X2++αnXn
Y=expα0+α1X1+X2++Xn
ProductY=α0X1α1X2α2Xnαn

Table 2.

Nonlinear regression models.

The notations “exp” and “log” denote exponent function and natural logarithm function, respectively. Most of nonlinear regression models can be transformed into linear regression models. For example, given the product model, the following is an example of linear transformation.

logY=logα0+α1logX1+α2logX2++αnlogXn

Let,

U=logY,Zi=logXi,β0=logα0,βi1=αi

The product model becomes the linear model with regard to variables U, Zi and coefficients βi as follows:

U=β0+β1Z1+β2Z2++βnZn

Table 3 shows how to transform nonlinear models into linear models.

Polynomial transformationY=α0+α1X1+X2++Xnk
Y=α0+α1Z1
where Z1=X1+X2++Xnk
Logarithm transformationY=α0+α1logX1+α2logX2++αnlogXn
Y=α0+α1Z1+α2Z2++αnZn
where Zi = log(Xi)
Logarithm transformationY=α0+α1logX1+X2++Xn
Y=α0+α1Z1
where Z1 = log(X1 + X2 + … + Xn)
Exponent transformationY=expα0+α1X1+α2X2++αnXn
U=α0+α1X1+α2X2++αnXn
where U = log(Y)
Exponent transformationY=expα0+α1X1+X2++Xn
U=α0+α1Z1
where U = log(Y) and Z1 = X1 + X2 + … + Xn
Product transformationY=α0X1α1X2α2Xnαn
U=β0+β1Z1+β2Z2++βnZn
where U=logY,Zi=logXi,β0=logα0,βi1=αi

Table 3.

Transformation of nonlinear models into linear models.

With the built-in SG algorithm, Phoebe framework can be totally used for any regression application beyond birth estimation.

Advertisement

4. Use cases of Phoebe framework

Phoebe framework has three basic use cases realized by three components: dataset, regression model and statistical manifest as discussed in Section 2. Three basic use cases include:

  1. Discovering optimal formulas with high accuracy. Optimal formulas are results of SG algorithm described in Section 3.

  2. Providing statistical information under gestational sample. Statistical information is in numeric format and graph format.

  3. Comparison among different formulas.

Use case 1: Discovering optimal formulas

Given gestational data [15] are composed of two-dimensional ultrasound measures of pregnant women. These measures are taken at Vinh Long General Hospital – Vietnam, which include bi-parietal diameter (bpd), head circumference (hc), abdominal circumference (ac) and fetal length (fl). Fetal age is from 28 to 42 weeks. Fetal weight is measured by gram. Gestational sample is shown in Figure 3.

Figure 3.

Gestational sample.

After specifying the maximum threshold ε (fitness value) and which measures are regression variables and response variable, user presses button “Estimate” to retrieve optimal formulas as results of SG algorithm. Such optimal formulas are shown in Figure 4. Note, in Figure 4, regression variables are bpd, hc, ac, and fl, whereas response variable is fetal weight. The threshold ε is 0.6.

Figure 4.

Optimal weight estimation formulas.

An estimation formula with one or two regressors (ultrasound measures) can be represented as a graph. In the illustrative Figure 5, the horizontal axis indicates the measure bpd in millimeter, and the right vertical axis indicates the measure ac in millimeter. The left vertical axis shows the estimated weight.

Figure 5.

Estimation graph for estimating fetal weight.

The graph in Figure 5 has 11 estimation lines represented as internal (red) lines. Each estimation line corresponds to a small interval of ac. Fetal weight on each estimation line ranges from 900 to 4800 g. This is a way to show a three-dimensional function as a two-dimensional graph. For example, given bpd = 90 and ac = 300, we need to estimate fetal weight. Because ac is 300 mm, we look at the sixth estimation line from bottom to up. The intersection point between bpd = 90 and the sixth estimation line is projected on the left vertical axis, which results out a fetal weight that approximates to (4800–900)/2 + 900 ≈ 2850 g because such intersection point is near to midpoint of the weight range on the sixth estimation line.

Use case 2: Providing statistical information

Statistical information is classified into two groups: gestational information and estimation information.

  • Gestational information contains statistical attributes about fetal ultrasound measures, for example, mean, median and standard deviation of bpd.

  • Estimation information contains attributes about estimation model, for example, correlation coefficient, sum of residuals and estimation error of estimation formula.

In representation, statistical information is described in two forms: numeric format and graph format. Figure 6 shows statistical attributes (mean, median, standard deviation, histogram, etc.) of fetal age and ultrasound measures bpd, hc, ac, fl.

Figure 6.

Gestational statistical information.

Figure 7 shows a full description of a weight estimation formula: weight = 0.000043 * (bpd^1.948640) * (hc^0.263745) * (fl^0.601972) * (ac^0.905524). For instance, sum of residuals (SS) is 46412446.0047 and estimation error is −7.4655 ± 212.5571. Note, the sign “^” denotes exponent function, for example, 2^3 = 8.

Figure 7.

Statistical estimation information.

Use case 3: Comparison among different formulas

There are many criteria to evaluate efficiency and accuracy of estimation formulas. These criteria are called evaluation criteria, for example, correlation coefficient, sum of residuals, estimation error. Each formula has individual strong points and drawbacks. A formula is better than another one in terms of some criteria but may be worse than this other one in terms of different criteria. An optimal formula is the one that has more strong points than drawbacks in most criteria. Hence, Phoebe framework supports the comparison among different formulas via evaluation matrix represented in Figure 8. Each row in evaluation matrix represents a formula, whereas each column indicates a criterion. For example, first row, second row and third row represent three formulas in form of logarithm function, exponent function and linear function, respectively. Four criteria such as multivariate correlation, estimation correlation, error range and ratio error range are arranged in three respective columns.

Figure 8.

Comparison among different formulas.

Tables 48 in the section “experimental results” are numeric interpretations of evaluation matrix in Figure 8.

FormulaExpressionRError range
NH 1log(age) = 2.419638 + 0.002012 * bpd + 0.000934 * hc + 0.00547 * fl + 0.001042 * ac0.9303−0.0292 ± 1.4500
NH 2age = −3.364759 + 0.056285 * bpd + 0.034697 * hc + 0.188156 * fl + 0.035304 * ac0.92850 ± 1.4682
Ho 1age = 331.022308–1.611774 * (hc + ac) + 0.00278 * ((hc + ac)^2) - 0.000002 * ((hc + ac)^3)0.92120 ± 1.5384
Varol 6age = 11.769 + 1.275 * fl/10 + 0.449 * ((fl/10)^2) - 0.02 * ((fl/10)^3)0.8949−1.6807 ± 1.8525
Varol 1age = 5.596 + 0.941 * ac/100.8941−0.5683 ± 1.7711
Varol 5age = 1.863 + 6.280 * fl/10–0.211 * ((fl/10)^2)0.8934−1.5182 ± 2.1150

Table 4.

Comparison of age estimation with 2D sample.

The sign “^” denotes exponent operator. The template of formulas aims to flexibility, which can be input of any computational tool. Table 5 shows a comparison between our best weight formula and the others with 2D sample. As seen in Table 5, our formula is the best with R = 0.9636 and error range − 7.4656 ± 212.5573 g.

FormulaExpressionRError range
NH 3log(weight) = −10.047381 + 1.94864 * log(bpd) + 0.263745 * log(hc) + 0.601972 * log(fl) + 0.905524 * log(ac)0.9636−7.4656 ± 212.5573
NH 4log(weight) = 3.957543 + 0.02373 * bpd + 0.000802 * hc + 0.009403 * fl + 0.003157 * ac0.9635−6.0901 ± 214.1153
Sherpardweight = 10^(1.2508 + 0.166 * bpd/10 + 0.046 * ac/10–0.002646 * ac * bpd/100)0.9619−65.8121 ± 219.0392
Ho 2weight = 10^(1.746 + 0.0124 * bpd + 0.001906 * ac)0.9602−11.5576 ± 223.5124
Hadlockweight = 10^(1.304 + 0.05281 * ac/10 + 0.1938 * fl/10–0.004 * ac * fl/100)0.9395−76.4960 ± 272.9474
Campbell and Wilkinweight = 1000 * exp.(−4.564 + 0.282 * ac/10–0.00331 * ac * ac/100)0.921568.1261 ± 308.5728

Table 5.

Comparison of weight estimation with 2D sample.

FormulaExpressionRError range
NH 5age = 20.759763 + 0.170859 * (thigh_vol + arm_vol) - 0.000545 * ((thigh_vol + arm_vol)^2) + 0.000001 * ((thigh_vol + arm_vol)^3)0.99700 ± 0.2696
NH 6age = 21.816252 + 0.137531 * (thigh_vol + arm_vol) - 0.000228 * ((thigh_vol + arm_vol)^2)0.99690 ± 0.2752
Ho 3age = 21.1148 + 0.2381 * thigh_vol - 0.001 * (thigh_vol^2) + 0.000002 * (thigh_vol^3)0.9960−0.0150 ± 0.3173
Ho 4age = 167.079079–1.553705 * ac + 0.005559 * (ac^2) - 0.000006 * (ac^3)0.84820.3723 ± 1.8985

Table 6.

Comparison of age estimation with 3D sample.

FormulaExpressionRError range
NH 7weight = −3617.936175 + 0.513171 * hc + 1.960176 * ac + 39.804645 * bpd + 17.016936 * fl + 8.366404 * thigh_vol + 5.828808 * arm_vol0.9708−0.0001 ± 180.9803
NH 8weight = −3626.314419 + 43.426744 * bpd + 23.645338 * fl + 11.414273 * thigh_vol0.96980 ± 184.0439
Ho 5weight = −3306 + 55.477 * bpd + 13.483 * thigh_vol0.9663−0.0072 ± 194.0956
Lee 3weight = exp.(0.5046 + 1.9665 * log(bpd/10) - 0.3040 * (log(bpd/10)^2) + 0.9675 * log(ac/10) + 0.3557 * log(arm_vol))0.9620247.8761 ± 206.1607
Lee 5weight = exp.(2.1264 + 1.1461 * log(ac/10) + 0.4314 * log(thigh_vol))0.9514289.2660 ± 234.0763
Lee 2weight = exp.(−3.6138 + 4.6761 * log(ac/10) - 0.4959 * (log(ac/10)^2) + 0.3795 * log(arm_vol))0.9472316.4974 ± 242.7964
Ho 6weight = −882.7049 + 73.9955 * thigh_vol - 0.497 * (thigh_vol^2) + 0.0014 * (thigh_vol^3)0.9385−7.5001 ± 260.4596
Lee 4weight = exp.(4.7806 + 0.7596 * log(thigh_vol))0.9298737.4932 ± 344.1904
Lee 1weight = exp.(4.9588 + 1.0721 * log(arm_vol) - 0.0526 * (log(arm_vol)^2))0.9281867.0836 ± 309.5779
Changweight = 1080.8735 + 22.44701 * thigh_vol0.9229456.5168 ± 298.2517

Table 7.

Comparison of weight estimation with 3D sample.

FormulaExpressionRError range
NHD 1
(2D sample)
log10(weight) = −3.715073 + 1.873457 * log10(bpd) + 0.363783 * log10(fl) + 0.691683 * log10(ac) + 0.722245 * log10(age)0.9674−5.6422 ± 202.0395
NHD 2
(2D sample)
log10(weight) = −3.761798 + 2.001731 * log10(bpd) + 0.811078 * log10(ac) + 0.826279 * log10(age)0.9667−5.6111 ± 204.1477
NHD 3
(3D sample)
weight = −4988.000528 + 66.374156 * age + 0.370084 * hc + 1.943247 * ac + 39.464816 * bpd + 13.215505 * fl + 3.658463 * thigh_vol0.97150 ± 178.8091
NHD 4
(3D sample)
weight = −4982.099978 + 68.089354 * age + 2.001675 * ac + 39.85375 * bpd + 13.229377 * fl + 3.619405 * thigh_vol0.97140 ± 178.9114
NH 3
(2D sample)
log(weight) = −10.047381 + 1.94864 * log(bpd) + 0.263745 * log(hc) + 0.601972 * log(fl) + 0.905524 * log(ac)0.9636−7.4656 ± 212.5573
NH 4
(2D sample)
log(weight) = 3.957543 + 0.02373 * bpd + 0.000802 * hc + 0.009403 * fl + 0.003157 * ac0.9635−6.0901 ± 214.1153
NH 7
(3D sample)
weight = −3617.936175 + 0.513171 * hc + 1.960176 * ac + 39.804645 * bpd + 17.016936 * fl + 8.366404 * thigh_vol + 5.828808 * arm_vol0.9708−0.0001 ± 180.9803
NH 8
(3D sample)
weight = −3626.314419 + 43.426744 * bpd + 23.645338 * fl + 11.414273 * thigh_vol0.96980 ± 184.0439

Table 8.

Weight estimation dual formulas.

Advertisement

5. Experimental results

We make experiments based on Phoebe framework in order to find out optimal formulas for estimating fetus weight and age with note that such formulas are most appropriate to our gestational samples. We use two samples in which the first sample includes two-dimensional (2D) ultrasound measures of 1027 cases and the second sample includes three-dimensional (3D) ultrasound measures of 506 cases. Ho and Phan [15, 16] collected these samples of pregnant women at Vinh Long General Hospital, Vietnam, with obeying strictly all medical ethical criteria. These women and their husbands are Vietnamese. Their periods are regular, and their last periods are determined. Each of them has only one alive fetus. Fetal age is from 28 to 42 weeks. Delivery time is not over 48 h since ultrasound scan. Measures in 2D sample are bpd, hc, ac, and fl. Measures in 3D sample are bpd, hc, ac, fl, thigh_vol, arm_vol. The unit of bpd, hc, ac, fl is millimeter. The unit of thigh_vol and arm_vol is cm3. The units of fetal age and fetal weight are week and gram, respectively. Experimental results mentioned in this section were also published in our article “Experimental Results of Phoebe Framework: Optimal Formulas for Estimating Fetus Weight and Age” [11].

The proposed framework can produce amazing formulas. We compare our optimal formulas with the others according to metrics such as estimation correlation and estimation error range, given such two gestational samples. Let Y = {y1, y2,…, yn} and Z = {z1, z2,…, zn} be fetal sample age/weight and fetal estimated age/weight, respectively. The estimation correlation denoted R is correlation coefficient of sample response value and estimated response value, according to Eq. (1). The correlation R reflects adequacy of a given formula. The larger the R is, the better the formula is:

R=i=1nyiȳziz̄i=1nyiȳ2i=1nziz̄2E1
ȳ=1ni=1nyi
z̄=1ni=1nzi

An estimation error denoted di is deviation between zi and yi. The estimation error mean denoted μ is mean of errors. The error mean μ reflects accuracy of a given formula. The smaller the absolute value of μ is, the more accurate the formula is. If μ is positive, the respective formula leans to overestimation. If μ is negative, the respective formula leans to low estimation. The standard deviation σ of estimation errors reflects the stability of a given formula. The smaller the standard deviation σ is, the more stable the formula is. The combination of error mean μ and standard deviation σ results out a so-called error range. Eq. (2) explains how to calculate μ, σ, and error range.

di=ziyiμ=1ni=1ndiσ=1n1i=1ndiμ2error_range=μσμ+σ=μ±σE2

For example, if μ = −0.0292 and σ = 1.45 then, the error range is −0.0292 ± 1.45, which means that the total average error ranges from −1.4792 = −0.0292-1.45 to 1.4208 = −0.0292 + 1.45. The error range reflects both adequacy and accuracy of a given formula.

Table 4 shows a comparison between our best age formula and the others with 2D sample. As a convention, the name of each formula is the name of respective author listed in references section. For example, formula “Ho 1” is the first formula of the author Ho [4]. As seen in Table 4, our formula is the best with R = 0.9303 and error range − 0.0292 ± 1.4500 week (s). As a convention, our formulas have names with prefix “NH”

Table 6 shows comparison between our best age formula and the others with 3D sample. As seen in Table 6, our formula is the best with R = 0.9970 and error range ± 0.2696 week

Table 7 shows a comparison between our best weight formula and the others with 3D sample. As seen in Table 7, our formula is the best with R = 0.9708 and error range − 0.0001 ± 180.9803 g

Within the context of this research, from section of 3D ultrasound in PhD dissertation of Ho [4], I recognize that fetus weight and fetus age are mutually dependent. For instance, when fetus age increases, fetus weight increases too. As a result, weight estimation is improved significantly if fetus age was known before. If fetus age is added into the regression model of fetus weight as a regression variable (regressor), the resulted weight estimation formula, called dual formula, is even better than the most optimal ones shown in Tables 5 and 6. Such dual formula is not only precise but also practical because many pregnant women knew their gestational age before taking an ultrasound examination. Given 2D sample and 3D sample, Table 8 shows dual formulas in comparison with the most optimal ones shown in Tables 5 and 7 with regard to R and error range. As a convention, our dual formulas have names with prefix “NHD”. Notation “log10” denotes logarithm function with base 10.

In Table 8, all dual formulas NHD * are better than normal formulas NH * with regard to R and error range. Moreover, NHD * do not need too much regressors. Given 2D sample, NHD 1 and NHD 2 use 4 and 3 regressors including age regressor, respectively whereas both NH 3 and NH 4 uses 4 regressors. Given 3D sample, NHD 3 and NHD 4 use 6 and 5 regressors including age regressor, respectively, whereas NH 7 and NH 8 use 5 and 3 regressors, respectively.

Although our formulas are better than all remaining ones with high adequacy (large R) and high accuracy (small error range), other researches are always significant because their formulas are very simple and practical. Moreover, our formulas are not global. If they are applied into other samples collected in other communities, their accuracy may be decreased and they may not be still better than traditional formulas such as Sherpard and Hadlock. However, it is easy to draw from our experimental results that if Phoebe framework is used for the same samples with other researches, it will always produce preeminent formulas. In order to achieve global optimality with Phoebe framework, the following are two essential suggestions:

  • Experimenting on Phoebe framework with many samples.

  • Adding more knowledge of pregnancy study, ultrasound technique, and obstetrics into Phoebe framework. In other words, the additional knowledge will be modeled as constraints of SG algorithm.

These suggestions go beyond this research. In my opinion, we cannot reach absolutely the global optimality because Phoebe framework focuses on local optimality with specific communities. Essentially, the suggestions only alleviate the weak point of the built-in SG algorithm in global optimality.

Advertisement

6. A proposal of early weight estimation

The used ultrasound samples are collected in fetal age from 28 to 42 weeks because delivery time is not over 48 h since last ultrasound scan. Hence, accuracy of weight estimation is only ensured when ultrasound examinations are performed after 28-week old fetal age. This section proposes an early weight estimation, in which ultrasound measures can be taken before 28-week old fetal age. We do not ensure improvement of estimation accuracy yet because we do not make experiments on the proposal yet, but the gestational sample can be totally collected at any appropriate time points in gestational period. In other words, the sample can lack fetal weights. This is a convenience for practitioners because they do not need to concern fetal weights when taking ultrasound examinations. Consequently, early weight estimation is achieved. As a convention, vectors are column vectors if there is no additional information.

Without loss of generality, regression models are linear such as Y = α0 + α1X1 + α2X2 + … + αnXn and Z = β0 + β1X1 + β2X2 + … + βnXn where Y is fetal age and Z is fetal weight, whereas Xi (s) are gestational ultrasound measures such as bpd, hc, ac, and fl. Suppose both Y and Z conform normal distribution, according to Eq. (3) ([17] pp. 8–9).

PYX,α=12πσ12expYαTX22σ12PZX,β=12πσ22expZβTX22σ22E3

where α = (α0, α1,…, αn)T and β = (β0, β1,…, βn)T are parameter vectors where X = (1, X1, X2,…, Xn)T is data vector. The means of Y and Z are αTX and βTX, respectively, whereas the variances of Y and Z are σ12 and σ22, respectively. Note that the superscript “T” denotes transposition operator in vector and matrix. Let D = (X, y, z) be collected sample in which X is a set of sample measures, y is a set of sample fetal ages, and z is a set of fetal weights with note that z is missed (empty) or incomplete. If z is empty, there is no zi in z. If z is incomplete, z has some values but there are also some missing values in z. However, the constraint is that y must be complete, which means that all pregnant women within the research knew their gestational age. Now we focus on estimate α and β based on D. As a convention, let α* and β* be estimates of α and β, respectively ([17] p. 8).

X=x1Tx2TxNT=1x11x12x1n1x21x22x2n1xN1xN2xNnxi=1x11x12x1n,y=y1y2yN,z=z1z2zN

Given X, joint probability of Y and Z is product of the probability of Y given X and the probability of Z given X because Y and Z are conditionally independent given X, according to Eq. (4).

PY,ZX,α,β=PYX,αPZX,β=12πσ12σ22expYαTX22σ12ZβTX22σ22E4

Conditional expectation of sufficient statistic Z given X with regard to P(Z | X, β) is specified by Eq. (5).

EZX=βTXE5

When Z is hidden variable, there is a latent dependent relationship between Y and Z, which is specified by joint probability of Y and Z.

PYZ=PYPZY

Variables Y and Z have different measures. For instance, the unit of Y is week, whereas the unit of Z is gram. Suppose Y is considered as discrete variable whose values from 1 to K where K can be up to 42, for example. The P(Y) becomes parameter θY, which is the probability of Y where Y is from 1 to K.

PYZ=θYPZY

For each Z, suppose the condition probability P(Z | Y) is distributed normally with mean μY and variance σY2. Eq. (6) specifies the joint probability P(Y, Z).

PY,ZθY,μY,σY2=θY2πσY2expZμY22σY2E6

Conditional expectation of sufficient statistic Z given Y with regard to P(Z | Y, μY, σY2) is specified by Eq. (7).

EZY=μYE7

Please pay attention to Eq. (7) because Z will be estimated by such expectation later. Eq. (8) specifies expectation of sufficient statistic Z with regard to P(Y, Z | θY, μY, σY2).

EZ=Y=1KθYμYE8

Due to:

EZθY,μY,σY2=Y=1KZZPY,ZθY,μY,σY2dZ=Y=1KθYEZθY,μY,σY2=Y=1KθYμY

The full joint probability of Y and Z given X and parameters α, β, θY, μY, and σY2 is the product specified by Eq. (9).

PY,ZX,α,β,θY,μY,σY2=PY,ZθY,μY,σY2PY,ZX,α,β=PY,ZθY,μY,σY2PYX,αPZX,βE9

where P(Y, Z | X, α, β) and P(Y, Z | θY, μY, σY2) are specified by Eqs. (4) and (6), respectively. Eq. (9) indicates that both explicit dependence via P(Y, Z | X, α, β) and implicit dependence via P(Y, Z | θY, μY, σY2) between Y and Z. Explicit dependence and implicit dependence share equal influence on Z if E(Z | X) specified by Eq. (5) is equal to E(Z) specified by Eq. (8), according to Eq. (10).

Y=1KθYμY=βTXE10

Given sample D, all θY become constants and determined by Eq. (11).

θY=The number ofyi=YNE11

For convenience, let Θ = (α, β, μY)T be the compound parameter. The full joint probability specified by Eq. (9) is rewritten as follows:

Py,zX,Θ=Py,zμY,σY2PyX,αPzX,β
=i=1NPyi,ziμY,σY2Pyixi,αPzixi,β

(Due to all observations are independently and identically distributed)

=12πσ12σ22Nexp12i=1NyiαTxi2σ12+i=1NziβTxi2σ22i=1NY=1KδyiYθY2πσY2expziμY22σY2

where

δyiY=1ifyi=Y0ifyi=Y

It is conventional that if δ(yi, Y) = 0 then, the respective probability P(yi, zi | μY, σY2) is removed from the product. The log-likelihood function is logarithm of the full joint probability as follows:

LΘ=logPy,zX,Θ=Nlog2πNlogσ122Nlogσ22212σ12i=1NyiαTxi212σ22i=1NziβTxi2+i=1NY=1KδyiYlogθYlog2π2logσY22ziμY22σY2

When log(2π) and θY are constants, the reduced log-likelihood function is derived from the log-likelihood as seen in Eq. (12).

lΘ=N2logσ12N2logσ2212σ12i=1NyiαTxi212σ22i=1NziβTxi212i=1NY=1KδyiYlogσY2+ziμY2σY2E12

The optimal estimate Θ* is a maximizer of l(Θ), according to Eq. (13) ([17] p. 9).

Θ=argmaxΘLΘ=argmaxΘlΘE13

By taking first-order partial derivatives of l(Θ) with regard to Θ ([18] p. 34), we obtain:

lΘα=1σ12i=1NyiαTxixiT
lΘβ=1σ22i=1NziβTxixiT
lΘμY=σY2i=1NδyiYziμY

When first-order partial derivatives of l(Θ) are equal to zero, it gets locally maximal. In other words, Θ* is solution of the equation system 14 resulted from setting such derivatives to be zero and setting E(Z | X) = E(Z).

i=1NyiαTxixiT=0Ti=1NziβTxixiT=0Ti=1NδyiYziμY=0j=1Kθjμj=βTxiforsomeiE14

where

δyiY=1ifyi=Y0ifyiY

The notation 0 = (0, 0,…, 0)T denotes zero vector. All equations in system 14 are linear, whose unknowns are Θ = (α, β, μY)T. The last equation in system 14 is Eq. (10) with the heuristic assumption that explicit dependence and implicit dependence share equal influence on Z. Such last equation is only used to adjust μY (s) if the heuristic assumption is concerned; otherwise it is ignored.

We apply expectation maximization (EM) algorithm into estimating Θ = (α, β, μY)T with lack of fetal weights. Note that the full joint probability P(Y, Z | X, α, β, μY) specified by Eq. (9) is product of regular exponential distributions. EM algorithm has many iterations, and each iteration has expectation step (E-step) and maximization step (M-step) for estimating parameters. Given current parameter Θt = (αt, βt, μYt)T at the tth iteration, the two steps are shown in Table 9 ([19] p. 4).

  1. E-step: Estimating only missing values zi (s) as the expectation of themselves based on the current mean μyit, according to Eq. (7). Note, each missing value zi is always associated with an observation yi. zi=Eziyi=μyit

  2. M-step: The next parameter Θt + 1 is a maximizer of l(Θ), which is the solution of equation system 14. Note, Θt + 1 becomes current parameter for the next iteration.

Table 9.

E-step and M-step of EM algorithm.

The equation system 14 is solvable because missing values zi (s) were estimated in E-step. The EM algorithm stops if at some tth iteration, we have Θt = Θt + 1 = Θ*. At that time, Θ* = (α*, β*, μY*)T is the optimal estimate of EM algorithm, and hence, linear regression functions of Y and Z are determined with α*, β*.

As usual, all parameters are changed after every iteration of EM algorithm, but fortunately, α* is determined as a partial solution of equation system 14 at the first iteration of EM process because both X and y are complete. In other words, α* is fixed, whereas β and μY are changed in EM process. Eq. (15) ([20] p. 417) specifies α*.

α=α1=XTX1XTyE15

where the superscript “−1” denotes the inversion of matrix.

At the first iteration, as usual Θ1 is initialized arbitrarily but we can improve convergence of EM algorithm by initializing μY1 as sample mean. Without loss of generality, suppose practitioners obtained n < N fetal weights z1, z2,…, zn from n ultrasound scans. Moreover, the fetal age of all pregnant women over such n scans is the same, which is Y. Thus, μY1 is initialized by Eq. (16).

μY1=1ni=1nziE16

The parameter β1 at the first iteration is initialized according to previous studies in the literature.

Advertisement

7. Conclusions

According to experimental results, there is no doubt that Phoebe framework produces optimal formulas with high adequacy and accuracy; please see Tables 48 for more details. However, we also recognize the weak point of our research is that the built-in SG algorithm can lose some good formulas due to the heuristic conditions. The suggestive solution is to add more constraints in such conditions; please read the article “A framework of fetal age and weight estimation” ([10] pp. 24–25) for more details. The proposal of early weight estimation uses actually an additional constraint which is the latent relationship between fetal age and fetal weight. Such latent relationship represented by the joint probability of fetal age and weight is a knowledge aspect of pregnancy study. For further research, we will make experiment on the proposal and try our best to discover other knowledge aspects.

Another weak point of our research is difficult to apply our complex formulas for fast mental calculation because we must pay the price for their high accuracy. In the future, we will embed these formulas into software or hardware of medical ultrasound machine so that users are easy to read estimated values resulted from machine.

Advertisement

Acknowledgments

We express our deep gratitude to the author Michael Thomas Flanagan – University College London and the author Jos de Jong for giving us helpful software packages that help us to implement the framework.

References

  1. 1. Hadlock FP, Harrist RB, Sharman RS, Deter RL, Park SK. Estimation of fetal weight with use of head, body and femur measurements: A prospective study. American Journal of Obstetrics and Gynecology. 1 February 1985;151(3):pp. 333-337
  2. 2. Phan DT. Ứng dụng siêu âm để chẩn đoán tuổi thai và cân nặng thai trong tử cung. Hanoi: Hanoi University of Medicine; 1985
  3. 3. Phạm TNT. Ước lượng cân nặng thai nhi qua các số đo của thai trên siêu âm. Ho Chi Minh: Ho Chi Minh University of Medicine and Pharmacy; 2000
  4. 4. Ho THT. Nghiên Cứu Phương Pháp Ước Lượng Trọng Lượng Thai, Tuổi Thai Bằng Siêu Âm Hai và Ba Chiều. Hanoi: Hanoi Univerisy of Medicine; 2011
  5. 5. Shepard JM, Richards AV, Berkowitz LR, Warsof LS, Hobbins CJ. An evaluation of two equations for predicting fetal weight by ultrasound. American Journal of Obstetrics and Gynecology. 1 January 1982;142(1):47-54
  6. 6. Campbell S, Wilkin D. Ultrasonic measurement of fetal abdomen circumference in the estimation of fetal weight. BJOG: An International Journal of Obstetrics & Gynecology. September 1975;82(9):689-697
  7. 7. Lee W, Balasubramaniam M, Deter RL, Yeo L, Hassan SS, Gotsch F, Kusanovic JP, Gonçalves LF, Romero R. New fetal weight estimation models using fractional limb volume. Ultrasound in Obstetrics & Gynecology. 1 November 2009;34(5):556-565
  8. 8. Chang F-M, Liang R-I, Ko H-C, Yao B-L, Chang C-H, Yu C-H. Three-dimensional ultrasound-assessed fetal thigh volumetry in predicting birth weight. Obstetrics & Gynecology. September 1997;90(3):331-339
  9. 9. Varol F, Saltik A, Kaplan PB, Kilic T, Yardim T. Evaluation of gestational age based on ultrasound fetal growth measurements. Yonsei Medical Journal. June 2001;42(3):299-303
  10. 10. Flanagan MT. In: Flanagan MT, editor. Java Scientific Library. London, England: University College London; 2004
  11. 11. Jong Jd, A Java Expression Parser, Rotterdam: SpeQ Mathematics; 2010
  12. 12. Oracle, “Java language,” Oracle Corporation, [Online]. Available: https://www.oracle.com/java. [Accessed 25 December 2014]
  13. 13. Nguyen L, Ho H. A framework of fetal age and weight estimation. Journal of Gynecology and Obstetrics (JGO). 30 March 2014;2(2):pp. 20-25
  14. 14. Ho THT, Phan DT. Ước lượng cân nặng của thai từ 37–42 tuần bằng siêu âm 2 chiều. Journal of Practical Medicine. December 2011;12(797):8-9
  15. 15. Ho T-HT, Phan DT. Ước lượng tuổi thai qua các số đo thể tích cánh tay bằng siêu âm 3 chiều và các số đo bằng siêu âm 2 chiều. Journal of Practical Medicine. December 2011;12(798):12-15
  16. 16. Nguyen L, Ho T-HT. Experimental results of phoebe framework: optimal formulas for estimating fetus weight and age. Journal of Community & Public Health Nursing13 March 2017;3(2):1-5
  17. 17. Lindsten F, Schön TB, Svensson A, Wahlström N. Probabilistic Modeling – Linear Regression & Gaussian processes. Uppsala: Uppsala University; 2017
  18. 18. Nguyen L. In: Evans C, editor. Matrix Analysis and Calculus. 1st ed. Hanoi: Lambert Academic Publishing; 2015. p. 72
  19. 19. Dempster AP, Laird NM, Rubin DB. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society, Series B (Methodological). 1977;39(1):1-38
  20. 20. Montgomery DC, Runger GC. Applied Statistics and Probability for Engineers. 3rd ed. New York, NY: John Wiley & Sons, Inc.; 2003. p. 706

Written By

Loc Nguyen, Truong-Duyet Phan and Thu-Hang T. Ho

Submitted: 28 December 2017 Reviewed: 05 February 2018 Published: 01 August 2018