Skip to main content

Incorporating geographical factors with artificial neural networks to predict reference values of erythrocyte sedimentation rate

Abstract

Background

The measurement of the Erythrocyte Sedimentation Rate (ESR) value is a standard procedure performed during a typical blood test. In order to formulate a unified standard of establishing reference ESR values, this paper presents a novel prediction model in which local normal ESR values and corresponding geographical factors are used to predict reference ESR values using multi-layer feed-forward artificial neural networks (ANN).

Methods and findings

Local normal ESR values were obtained from hospital data, while geographical factors that include altitude, sunshine hours, relative humidity, temperature and precipitation were obtained from the National Geographical Data Information Centre in China.

The results show that predicted values are statistically in agreement with measured values. Model results exhibit significant agreement between training data and test data. Consequently, the model is used to predict the unseen local reference ESR values.

Conclusions

Reference ESR values can be established with geographical factors by using artificial intelligence techniques. ANN is an effective method for simulating and predicting reference ESR values because of its ability to model nonlinear and complex relationships.

Introduction

The erythrocyte sedimentation rate (ESR) is a well-established clinical test in diseased patients that is commonly used for estimating the body's acute phase reaction to inflammation and infection [1, 2]. For many years, physicians have found normal ESR values useful for predicting specific disease severity and assessing general sickness index, among other uses. The origin of the concept of the ESR dates back to the early 19th century, when the Greeks observed the relation between the sedimentation of red blood cells and fibrinogen [3]. In 1918, Fahraeus discovered that erythrocyte sedimentation in plasma occurred more rapidly in pregnant women than they did in non-pregnant women [4]. Since then, with minor modifications, the ESR has been used in the evaluation of variety of diseases.

The most commonly used method of measuring the ESR is the Wintrobe method that is performed using a 100-mm tube containing oxalate as the main anticoagulant [5]. In order to compare the difference between the ESR value of patients and normal ESR value, the reference ESR values were measured in local hospitals and research institutes. Some studies have found that in addition to the reference ESR values varying with seasonal changes, they also have a significant variation with the age, gender, smoking habits and weight of patients [6–8]. One study proposed a formula for calculating the maximum normal ESR at any given age [8]. In the aforementioned study, the ESR value is calculated as (age in years/2) for men and (age in years +10)/2 for women [8]. While ESR values increase as people become older [6], the tendency of the ESR values to increase with age flattens out after age 60 [7, 9]. Other observations regarding ESR values include the following: a general pattern of high ESR values in spring and autumn and low values in summer, and a significant increase of mean ESR values due to smoking and obesity [7]. In addition to age, gender, smoking habit and weight of patient, some studies have found that normal ESR values also vary with geographical factors [10–12]. For example, some studies found that ESR is significantly correlated with altitude, latitude, relative humidity, mean annual temperature and annual precipitation [10–12]. In our study, we maintain the inclusion of five geographical factors similar to a previous study [12]; however, we replace latitude with annual sunshine hours because of the effects of seasonal variation on ESR values suggested by a study in which high ESR values were observed in the spring and autumn while low values were observed in the summer [7]. The decrease of reference ESR values is significantly associated with increase in altitude and decrease of relative humidity, mean annual temperature and annual precipitation [10–12]. In order to find how such geographical factors affect the reference ESR values, some studies modeled the relationship using stepwise regression [10–12]. While geographical factors have been found to improve the prediction accuracy of local reference ESR values, the reasons as to why they do so are not definitive due to cross-correlation: for example, humidity, temperature and precipitation generally decrease as altitude increases, while annual sunshine hours are affected by seasonal variation of the other geographical factors at a specific altitude. Consequently, the relationship between reference ESR values and geographical factors is nonlinear and thus complicated in a manner that introduces limitations when a stepwise regression statistical model is used, given the cross-correlation of the independent variables [13].

In solving variable cross-correlations when calculating reference ESR values by incorporating geographical factors, this paper presents a new method of simulating and predicting local reference ESR values using artificial neural networks (ANN). This proposed method has a number of advantages over other methods. First, the training procedure is simple and convenient because the parameter values are obtained automatically by neural networks. Second, the method is efficient because it uses the well-developed procedure of back-propagation training [14, 15], such that it is able to deal with complex interactions among variables. Finally, the use of a neural network means that the variables do not have to be independent of each other. All in all, the proposed model structure is more robust and stable compared with linear regression models.

Methods and materials

Artificial Neural Network

An Artificial Neural Network (ANN) is a nonlinear regression method that is inspired by the way biological nervous systems, such as the brain, process information. ANNs have been widely applied in many disciplines with a high degree of difficulty. Neural networks, with their remarkable ability to derive meaning from nonlinear data, can be used to extract patterns and detect trends that are too complex to be evaluated by simple regression techniques. A trained neural network can be thought of as an ‘expert’ in the category of information it has been given to analyze. This ‘expert’ can then be used to provide projections given new situations of interest.

