Abstract

In order to solve the problem of existing diagnostic methods for chronic gastritis which are complex and traumatic, a novel noninvasive method for diagnosis of chronic gastric based on e-nose and deep convolutional neural network is proposed. Firstly, in order to collect samples, a respiratory gas sampling device was established and the response curve of respiratory gas is generated. Then, a deep convolutional neural network for the diagnosis of chronic gastritis is proposed to recognize and classify the respiratory gas response curve. The DCNN model attained good results with accuracy, sensitivity, and specificity of 85.00%, 90.00%, and 80.00%, respectively, for chronic gastric prediction. The proposed method provides a new way for the clinical auxiliary diagnoses of chronic gastric.

1. Introduction

Inspired by the principle of the biological olfactory, electronic nose is a new bionic detection equipment combined with modern sensor technology, electronics, and pattern recognition technology, with the ability to identify simple or complex odors [15]. Compared with the traditional gas detectors such as gas chromatography, mass spectrometry, and infrared spectroscopy, it has the advantages of small size, lightweight, low cost, and high accuracy [6, 7]. The e-nose system generally consists of two parts: sensor array and pattern recognition algorithms. The sensor array responds to different odors and generates response curves. This means that the signals from the sensor array contain a large amount of information about the sample, which plays an important role in the performance of the e-nose. There are many kinds of gas sensors; commonly used are as follows: solid electrolyte gas sensor, semiconductor gas sensor, electrochemical gas sensor, and polymer gas sensor. As the performance of various sensors is very different, it is selected according to different detection objects. Metal oxide semiconductor sensor plays a key role in the field of gas sensor researches and applications with the advantages of high sensitivity and low cost [8, 9]. Based on these advantages, the e-nose with metal oxide semiconductor sensor contains a large amount of information from complex gas sample.

E-nose has been widely used in the field of food industry, tobacco industry, medical diagnosis, and environmental monitoring because of its character such as noninvasive and easy to operate [1014]. The application of e-nose in medical diagnosis especially has attracted more and more interest of the researchers. Liu et al. developed an e-nose system for lung cancer detection via breath with a sparse group feature selection approach and attained better results with 94.2% accuracy, 97.8% sensitivity, and 90.2% sensitivity [15]. Raspagliesi et al. tested the feasibility of e-nose as a diagnostic tool for ovarian cancer, the performance tested in the prediction gave 98% of sensitivity and 95% of specificity [16]. Li et al. fabricated an e-nose based on 10 gas sensors of 4 types and attained mean classification accuracy of 86.42% using samples from 153 healthy participants and 115 lung cancer patients [17]. Hendrick et al. proposed a noninvasive method for tuberculosis-exhaled breath classification based on electronic nose [18]. There is a growing body of literature suggesting that e-nose could be considered a useful tool for the early detection of lung and head and neck cancers [1922]. In these applications, the original data acquired from the sensor array cannot be used directly due to noise and drift, and the signal processed, filtered, and dimension reduction should be carried out first, which greatly affected the performance of e-nose, and different methods are selected according to difference objects, which lead to a large waste of time and energy.

In order to obtain more information from e-nose data, new effective pattern recognition algorithms and prediction models are urgently needed. A deep convolutional neural network (DCNN) shows powerful features in image classification and recognition applications [23]. The DCNN is an efficient recognition algorithm developed in recent years, which mainly includes feature extraction layers and mapping layers. The input samples can be used directly without any preprocessing. And the DCNN can learn independent characteristics, with the stronger discriminant power than traditional manual selected characteristics. It has been widely used in the fields of traffic, remote sensing, agriculture, and medicine and biology and mainly application in image classification and recognition [2427]. Wei et al. proposed a new LeNet-5 convolutional neural network structure for electronic noses [28]. The final gas identification accuracy rate reached 98.67%. Galanty et al. presented a tool that can facilitate the recognition of cladonia lichen species with deep convolutional neural network, and the trained model achieved 60.94% accuracy [29]. Their final experimental result has an accuracy of 95.2%, which is higher than SVM and MLP. Wang et al. used a flow modulation method to exploit transient sensor information [30]. The proposed method uses fewer steps to achieve higher recognition accuracy and improve the recognition speed and to reduce the training and testing costs. Jiang et al. proposed an active learning (AL) algorithm based on improved query by committee (QBC) for RBFNN is to distinguish three indoor pollutant gases, and the classification accuracy has been improved when using unlabeled samples in an application process [31]. Yang et al. developed an ANN model for analysis of benzoic acid in cola-type-carbonated beverages [32]. The model generated accuracy rates of 90.0% in category identification for test samples. Peng et al. proposed a novel deep convolutional neural network with 38 layers for gas classification [33]. Experimental results show that the DCNN method is an effective technique for classifying electronic nose data. All these works show good prospective applications of deep learning methods in gas identification fields.

