Next Article in Journal
Method for Classifying Behavior of Livestock on Fenced Temperate Rangeland in Northern China
Next Article in Special Issue
Portable Low-Cost Electronic Nose Based on Surface Acoustic Wave Sensors for the Detection of BTX Vapors in Air
Previous Article in Journal
Vision-Based Attentiveness Determination Using Scalable HMM Based on Relevance Theory
Previous Article in Special Issue
Active Learning on Dynamic Clustering for Drift Compensation in an Electronic Nose System
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Framework with High Diagnostic Sensitivity for Lung Cancer Detection by Electronic Nose

1
Chongqing University-University of Cincinnati Joint Co-op Institute, Chongqing University, Chongqing 400030, China
2
Key Laboratory of Biotechnology Science and Technology, Ministry of Education, College of Bioengineering, Chongqing University, Chongqing 400030, China
3
State Key Laboratory of Power Transmission Equipment & System Security and New Technology, Chongqing University, Chongqing 400030, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(23), 5333; https://doi.org/10.3390/s19235333
Submission received: 7 November 2019 / Revised: 27 November 2019 / Accepted: 29 November 2019 / Published: 3 December 2019
(This article belongs to the Collection Electronic Noses)

Abstract

:
The electronic nose (e-nose) system is a newly developing detection technology for its advantages of non-invasiveness, simple operation, and low cost. However, lung cancer screening through e-nose requires effective pattern recognition frameworks. Existing frameworks rely heavily on hand-crafted features and have relatively low diagnostic sensitivity. To handle these problems, gated recurrent unit based autoencoder (GRU-AE) is adopted to automatically extract features from temporal and high-dimensional e-nose data. Moreover, we propose a novel margin and sensitivity based ordering ensemble pruning (MSEP) model for effective classification. The proposed heuristic model aims to reduce missed diagnosis rate of lung cancer patients while maintaining a high rate of overall identification. In the experiments, five state-of-the-art classification models and two popular dimensionality reduction methods were involved for comparison to demonstrate the validity of the proposed GRU-AE-MSEP framework, through 214 collected breath samples measured by e-nose. Experimental results indicated that the proposed intelligent framework achieved high sensitivity of 94.22%, accuracy of 93.55%, and specificity of 92.80%, thereby providing a new practical means for wide disease screening by e-nose in medical scenarios.

1. Introduction

As estimated, lung cancer has been responsible for close to 1 in 5 deaths in 2018, which remains the leading cause of cancer death [1]. According to the latest TNM 8 edition, the five-year average survival rate of stage IVA patients is 10%, and that of stage IVB patients is as low as 0% [2]. Despite the high mortality rate, early diagnosis can increase the chance of efficient treatment [3] and survival rate for lung cancer patients [4]. Radiological detection, such as computed tomography or positron-emission tomography, has enabled the lungs to be imaged for diagnosis of cancer [5]. However, these conventional detection methods are expensive and occasionally miss tumors (low sensitivity), and therefore cannot be used as widespread screening tools [6]. Moreover, radiation from medical imaging may cause adverse health effect on the human body [7]. Therefore, it is crucial to develop an effective diagnosis method for lung cancer, which is also feasible for wide screening with high sensitivity, especially for high risk patients [8].
Human volatilome analysis is a new and promising area in disease detection [9]. As a non-invasive tool for lung cancer detection [10,11], breath analysis becomes a fast-growing research field [12,13]. More than 3000 volatile organic compounds (VOCs) are found in human exhaled breath, which are directly or indirectly related to internal biochemical processes in the human body [14]. Breath print, interpreted as VOCs inside exhaled breath [15], can be analyzed by different instruments such as gas chromatography in combination with mass spectrometry (GC-MS), proton-transfer-reaction mass spectrometry, ion mobility spectrometry, and electronic nose (e-nose) [16]. E-noses are sensor arrays that consist of non-selective chemical sensors and each sensor is sensitive to a large number of VOCs with different sensitivity [17]. E-noses have been widely used in food analysis [18], environment control [19], and disease diagnosis [20]. As a promising non-invasive detection device, e-noses can identify different diseases such as lung cancer [21], prostate cancer [22], urinary tract infections [23], urinary pathogens [24], and gut bacterial populations [25]. Different from those expensive, time-consuming and complicated analysis methods by compounds identification, e-nose is popular as a simple, inexpensive, and portable sensing technology in lung cancer detection, but it relies heavily on computer analysis [26].
Although new computer-assisted diagnosis (CAD) methods emerge continuously and rapidly, effective algorithms of analyzing e-nose data for lung cancer remain far from perfection. Since e-nose cannot directly distinguish between specific VOCs [26], in addition to effective sample acquisition, another key procedure is the follow-up signal processing by using computer methods. In e-nose detection, feature extraction and classification are two basic and essential steps. Feature extraction methods are applied for analyzing high-dimensional signal data, which is the prerequisite for subsequent detection. Classification models aim to study the difference of the sensor features under different physiological conditions to achieve final diagnosis. There are many pattern recognition frameworks in diagnosing diseases by e-nose, as shown in Table 1. It can be concluded that data processing is a pivotal step to develop effective e-nose diagnosis system, which requires further improvement.
As an unsupervised learning method, autoencoder demonstrated strength in extracting relevant information from high-dimensional signal data [35]. Meanwhile, gated recurrent unit (GRU) [36] has been shown to be one of the state-of-the-art architectures in extracting temporal features. Compared with long short-term memory (LSTM) [37], GRU has no cell state and directly employs hidden state for the transmission of signal information, thus possessing rapid training time. Thus far, deep learning algorithms have only been sparsely applied for feature extraction on e-nose data. Gated recurrent unit based autoencoder (GRU-AE) integrates GRU with the autoencoder, which leverages GRU cells to discover the dependency and temporality among multi-dimensional time series signal [38]. By introducing GRU-AE into the field of e-nose analysis for lung cancer detection, the effort to manually engineer complex features is minimized, which tremendously simplifies data processing procedures for e-noses.
As for classification models, ensemble learning has been a popular and desirable learning paradigm for the analysis of e-nose data [39]. The basic idea of ensemble learning is to build multiple component learners whose predictions are aggregated with the aim of outperforming the constituent members [40]. Typically, ensemble learning algorithms consist of two stages: the production of diverse base learners and their combination [41]. High precision and diversity are two key requirements for individual learners to guarantee the performance of the final ensemble [42]. However, combining all the individual learners requires massive storage and computing resources. Even worse, the larger size of the ensemble model cannot constantly guarantee the better performance [43]. For these reasons, ensemble pruning has arisen as an intermediate stage prior to combination, which is also termed as ensemble thinning, selective ensemble, or ensemble selection [41]. Ensemble pruning searches a good subset of base learners to form the sub-ensemble that can reduce the ensemble size and resource consumption while maintaining or even enhancing the performance of the complete ensemble. However, the complexity of finding the best sub-ensemble is an NP-complete problem [44], and therefore the optimal solution by global search is infeasible for large or even medium ensemble size [45]. Alternatively, it is more appropriate to use approximation techniques that guarantee the near-optimal sub-ensembles.
Many ensemble pruning strategies have been proposed to obtain the optimal or near-optimal sub-ensembles, which can be mainly categorized into ordering-based techniques [46,47], clustering-based techniques [48], and optimization-based techniques [43,49]. Ordering-based techniques attempt to rank individual classifiers based on the evaluation measures, and only the first few classifiers are selected in the pruned ensemble. Since the ranking mechanism tends to consume less time and storage resources, ordering-based ensemble pruning is the simplest and fastest one among all the ensemble pruning techniques, which is widely applied as CAD models with high accuracy [50].
Therefore, in this paper, a novel gated recurrent unit based autoencoder combined with margin and sensitivity based ordering ensemble pruning (GRU-AE-MSEP) framework is proposed. This framework consists of three major steps. (1) The GRU-AE is adopted to extract principal features from high-dimensional and complex signal data. (2) The compressed features are used to train classification and regression trees (CARTs). (3) MSEP is employed to order and select well-trained CARTs to form final sub-ensemble for lung cancer classification. Correspondingly, the main contributions of this study are listed as follows:
  • For the first time in the field of lung cancer screening, GRU-AE is introduced into the feature extraction of e-nose signal data. As far as we know, this fills the gap of applying deep learning methods to automatically extract principal features from temporal and high-dimensional data in the e-nose system.
  • Based on the gained insight through theoretical analysis of three other ensemble pruning measures, we design and propose a heuristic margin and sensitivity based measure (MSM) for explicitly evaluating the contribution of each component classifier, which considers both instance importance and classification sensitivity. Previous studies only focused on improving the recognition accuracy of the model. To our knowledge, this is the first time that sensitivity is introduced into ensemble pruning to meet the needs of medical fields.
  • A novel MSEP is established for lung cancer detection. The proposed ensemble pruning model contributes to increasing the survival rate by decreasing missed diagnosis of lung cancer patients while guaranteeing overall performance.
  • Compared with other state-of-the-art frameworks, we demonstrate the feasibility and effectiveness of the proposed framework on collected breath samples by e-nose and three open source datasets. Therefore, the proposed intelligent framework provides a new insight into machine learning algorithms and lung cancer detection.
The remainder of this paper is organized as follows. In Section 2, the acquisition process and pre-processing of the collected data are explained and summarized. Section 3 proposes the feature extraction method of GRU-AE and classification models based on ensemble pruning techniques. In Section 4, the performance of the proposed framework is tested and further validated by comparison with other algorithms. Discussion is shown in Section 5. Finally, Section 6 draws some conclusions of this study.

2. Materials

2.1. Data Collection

In this study, a total of 214 breath samples were collected from 98 patients with lung cancer and 116 heathy controls. Lung cancer patients were from the in-patient department of the Chongqing Cancer Hospital and Chongqing Red Cross Hospital. Healthy volunteers were doctors and nurses in the Chongqing Cancer Hospital and researchers from Chongqing University. All participants confirmed that they had no metabolic comorbidities and none of the patients had their tumors removed. After a detailed introduction of the purpose and plan of this experiment, all subjects gave their informed consent for inclusion before participating in the study. This study was conducted in accordance with the Declaration of Helsinki. Protocols including any relevant details of this study were carried out in accordance with the relevant guidelines and approved by Medical Ethics Committee of Chongqing Cancer Hospital as well as Medical Ethics Committee of Chongqing Red Cross Hospital. Table 2 provides the overall information of the volunteers participating in this study.
The breath collection process was standardized and based on a validated study published previously [51]. In brief, during the process of collection, all the volunteers blew the gas into the bag after deep breathing. To reduce the interference in the breath composition on account of different lifestyles, different variables were controlled such as the time interval, temperature, oral hygiene, etc. Sampling experiments were conducted in well-ventilated rooms to avoid interference by other odors. The detection process was carried out immediately after sample acquisition. The data used for classification were response signals from 13 sensors, including TGS2620, TGS2602, TGS2600, TGS826, TGS822, TGS8669, WSP2110, NAP-55A, MR516, ME3-C7H8, CO-B4, a temperature sensor, and a humidity sensor.