The basic processing units in a neural network are the so-called neurons or nodes which are organized in several layers. All the neurons, except those in the input layer, perform two simple processing functions: collecting the activation of the neurons in the previous layer and generating activation as the input to the following layer. The neurons in the input layer only send signals to the next layer but process input data.

The functions for addressing the interactions between neurons are straightforward. With i denoting the equivalent of a sender neuron in the input layer and j denoting a receiver neuron in the next layer, the collection function is given as:

(2-1)

Where I i is the signal from neuron i of the sender layer, net j is the collection signal for receiver neuron j in the next layer and W ij is the parameter or weight that sums up the signals from different input nodes. The receiver neuron in the next layer creates activation in response to the signal net j . The activation then becomes the input for its next layer. The activation is usually created in the form of a sigmoid or linear function.

The learning process of neural networks entails determining the adaptive weights which are used to address the strengths of network interconnection between associated neurons. The values of the weights are not set by the users but rather are determined by the network during training. One of the most popular training methods is a back-propagation learning algorithm which iteratively minimizes an error function over the network (calculated) outputs and desired outputs on the basis of a training data set [14, 15]. An advantage of the back-propagation neural network is that the learning algorithm is not programmed into the network a priori [16]. The weights are initially set by a random process. The error, computed as the difference between calculated and desired activation for the output neuron, is propagated back through the network and used to adjust the weights. The process of adjusting the weights according to the errors is repeated over many iterations until the error rate is minimized or reaches an acceptable level. Once the optimized weights have been obtained from the training data set, the network is ready for prediction. Prediction is based on the activation level (I i ) in the output neuron. The activation level of a neuron ranges from 0 to 1, a scale which reflects the variation from extremely low to extremely high strength of membership, respectively.

ANN-based reference ESR values training and predicting model

Since normal ESR values have significant correlations with age and gender [7, 10–12], normal ESR values of specific age and gender are selected for training data. In this study, the normal ESR values of men older than 60 years are selected. Normal ESR values of 148 cases (N) are obtained from local hospitals and medical research institutes in China using the Wintrobe method [10]. To correspond with each normal ESR value (V), there are a series of geographical factors (S 1 , S 2 , S 3 , S 4 , S 5 ) that are selected for predicting local reference ESR values. They are as follows:

  1. 1)

    S 1 - Altitude (m);

  2. 2)

    S 2 - Annual sunshine hours (hours);

  3. 3)

    S 3 - Annual average relative humidity (%);

  4. 4)

    S 4 - Annual average temperature (°C);

  5. 5)

    S 5 - Annual average precipitation (mm).

The Geographical data listed above are obtained from National Geographical Data Information Center China.

A linear regression model may not be the best way to reveal relationships between ESR values and geographical factors because of the complexity inherent in the variables. Instead, we take advantage of neural networks in order to estimate normal ESR value at each city. Specifically, an ANN model is developed with S 1 , S 2 , S 3 , S 4 , and S 5 as inputs and normal ESR values as desired output. The model consists of two separate steps: the training of the neural network to obtain the optimal weights automatically based on the input data, and the use of the neural network to predict local reference ESR values based on the trained ANN (Figure 1).

Figure 1
figure 1

The ANN model for training and predicting reference ESR values.

An essential task is to design the network structure for the prediction. The design of the network structure is simplified because the numbers of layers and neurons in the layers can be subjectively determined. However, an increase in the number of layers and neurons will drastically increase the computation time for the model. The principle is to use as few layers and neurons as possible without severely compromising model accuracy. Based on tests specific to our data, it is sufficient to use 3 layers in the neural network: one input layer, one hidden layer, and one output layer. The input layer has five neurons corresponding to the five geographical factors chosen for the study. There are 5 neurons in the hidden layer (Figure 1). The output layer has only one neuron which indicates normal ESR value. There are 25 (5×5) weights to be determined for the links between the input layer and the hidden layer, and 5 weights between the hidden layer and output layer. Consequently, a total of 30 parameters are used for the neural network model.

Experiments indicate that it would be more appropriate for all original data to be converted into a range from 0 to 1 before they are used in neural networks [17]. This approach is similar to data normalization in that it uses maximum and minimum values in scaling the original data set. Scaling variables ensures that they are all considered equally important inputs to neural networks and makes them compatible with the sigmoid activation function that produces a value between 0 and 1. The following linear transformation is used:

(2-2)

In this study, the signal for each neuron in the input layer is the normalized value of corresponding geographical factors:

(2-3)

Where x is a case, net i (x) is the received signal for neuron i of case x in the input layer, and S k ’(x) is the kth geographical factor of case x.

