Abstract

Objective. To investigate differences in tongue images of subjects with and without hyperuricemia. Materials and Methods. This population-based case-control study was performed in 2012-2013. We collected data from 46 case subjects with hyperuricemia and 46 control subjects, including results of biochemical examinations and tongue images. Symmetrical Haar-like features based on integral images were extracted from tongue images. T-tests were performed to determine the ability of extracted features to distinguish between the case and control groups. We first selected features using the common criterion , then conducted further examination of feature characteristics and feature selection using means and standard deviations of distributions in the case and control groups. Results. A total of 115,683 features were selected using the criterion . The maximum area under the receiver operating characteristic curve (AUC) of these features was 0.877. The sensitivity of the feature with the maximum AUC value was 0.800 and specificity was 0.826 when the Youden index was maximized. Features that performed well were concentrated in the tongue root region. Conclusions. Symmetrical Haar-like features enabled discrimination of subjects with and without hyperuricemia in our sample. The locations of these discriminative features were in agreement with the interpretation of tongue appearance in traditional Chinese and Western medicine.

1. Introduction

Hyperuricemia is a metabolic disorder in which the body produces excessive uric acid and fails to excrete it. Excess dietary purines (e.g., from meat and certain seafood) play a significant role in hyperuricemia and contribute to gout [1]. More precisely, hypoxanthine is considered to be an important factor contributing to hyperuricemia [2]. Decreased uric acid excretion is most commonly attributed to genetic factors and medications [3, 4]. Although the mechanism remains unknown, many studies have found relationships between hyperuricemia or urinary abnormalities and impaired kidney function [5, 6]. Thus, impaired kidney function is considered to be a risk factor for hyperuricemia [7]. In turn, hyperuricemia is considered to be a risk factor for severe diseases that can impact quality of life and lead to disability and even death, including coronary heart disease, hypertension, stroke, and insulin resistance [811].

With rapid economic development, daily diet and healthcare in China have improved. The prevalence of hyperuricemia has increased with dietary purine content; according to a meta-analysis conducted in 2011, it was 21.6% among males and 8.6% among females in China [12]. For comparison, the prevalence of hyperuricemia in the United States was only 12.7% in 2010 [13]. The high prevalence of hyperuricemia renders its accurate diagnosis critical.

Serum uric acid (SUA) concentration analysis is the gold standard for hyperuricemia diagnosis. However, this method necessitates invasive blood sample collection and biochemical examination, which are time consuming and laborious and risk patient injury. The development of a rapid, simple, noninvasive method would thus improve the diagnostic procedure for hyperuricemia.

Tongue images have been applied as inexpensive and noninvasive means of diagnosing several diseases, such as stroke and appendicitis [1416]. Wang et al. [17] statistically analyzed features extracted from tongue images, defining 12 image classes. Other statistical methods, such as Bayesian networks and a bagging tree algorithm have been applied to tongue image analysis [15, 16]. However, these studies did not employ case-control designs that would have avoided bias introduced by age and sex differences in tongue features. Jung et al. [18] performed a case-control study to examine differences in color distribution on tongue images between subjects with and without sleep disorders, but the diagnostic criteria used in this study were based on the physician’s judgment, rather than biochemical examination. Western medical studies have found that tongue appearance (coloration and coating) is related to kidney diseases or conditions, such as renal adenocarcinoma tongue metastasis and kidney transplantation [19, 20]. Traditional Chinese medicine (TCM) studies have also found that tongue image characteristics can reflect renal deficiency [21, 22].

The present case-control study was performed to identify tongue image features useful for the diagnosis of hyperuricemia. A series of symmetrical Haar-like features, which have been applied successfully to face detection [23], were extracted from tongue images from subjects with and without hyperuricemia (diagnoses were confirmed biochemically). We sought to identify independently useful and readily interpretable Haar-like features for the diagnosis of hyperuricemia.

2. Subjects and Methods

2.1. Subjects and Examination

Between August 2011 and June 2012, outpatients from Wuqing Chinese Medicine Hospital, a medical examination center of teaching hospital affiliated with the Tianjin University of Traditional Chinese Medicine (TJUTCM), participated in this study. All participants provided informed consent and this study was approved by the medical ethics committee of TJUTCM. Adults from all age groups were included to avoid bias introduced by uneven age distribution. Based on data from medical records accessed through the hospital’s health information system, subjects with diseases impacting the appearance of the tongue, such as hypertension, diabetes, and cancer, were excluded. Those with dyed and scraped tongue fur, as determined by outpatient interviews, were also excluded.

The diagnostic criteria for hyperuricemia in males and females were SUA >416 μmol/L (7 mg/dL) and SUA >357 μmol/L (6 mg/dL), respectively [24]. An image of each subject’s tongue was acquired using a YM-III tongue image analyzer (http://tjtzym.com/tongue.html).

Case and control subjects were matched 1 : 1 by age (within 1 year) and sex to exclude the impacts of these covariates and improve the value of the empirical data [25, 26]. Two-tailed t-tests for samples with equal and unequal variance were used to confirm similarity in age and difference in SUA value, respectively, between case and control subjects.

2.2. Image Processing and Feature Selection

Tongue images were processed as shown in Figure 1. The original image acquired by the tongue analyzer, which depicts the subject’s entire face (Figure 1(a)), was first segmented to include only the rectangular area depicting the tongue (Figure 1(b)). Each image was then scaled to 120 × 100 pixels (Figure 1(c)) to enable efficient feature extraction while retaining color information.

Several feature types can be used in image analysis. Features based on statistical analysis of color represent global differences (expressed as means and standard deviations) among images and are the most intuitive feature type [15], but they cannot describe differences among areas in a single image. The use of pixel analysis to define image features has a high computational cost and does not provide high-level information about the images [23]. Moreover, the number of pixels is much greater than the number of images in most situations, and adjacent pixels are often closely correlated; these characteristics complicate statistical analysis. For this reason, we used Haar-like features [23], which fall between the pixel and global levels, in the present study. These features enable examination of color differences between areas, partially solving the problem of correlations among pixels. However, the number of such features is large, exceeding 160,000 in a 24 × 24-pixel image, and the computational cost of Haar-like feature extraction remains large [23].

We first sought to reduce the number of Haar-like features in the tongue images, which exceeded our computing capabilities. Considering that observation of the tongue is based on color, we first selected features in the red, green, and blue color plains, ignoring plains in other color spaces (i.e., Lab). We then employed directional selection, which involved the delineation of two adjacent rectangles on each image. Figure 2 shows two approaches to such selection: the sum of pixels in the lower or right rectangle may be subtracted from that in the upper or left rectangle, respectively. Given that the human body is characterized predominantly by bilateral symmetry, we subtracted the sum of pixels in the right from that in the left rectangle to select Haar-like features. Finally, we applied scale selection based on the five parameters of the left-right feature (Figure 3). Given that facial pixels near image boundaries were meaningless for this study, we determined the values of and (which describe the position of the top left corner of a feature) as and , respectively. Given that overly narrow or short features provide inadequate information, we determined the values of (width of left rectangle) and (feature height) as and , respectively. Considering the number of pixels contained in the two rectangles, we set (width of right rectangle). Integral image scanning [20] was applied to reduce the computational cost of feature extraction. This technique requires a single image scan, and values of all features can be computed within several seconds. Because feature positions and scales are determined by , , , and , features are identified by these values using the format “feature ()” in this text. Each color plain contained 195,840 features (total = 587,520 features in three plains).

2.3. Statistical Analysis

At this stage of processing, the number of selected Haar-like features far exceeds the number of subjects and correlation among features remains strong due to overlap, preventing direct application in classificatory models. Gorkani and Picard [27] found that human eyes distinguish images using high-level textural features. In this study, we thus assumed that the diagnosis of hyperuricemia would be based on instantaneous extraction of a feature from a tongue image in a single glance. We also assumed that all glances would be independent. We used Student’s -tests to examine the null hypothesis that , where and represent the mean values of one Haar-like feature in samples from the case and control groups, respectively. To speed up the calculation, we divided these data into four almost equal parts and ran tests on a personal computer (Lenovo M8000t; Quad Core, Q6600 CPU, 8 GB RAM). The statistical software used was R 2.15.2 [28].

Given recent suspicion of the discriminatory value of [29] and the small deviation in mean values between features associated and not associated with hyperuricemia in comparison with their standard deviations, we investigated data dispersion using the following formula:where and are the mean value and standard deviation, respectively, of a feature associated with hyperuricemia; and are the corresponding values for a feature not associated with hyperuricemia.

We selected 50 features with smallest and largest values to serve as single classifiers in this study. We then tested the ability of these features to correctly classify case and control subjects. Receiver operating characteristic (ROC) analysis was performed and areas under the ROC curve (AUCs) were calculated. For features with the smallest values, largest values, and largest areas, we considered that a classifier would perform best when its Youden index was maximized. We also determined the sensitivity and specificity of these classifiers.

3. Results

3.1. Participant Characteristics

Blood samples from 1332/1437 eligible participants were analyzed to determine SUA concentration. The mean age of this population was (range, 19–87) years and the prevalence of hyperuricemia was 9.01% (120/1332; 13.0% in men and 3.15% in women). Application of the exclusion criteria left a sample of 83 subjects with and 211 without hyperuricemia. The final case-control-matched sample comprised 46 subjects (36 men and 10 women) per group. Mean age did not differ significantly between the case and control groups ( versus years; ), but SUA concentration did ( versus μmol/L; ).

3.2. Haar-Like Features Useful for Hyperuricemia Diagnosis

Initial screening of features using the criterion yielded a sample of 239,035 features. Selection based on color plains reduced the number of features to several fractions of the original, yielding 97,124 features on the red plain, 26,228 features on the green plain, and 115,683 features on the blue plain that were useful for the diagnosis of hyperuricemia (all ). The largest features on the red, green, and blue color plains, all of which were in the centers of tongue images, were feature () (; Figure 4(a)), feature () (; Figure 5(a)), and feature () (; Figure 6(a)), respectively (Table 1). The smallest values were obtained for feature () (; Figure 4(b)), feature () (; Figure 5(b)), and feature () (; Figure 6(b)) on the red, green, and blue color plains, respectively (Table 1). Features with the largest values in the red, green, and blue plains were feature () (; Figure 4(b)), feature () (; Figure 5(c)), and feature () (; Figure 6(c)), respectively (Table 1). Feature () in the red plain had both the smallest value and largest value.

3.3. Single Classifier Performance

The ROC curves of the two features in the red plain are shown in Figure 7. The AUC of feature () was 0.654, preventing proper analysis of sensitivity and specificity. The AUC of feature () was 0.810; maximization of the Youden index yielded sensitivity and specificity values of 0.844 and 0.652, respectively. Features in the green and blue color plains showed similar characteristics. In the green plain, the AUC value of feature () was only 0.612, and those of feature () and feature () were 0.726 and 0.720, respectively (Figure 8). Maximization of the Youden index yielded sensitivity values of 0.500 and 0.844 and specificity values of 0.391 and 0.933 for the latter two features, respectively. These two features were also deemed to be inapplicable because of their low sensitivity values. In the blue plain, the AUC of feature () was 0.704 and those of feature () and feature () were 0.877 and 0.875, respectively (Figure 9). Sensitivity and specificity values for feature () were 0.800 and 0.804, respectively, when the Youden index was maximized. This feature achieved the best performance (sensitivity, 0.800; specificity, 0.826) when the maximum value of the Youden index was 0.626.

3.4. Cumulative Feature

Cumulative features in the red, green, and blue color plains (each composed of 50 features) are shown in Figures 10, 11, and 12, respectively. All of these features were centralized around the tongue root, validating our hypothesis. The red cumulative feature has a circular distribution; the green cumulative feature is more concentrated than the red feature, and the blue cumulative feature shows vertical symmetry.

4. Discussion

Feature extraction is among the most important issues in image processing. These feature classes are based on perfect segmentation of a tongue image from the background, which is difficult for the human eye [1416]. The extraction of Haar-like features does not require segmentation [20], greatly simplifying image preprocessing. In this study, we examined a rectangular area including the tongue, rather than attempting to perform more precise segmentation as in previous studies.

The use of Haar-like feature extraction from images is superior to extraction based solely on color because it allows the identification of local characteristics [19, 30, 31]. Other studies have focused on color differences of the entire tongue [17, 18] using global features, such as means and standard deviations of color value. These features prohibit detailed medical interpretation because they do not consider differences among parts of the tongue. In a previous study, the examination of tongue portions resulted in the identification of some features that were located outside of the tongue [16]. In our study, we scanned the entire tongue image and found that all meaningful features (those with the smallest values and largest values) were located within the tongue area. In contrast to those of previous studies, our results indicate that tongue image preprocessing does not require perfect tongue segmentation.

Tongue image preprocessing using Haar-like features is a new method that not only resolves the segmentation issue, but also provides a novel means of interpreting tongue images. A face detection study using Haar-like features provided the intuitive explanation that the most decisive features include the eyes and nose [23]. In our study, we found that the most decisive features for the diagnosis of hyperuricemia are centralized on the tongue root. A previous study described the results of tongue image analysis for the diagnosis of metastatic cancer [19], but applicable quantitative image analysis was not available at the time the study was performed, and the study also lacked a control group. Another study focused on elderly subjects [20]. In our study, we calculated quantitative feature values ( and ) to express differences between subjects with and without hyperuricemia using a case-control design and including subjects from all age groups.

The features identified in this study can be interpreted within the framework of TCM because they are based on pixels. All features that performed well in this study were centralized around the tongue root, the area considered to reflect kidney disease in TCM. This study provided direct evidence of the relationship between changes in the tongue root and kidney disease. The kidney filters blood and excretes metabolic waste products, including uric acid. In the human body, 70% of urate is disposed of via the kidneys [32]. Hyperuricemia is not only related to several diseases, but is also a risk factor for kidney injury [3335]. The diagnosis of hyperuricemia thus provides early warning of kidney injury. However, the determination of serum urea nitrogen, creatinine, carbon dioxide, and uric acid concentrations requires time-consuming biochemical examination. An intuitive, inexpensive, and noninvasive method of hyperuricemia would thus be of benefit; TCM provides examination tools fulfilling these requirements. Our study provided direct evidence supporting the TCM method of diagnosing hyperuricemia based on tongue features.

However, this study has several limitations. First, the ROC analysis was performed using the same sample. In future studies, a test dataset will be collected to confirm the findings of this study. Second, given that the use of tongue images is a complementary and alternative diagnostic method, the method described in this study should be combined with other available variables associated with hyperuricemia, such as body mass index and alcohol intake. We plan to take this approach in a further study. Third, because the sample was carefully selected and patients with underlying diseases associated with hyperuricemia were excluded, the use of tongue images for the diagnosis of hyperuricemia should be restricted.

5. Conclusions

Haar-like features extracted from tongue images differed significantly between subjects with and without hyperuricemia. The locations of these features are consistent with interpretations of tongue appearance in TCM and Western medicine, indicating the existence of a relationship between tongue root color and hyperuricemia in our sample.

Conflict of Interests

The authors declare that they have no conflict of interests related to this work.

Authors’ Contribution

Yan Cui completed the statistical analysis and wrote the paper, Shizhong Liao performed critical revision of the paper, and Hongwu Wang performed the mathematical models and methods of this study. Hongyu Liu, Wenhua Wang, and Liqun Yin validated health information for all subjects.

Acknowledgment

This work was supported in part by the National Basic Research Program of China (973 Program; Grant no. 2011CB505406).