2.2. Breath Preprocessing

The miniature e-nose system in this study is composed of lower computer system, upper computer software, and data processing system. The lower system consists of gas chamber, sensor array, and signal processing circuit. The upper computer stores information of the users and detection data in MySQL (Oracle, CA, USA) relational management database. The upper computer and the lower computer of the e-nose system are combined to obtain the data of the samples and then store them to the database.
The overall scheme of e-nose detection system consists of the eight major steps shown in Figure 1a. Firstly, breath samples of volunteers were gathered, and then samples containing VOCs were sent into the gas chamber one by one. The sample gas diffused and eventually reached a uniform distribution. After reacting with the sensor arrays in the gas chamber, the machine outputted electrical signals. In the third step, electrical signals were amplified, filtered, and converted to digital signals. Then, digital signals were uploaded to the upper computer system via serial asynchronous communication. The upper computer system displayed the real-time response of the sensors, and saved data to the local database. The sixth step is the pre-processing of saved sensor data, including baseline processing, filtering and data standardization. Thereinto, baseline processing was used to achieve purposes such as drift compensation and contrast enhancement. As for the filtering of sensor signals, the wavelet filtering was applied owing to its fast computation capability and wide adaptability. The reaction time for each sensor was 90 s and each sensor collected 675 points in this time interval. Therefore, every sample datum had the dimensionality of 8775, i.e., 13 sensors multiplied by 675 time steps. Ultimately, the pre-processed signal data were analyzed through the pattern recognition framework.

3. Methodology

The algorithms used in the proposed framework are explained and interpreted below. The pipeline of the whole detection framework is shown in Figure 1b. Firstly, pre-processed data were inputted into the GRU-AE-MSEP framework. GRU-AE was then trained to extract principal features from each sample. After being trained on the training set, CARTs were ordered and selected by the MSEP on the pruning set step by step. Finally, the selected classifiers formed the pruned ensemble to make predictions and obtained classification results through simple voting on the testing set.

3.1. Feature Extraction

In this study, GRU-AE was applied to form elaborate feature representation to achieve effective classification subsequently. The schematic diagram of GRU-AE for feature extraction is illustrated in Figure 2. Generally, encoder module and decoder module are two fundamental components in the autoencoder. The encoder transforms the high-dimensional data x i , which consist of multichannel signals, into a compressed representation z i . The decoder module then implements the conversion from compressed features to original high-dimensional data, denoted as output x ˜ i . The autoencoder attempts to minimize the reconstruction error in Equation (1), which is defined as the difference between the x i and x ˜ i , where D is the dimensionality of the input. Finally, z i can be regarded as a valid representation of the input signal.
M S E = 1 D m = 1 D ( x i m x ˜ i m ) 2
GRU-AE model integrates GRU cells with the autoencoder, which means the encoding and decoding processes are implemented by GRU [36]. In GRU-AE, GRU cells are leveraged to discover the dependency and correlations among multi-dimensional time series signal. As  shown in Figure 2, GRU can process responses of multiple sensors simultaneously at each time step, and then generates sequence information in the encoder module. After training GRU-AE by back propagation algorithm, low-dimensional z i serves as temporal features extracted by the autoencoder and can appropriately represent the input signal x i . More detailed description and principle of GRU-AE can be found in [38].

3.2. Ensemble Pruning for Classification

In this section, the margin theory of ensemble method is interpreted and applied to investigate the relationship between samples and classifiers. Then, the advantages and shortcomings of three different ensemble pruning measures are analyzed and evaluated. By analysis and comparison, we propose a heuristic measure based on margin theory to assess the importance of each individual classifier, which can effectively rank and prune the base classifiers to construct a near-optimal sub-ensemble.
First, all the notations used in this section are introduced, which helps to comprehend the measures mentioned in this paper. Let D = {( x i , y i )|i = 1, 2, …, N} be the total dataset constituted by each sample x i with the corresponding label y i ∈ {0, 1}, which can be divided into D T r with size of N T r for training, D P r with size of N P r for pruning, and  D T e with size of N T e for testing. The base classifier is denoted as h i , which is used to compose the original ensemble set H with M classifiers, and ensemble pruning set S with T classifiers. Suppose I is the discriminant equation where I(true) = 1 and I(false) = 0.

3.2.1. Margin Theory