Chronic gastritis is a common digestive disease caused by different reasons. Clinical trials have found the patients with chronic gastritis with varying degrees of oral off-odors [34]. Zhenqin verified that e-nose can help distinguish benign and malignant gastric cancer, and the analysis of respiratory gas offers a new way to research methods in the early diagnosis of gastric cancer [35]. Xuejuan et al. analyzed the odor fingerprint map of respiratory gas from patients with chronic gastritis used e-nose and concluded that the odor fingerprint map of respiratory gas can be accurately identified and chronic gastritis differences of cold and hot syndromes can be discerned by e-nose [36]. At present, research on chronic gastritis using e-nose is still in the beginning and exploratory phase. The above researches are proved to be effective in the diagnosis of chronic gastric with respiratory gas response curve.

This paper studied the detection and classification of chronic gastritis, combining e-nose and DCNN, and proposed a new diagnosis method of chronic gastritis. The raw data of the e-nose is directly input in the form of gray value image without any operations such as data processing and feature extraction, which greatly simplifies the data processing of traditional methods. In this paper, a new model that can identify chronic gastritis has been established based on DCNN, which can effectively distinguish patients with chronic gastritis from healthy people, and further verified the feasibility of chronic gastritis detection used e-nose.

The main contributions of this paper are as follows: (1) a novel noninvasive method for diagnosis of chronic gastric based on breath analysis is proposed to solved the problem of vivo trauma detection. (2) It was proved that diagnosis of chronic gastritis through breath analysis is feasible, by comparing the responses of chronic gastritis patients and healthy volunteers and PCA analysis. (3) The experiments are designed and executed to prove the effectiveness of the improved DCNN model by comparing with the PCA+BP.

The paper is organized as follows. In Section 2, the respiratory gas acquisition system is presented and introduced in detail. Section 3 describe the improved DCNN model for detection of chronic gastritis. Section 4 discusses and evaluates the performance of the proposed model by experiment and analysis. Finally, the inclusion and future works are summarized in Section 5.

2. The Respiratory Gas Acquisition System

Medical electronic nose with SnO2 thin-film gas sensor arrays of EN0111103-A developed by professor Wu is used in this paper [37]. Figure 1 shows the overall structure of the sensor; the sensor consists of 4 SnO2 thin-films, heater, and temperature measurement circuit. Figure 2 shows the structure of SnO2 film, the oxide semiconductor film materials mixed with different substances which provides gas selectivity. The respiratory gas acquisition system is shown in Figure 3. The system consists of two parts: the control computer and the sampling device. The control computer is composed of signal processing, power source, and the data sampling circuit. The sampling device is composed of a gas chamber, a injector port, and flow control equipment. The chamber size is  mm, with 10 built-in thin-film gas sensor arrays installed in the chamber. The operating temperature of the sensor is 200 degrees. The gas flow rate is controlled by a flow controller; when patients breathe into the sampling device, the respiratory gas attached to the semiconductor film and the resistance of the semiconductor film changes.

3. The Proposed Model

Inspired by the traditional Alexnet and application of other typical models [3840], we proposed a deep convolutional neural network model for detection and identification of chronic gastritis. The model structure is shown in Figure 4. The characteristics of respiratory gas response curve is too less compared with the image, and the samples is few. That can lead to the model overfitting. The batch normalization (BN) is added in the proposed model to solve this problem. Table 1 shows the detail of each layer of the proposed DCNN.

DCNN includes a convolutional layer, pooling layer, fully connected layer, and activation function. The DCNN proposed in this paper consists of three convolution layers and three full connection layers. BN is used after each convolution layer of the proposed DCNN to improve the efficiency of classification and learning of the networks by constraint the standardization of networks during training.

The size of input image is based on experience in this paper. Acquired response curves are convert to images as the input for the first convolutional layer, the size of convolution kernel is . And rectified linear unit (LeRU) is used as activation function after each convolution layer and as the input of pooling layer. The first BN is used between the first convolutional layer and LeRU activation function and as the input of the first pooling layer. What follows is the first pooling layer with max-pooling, the size of filter is , and it is used as the input of the second convolution layer. The second convolution layer has 256 convolution kernels with a size of , followed by the second BN and the second pooling layer with a filter size of . The third convolution layer has 384 convolution kernels with a size of , followed by the third BN and the third pooling layer with a filter size of . Next are the fully connected layers with 256 neurons followed by dropout to avoid overfitting. The last fully connected layer has 2 neurons as the number of output class, which is the output matrix we get.

After the output matrix is obtained, the soft-max activation function is used for multiclass classification. Then, calculate the loss between the predicted labels and the actual labels by sigmoid cross-entropy. The next step is to train the model and optimize the losses. A gradient descent method is a common method to solve optimization problems. Each gradient update will require all the database data, and the update speed is slow, so the model cannot be updated online. The improved momentum gradient method is used as the optimizer in this paper [41].

4. Experiment and Analysis

4.1. Experimental Data

This paper takes 600 chronic gastritis patients as the object for research. Among them, 285 were males and 315 were females, aged between 27 and 69. A total of 100 healthy volunteers were taken as the control group, including 50 males and 50 females.

In this experiment, 100 patients with chronic gastritis and 100 healthy volunteers were selected for chronic gastritis detection. And the dataset was randomly divided into two parts: 70% as the training set and 30% as the test set. Detected objects were required to fast for more than 12 hours to ensure the purity of breathing gas. The respiratory gas sampling device needs to run 1 hours in advance to reach the correct operating temperature of 200°C. The ambient temperature is 15-35°C, the relative humidity is less than 95%, and airflow velocity is about 333 m L/min.

The response curves of the e-nose system correspond to the 10 gas sensors, respectively, as shown in Figure 5. The -axis represents the sampling time, while the sensor responses are reported on the -axis.

From the response curves, each sensor has a different response to the same sample. Also, from the response curves, we can see that the 10 sensors went up from 0 to 170 seconds, reached the peaks at 180 seconds, began to decline at 190 seconds, and became almost stable after 450 seconds. Overall, the responses of sensor array to chronic gastritis and healthy volunteers are different; it means that chronic gastritis is identified by sensor array would be feasible.

4.2. Experimental Results and Discussion

The proposed method has been implemented with Python Environment, a computer system with 32GB RAM, a NVIDIA GeForce GTX 1080 Ti graphics processor unit (GPU), and an Intel® Core™ i7-8700K @ 3.70 GHz central processor unit (CPU). First, the response curves were classified and recognized, which is directly used as the input of the proposed DCNN. The response curves of 10 sensors are actually matrix of . And we convert the matrix as gray value images and resize to as the input of the proposed DCNN. Figure 6 shows the response curves available as images.

The superiority of DCNN proposed in this paper was verified by experimental comparison with back propagation (BP) after principal component analysis (PCA) [42, 43]. The response value at 180 seconds was selected and analyzed in the experiment. The contributing rate of each principal component is shown in Table 2. It can be seen from the table that the contribution rate of the first principal component (PC1) is 83.6% and the contribution rate of the second principal component (PC2) is 10.1%. The first and second principal components were selected in this paper, and their additive contribution rate came up to 93.7%. It contains almost all the information of the sensors. The correlation coefficients of 10 sensors are shown in Table 3.

Figure 7 is the analysis diagram of PCA for chronic gastritis. From the diagram, we can see that there are apparent differences between chronic gastritis and healthy volunteers, and they can be distinguished. The samples were forecasted using the BP network, input layer with 2 neurons, and output layer with 2 neurons corresponding to the chronic gastritis and healthy volunteers; the number of iterations is 2000.

To evaluate the performance of the method, the root mean squared error (RMSE) and correlation coefficients () are adopted. RSME and are defined as Equations (1) and (2), respectively. where is the output value of the model, is actual value, is the mean of actual values, and is the total number of samples.

The experimental results on the test data are shown in Figure 8. The experiment results showed that the proposed DCNN of and better than the BP of and . It shows that the proposed DCNN has higher precision of detection and identification for chronic gastritis, and the processing of the data is easier.

In order to further verify the model’s effectiveness and reliability, 60 samples (healthy: 30, chronic gastritis: 30) were selected for the experiment. For both approaches, the criteria such as accuracy, corresponding to the probability of doing a correct classification; sensitivity, corresponding to the probability to classify a subject as a case when this is true; and specificity, corresponding to the probability of classifying a subject as control when this is true have been utilized. The equations are given as follows: where TP is the number of chronic gastritis correctly classified, TN is the number of healthy volunteers correctly classified, FN is the number of chronic gastritis misclassified, FP is the number of healthy volunteers misclassified, and is the total number of samples.

The experiment results are shown in Table 4. As shown in Table 4, it can be seen that the DCNN has nearly the same accuracy compared with BP. But the DCNN has a higher recall rate. This is due to the salient features can be automatically extracted by the DCNN model, while the success of most other traditional classifiers relies largely on the retrieval of good hand-designed features which is a laborious and time consuming task.

The sensor responses gradually increased during sampling, reaching a peek after 180 s. The BP model only takes the peak values as a characteristic for distinguishing between chronic gastritis patients and healthy volunteers; the sensor’s response procedure and sensibility are ignored, which leads to problems later during classification. During the experiment, we found the characteristics of peek values changed due to drifting problem of sensors, which is difficult to obtain good classification results. The proposed DCNN model extracts features from the pattern of sensor responses. The results obtained in the experimental study indicate that e-nose is quite a promising method in the chronic gastritis diagnosis field.

5. Conclusions

In this paper, a novel nondestructive diagnostic method for chronic gastritis is proposed by combing e-nose and DCNN. A respiratory gas acquisition system was established to collect respiratory gas samples from patients with gastritis and healthy volunteers. The experimental results show that the proposed method has higher accuracy than the BP method in the detection and identification of chronic gastritis. But the research on the DCNN model to diagnosis chronic gastritis is in its early stage. We hope that this can provide a new thought for a noninvasive detective method for chronic gastritis. The proposed approach can be applied for many sensing application with the help of appropriate sensors. In the future, accuracy and efficiency of the proposed model can be further improved by the fine tuning of its structure and parameters. Some optimizing techniques can also be investigated to boost the classification performance.

Data Availability

The [sensor data] data used to support the findings of this study have been deposited in the [e-nose] repository (https://github.com/Chenyif/enose).

Conflicts of Interest

The authors declare that they have no conflicts of interest.