The transfer functions for the input layer and the first hidden layer are dictated by the logsig function. The logsig function is as follows:

(2-4)

Based on the transfer function above, the signal received by neuron j of the hidden layer from neuron i of the input layer for case x is calculated as follows:

(2-5)

Where net1,j(x) is the signal received by the first neuron j of the hidden layer for case x, W ij is the weight from neuron i of the input layer to neuron j of the hidden layer.

The transfer function for the hidden layer and the output layer is the purelin function. The signal received by a neuron of the output layer from neuron i of the hidden layer for case x is calculated as follows:

(2-6)

Where O(x) is the signal received by a neuron of the output layer for case x, W i is the weight from neuron i of the hidden layer to a neuron of the output layer.

The network was trained using the Levenberg-Marquardt (LM) algorithm. The values of these weights are automatically determined by the learning process which is based on the back-propagation algorithm in the MATLAB Neural Network toolbox.

The whole set of samples is automatically divided into three groups of 70%, 15% and 15% for the learning process of neural networks. The first group is the training dataset and the others are validation dataset and test dataset, respectively. The training dataset is used to obtain the weights for each link between a pair of neurons, the validation dataset is used to generalize the training data and the test dataset is then used to verify the learning results. A set of weights is finally obtained from the training process. One of the most important characteristics of trained neural networks is their ability to generalize training data from validation data. If the network simply memorizes or overfits the training data, it will generally perform poorly on the test data. It is important to decide the number of iterations so that the training can be stopped properly. If the training process takes too long, the network may be overtrained and consequently cause large prediction errors for the test data. In this study, the aforementioned potential problem was averted by stopping the training when the error of the validation data began to increase.

Results and discussion

The structure of the neural network is shown in Table 1.

Table 1 The structure and specification of ANN

The error difference (ΔV) and error deviation (ΔV %) for the normal ESR value (V) are evaluated as:

(3-1)
(3-2)

Where meas and pred stand for measured and predicted values respectively.

The Average Absolute Deviation (AAD%) is evaluated as:

(3-3)

Where N is the number of cases.

The maximum and minimum of ΔV along with AAD % are shown in Table 2.

Table 2 The maximum and minimum of ΔV and AAD %

Based on the proposed ANN model, it is observed from Table 2 that the maximum deviation for the training data set is less than 6.91% and the maximum deviation for the test data set is less than 6.61%. This indicates that there is a good agreement between trained and predicted data. The comparison of normal ESR value (Vmeas.) with predicted normal ESR value (V pred.), error difference and error deviation for some of training and test data are shown in Table 3. The results show that the predicted values are in statistically in agreement with measured data. The comparison of ANN regression among training data, validation data, test data and all data are respectively shown in Figure 2. The regression coefficient of test data and all data is higher than training data, which indicates that the trained ANN model is reliable as well. These figures also show the predicted values are very close to measured values with minimal error.

Figure 2
figure 2

Comparison of ANN regression among Training data, Validation data, Test data and all data.

Table 3 Comparison of the measured ESR (V meas ) with predicted ESR (V pred ), error difference, error deviation

Since the trained ANN is reliable, reference ESR values can be predicted using the trained ANN model. For example, the reference ESR values of the cities of Lhasa, Guiyang, Yinchuan, Nanchang and Beijing are predicted as shown in Table 4.

Table 4 Predicted reference ESR values

The original data, result data and ANN model parameters can be downloaded from additional file 1.

It is important to explore the complex relationship between local ESR values and geographical factors. Studies have shown that the ESR values decrease with increase in altitude because oxygen content gradually decreases while altitude rises [10–12]. As a result, the amount of red blood cells increases, inducing a fall in ESR reference value in healthy subjects [11, 18]. The decrease in ESR reference value is correlated with a decrease in temperature, humidity and precipitation, all of which affect annual sunshine hours based on seasonal variation. Therefore, while incorporating all the aforementioned geographical factors can help explain ESR differences within similar altitudes, the relationship is nonlinear and thus complicated, hence the use of ANN to model the dependent relationships.

Conclusions

In this study, a multi-layer feed-forward neural network model has been developed to predict the local reference ESR values, taking into account corresponding local geographical factors. The network is trained using training data, after which the latter is then used to predict unseen reference ESR values. The results show that predicted values are in statistical agreement to measured values. The use of ANN is an effective method for simulating and predicting reference ESR values because of its ability to model nonlinear and complex relationships. The main advantage of our proposed method is the simplicity and stability of the model structure. Although the reference ESR values can be predicted with geographical factors by using artificial neural networks, the reason why reference ESR values vary with geographical factors should be further explored.

References

  1. Zacharsk L, Kyle RA: Significance of extreme elevation of erythrocyte sedimentation rate. J Amer Med Assoc. 1967, 202: 264-10.1001/jama.1967.03130170064008.

    Article  Google Scholar 

  2. Wyler DJ: Diagnostic implications of markedly elevated erythrocyte sedimentation-rate - re-evaluation. Southern Med J. 1977, 70: 1428-1430. 10.1097/00007611-197712000-00015.

    Article  PubMed  CAS  Google Scholar 

  3. Ropes MW, Rossmeisl E, Bauer W: The relationship between the erythrocyte sedimentation rate and the plasma proteins. J Clin Invest. 1939, 18: 791-798. 10.1172/JCI101096.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  4. Fahraeus R: The suspension stability of the blood. Physiol Rev. 1929, 9: 241-274.

    Google Scholar 

  5. Olshaker JS, Jerrard DA: The erythrocyte sedimentation rate. J Emerg Med. 1997, 15: 869-874. 10.1016/S0736-4679(97)00197-2.

    Article  PubMed  CAS  Google Scholar 

  6. Ansell B, Bywaters EGL: The unexplained high erythrocyte sedimentation rate. Brit Med J. 1958, 1: 372-374. 10.1136/bmj.1.5067.372.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  7. Pincherle G, Shanks J: Value of the erythrocyte sedimentation rate as a screening test. Brit J Prev Soc Med. 1967, 21: 133-136.

    CAS  Google Scholar 

  8. Miller A, Green M, Robinson D: Simple rule for calculating normal erythrocyte sedimentation-rate. Brit Med J. 1983, 286: 266-266.

    Article  CAS  Google Scholar 

  9. HILDER F, GUNZ F: The effect of age on normal values of the westergren sedimentation rate. J Clin Path. 1964, 17: 292-293. 10.1136/jcp.17.3.292.

    Article  PubMed  CAS  PubMed Central  Google Scholar 

  10. Ge M, Ren ZY, Yang QS, Wei HY: The relationship between reference value of old people's erythrocyte sedimentation rate and altitude. Clin Hemorheol Micro. 2001, 24: 155-159.

    Google Scholar 

  11. Ge MA: Reference value of younger people's erythrocyte sedimentation rate and altitude. J Lab Clin Med. 2004, 143: 367-368. 10.1016/j.lab.2004.03.006.

    Article  Google Scholar 

  12. Ge M, Yan Y, Ren ZY, Guo CL, Ma JF, Huang P: The relationship between normal erythrocyte sedimentation rate of Chinese young people and geographical factors. Clin Hemorheol Micro. 1999, 20: 151-157.

    Google Scholar 

  13. Li X, Yeh AG: Neural-network-based cellular automata for simulating multiple land use changes using GIS. Int J Geogr Inf Sci. 2002, 16: 323-343. 10.1080/13658810210137004.

    Article  Google Scholar 

  14. Foody GM: Relating the land-cover composition of mixed pixels to artificial neural networkclassification output. Photogramm Eng Rem S. 1996, 62: 491-499.

    Google Scholar 

  15. Rumelhart DE, Hinton GE, Williams RJ: Learning representations by back-propagating errors. Nature. 1986, 323: 533-536. 10.1038/323533a0.

    Article  Google Scholar 

  16. Hepner GF, Logan T, Ritter N, Bryant N: Artificial neural network classification using a minimal training set - comparison to conventional supervised classification. Photogramm Eng Rem S. 1990, 56: 469-473.

    Google Scholar 

  17. Gong P: Integrated analysis of spatial data from multiple sources: using evidential reasoning and artificial neural network techniques for geological mapping. Photogramm Eng Rem S. 1996, 62: 513-523.

    Google Scholar 

  18. Vennapusa B, Cruz LDL, Shah H, Michalski V, Zhang QY: Erythrocyte sedimentation rate (ESR) measured by the streck ESR-auto plus is higher than with the sediplast Westergren method. Am J Clin Pathol. 2011, 135: 386-390. 10.1309/AJCP48YXBDGTGXEV.

    Article  PubMed  Google Scholar 

Download references

Acknowledgements

The authors would like to thank Olaf Menzer, Arvis Sulovari and the two anonymous reviewers for their valuable comments and feedback. This study was supported by NSFC (No: 40971060).

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Qingsheng Yang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

QSY carried out the design of the study and performed the statistical analyses. KM conceived of the study, and helped to revise the manuscript. MG acquired and interpreted the data. All authors have read and approved the final manuscript.

Electronic supplementary material

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Yang, Q., Mwenda, K.M. & Ge, M. Incorporating geographical factors with artificial neural networks to predict reference values of erythrocyte sedimentation rate. Int J Health Geogr 12, 11 (2013). https://doi.org/10.1186/1476-072X-12-11

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1476-072X-12-11

Keywords