The margin theory was originally proposed to analyze the upper bound of generalization error for ensemble methods with voting classification rules [52]. To further explain the correctness of the margin theory, kth margin bound was proposed to narrow the upper bound of generalization error with respect to margin distribution [53,54]. From the margin theory, it can be concluded that the larger is the margin over the training samples, the better is the generalization performance of the ensemble model on the testing set. Consider a binary classification problem, whose prediction is the result of majority voting. The margin of the sample x i is defined as Equation (2), which is a number in the range of [−1, 1].
m a r g i n ( x i ) = j = 1 M ( I ( h j ( x i ) = y i ) ( I ( h j ( x i ) y i ) ) M
Margin is a measure of the confidence for ensemble prediction [52]. From Equation (2), the larger positive (or negative) value of margin indicates the more confident correct (or incorrect) prediction. Since better generalization performance can be achieved by larger margin on the whole training samples, the individual classifiers that make correct predictions are more important than those that make incorrect predictions. Intuitively, the larger is the negative margin of the sample, the more important are the base classifiers who can correctly classify it, since such classifiers have the potential to guide the ensemble to make the correct prediction. Based on those insights, margin-based measures can be applied to selecting appropriate individual classifiers.

3.2.2. Reviews and Analyses of Three Ensemble Pruning Measures

Before introducing proposed margin-based ensemble pruning algorithm, we first illustrate three different measures for ensemble pruning as guidance: simultaneous diversity and accuracy measure for ensemble pruning (SDAcc) [55], margin and diversity based ordering ensemble pruning (MDEP) [47], and unsupervised margin based ordering ensemble pruning (UMEP) [46]. For clarity and coherence, without altering the original meaning of the above three methods, the following formulas are based on the notations defined in this study.
S D A cc ( h , S ) = ( x i , y i ) D P r ( I ( e 10 ( h , S , x i , y i ) ) N F i S + I ( e 11 ( h , S , x i , y i ) ) N F i S I ( e 01 ( h , S , x i , y i ) ) N F i S I ( e 00 ( h , S , x i , y i ) ) N T i S )
e 00 ( h , S , x i , y i ) : h ( x i ) y i & S ( x i ) y i e 01 ( h , S , x i , y i ) : h ( x i ) y i & S ( x i ) = y i e 10 ( h , S , x i , y i ) : h ( x i ) = y i & S ( x i ) y i e 11 ( h , S , x i , y i ) : h ( x i ) = y i & S ( x i ) = y i
N T i S = j = 1 T I ( h j ( x i ) = y i ) T
To improve the error-correction ability and ensure the effectiveness of the pruned ensemble, both the accuracy and diversity of an individual classifier should be considered [55]. SDAcc shown in Equation (3) proposes a measure to combine different weights for four events, which can primarily care about accuracy and diversity of the sub-ensemble. Four events in the measure are defined in Equation (4), where h is an individual classifier to make predictions in the pruned ensemble S. In Equation (5), N T i S denotes the correct classification ratio on the pruning dataset D P r , and  N F i S is equal to 1 N T i S . The measure in SDAcc gives marks for classifiers with correct prediction and deducts corresponding marks for incorrect classifiers. e 10 and e 11 indicate two cases where the base classifier make the correct decision, and the base classifier can be rewarded with different high marks, i.e.,  N F i S > 0 . 5 in e 10 and N F i S < 0 . 5 in e 11 . In event e 00 , since the results of the base classifier and the ensemble are the same, the base classifier lacks diversity. At the same time, the result of the base classifier is wrong, which makes it lack accuracy. Classifiers in e 00 have both low accuracy and diversity, and therefore should be deducted more marks than that in e 01 . Through SDAcc, the candidates with high accuracy and diversity can be selected for the final sub-ensemble. However, this measure was designed for the optimization process in greedy ensemble pruning, thus possessing higher complexity than the ordering-based ensemble pruning. Moreover, the incorrect classifiers in the case e 01 and e 00 have overlapped mark intervals, which means two samples with different importance could be considered equally important. For instance, a base classifier makes wrong prediction on the sample with 80 correct votes and 20 incorrect votes (belongs to e 01 ), while the other base classifier incorrectly classifies a sample with 80 incorrect votes and 20 correct votes (belongs to e 00 ). However, the marks for the incorrect classifiers in above two different events are all −0.2. Hence, it is hard to distinguish the importance of each classifier by its mark values in SDAcc. Moreover, diversity cannot guarantee the generalization capacity of the final pruned ensemble [56]. The following two ensemble pruning measures use margin theory to evaluate the importance of base classifiers in a relatively reliable manner.
M D M ( h , H ) = x i D P r [ I ( h ( x i ) = y i ) ( α f m ( x i ) + ( 1 α ) f d ( h , x i ) ) ]
f m ( x i ) = log ( m a r g i n ( x i ) )
f d ( h , x i ) = log ( j = 1 M ( I ( h ( x i ) = y i ) ) M )
MDEP is an ordering-based ensemble pruning model which relies on the margin and diversity based measure (MDM) [47]. Since large margin can guarantee high generalization capacity, base classifiers that have the ability to increase instance margin should be first considered. The article states that the importance of each sample increases as the absolute margin value decreases, therefore the logarithmic function is used to reveal such tendency. MDM shown in Equation (6) linearly combines the margin measure shown in Equation (7) and the diversity measure shown in Equation (8) with an adjustable parameter α . However, MDM deliberately favors the candidates that can make correct decisions on samples with low (positive or negative) margin. The samples that have large negative and large positive margin are considered equally in MDM, which both have little importance. However, in our opinion, since every sample is unique and considerable, hard samples should not be totally neglected, especially in the medical scenarios. Those difficult samples with large negative margin must be valued, which is the key to further improving the accuracy and sensitivity of the ensemble pruning model. Moreover, classifiers that can correctly classify the samples with most incorrect votes ( m a r g i n < 0 ) should be more important. For instance, a sample x p has 55 incorrect votes and 45 correct votes ( m a r g i n ( x p ) < 0 ), while the other sample x q has 45 incorrect votes and 55 correct votes ( m a r g i n ( x q ) > 0 ). Classifiers that can correctly classify x p should be more important than classifiers that can correctly classify x q . However, in MDEP, the above two cases are of equal importance.
U M E P ( h , H ) = 1 N P r ( x i , y i ) D P r log ( m a r g i n ( x i ) )
The UMEP [46] model highlights the main impact of low margin samples on the performance of pruning tasks. The logarithmic function was also applied to represent the inverse relation between the importance of the classifier and the margin of samples, as  shown in Equation (9). The lower is the margin of sample x i , the higher is the information quantity in x i , and therefore the more significant is the classifier that makes correct decision on x i . The article emphasizes that the margin-based ordering classifiers are less likely to make coincident errors, and therefore sufficient diversity can be ensured compared to other ordering-based methods with the same complexity. Nevertheless, the logarithmic function can only deal with positive values and samples with negative margin are entirely neglected. As mentioned above, those samples misclassified by most classifiers ( m a r g i n < 0 ) should be taken seriously rather than discarded.

3.2.3. Proposed Margin and Sensitivity Based Measure

Different from the three measures for ensemble pruning mentioned above, i.e., SDAcc, MDEP, and UMEP, this study has distinctive standpoint about margin distribution on different cases in medical scenarios. We propose herein a novel measure called the margin and sensitivity based measure (MSM) for base classifiers as:
M S M = 1 N P r ( x i , y i ) D P r I ( h ( x i ) = y i ) · I ( m a r g i n ( x i ) > θ ) · e y i · N F i H · e m a r g i n ( x i )
N F i H = j = 1 M I ( h j ( x i ) y i ) M
The motivation of designing MSM is to take into account the importance and difference between candidate classifiers, and, simultaneously, to consider the classification sensitivity while maintaining overall performance. To obtain a reasonable evaluation based on margin theory, the fourth term, i.e.,  e m a r g i n ( x i ) , is invented for the following three reasons: (1) Instead of logarithmic function, which is discontinuous on the whole interval of margin ([−1, 1]) and has infinite values, exponential function is utilized to depict the importance of different base classifiers. (2) The fourth term covers the interval [−1, 0], which means that very hard samples are considered as well. Moreover, samples misclassified by most base classifiers are given more attention. Therefore, the importance of the sample can be reflected precisely in each situation. (3) For samples that have more incorrect votes (the smaller margin), the classifiers that can correctly classify them deserve higher marks, while for samples with more correct votes (the larger margin), the correct classifiers should get lower marks. Therefore, by following the three above rules, the fourth term is monotonically decreasing, and sufficient diversity of the sub-ensemble can be achieved by distinguishable marking mechanism for different situations.
For serious diseases detection such as cancer, the rate of missed diagnosis should be reduced to increase the cure possibility, which motivates the creation of the third term in the MSM. e y i · N F i H , referred to as the bonus term, aims to lower the rate of false negative identification, and the definition of N F i H is shown in Equation (11). Only classifiers that can correctly detect lung cancer samples (positive cases, y i = 1 ) are rewarded with bonus marks, which is e N F i H . In the case that more than half of the classifiers misclassify sample x i ( m a r g i n ( x i ) < 0 N F i H > 0 . 5 ) and x i happens to be the positive sample, the correct classifiers can get much higher marks. By introducing the bonus term, classifiers that can correctly identify lung cancer samples are more likely to be favored. By modifying the bonus term, MSM can be extended to multi-class problems, allowing the classifiers that successfully distinguish the most important categories to obtain additional marks. Therefore, the bonus term makes MSM more competent to increase the sensitivity of the pruning model.
The first term, i.e.,  I ( h ( x i ) = y i ) , determines that only the correct classifiers can earn marks. The second term, i.e.,  I ( m a r g i n ( x i ) > θ ) , called threshold, is created specially to eliminate abnormal samples. In extreme cases, if all classifiers are wrong, except one or two classifiers, then the sample is very likely to be abnormal and should be ignored. Therefore, the interval of θ is [−1, 0], which is a parameter to reduce adverse impact by outliers and elusive samples.
In contrast to SDAcc, MDEP, and UMEP, MSM aims to improve the classification sensitivity under the circumstance of maintaining high accuracy and specificity, and therefore can be widely used in the diagnosis of cancer and other serious diseases. Compared with SDAcc, MSM defines a more rational evaluation for different situations through margin theory, which can consider the difference and generalization ability simultaneously. The  marking mechanism of SDAcc linearly depends on the voting results, i.e.,  N F i S and N T i S . However, the  marking mechanism of MSM has varying slopes according to the importance of samples. Classifiers that can correctly predict samples with smaller margin have greater tendency to obtain marks. Additionally, instead of abandoning hard samples in MDEP and UMEP, MSM attempts to classify samples as correctly as possible, especially the difficult ones, and therefore can further boost the performance of the ensemble pruning. Furthermore, the proposed heuristic ensemble pruning measure based on margin theory is demonstrated and verified by reasonable and exhaustive experiments in Section 4.
Algorithm 1 Algorithm of margin and sensitivity based ordering ensemble pruning (MSEP)
 Input:
training set D T r , pruning set D P r , sample (x, y), size of training set N T r , size of pruning set N P r , base classifier h, initial ensemble H, size of initial ensemble M, size of final pruned ensemble T, parameter θ
 Output:
The final sub-ensemble S
1:
Initialize S = ϕ , K L is an empty mark list;
2:
/ / Train base classifiers;
3:
for each h j H do
4:
    Extract ( x i , y i ) ∈ D T r with replacement as E T r with size of 30% × N T r ;
5:
    Train h j with E T r ;
6:
end for
7:
/ / Pruning procedures;
8:
for each h j H do
9:
     M S M = 0 ;
10:
    for each x i D P r do
11:
         m a r g i n ( x i ) = j = 1 M ( I ( h j ( x i ) = y i ) ( I ( h j ( x i ) y i ) ) M ;     ▹ refer to Equation (2)
12:
        if h j ( x i ) = y i && m a r g i n ( x i ) > θ then       ▹ refer to Equation (10)
13:
            N F i H = j = 1 M I ( h j ( x i ) y i ) M ;             ▹ refer to Equation (11)
14:
            M S M = M S M + e y i · N F i H · e m a r g i n ( x i ) ;      ▹ refer to Equation (10)
15:
        end if
16:
    end for
17:
     M S M = M S M N P r ;                  ▹ refer to Equation (10)
18:
    Append pair ( h j , M S M ) to K L ;
19:
end for
20:
Rank K L in decreasing order based on M S M ;
21:
return the top-T classifiers in K L as S;

3.2.4. Margin and Sensitivity Based Ordering Ensemble Pruning

In this study, MSM is applied to create an ordering-based ensemble pruning, i.e., MSEP. Sampling with replacement is employed to produce diversity on the sub-training dataset. Overproduced CARTs are trained as base classifiers by using sub-training sets from the above sampling. Finally, the trained CARTs are ranked and selected by MSM from the original ensemble to form the sub-optimal ensemble. The algorithm of MSEP is provided in Algorithm 1, which can be implemented by the following five steps:
  • MSEP starts by generating M CARTs from extracted sub-training set E T r with replacement. Each sub-training set is different with size of 30% of the total training set D T r , and therefore each well-trained CART is unique and diverse.
  • Classify each sample in the pruning set D P r by each well-trained CART and compute the margin value of each sample through Equation (2).
  • Only classifiers that properly predict the samples with margin larger than the threshold θ can get positive marks through Equation (10). Then, all M CARTs are sorted by corresponding marks into ordered sequence h 1 R , h 2 R , , h M R such that M S M ( h m R ) > M S M ( h m + 1 R ) , m ( M 1 ) .
  • Select the first T ordered CARTs to compose a pruned ensemble S to achieve the best overall performance including accuracy, sensitivity, and specificity.
  • Evaluate the sub-ensemble S over the testing set D T e by required metrics.

4. Results

4.1. Evaluation Metrics

The accuracy (Acc) of the classification is the proportion of correctly classified samples to the total number of samples. The classification accuracy defined in Equation (12) measures the universal classification results. TN is the number of true predictions for healthy samples; FN is the number of false predictions for healthy samples; TP is the number of true predictions for lung cancer samples; and FP is the number of false predictions for lung cancer samples.
A c c = T P + T N T P + F P + T N + F N
Sensitivity measures the proportion of real lung cancer patients who are correctly classified and defined as Equation (13). Instead, specificity, defined in Equation (14), measures the proportion of real healthy people who are correctly predicted. High sensitivity indicates low rate of missed diagnosis, i.e., few lung cancer patients are classified as healthy individuals, which is particularly vital for lung cancer detection. High specificity indicates low rate of misdiagnosis, i.e., few healthy individuals are deemed as lung cancer patients.
S e n = T P T P + F N
S p e = T N F P + T N

4.2. Experimental Methodology

In this study, the main purpose was to verify the proposed framework and explore the effect of different pruning measures on the Acc, Sen, Spe, and area under the curve (AUC) in lung cancer classification, especially on the Sen. Since the size of the ensemble should be an odd number in binary classification to avoid tie situation where every class has equal votes, the size of original ensemble set, i.e., M, was set to be 101 and the size of pruning set, i.e., T, was set to be 11 (about 10% of the original ensemble size). In the experiment, we divided the dataset into 7:2:1 for training, pruning, and testing. All experimental results were obtained by 50-fold cross-validation. The program was carried out by Python 3.6.5 and Keras 2.2.4 on Windows 10 Operating System with Intel (R) Core (TM) ( Palo Alto, CA, USA) i7-7700HQ CPU @ 2.80 GHz and 8 GB RAM.
Comparative experiments were conducted on three feature extraction methods combined with seven different classification models. In the field of e-nose system for lung cancer screening, deep learning methods have been sparsely applied to extract features. Principal component analysis (PCA) [57] and kernel principal component analysis (KPCA) [58] are the most commonly used feature extraction methods in this field. Therefore, these two dimensionality reduction methods were adopted for comparison with GRU-AE introduced in this study. As for classification, seven different models, i.e., MSEP, MEP, MDEP, UMEP, SDAcc, complete ensemble, and adaboost [59], were tested and compared. The variant from proposed method, i.e., MEP, is MSEP without the bonus term. Complete ensemble and adaboost are two widely used and successful models in machine learning. Grid-search method combined with cross-validation was employed to optimize parameters of different methods over a given parameter grid, which is shown in Table A1. The result tables in the following sections demonstrate the results of different methods under the optimal parameters. Additionally, besides examining on the collected dataset, three open source datasets were applied to further validate the proposed framework.

4.3. Experiments on the Lung Cancer Dataset

Firstly, binary classification experiments were carried out on the collected samples, and the proposed method was compared with other frameworks to test its performance. This part was to verify that the portable e-nose combined with the proposed framework can properly and effectively differentiate between lung cancer and healthy controls. In the second part, we investigated additional categories: (i) clinical stages; (ii) lung cancer versus chronic obstructive pulmonary disease (COPD); and (iii) smoking history by GRU-AE-MSEP to make this study more exhaustive.

4.3.1. Lung Cancer versus Healthy Controls

In the experiment on the collected data for binary classification, a total of 214 samples composed by 98 lung cancer patients and 116 healthy controls were utilized. Seven classification models combined with three different dimensionality reduction methods were conducted and documented. The mean values and standard deviation (std) of all the metrics obtained by 50-fold cross-validation are shown in Table 3. Figure 3 presents the comparison between different frameworks. The extensive search process of θ in MSEP is shown in Table A2.
The results shows that, among all the methods, the proposed GRU-AE-MSEP framework achieved three highest metrics, i.e., Acc of 93.55%, Sen of 94.22%, and AUC of 0.92. On the original high-dimensional dataset, MSEP achieved the highest Acc, Sen, and AUC, while complete ensemble obtained the highest Spe. As for data reduced by PCA, MSEP obtained the highest Acc and Sen. The highest Spe was obtained by MEP, and adaboost achieved the highest AUC with the largest std. On the dataset after feature extraction based on KPCA and GRU-AE, MSEP achieved the highest Acc, Sen, and AUC with small std, and MEP demonstrated the highest Spe.
To analyze the effectiveness of each feature extraction method, we compared those methods under the same classification models. Through experimental results, classification models based on GRU-AE consistently demonstrated better performance than those based on PCA and KPCA. Figure 3a–d exhibits stable ascending trend of the classification performance based on GRU-AE in every metric. In Figure 3b,c, PCA and KPCA are substantially unstable since they fail to improve the metric of all models simultaneously and the improvements are relatively small or even negative. As for the analysis of different classification models, each of them was compared under the same feature extraction methods, as shown in Figure 3e,f. In fact, when comparing two or more algorithms, a more reasonable way is to compare ranks or average ranks of different models on the same dataset [47]. Therefore, we defined a scoring rule, where the model with the highest metric gets seven points (there are seven classification models in total), the second ranked model gets six points, and so on. The scores in Figure 3e refer to the average scores on four metrics (Acc, Sen, Spe, and AUC) in four groups (Original, PCA, KPCA, and GRU-AE). For instance, MSEP combined with GRU-AE ranked the first in Acc (93.55%), Sen (94.22%), and AUC (0.92) while ranked the second in Spe (92.80%). Therefore, MSEP obtained seven, seven, six, and seven scores, correspondingly, and the average score of MSEP based on GRU-AE was 6.75. Through our scoring rule, Figure 3e directly and clearly shows the overall performance of each framework. Through the results, the proposed MSEP achieved the best overall performance among four groups. MEP and MSEP tied for the first place in the dataset based on PCA, and MEP ranked second in the other three groups. The overall performance of UMEP, SDAcc, complete ensemble, and adaboost fluctuated greatly in different groups. Figure 3f demonstrates scores of each model on sensitivity in four groups. The results illustrated that MSEP consistently achieved the highest sensitivity in different groups, while MEP had the second-best sensitivity. The sensitivity performance of other methods varied greatly among different groups.

4.3.2. Various Categories Analyzed by the Proposed Framework

GRU-AE-MSEP (without the bonus term) was tested on the collected data for three classifications: (i) clinical stages; (ii) lung cancer versus COPD; and (iii) smoking history. The mean values of all the metrics were obtained by 50-fold cross-validation.
To verify whether the e-nose system had recognition effect on the staging of lung cancer, the proposed framework was tested with samples at different clinical stages. In this study, a total of 98 lung cancer samples (2 stage I, 6 stage II, 44 stage III, and 46 stage IV) were collected. Since there were only two samples for stage I, three sets of samples were employed (6 stage II, 44 stage III, and 46 stage IV) during the experiment. The results are shown in Table 4.
Lung cancer and COPD were also studied to make this research more convincing and complete. Among them, COPD patients were in-patients of Chongqing Red Cross Hospital, none of whom had lung cancer or suspected lung cancer. To avoid the influence of smoking factors on the experiment, COPD patients were all non-smoking samples. In total, 96 samples were selected, including 35 healthy non-smokers (had no lung diseases), 33 lung cancer patients (had no other lung diseases), and 28 COPD patients. The results are shown in Table 5.
In addition, a preliminary study was conducted on high-risk groups of lung cancer. In this experiment, healthy people who have been smoking for 30 years or more (1 pack or more per day) were selected as subjects. We excluded samples of long-term smokers with interfering factors such as lung diseases. Finally, 95 samples were selected, including 30 lung cancer patients (15 smokers and 15 non-smokers), 30 healthy long-term smokers, and 35 healthy non-smokers (had no smoking history). The results are shown in Table 6.

4.4. Experiment on Validation Datasets

In general, different datasets with sufficient size are required to test a new framework, and only convincing results can prove its stability and generalization ability. However, due to the difficulty in acquisition process, the size of VOCs dataset is relatively small, as shown in Table 1. Worse still, in terms of disease detection, there are few publicly available e-nose datasets, let alone e-nose data for lung cancer. Since the nature of e-nose response is high-dimensional and temporal data collected by chemical sensor array, we employed three related open source datasets with considerable amount, i.e., the Diabetes dataset [60], gas sensors for home activity monitoring dataset (GSHAM dataset) [61], and gas sensor array drift dataset at different concentrations (GSAD dataset) [62,63]. The approach to verify the proposed model on other datasets has been applied in similar studies (e.g., [64,65]).

4.4.1. Description of Validation Datasets

Human urinary VOCs are used to diagnose diabetes in the Diabetes dataset [60]. High-dimensional time series data of VOCs in human urine were collected by field asymmetric ion mobility spectrometry. The dataset contains the urinary VOCs from two groups of people, including 72 patients with type II diabetes (set as positive samples) and 43 healthy volunteers (set as negative samples). GSHAM dataset contains high-dimensional time series data collected by eight gas sensors [61]. The sensors detected different objects by reacting with volatile gases and generated signals, which was an essential part of the e-nose detection system. There were 33 samples of banana, 36 samples of wine, and 31 samples of blank control group. In the binary classification experiment, we employed two classes with larger size, i.e., banana (positive samples) and wine (negative samples). The GSAD dataset was collected by 16 chemical sensors that reacted with pure gaseous substances [62,63]. There are 183 samples of ethanol, 209 samples of ethylene, 115 samples of ammonia, 138 samples of acetaldehyde, 214 samples of acetone, and 130 samples of toluene. Likewise, two groups were selected for binary classification, i.e., acetone (positive samples) and ethylene (negative samples) plus acetaldehyde (positive samples) and toluene (negative samples).

4.4.2. Results on Validation Datasets

The results show that, among all the frameworks, the proposed GRU-AE-MSEP achieved highest Acc of 82.06%, Sen of 85.83%, and AUC of 0.73 on Diabetes dataset, and highest Acc of 89.71%, Sen of 92.87%, and AUC of 0.77 on GSHAM dataset. Since GSAD dataset did not contain time series data, GRU-AE was not applied. MSEP obtained highest Sen of 98.79%, and AUC of 0.98 on Acetone and Ethylene category. Meanwhile, MSEP achieved highest Acc of 98.96% and Sen of 98.74% on Acetaldehyde and Toluene category. Furthermore, the proposed framework was stable and achieved relatively small std while comparing with other methods. Detailed results are shown in Table A3 for Diabetes dataset, Table A4 for GSHAM dataset, and Table A5 for GSAD dataset.
Overall evaluation and sensitivity performance of each framework are shown in Figure 4. As shown in Figure 4b,d,f, the proposed MSEP achieved the best sensitivity performance in all the groups. As for average scores, MSEP ranked first in most situations except the original group in Figure 4a and Acetone and Ethylene category in Figure 4e. In these two situations, MEP obtained better average scores than MSEP, but its sensitivity scores were lower than MSEP. The overall performance and sensitivity of UMEP, MDEP, SDAcc, complete ensemble, and adaboost fluctuated greatly in different situations.

5. Discussion

This paper presents a novel and reliable GRU-AE-MSEP framework for non-invasive lung cancer detection by the e-nose system. The proposed framework especially contributes to enhancing sensitivity and reducing missed diagnosis rate. The proposed framework was compared with the widely adopted feature extraction methods and existing ordering ensemble pruning techniques. Meanwhile, elaborate ablation experiments based on MSEP and MEP were carried out, which aimed to explore the role of the bonus term in improving sensitivity. To confirm the effectiveness of the proposed framework, all methods were examined under a set of standard metrics, i.e., Acc, Sen, Spe, and AUC. Moreover, all listed methods were experimented on the same dataset collected from patients with different kinds of lung cancer and diverse healthy controls. To further verify the portability of the proposed framework to other signal data, three open source datasets were tested based on the above metrics. In the experiments presented in Section 4.3.1, GRU-AE-MSEP performed best by comparing different feature extractors and classifiers on the collected lung cancer dataset, and the sensitivity achieved by the proposed framework was high and stable. Additionally, the proposed framework had effective classification performance on distinguishing between clinical stages, lung diseases and smoking status. In the experiments presented in Section 4.4, GRU-AE-MSEP was further validated on three open source datasets to test its portability and it outperformed other methods as well.
Dimensionality reduction methods are essential in the analysis of sensor signals, and the extracted principal features perform as a prerequisite for subsequent classification. From the experimental results, metrics of classifiers varied unstably based on PCA and KPCA, while the application of GRU-AE generally improved the performance of classifiers. Since PCA only extracts linear features and cannot deal with nonlinear information, PCA-based frameworks were inferior to those based on original data in several situations. Compared with the original data, the features extracted by KPCA improved the performance of classifiers slightly but were far less effective than the features extracted by GRU-AE. Since conventional feature extraction methods are hand-crafted and require heavy computation as well as domain knowledge, it is hard to judge the impact of the feature extraction process on the final classification results. Moreover, the signal data from e-nose were rather complex, which consisted of linear, nonlinear, and redundant information. As a method based on deep learning training, GRU-AE can process high-dimensional nonlinear data by virtue of automatic feature extraction, especially to process temporal data, which was further verified in Section 4.4.
Ensemble learning is popular in enhancing performance, while ensemble pruning models are developed as efficient improvement techniques by reducing redundant costs in the complete ensemble. Among 56 situations in four datasets, complete ensemble only achieved two highest values in total, i.e., the highest specificity in original lung cancer dataset and in Acetaldehyde and Toluene dataset. It indicated that there existed classifiers with little or negative contribution to the complete ensemble. UMEP, MDEP, and SDAcc are three existing ensemble pruning methods and have been proved to be effective in their original papers. Compared with the complete ensemble and adaboost, experimental results indicate that pruning models were better in the evaluation of overall performance and sensitivity. Therefore, it is reasonable to aggregate classifiers with better performance, and pruning techniques are deemed to be effective for lung cancer non-invasive detection as the results verified.
However, sensitivity and specificity formed a trade-off dilemma when the accuracy was stable and high enough. The aim of calculating average scores was to ensure that the overall performance was not sacrificed as the sensitivity improved. Among seven classification models, the proposed MSEP exhibited more robust performance, which was consistent with the theoretical analysis in Section 3.2.3. By giving up hard samples, UMEP and MDEP were capable of increasing accuracy, but the development space was also limited by hard samples, thus leading to their mediocre performance. The vague and overlapped marking mechanism of SDAcc resulted in fluctuating and unstable ranks in both average scores and sensitivity scores. By adjusting the threshold term, i.e., θ , MSEP can determine what proportion of hard samples to be retained. Instead of abandoning all difficult samples in UMEP and MDEP, the proposed method achieved superb results by taking them into account. Since frameworks based on MSEP achieved the highest average scores and sensitivity scores in every group in lung cancer dataset, MSEP not only improved the sensitivity but also the three other metrics. Therefore, the proposed MSEP can achieve as high sensitivity as possible while ensuring excellent overall performance. In most situations, MEP ranked only second to MSEP in average scores but had unstable ranks in sensitivity in Diabetes and GSHAM datasets, which illustrated the capability of proposed margin-based method in improving classification performance and the effectiveness of bonus term in sensitivity enhancement.
To make the experiments more exhaustive, we investigated as many categories as possible in the experiments presented in Section 4.3.2. For the detection of different clinical stages, stage II had the highest accuracy and sensitivity, which could suggest the valuable prospect of the proposed system for early lung cancer diagnosis. By identifying the COPD and lung cancer, the results were competitive and may provide a further application area. Never versus long-term smokers were distinguished from lung cancer with high accuracy and sensitivity. It may indicate that smoking is a high influence factor for VOC alteration in human breath.
When evaluating on three open source datasets, the performance of the proposed GRU-AE-MSEP framework achieved enormous success as well. MSEP ranked first in every group in terms of sensitivity, and the proposed GRU-AE-MSEP framework obtained the highest accuracy and sensitivity in every dataset, which proved the portability and robustness of the framework. Classification is one of the most popular topics in bioinformatics and disease detection. It is reasonable that one classifier cannot always achieve both highest sensitivity and specificity under certain accuracy, but sensitivity is what we valued and paid attention to. Our practical and transplantable framework demonstrated the ability to promote classification sensitivity in various scenarios.
In the literature, many studies have focused on the detection of lung cancer based on e-nose system, as illustrated in Table 7. The feasibility and effectiveness of the machine learning classifiers were demonstrated on small datasets [66,67,68]. With the development of deep learning methods, the neural network was used by van de Goor [69] and Chang [11]. By contrast, this study provides a new perspective for the non-destructive screening of lung cancer, aiming to design an algorithm to improve the detection sensitivity. In addition to the innovation of feature extraction and classification methods, compared with other studies, the proposed GRU-AE-MSEP framework based on a larger sample size demonstrated superior overall performance and higher sensitivity.
Although the proposed GRU-AE-MSEP framework performed optimally, there is still room for improvement. Primarily, the quantity of the dataset was still limited. To achieve expert-level diagnostic detection, the framework requires more sufficient and diverse data. Secondly, the study of clinical stages, lung diseases, and smoking status is worth delving into in the future. In future research, these limitations in automatic detection of lung cancer could be overcome by using multi-class classification training on gargantuan dataset collected from different types of machine.

6. Conclusions

In this paper, a novel intelligent lung cancer diagnosis GRU-AE-MSEP framework is presented. In the process of feature extraction, GRU-AE was introduced to effectively extract principal features from temporal and high-dimensional e-nose signal data. Meanwhile, in the classification process, a heuristic ensemble pruning model was proposed, which enhanced the classification sensitivity while maintaining the overall identification performance. CAD system based on GRU-AE-MSEP is conducive to reducing missed diagnosis of lung cancer and improving survival rate by timely treatment. In the experiment on the collected data, comparative and ablation experiments were conducted under a set of standard metrics to confirm the effectiveness of the proposed framework in lung cancer detection. Additionally, the detection of different stages, diseases, and smokers was implemented to explore the medical application prospect of the proposed framework. Furthermore, three open source datasets were tested, which extended our applicable scenarios and further proved the robustness and adaptability of the framework. Compared with five state-of-the-art classification models and two popular dimensionality reduction methods, the proposed framework achieved superior overall performance with particularly high sensitivity. Therefore, this research can serve as an important step to explore the use of deep learning methods for feature extraction, as well as the use of ensemble pruning techniques for classification in lung cancer diagnosis and other medical detection fields.

Author Contributions

Conceptualization, methodology, software, validation, formal analysis, investigation, writing—original draft preparation, writing—review and editing, and visualization, B.L. and L.F.; validation, investigation, and writing—review and editing, B.N.; validation, formal analysis, and writing—review and editing, Z.P.; and conceptualization, resources, funding acquisition, and writing—review and editing, H.L.

Funding

This research was funded by the National Natural Science Foundation of China (grant number 81671850).

Acknowledgments

The authors wish to thank Ke Chen, Ziru Jia, Xitian Pi, and Zichun He for their work of data curation and all the volunteers for their participation in this study.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A. Parameters Adjustment

Table A1. The parameter grid for different methods.
Table A1. The parameter grid for different methods.
ProcessTechniqueAdjusted ParameterDenotationRange/SetStepDefault Parameter
Feature
Extraction
PCAPrincipal componentsn[30, 140]2\
KPCAPrincipal components n k [30, 140]2Kernel = rbf
Eigen solver = auto
Sigma σ { 10 1 , 10 0 , ⋯, 10 4 , 10 5 }\
GRU-AEUnits in GRU\[30, 140]2Batch size = 60
Layers of GRU\[1, 3]1Optimizer = adam
Activation function of GRU\{Sigmoid, Relu, Tanh}\Learning rate = 0.001
Epochs\[1500, 3000]100Decay = 10 7
ClassificationMSEPThreshold θ [−1.0, 0]0.1\
MDEPImportance balance α [0, 1.0]0.1\
Considering time, computing resources, and computer performance, only GRUs with three layers or less were adopted.

Appendix B. Determination of Theta

Table A2. Adjusted theta on the collected dataset.
Table A2. Adjusted theta on the collected dataset.
OriginalPCA
ThetaAccSenSpeAUCAccSenSpeAUC
1.0 84.7385.7184.370.8388.0086.1090.200.74
0.9 85.0085.8784.620.8388.0086.1090.200.74
0.8 84.7385.1784.620.8388.0986.4390.200.74
0.7 84.8285.3984.620.8388.0085.0991.290.75
0.6 84.6485.1784.500.8387.8285.2990.920.75
0.5 84.3684.7384.340.8287.5585.0490.630.74
0.4 84.1884.3984.340.8287.2784.8790.060.74
0.3 83.6483.5183.990.8286.9184.5189.780.74
0.2 83.2782.6283.990.8286.0082.8889.280.74
0.1 83.0982.1283.990.8284.3681.6687.250.74
082.9182.1283.700.8281.7380.5183.010.74
KPCAGRU-AE
ThetaAccSenSpeAUCAccSenSpeAUC
1.0 85.2787.3184.450.8593.5594.2292.800.92
0.9 85.3687.7384.450.8593.5594.2292.800.92
0.8 85.5588.2384.450.8593.4594.2292.620.92
0.7 85.4588.0384.430.8592.9193.2792.550.92
0.6 85.2787.5884.470.8592.8292.8892.700.92
0.5 85.2787.4384.630.8592.3692.0992.540.92
0.4 85.1887.6684.360.8592.4592.0992.760.92
0.3 85.2787.8484.370.8592.2791.8792.620.91
0.2 85.2787.2484.870.8591.5591.0192.120.91
0.1 84.7386.8084.320.8591.0990.3891.960.91
084.3686.3384.080.8490.3690.1390.630.90
Best performance is highlighted in bold.

Appendix C. Results on Validation Datasets

Table A3. Results on the Diabetes dataset.
Table A3. Results on the Diabetes dataset.
Approach MSEPMEPUMEPMDEPSDAccComplete EnsembleAdaboost
MetricsMeanStdMeanStdMeanStdMeanStdMeanStdMeanStdMeanStd
OriginalAcc (%)73.436.2173.207.1669.897.9471.716.7270.698.1470.696.8568.068.87
Sen (%)82.948.1779.549.7377.619.2679.798.5077.8010.1178.378.8174.119.13
Spe (%)58.2713.6763.7713.9557.5814.4159.1714.4959.2314.9858.4814.1857.6214.62
Auc0.630.040.640.040.630.040.630.030.630.040.610.030.660.10
PCAAcc (%)64.698.4563.949.0163.778.8466.347.1763.609.9463.148.6961.437.76
Sen (%)82.417.0377.938.7480.379.7280.328.1982.0811.1180.657.7768.108.76
Spe (%)38.5017.0343.2818.6037.8214.6745.2714.0535.3615.1236.7015.6450.7912.37
Auc0.570.030.570.040.570.030.570.030.570.030.560.020.590.08
KPCAAcc (%)73.497.0272.637.1272.516.9572.406.3572.517.2069.667.0966.406.55
Sen (%)82.228.4979.518.8180.118.1079.517.7880.718.2576.919.7072.288.39
Spe (%)57.7914.8860.3813.4759.2114.0359.6614.7357.7114.3756.5514.6455.5413.26
Auc0.620.040.620.040.630.050.620.040.630.060.600.050.640.08
GRU-AEAcc (%)82.067.5281.777.6480.298.1180.917.8679.318.0377.098.7972.467.62
Sen (%)85.836.3984.537.1883.849.1284.118.5782.758.4981.049.1977.469.59
Spe (%)76.2713.6077.5713.8775.0315.0576.1814.6373.8315.6770.9215.6164.7713.26
Auc0.730.060.730.060.730.060.730.060.730.060.710.070.710.08
Best performance is highlighted in bold.
Table A4. Results on the gas sensors for home activity monitoring (GSHAM) dataset.
Table A4. Results on the gas sensors for home activity monitoring (GSHAM) dataset.
Approach MSEPMEPUMEPMDEPSDAccComplete EnsembleAdaboost
MetricsMeanStdMeanStdMeanStdMeanStdMeanStdMeanStdMeanStd
OriginalAcc (%)74.5713.7970.8618.2968.5718.9570.2916.1268.2919.4467.7116.3765.1420.63
Sen (%)80.7022.4664.2333.5660.0735.4963.0733.6859.1335.5668.9038.5664.0731.21
Spe (%)70.1022.3781.3721.2381.0019.5081.8020.7879.2322.3962.9027.9769.7022.80
AUC0.690.100.690.110.680.130.690.120.670.140.590.090.670.20
PCAAcc (%)81.7111.4481.4311.5276.0012.9280.2911.3975.1418.0358.8619.0966.0019.56
Sen (%)81.7020.5377.7021.9474.3025.3076.1322.0275.9725.9960.3735.4366.9026.94
Spe (%)80.8322.8183.8318.7479.1720.1684.1718.6577.6724.2960.3326.7567.5026.94
AUC0.720.090.710.090.720.100.720.090.740.120.660.260.670.19
KPCAAcc (%)80.8616.0680.2915.6270.8616.8976.2917.7570.0018.5763.4320.4472.2920.08
Sen (%)87.2319.5382.4320.8576.4026.0378.3324.1874.6326.7475.9026.6078.1720.36
Spe (%)73.9328.5979.1025.7266.3026.3073.8728.8566.4728.3650.0330.2669.4730.99
AUC0.710.100.700.110.670.130.710.110.670.130.590.100.740.20
GRU-AEAcc (%)89.7110.3288.5712.4588.0014.3989.4312.7285.4314.4376.8620.3876.0014.97
Sen (%)92.8712.9687.0320.4984.7323.9787.9019.7388.8020.0884.0722.3270.4331.13
Spe (%)89.0015.3392.2714.7589.4722.3990.0322.3983.3725.0377.0728.0782.9020.80
AUC0.770.080.770.080.760.110.760.090.760.100.690.080.770.18
Best performance is highlighted in bold.
Table A5. Results on the gas sensor array drift (GSAD) dataset.
Table A5. Results on the gas sensor array drift (GSAD) dataset.
CategoryMetrics ApproachAcc (%)Sen (%)Spe (%)Auc
MeanStdMeanStdMeanStdMeanStd
Acetone and EthyleneMSEP99.021.5598.792.2599.252.450.980.01
MEP99.121.3998.712.2899.531.410.980.01
UMEP98.091.5996.362.9399.880.820.970.01
MDEP98.881.4198.312.3799.541.380.970.01
SDAcc98.141.4096.432.8899.920.580.970.01
Complete Ensemble98.001.4096.252.7999.810.930.970.01
Adaboost97.631.8996.953.0098.312.670.980.02
Acetaldehyde and TolueneMSEP98.962.2398.743.5699.202.420.960.02
MEP98.592.4498.223.8199.092.520.960.02
UMEP97.113.1795.754.6998.773.250.950.03
MDEP98.152.7097.584.0499.092.520.950.02
SDAcc96.443.0594.814.7898.233.710.960.03
Complete Ensemble97.562.8395.784.7499.501.980.940.02
Adaboost97.852.6898.493.3296.605.620.980.03
Best performance is highlighted in bold.

References

  1. Bray, F.; Ferlay, J.; Soerjomataram, I.; Siegel, R.L.; Torre, L.A.; Jemal, A. Global cancer statistics 2018: GLOBOCAN estimates of incidence and mortality worldwide for 36 cancers in 185 countries. CA A Cancer J. Clin. 2018, 68, 394–424. [Google Scholar] [CrossRef] [Green Version]
  2. Goldstraw, P.; Chansky, K.; Crowley, J.; Rami-Porta, R.; Asamura, H.; Eberhardt, W.E.; Nicholson, A.G.; Groome, P.; Mitchell, A.; Bolejack, V.; et al. The IASLC lung cancer staging project: Proposals for revision of the TNM stage groupings in the forthcoming (eighth) edition of the TNM classification for lung cancer. J. Thorac. Oncol. 2016, 11, 39–51. [Google Scholar] [CrossRef] [Green Version]
  3. Roointan, A.; Mir, T.A.; Wani, S.I.; Hussain, K.K.; Ahmed, B.; Abrahim, S.; Savardashtaki, A.; Gandomani, G.; Gandomani, M.; Chinnappan, R.; et al. Early detection of lung cancer biomarkers through biosensor technology: A review. J. Pharm. Biomed. Anal. 2019, 164, 93–103. [Google Scholar] [CrossRef]
  4. Ettinger, D.S.; Aisner, D.L.; Wood, D.E.; Akerley, W.; Bauman, J.; Chang, J.Y.; Chirieac, L.R.; D’Amico, T.A.; Dilling, T.J.; Dobelbower, M.; et al. NCCN guidelines insights: Non–small cell lung cancer, version 5.2018. J. Natl. Compr. Cancer Netw. 2018, 16, 807–821. [Google Scholar] [CrossRef] [Green Version]
  5. Silvestri, G.A.; Gonzalez, A.V.; Jantz, M.A.; Margolis, M.L.; Gould, M.K.; Tanoue, L.T.; Harris, L.J.; Detterbeck, F.C. Methods for staging non-small cell lung cancer: Diagnosis and management of lung cancer: American College of Chest Physicians evidence-based clinical practice guidelines. Chest 2013, 143, e211S–e250S. [Google Scholar] [CrossRef] [Green Version]
  6. Peng, G.; Tisch, U.; Adams, O.; Hakim, M.; Shehada, N.; Broza, Y.Y.; Billan, S.; Abdah-Bortnyak, R.; Kuten, A.; Haick, H. Diagnosing lung cancer in exhaled breath using gold nanoparticles. Nat. Nanotechnol. 2009, 4, 669. [Google Scholar] [CrossRef]
  7. Mazzone, P.J.; Obuchowski, N.; Phillips, M.; Risius, B.; Bazerbashi, B.; Meziane, M. Lung cancer screening with computer aided detection chest radiography: Design and results of a randomized, controlled trial. PLoS ONE 2013, 8, e59650. [Google Scholar] [CrossRef] [Green Version]
  8. Smith, R.A.; von Eschenbach, A.C.; Wender, R.; Levin, B.; Byers, T.; Rothenberger, D.; Brooks, D.; Creasman, W.; Cohen, C.; Runowicz, C.; et al. American Cancer Society guidelines for the early detection of cancer: update of early detection guidelines for prostate, colorectal, and endometrial cancers: Also: Update 2001—testing for early lung cancer detection. CA A Cancer J. Clin. 2001, 51, 38–75. [Google Scholar] [CrossRef] [Green Version]
  9. Majchrzak, T.; Wojnowski, W.; Piotrowicz, G.; Gębicki, J.; Namieśnik, J. Sample preparation and recent trends in volatolomics for diagnosing gastrointestinal diseases. TrAC Trends Anal. Chem. 2018, 108, 38–49. [Google Scholar] [CrossRef]
  10. Miekisch, W.; Kischkel, S.; Sawacki, A.; Liebau, T.; Mieth, M.; Schubert, J.K. Impact of sampling procedures on the results of breath analysis. J. Breath Res. 2008, 2, 026007. [Google Scholar] [CrossRef]
  11. Chang, J.E.; Lee, D.S.; Ban, S.W.; Oh, J.; Jung, M.Y.; Kim, S.H.; Park, S.; Persaud, K.; Jheon, S. Analysis of volatile organic compounds in exhaled breath for lung cancer diagnosis using a sensor system. Sens. Actuators B Chem. 2018, 255, 800–807. [Google Scholar] [CrossRef]
  12. Amann, A.; Poupart, G.; Telser, S.; Ledochowski, M.; Schmid, A.; Mechtcheriakov, S. Applications of breath gas analysis in medicine. Int. J. Mass Spectrom. 2004, 239, 227–233. [Google Scholar] [CrossRef]
  13. Abbott, S.M.; Elder, J.B.; Španěl, P.; Smith, D. Quantification of acetonitrile in exhaled breath and urinary headspace using selected ion flow tube mass spectrometry. Int. J. Mass Spectrom. 2003, 228, 655–665. [Google Scholar] [CrossRef]
  14. Behera, B.; Joshi, R.; GK, A.V.; Bhalerao, S.; Pandya, H.J. Electronic-nose: A non-invasive technology for breath analysis of diabetes and lung cancer patients. J. Breath Res. 2019, 13, 024001. [Google Scholar] [CrossRef]
  15. Gasparri, R.; Sedda, G.; Spaggiari, L. The Electronic Nose’s Emerging Role in Respiratory Medicine. Sensors 2018, 18, 3029. [Google Scholar] [CrossRef] [Green Version]
  16. Saalberg, Y.; Wolff, M. VOC breath biomarkers in lung cancer. Clin. Chim. Acta 2016, 459, 5–9. [Google Scholar] [CrossRef]
  17. Natale, C.D.; Macagnano, A.; Martinelli, E.; Paolesse, R.; D’Arcangelo, G.; Roscioni, C.; Finazzi-Agrò, A.; D’Amico, A. Lung cancer identification by the analysis of breath by means of an array of non-selective gas sensors. Biosens. Bioelectron. 2003, 18, 1209–1218. [Google Scholar] [CrossRef]
  18. Grassi, S.; Benedetti, S.; Opizzio, M.; di Nardo, E.; Buratti, S. Meat and Fish Freshness Assessment by a Portable and Simplified Electronic Nose System (Mastersense). Sensors 2019, 19, 3225. [Google Scholar] [CrossRef] [Green Version]
  19. Hannon, A.; Li, J. Solid State Electronic Sensors for Detection of Carbon Dioxide. Sensors 2019, 19, 3848. [Google Scholar] [CrossRef] [Green Version]
  20. Wojnowski, W.; Dymerski, T.; Gębicki, J.; Namieśnik, J. Electronic noses in medical diagnostics. Curr. Med. Chem. 2019, 26, 197–215. [Google Scholar] [CrossRef]
  21. D’Amico, A.; Pennazza, G.; Santonico, M.; Martinelli, E.; Roscioni, C.; Galluccio, G.; Paolesse, R.; Di Natale, C. An investigation on electronic nose diagnosis of lung cancer. Lung Cancer 2010, 68, 170–176. [Google Scholar] [CrossRef]
  22. Roine, A.; Veskimäe, E.; Tuokko, A.; Kumpulainen, P.; Koskimäki, J.; Keinänen, T.A.; Häkkinen, M.R.; Vepsäläinen, J.; Paavonen, T.; Lekkala, J.; et al. Detection of prostate cancer by an electronic nose: A proof of principle study. J. Urol. 2014, 192, 230–235. [Google Scholar] [CrossRef]
  23. Pavlou, A.K.; Magan, N.; McNulty, C.; Jones, J.M.; Sharp, D.; Brown, J.; Turner, A.P. Use of an electronic nose system for diagnoses of urinary tract infections. Biosens. Bioelectron. 2002, 17, 893–899. [Google Scholar] [CrossRef]
  24. Roine, A.; Saviauk, T.; Kumpulainen, P.; Karjalainen, M.; Tuokko, A.; Aittoniemi, J.; Vuento, R.; Lekkala, J.; Lehtimäki, T.; Tammela, T.L.; et al. Rapid and accurate detection of urinary pathogens by mobile IMS-based electronic nose: A proof-of-principle study. PLoS ONE 2014, 9, e114279. [Google Scholar] [CrossRef] [Green Version]
  25. Arasaradnam, R.; Ouaret, N.; Thomas, M.; Gold, P.; Quraishi, M.; Nwokolo, C.; Bardhan, K.; Covington, J. Evaluation of gut bacterial populations using an electronic e-nose and field asymmetric ion mobility spectrometry: Further insights into ’fermentonomics’. J. Med Eng. Technol. 2012, 36, 333–337. [Google Scholar] [CrossRef]
  26. Krilaviciute, A.; Heiss, J.A.; Leja, M.; Kupcinskas, J.; Haick, H.; Brenner, H. Detection of cancer through exhaled breath: A systematic review. Oncotarget 2015, 6, 38643. [Google Scholar] [CrossRef] [Green Version]
  27. Fens, N.; Zwinderman, A.H.; van der Schee, M.P.; de Nijs, S.B.; Dijkers, E.; Roldaan, A.C.; Cheung, D.; Bel, E.H.; Sterk, P.J. Exhaled breath profiling enables discrimination of chronic obstructive pulmonary disease and asthma. Am. J. Respir. Crit. Care Med. 2009, 180, 1076–1082. [Google Scholar] [CrossRef]
  28. van Velzen, P.; Brinkman, P.; Knobel, H.; van den Berg, J.; Jonkers, R.; Loijmans, R.; Prins, J.; Sterk, P. Exhaled Breath Profiles Before, During and After Exacerbation of COPD: A Prospective Follow-Up Study. COPD J. Chron. Obstr. Pulm. Dis. 2019, 16, 330–337. [Google Scholar] [CrossRef] [Green Version]
  29. Dragonieri, S.; Schot, R.; Mertens, B.J.; Le Cessie, S.; Gauw, S.A.; Spanevello, A.; Resta, O.; Willard, N.P.; Vink, T.J.; Rabe, K.F.; et al. An electronic nose in the discrimination of patients with asthma and controls. J. Allergy Clin. Immunol. 2007, 120, 856–862. [Google Scholar] [CrossRef] [Green Version]
  30. Montuschi, P.; Santonico, M.; Mondino, C.; Pennazza, G.; Mantini, G.; Martinelli, E.; Capuano, R.; Ciabattoni, G.; Paolesse, R.; Di Natale, C.; et al. Diagnostic performance of an electronic nose, fractional exhaled nitric oxide, and lung function testing in asthma. Chest 2010, 137, 790–796. [Google Scholar] [CrossRef]
  31. Liao, Y.H.; Wang, Z.C.; Zhang, F.G.; Abbod, M.F.; Shih, C.H.; Shieh, J.S. Machine Learning Methods Applied to Predict Ventilator-Associated Pneumonia with Pseudomonas aeruginosa Infection via Sensor Array of Electronic Nose in Intensive Care Unit. Sensors 2019, 19, 1866. [Google Scholar] [CrossRef] [Green Version]
  32. Machado, R.F.; Laskowski, D.; Deffenderfer, O.; Burch, T.; Zheng, S.; Mazzone, P.J.; Mekhail, T.; Jennings, C.; Stoller, J.K.; Pyle, J.; et al. Detection of lung cancer by sensor array analyses of exhaled breath. Am. J. Respir. Crit. Care Med. 2005, 171, 1286–1291. [Google Scholar] [CrossRef] [Green Version]
  33. Jia, P.; Tian, F.; He, Q.; Fan, S.; Liu, J.; Yang, S.X. Feature extraction of wound infection data for electronic nose based on a novel weighted KPCA. Sens. Actuators B Chem. 2014, 201, 555–566. [Google Scholar] [CrossRef]
  34. He, P.; Jia, P.; Qiao, S.; Duan, S. Self-taught learning based on sparse autoencoder for e-nose in wound infection detection. Sensors 2017, 17, 2279. [Google Scholar] [CrossRef] [Green Version]
  35. Hou, B.; Yang, J.; Wang, P.; Yan, R. LSTM Based Auto-Encoder Model for ECG Arrhythmias Classification. IEEE Trans. Instrum. Meas. 2019. [Google Scholar] [CrossRef]
  36. Cho, K.; Van Merriënboer, B.; Bahdanau, D.; Bengio, Y. On the properties of neural machine translation: Encoder-decoder approaches. arXiv 2014, arXiv:1409.1259. [Google Scholar]
  37. Hochreiter, S.; Schmidhuber, J. Long short-term memory. Neural Comput. 1997, 9, 1735–1780. [Google Scholar] [CrossRef]
  38. Cowton, J.; Kyriazakis, I.; Plötz, T.; Bacardit, J. A combined deep learning gru-autoencoder for the early detection of respiratory disease in pigs using multiple environmental sensors. Sensors 2018, 18, 2521. [Google Scholar] [CrossRef] [Green Version]
  39. Yang, P.; Hwa Yang, Y.; B Zhou, B.; Y Zomaya, A. A review of ensemble methods in bioinformatics. Curr. Bioinform. 2010, 5, 296–308. [Google Scholar] [CrossRef] [Green Version]
  40. Zhang, C.; Ma, Y. Ensemble Machine Learning: Methods and Applications; Springer: Boston, MA, USA, 2012. [Google Scholar]
  41. Okun, O. Applications of Supervised and Unsupervised Ensemble Methods; Springer: Berlin, Germany, 2009; Volume 245. [Google Scholar]
  42. Dietterich, T.G. Ensemble methods in machine learning. In Proceedings of the International Workshop on Multiple Classifier Systems, Cagliari, Italy, 21–23 June 2000; pp. 1–15. [Google Scholar]
  43. Zhou, Z.H.; Wu, J.; Tang, W. Ensembling neural networks: Many could be better than all. Artif. Intell. 2002, 137, 239–263. [Google Scholar] [CrossRef] [Green Version]
  44. Johnson, D.S.; Garey, M.R. Computers and Intractability: A Guide to the Theory of NP-Completeness; WH Freeman: New York, NY, USA, 1979. [Google Scholar]
  45. Partalas, I.; Tsoumakas, G.; Vlahavas, I.P. Focused Ensemble Selection: A Diversity-Based Method for Greedy Ensemble Selection. In Proceedings of the ECAI 2008—18th European Conference on Artificial Intelligence, Patras, Greece, 21–25 July 2008; pp. 117–121. [Google Scholar]
  46. Guo, L.; Boukir, S. Margin-based ordered aggregation for ensemble pruning. Pattern Recognit. Lett. 2013, 34, 603–609. [Google Scholar] [CrossRef]
  47. Guo, H.; Liu, H.; Li, R.; Wu, C.; Guo, Y.; Xu, M. Margin & diversity based ordering ensemble pruning. Neurocomputing 2018, 275, 237–246. [Google Scholar]
  48. Lazarevic, A.; Obradovic, Z. Effective pruning of neural network classifier ensembles. In Proceedings of the IJCNN’01. International Joint Conference on Neural Networks. Proceedings (Cat. No. 01CH37222), Washington, DC, USA, 15–19 July 2001; Volume 2, pp. 796–801. [Google Scholar]
  49. Tian, Y.; Zhang, J.; Chen, L.; Geng, Y.; Wang, X. Selective Ensemble Based on Extreme Learning Machine for Sensor-Based Human Activity Recognition. Sensors 2019, 19, 3468. [Google Scholar] [CrossRef] [Green Version]
  50. Qasem, A.; Sahran, S.; Abdullah, S.N.H.S.; Albashish, D.; Hussain, R.I.; Arasaratnam, S. Heterogeneous Ensemble Pruning based on Bee Algorithm for Mammogram Classification. Cancer 2008, 458, 503. [Google Scholar] [CrossRef]
  51. Li, W.; Liu, H.; Xie, D.; He, Z.; Pi, X. Lung cancer screening based on type-different sensor arrays. Sci. Rep. 2017, 7, 1969. [Google Scholar] [CrossRef]
  52. Schapire, R.E.; Freund, Y.; Bartlett, P.; Lee, W.S. Boosting the margin: A new explanation for the effectiveness of voting methods. Ann. Stat. 1998, 26, 1651–1686. [Google Scholar] [CrossRef]
  53. Gao, W.; Zhou, Z.H. On the doubt about margin explanation of boosting. Artif. Intell. 2013, 203, 1–18. [Google Scholar] [CrossRef]
  54. Wang, L.; Sugiyama, M.; Yang, C.; Zhou, Z.H.; Feng, J. On the margin explanation of boosting algorithms. In Proceedings of the 21st Annual Conference on Learning Theory (COLT), Helsinki, Finland, 9–12 July 2008; pp. 479–490. [Google Scholar]
  55. Dai, Q.; Ye, R.; Liu, Z. Considering diversity and accuracy simultaneously for ensemble pruning. Appl. Soft Comput. 2017, 58, 75–91. [Google Scholar] [CrossRef]
  56. Idris, A.; Khan, A.; Lee, Y.S. Intelligent churn prediction in telecom: Employing mRMR feature selection and RotBoost based ensemble classification. Appl. Intell. 2013, 39, 659–672. [Google Scholar] [CrossRef]
  57. Bravo, I.; Mazo, M.; Lázaro, J.L.; Gardel, A.; Jiménez, P.; Pizarro, D. An intelligent architecture based on field programmable gate arrays designed to detect moving objects by using principal component analysis. Sensors 2010, 10, 9232–9251. [Google Scholar] [CrossRef] [Green Version]
  58. Xu, Y.; Zhao, X.; Chen, Y.; Zhao, W. Research on a Mixed Gas Recognition and Concentration Detection Algorithm Based on a Metal Oxide Semiconductor Olfactory System Sensor Array. Sensors 2018, 18, 3264. [Google Scholar] [CrossRef] [PubMed]
  59. Freund, Y.; Schapire, R.E. A decision-theoretic generalization of on-line learning and an application to boosting. J. Comput. Syst. Sci. 1997, 55, 119–139. [Google Scholar] [CrossRef] [Green Version]
  60. Martinez-Vernon, A.S.; Covington, J.A.; Arasaradnam, R.P.; Esfahani, S.; O’connell, N.; Kyrou, I.; Savage, R.S. An improved machine learning pipeline for urinary volatiles disease detection: Diagnosing diabetes. PLoS ONE 2018, 13, e0204425. [Google Scholar] [CrossRef] [PubMed]
  61. Huerta, R.; Mosqueiro, T.; Fonollosa, J.; Rulkov, N.F.; Rodriguez-Lujan, I. Online decorrelation of humidity and temperature in chemical sensors for continuous monitoring. Chemom. Intell. Lab. Syst. 2016, 157, 169–176. [Google Scholar] [CrossRef] [Green Version]
  62. Vergara, A.; Vembu, S.; Ayhan, T.; Ryan, M.A.; Homer, M.L.; Huerta, R. Chemical gas sensor drift compensation using classifier ensembles. Sens. Actuators B Chem. 2012, 166, 320–329. [Google Scholar] [CrossRef]
  63. Rodriguez-Lujan, I.; Fonollosa, J.; Vergara, A.; Homer, M.; Huerta, R. On the calibration of sensor arrays for pattern recognition using the minimal number of experiments. Chemom. Intell. Lab. Syst. 2014, 130, 123–134. [Google Scholar] [CrossRef]
  64. Ziyatdinov, A.; Perera-Lluna, A. Data simulation in machine olfaction with the R package chemosensors. PLoS ONE 2014, 9, e88839. [Google Scholar] [CrossRef] [Green Version]
  65. Jian, Y.; Huang, D.; Yan, J.; Lu, K.; Huang, Y.; Wen, T.; Zeng, T.; Zhong, S.; Xie, Q. A novel extreme learning machine classification model for e-Nose application based on the multiple kernel approach. Sensors 2017, 17, 1434. [Google Scholar] [CrossRef] [Green Version]
  66. Dragonieri, S.; Annema, J.T.; Schot, R.; van der Schee, M.P.; Spanevello, A.; Carratú, P.; Resta, O.; Rabe, K.F.; Sterk, P.J. An electronic nose in the discrimination of patients with non-small cell lung cancer and COPD. Lung Cancer 2009, 64, 166–170. [Google Scholar] [CrossRef]
  67. Mazzone, P.J.; Wang, X.F.; Xu, Y.; Mekhail, T.; Beukemann, M.C.; Na, J.; Kemling, J.W.; Suslick, K.S.; Sasidhar, M. Exhaled Breath Analysis with a Colorimetric Sensor Array for the Identification and Characterization of Lung Cancer. J. Thorac. Oncol. 2012, 7, 137–142. [Google Scholar] [CrossRef] [Green Version]
  68. Mazzone, P.J.; Hammel, J.; Dweik, R.; Na, J.; Czich, C.; Laskowski, D.; Mekhail, T. Diagnosis of lung cancer by the analysis of exhaled breath with a colorimetric sensor array. Thorax 2007, 62, 565–568. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  69. Van de Goor, R.; van Hooren, M.; Dingemans, A.M.; Kremer, B.; Kross, K. Training and validating a portable electronic nose for lung cancer screening. J. Thorac. Oncol. 2018, 13, 676–681. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. Overall scheme of the research: (a) the computer-assisted diagnosis (CAD) system of electronic nose (e-nose); and (b) the proposed framework.
Figure 1. Overall scheme of the research: (a) the computer-assisted diagnosis (CAD) system of electronic nose (e-nose); and (b) the proposed framework.
Sensors 19 05333 g001
Figure 2. Feature extraction process of the gated recurrent unit based autoencoder (GRU-AE).
Figure 2. Feature extraction process of the gated recurrent unit based autoencoder (GRU-AE).
Sensors 19 05333 g002
Figure 3. Performance comparison on the lung cancer dataset: (a) comparison of accuracy; (b) comparison of sensitivity; (c) comparison of specificity; (d) comparison of area under the curve; (e) average scores of seven models with original dataset and three dimensionality reduction methods; and (f) sensitivity scores of seven models with original dataset and three dimensionality reduction methods.
Figure 3. Performance comparison on the lung cancer dataset: (a) comparison of accuracy; (b) comparison of sensitivity; (c) comparison of specificity; (d) comparison of area under the curve; (e) average scores of seven models with original dataset and three dimensionality reduction methods; and (f) sensitivity scores of seven models with original dataset and three dimensionality reduction methods.
Sensors 19 05333 g003
Figure 4. Performance comparison on validation datasets: (a) average scores on the Diabetes dataset; (b) sensitivity scores on the Diabetes dataset; (c) average scores on the gas sensors for home activity monitoring (GSHAM) dataset; (d) sensitivity scores on the GSHAM dataset; (e) average scores on the gas sensor array drift (GSAD) dataset; and (f) sensitivity scores on the GSAD dataset.
Figure 4. Performance comparison on validation datasets: (a) average scores on the Diabetes dataset; (b) sensitivity scores on the Diabetes dataset; (c) average scores on the gas sensors for home activity monitoring (GSHAM) dataset; (d) sensitivity scores on the GSHAM dataset; (e) average scores on the gas sensor array drift (GSAD) dataset; and (f) sensitivity scores on the GSAD dataset.
Sensors 19 05333 g004
Table 1. Pattern recognition frameworks for disease diagnosis by electronic nose (e-nose).
Table 1. Pattern recognition frameworks for disease diagnosis by electronic nose (e-nose).
First AuthorDiseaseSamplesFeature ExtractionClassificationComments
Fens [27]COPD and Asthma90PCACDAThe raw data were reduced to four principal components by PCA.
van Velzen [28]COPD68PCALRBreath profiles obtained by GC-MS as well as e-nose proved the non-invasive biomarker for the diagnosis.
Dragonieri [29]Asthma40PCALDAIt was the first study in the field of asthma to use pattern analysis to analyze exhaled VOC mixtures collected by e-nose.
Montuschi [30]Asthma51PCAMLPThe e-nose had high diagnostic performance, but sample size in this study was relatively small for network training.
Liao [31]VP140/Ensemble NNsE-nose combined with machine learning algorithms had the advantages of low cost, simple operation and fast response.
Machado [32]Lung cancer76PCASVMThe results showed that exhaled gases could distinguish cancer from non-cancer, but had low sensitivity.
Jia [33]Wound infection24KPCASVMData processed by weighted KPCA had better performance than PCA. The time series data were represented by only seven values, which may cause information loss.
He [34]Wound infection80HandcraftAutoencoder based self-taught learningPerformance was boosted by self-taught learning based on sparse autoencoder method.
COPD, Chronic Obstructive Pulmonary Disease; VP, Ventilator-associated Pneumonia; PCA, Principal Component Analysis; KPCA, Kernel Principal Component Analysis; CDA, Linear Canonical Discriminant Analysis; LR, Logistic Regression; LDA, Linear Discriminant Analysis; MLP, Multi-layer Perceptron; NN, Neural Network; SVM, Support Vector Machine.
Table 2. Demographics of the volunteers in this study.
Table 2. Demographics of the volunteers in this study.
Lung Cancer (n = 98) Healthy Controls (n = 116)
SexMale71 (72.4%)Male78 (67.2%)
Female27 (27.6%)Female38 (32.8%)
Age in year (S.D.) 62.8 (6.3) 56.0 (4.0)
Smoking historyNever35 (35.7%)Never46 (39.7%)
Former16 (16.3%)Former0
Current47 (48.0%)Current70 (60.3%)
Pulmonary diseaseCOPD15 (15.3%)COPD34 (29.3%)
Asthma2 (2.0%)Asthma4 (3.4%)
HistologyAdenocarcinoma48 (49.0%)
Squamous38 (38.8%)
SCLC12 (12.2%)
Clinical stagesStage I2 (2.0%)
Stage II6 (6.1%)
Stage III44 (44.9%)
Stage IV46 (46.9%)
S.D., Standard Deviation; SCLC, Small Cell Lung Cancer.
Table 3. Results on the lung cancer dataset.
Table 3. Results on the lung cancer dataset.
Approach MSEPMEPUMEPMDEPSDAccComplete EnsembleAdaboost
MetricsMeanStdMeanStdMeanStdMeanStdMeanStdMeanStdMeanStd
OriginalAcc (%)85.005.7084.276.2582.184.7183.555.9582.364.6076.7313.7282.275.32
Sen (%)85.876.9384.767.7980.878.6583.566.7280.708.6867.4225.7678.488.13
Spe (%)84.627.8484.497.9483.587.9984.088.3384.097.7985.627.4485.017.35
AUC0.830.060.830.060.820.050.820.060.820.050.770.120.820.05
PCAAcc (%)88.097.6087.097.8483.007.3286.737.2680.828.6975.648.5280.918.91
Sen (%)86.4312.5583.5713.3679.4412.0483.3111.2277.9013.0574.7415.5380.7910.94
Spe (%)90.209.1891.219.1685.9810.0290.269.2383.6713.3077.3115.1781.2812.46
AUC0.740.040.740.040.730.040.730.040.740.050.660.050.810.09
KPCAAcc (%)85.557.2685.277.0784.367.3484.826.6684.367.5183.557.8183.098.08
Sen (%)88.239.5287.4910.0286.3310.5087.149.9186.0610.9285.3611.6985.2611.87
Spe (%)84.459.7284.609.4384.119.4584.139.2284.219.2883.099.2782.0410.29
AUC0.850.060.850.060.840.060.850.060.840.060.840.070.840.08
GRU-AEAcc (%)93.554.9093.364.9190.556.6191.455.3589.916.5189.826.1491.455.03
Sen (%)94.226.4493.426.8689.9110.5590.768.8689.0710.4090.897.6591.898.31
Spe (%)92.807.5093.117.7391.0910.5291.709.9890.719.5588.5412.7691.078.92
AUC0.920.050.920.050.910.050.910.050.900.050.900.060.910.05
Best performance is highlighted in bold.
Table 4. Results on clinical stages.
Table 4. Results on clinical stages.
CategoryAcc (%)Sen (%)Spe (%)
Stage II94.6097.9770.00
Stage III80.8082.7881.76
Stage IV81.0083.2481.57
Table 5. Results on lung cancer versus pulmonary disease.
Table 5. Results on lung cancer versus pulmonary disease.
CategoryAcc (%)Sen (%)Spe (%)
Healthy non-smokers80.0085.9576.30
COPD88.2092.9179.60
Lung cancer85.0087.2380.57
Healthy non-smokers: Healthy non-smokers who had no lung disease; Lung cancer: Lung cancer patients who had no other lung diseases.
Table 6. Results on smoking history.
Table 6. Results on smoking history.
CategoryAcc (%)Sen (%)Spe (%)
Healthy non-smokers89.6094.6484.45
Healthy long-term smokers92.0092.4293.30
Lung cancer91.2093.8988.11
Healthy non-smokers: Healthy non-smokers who had no smoking history; Lung cancer: 15 smokers and 15 non-smokers.
Table 7. Comparison of different frameworks in lung cancer detection by e-nose.
Table 7. Comparison of different frameworks in lung cancer detection by e-nose.
FrameworkSubjectsMeritsPotential DemeritsAcc (%)Sen (%)
PCA-CDA [66]30Good performance on linear datasets.Hard to process high-dimensional nonlinear data.90.00-
LR [67]220a. Simple implementation process.a. Binary classification must be linearly separable.81.1070.00
b. Consume little computing resources.b. Hard to handle multi-class features or variables.
c. High operation speed.
RF [68]143No feature selection process.a. Need to integrate all the classifiers.-73.30
b. High calculation cost.
ANN [69]167a. Strong learning ability.a. Vast parameters exist in the network.83.0083.00
b. Good classification performance.b. Long training time.
c. Insufficient data leads to overfitting.
d. Tuning process of ANN is complex.
PCA-SVM [11]85a. Small-sample learning method.a. Hard to handle nonlinear datasets.
b. Rigorous theoretical basis.b. Hard to implement large-scale training samples.57.5063.20
c. Good robustness.
PCA-MLP [11]85a. Strong learning ability.a. Hard to handle nonlinear datasets.75.0079.00
b. Good classification performance.b. Vast parameters exist in the network.
c. Long training time.
d. Insufficient data leads to overfitting.
GRU-AE-MSEP214a. Automatic feature extraction process.a. The tuning process is relatively complex.93.5594.22
b. Can handle high-dimensional and nonlinear datasets.b. Training GRU-AE takes a certain amount of time and computing resources.
c. Selective ensemble saves testing time and storage.
d. High sensitivity and accuracy.
e. Less likely to overfit.
RF (Random Forest); ANN (Artificial Neural Network).

Share and Cite

MDPI and ACS Style

Lu, B.; Fu, L.; Nie, B.; Peng, Z.; Liu, H. A Novel Framework with High Diagnostic Sensitivity for Lung Cancer Detection by Electronic Nose. Sensors 2019, 19, 5333. https://doi.org/10.3390/s19235333

AMA Style

Lu B, Fu L, Nie B, Peng Z, Liu H. A Novel Framework with High Diagnostic Sensitivity for Lung Cancer Detection by Electronic Nose. Sensors. 2019; 19(23):5333. https://doi.org/10.3390/s19235333

Chicago/Turabian Style

Lu, Binchun, Lidan Fu, Bo Nie, Zhiyun Peng, and Hongying Liu. 2019. "A Novel Framework with High Diagnostic Sensitivity for Lung Cancer Detection by Electronic Nose" Sensors 19, no. 23: 5333. https://doi.org/10.3390/s19235333

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop