Abstract

In this study, we propose a technique for diagnosing both type 1 and type 2 diabetes in a quick, noninvasive way by using equipment that is easy to transport. Diabetes mellitus is a chronic disease that affects public health globally. Although diabetes mellitus can be accurately diagnosed using conventional methods, these methods require the collection of data in a clinical setting and are unlikely to be feasible in areas with few medical resources. This technique combines an analysis of fundus photography of the physical and physiological features of the patient, namely, the tongue and the pulse, which are used in Traditional Chinese Medicine. A random forest algorithm was used to analyze the data, and the accuracy, precision, recall, and F1 scores for the correct classification of diabetes were 0.85, 0.89, 0.67, and 0.76, respectively. The proposed technique for diabetes diagnosis offers a new approach to the diagnosis of diabetes, in that it may be convenient in regions that lack medical resources, where the early detection of diabetes is difficult to achieve.

1. Introduction

Diabetes mellitus is a significant chronic disease that affects 463 million people globally and 116.4 million people in China as of 2019 [1]. This disease is mainly classified into two groups: type 1 diabetes and type 2 diabetes. According to reference [2], the cost of diabetes is still a burden, even for patients in a relatively wealthy city in China.

There is a correlation between eye conditions and diabetes. For example, diabetic retinopathy is the most common critical complication of diabetes. Moreover, during the first two decades of disease progression, nearly all patients with type 1 diabetes and 60% of patients with type 2 diabetes experience diabetic retinopathy [3]. The application of artificial intelligence has led to remarkable performance in collecting eye data and in detecting eye disease [46]. Studies have reported that it is feasible to diagnose diabetes using eye data [7, 8].

Traditional Chinese Medicine (TCM) has long been used in China to cure or relieve diabetes. Moreover, various studies have proved the effectiveness of TCM for curing or relieving diabetes [912]. Therefore, in this study, physical and physiological features of the patient, namely, the tongue and pulse, are used for diagnosis according to TCM methodology. Specifically, the appearance of the tongue and the pattern of the pulse are combined with fundus photography to diagnose diabetes.

Owing to a technique that uses fundus photography to collect eye data and the effectiveness of TCM in the treatment of diabetes, we combine fundus photography with physical and physiological feature data obtained using monitoring devices. We use the machine learning random forest algorithm for data analysis and for diagnosis.

In this study, we propose a technique for diagnosing both type 1 and type 2 diabetes in a quick, noninvasive way by using equipment that can be easily transported. The proposed method has four main advantages. First, it is easy to use, and the staff using it does not require extensive medical knowledge. Second, it is mobile and can be transported by automobile. Third, it is not likely to cause infection because all the required procedures are noninvasive. Finally, it can serve hundreds of patients in a single day, and results can be obtained in minutes, saving time and resources. These makes it suitable for detecting diabetes in different kinds of situations.

For example, many Chinese people live in remote villages and lack medical resources. They may not be able to be tested for diabetes. Our method provides a feasible way to detect diabetes. This may greatly improve their prognosis, especially if the disease is not yet severe.

Related studies have been conducted on detecting or predicting diabetes; however, most of them use equipment or systems that are inconvenient to transport or unsuitable for providing service to a large number of people [1316]. However, the technique presented in this study addresses these limitations.

2. Materials and Methods

2.1. Fundus Screening by Fundus Photography

With the advancement in computer vision and artificial intelligence, techniques for measuring eye characteristics using fundus photography have been developed. These techniques can be used to detect eye diseases such as diabetic retinopathy or optic nerve hypoplasia [17, 18]. In this study, we detect eye conditions by using fundus photography and the algorithm reported in our previous article [17]. We use the values obtained with the algorithm, which are reported in Table 1. Figure 1 depicts images of hemorrhage and exudation obtained using fundus photography.

2.2. Physical and Physiological Characteristics Relevant to TCM

TCM is a complementary medicine. It has been studied using modern medical methods for decades. As mentioned above, its effectiveness in curing or relieving diabetes has been proven. The characteristics of the human pulse and the appearance of the tongue are two essential factors used for patient examination. These factors were selected in this study to qualify the severity of diabetes.

The detection consists of two parts: tongue and pulse conditions. The device used for evaluating the condition of the tongue is shown in Figure 2, while the tongue condition as detected is listed as shown in Table 2. The detected pulse conditions and a rough graphic are shown in Table 3 and Figure 3, respectively.

2.3. Dataset

The proposed method was verified experimentally. Macula-centered retinal fundus images were retrospectively obtained from 11 medical institutions in Tianjin, China, by the Ophthalmological Hospital of Tianjin Medical University, of patients who presented for physical examination and retinopathy screening. All images were identified according to the Health Insurance Portability and Accountability Act Safe Harbor prior to transfer to the researchers. This study was approved by the Medical Ethics Committee of Tianjin Medical University Eye Hospital. The subjects authorized the use of the data for this study. No personal information can be recognized or disclosed from the imaged data used in this study. During the enquiry conducted in Tianjin from July 2019 to August 2019, data from 165 subjects were included in a dataset for this study.

2.4. Random Forest Algorithm

The random forest algorithm is an “ensemble learning” algorithm, which was first proposed in 2001 [19]. Since then, the method has been widely applied in many domains, and it is considered one of the most powerful machine-learning algorithms [2023]. The standard procedure for the RF algorithm is as follows [24]: (1)Draw -tree bootstrap samples from the original data(2)For each of the bootstrap samples, grow an unpruned classification or regression tree, with the following modification: at each node, rather than selecting the best split among all predictors, randomly sample of the predictors and select the best split from among those variables. (Bagging can be considered a special case of random forests obtained when , the number of predictors.)(3)Predict new data by aggregating the predictions of the -tree trees (i.e., majority votes for classification or average for regression)

An estimate of the error rate can be obtained based on the training data as follows [24]: (1)At each bootstrap iteration, predict the data not in the bootstrap sample (what Breiman calls “out-of-bag” or OOB data) using the tree grown with the bootstrap sample(2)Aggregate OOB predictions (on average, each data point would be out-of-bag data approximately 36% of the time; thus, aggregate these predictions). Calculate the error rate, and call it the OOB estimate of the error rate

2.5. Assessing the Prediction System

In this article, we use a random forest classifier to predict whether a subject has diabetes. A prediction system assessment is needed to validate the prediction of the model. In this regard, an individual instance is classified into one of the following four categories: false positive, true positive, false negative, and true negative. Based on these categories, the total prediction accuracy, precision, recall, and F1 scores for assessment of the prediction system are as follows:

3. Results and Discussion

The results presented in Table 4 show that the proposed method performs properly with an accuracy score of 0.85. Table 4 also lists the result of using fundus photography diagnosis alone. The proposed method scores much higher than fundus photography diagnosis on each aspect.

Comparing the results of the two methods, we assume that the performance improvements are due to the additional health information from the data on the selected characteristics, as well as the robustness of the random forest algorithm. While fundus photography is capable of precision detection, the additional data provides a more general data of a subject’s health. However, it has some limitations; for example, the number of subjects used in this study was just 165 so far, which may pose a risk to this study. There is risk of bias inherent in retrospective design. These aspects should be further investigated. We will focus on avoiding these risks.

There are numerous related studies; for instance, references [2527] focused on the use of artificial intelligence in detecting diabetes; however, these studies mainly focused on software and used hospital data. Other studies [2830] combined software and hardware, as did our study and were related to diabetes; however, they focused only on diabetic retinopathy, which is a complication of diabetes. Similar studies have attempted to use a convenient and noninvasive method to diagnose diabetes and have achieved an accuracy score higher than 0.85 [31, 32]. Nevertheless, study [31] focused on type 1 diabetes, whereas research [32] focused on type 2 diabetes. Our research mainly focuses on the diagnosis of diabetes, both type 1 and type 2, in a fast and noninvasive way, using equipment that can be transported conveniently. Our method is suitable for serving a large population, especially when the testing locations are not fixed. However, the traditional way to diagnose diabetes, based on plasma glucose criteria, is to measure glycemia in terms of FPG, 2 h PG, and HbA1C (AIC) [33]. Similar to other methods, our method is only a supplemental method and does not replace traditional diabetes diagnosis.

4. Conclusions

In this study, we reported a novel method for diagnosing both type 1 and type 2 diabetes in a fast, noninvasive way with equipment that is easy to transport. Our method combined an analysis using fundus photography and particular aspects of the human body, inspired by TCM. The proposed method can be used to diagnose diabetes in many situations, especially in areas where medical resources are lacking, and can serve a large number of people. However, the method is intended for East Asian populations because there is not enough published research showing that TCM also works in populations other than East Asian populations. We will continue this line of research to enrich its practical value, hoping to optimize the method to serve people of other areas.

Data Availability

The data cannot be provided because it involves subject privacy.

Conflicts of Interest

The authors declare that there is no conflict of interest regarding the publication of this paper.

Authors’ Contributions

Yang Xiang and Lai Shujin contributed equally to this work.

Acknowledgments

The authors would like to thank Dr. Tianyao Huang of Tsinghua University, who contributed to both the conceptualization and methodology of this study.