Next Article in Journal
A Regenerative Immunoaffinity Layer Based on the Outer Membrane of Z-Domains Autodisplaying E. coli for Immunoassays and Immunosensors
Next Article in Special Issue
Ripeness Prediction of Postharvest Kiwifruit Using a MOS E-Nose Combined with Chemometrics
Previous Article in Journal
Sensor Fusion for Recognition of Activities of Daily Living
Previous Article in Special Issue
Support Vector Machine Regression for Calibration Transfer between Electronic Noses Dedicated to Air Pollution Monitoring
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Gas-Sensor Drift Counteraction with Adaptive Active Learning for an Electronic Nose

School of Microelectronics and Communication Engineering, Chongqing University, No. 174 Shazheng Street, Shapingba District, Chongqing 400044, China
*
Authors to whom correspondence should be addressed.
Sensors 2018, 18(11), 4028; https://doi.org/10.3390/s18114028
Submission received: 19 October 2018 / Revised: 8 November 2018 / Accepted: 12 November 2018 / Published: 19 November 2018
(This article belongs to the Special Issue Electronic Noses and Their Application)

Abstract

:
Gas sensors are the key components of an electronic nose (E-nose) in violated odour analysis. Gas-sensor drift is a kind of physical change on a sensor surface once an E-nose works. The perturbation of gas-sensor responses caused by drift would deteriorate the performance of the E-nose system over time. In this study, we intend to explore a suitable approach to deal with the drift effect in an online situation. Considering that the conventional drift calibration is difficult to implement online, we use active learning (AL) to provide reliable labels for online instances. Common AL learning methods tend to select and label instances with low confidence or massive information. Although this action clarifies the ambiguity near the classification boundary, it is inadequate under the influence of gas-sensor drift. We still need the samples away from the classification plane to represent drift variations comprehensively in the entire data space. Thus, a novel drift counteraction method named AL on adaptive confidence rule (AL-ACR) is proposed to deal with online drift data dynamically. By contrast with conventional AL methods selecting instances near the classification boundary of a certain category, AL-ACR collects instances distributed evenly in different categories. This action implements on an adjustable rule according to the outputs of classifiers. Compared with other reference methods, we adopt two drift databases of E-noses to evaluate the performance of the proposed method. The experimental results indicate that the AL-ACR reaches higher accuracy than references on two E-nose databases, respectively. Furthermore, the impact of the labelling number is discussed to show the trend of performance for the AL-type methods. Additionally, we define the labelling efficiency index (LEI) to assess the contribution of certain labelling numerically. According to the results of LEI, we believe AL-ACR can achieve the best effect with the lowest cost among the AL-type methods in this work.

1. Introduction

An electronic nose (E-nose) is a potential approach to perform odour analysis. A typical E-nose system ordinarily consists of two parts: a gas-sensor array and a pattern-recognition unit. The former part generates odour fingerprints from gas-sensor responses with high cross sensitivity while the latter performs data analysis using computational algorithms. With this structure, E-noses can identify complicated gas components with low-cost gas-sensor arrays. Owing to the advantages in cost and operation, E-noses have been adopted in environmental monitoring [1], the food industry [2], agriculture [3] and medicine [4]. The modern E-nose system has appeared as an artificial intelligence machine since the 1990s [5]. There are several scientific fields, such as artificial intelligence, system integration and sensor technology supporting the development of E-noses.
Gas-sensor drift in E-nose systems is a kind of concept drift, which frequently occurs by surface aging, environmental disturbance and sensor poisoning. This phenomenon deteriorates the compatibility between gas-sensor responses and algorithm models over time, and finally causes the performance degradation of E-noses. In other words, the algorithm models would be meaningless without any drift calibrations over time. Thus, anti-drift methods are necessary for E-nose systems in their life-long working process. To reduce the drift effect of E-noses, possible solutions have been focused on sensor improvement [6] and algorithm modification [7]. According to current studies, algorithm-modification approaches have received increasing attention due to the achievements of artificial intelligence and machine learning. Signal pre-processing and classifier updating are two mainstreams in algorithm modification. The former manner extracts drift-like component from original gas-sensor responses and then restructures responses without drift. Huang et al. adopted principal component analysis (PCA) and common PCA (CPCA) at different gas concentrations to compensate drift signals [8]. Ziyatdinov et al. used CPCA to discover a drift direction for all gasses in feature space [9]. Besides PCA, orthogonal signal correction (OSC) [10] and independent component analysis (ICA) [11] are alternatives for drift counteraction in the time domain. Furthermore, the wavelet is another way to remove drift component in time-frequency domain [12]. In terms of classifier updating, the classifier ensemble is a popular strategy for long-term drift migration [13,14,15]. This strategy provides a weighted result based on several sub-classifiers generated from different samples. Moreover, some scholars used adaptive classifiers including self-organize maps (SOM) [16,17], adaptive resonance theory (ART) [18,19] and immune algorithm [20], to handle drift distribution adaptation dynamically. Recently, the algorithm modification manner has been extended to solve the drift problem in semi-supervised learning situations. Liu et al. put a transfer learning paradigm into a semi-supervised scene for drift elimination [21]. All the above methods have a common premise that a calibration set with complete categories and well-labelled samples should be prepared for drift correction. However, this demand would be barely satisfied in online scenarios due to inadequate time and labour to obtain such a calibration set, for example, in online toxic-gas monitoring. In this application, toxic gases rare appear while non-hazardous gases are majority. Therefore, the collected calibration set is imbalanced, which would decline the performance of the E-nose in toxic-gas recognition. Additionally, we assume that the toxic-gas recognition would be a failure according to the unreliable labels of calibration samples from the classifiers.
In this study, we use active learning (AL) to solve the calibration-set problem. AL methods can select a certain number of instances from recent incoming samples, then label the selected instances and update classifiers reliably. We believe this working process can adapt well to online scenarios due to the fact that AL methods have the ability to select relatively optimal instances from undetermined calibration samples for classifier upgrading. Moreover, conventional AL instance-selection strategies select instances with low confidence, which cannot represent the current distribution of drifting samples entirely. Consequently, we have proposed an innovative AL method on the adaptive confidence rule (AL-ACR) to balance the categories of selected instances. It is helpful to enhance the uniformity of drift information in a calibration set. We use two E-nose drift databases as benchmarks to evaluate the performance of the proposed method in drift counteraction. One dataset is public and the other was collected by the authors. According to the experimental results, we infer that the proposed AL-ACR is suitable for online drift calibration. The AL-ACR shows adequate adaptability and feasibility in online scenarios and reaches better accuracy comprehensively than other references. Considering the time-consuming and laborious requirements of manual labelling, it is crucial to obtain a higher accuracy with a lower labelling number. We therefore define the labelling efficiency index (LEI) to assess the efficiency of AL methods. The results of LEI show that AL-ACR has obvious advantages in most cases.
In this paper, we explain the development of AL in Section 2. Section 3 describes the details of the proposed AL method. In Section 4, we show and discuss the comparative results of the proposed and reference methods upon two databases. Finally, we summarize some conclusions from the experimental results in Section 5.

2. Related Work

The AL paradigm generally consists of two modules, a selecting engine and a learning engine [22]. The selecting engine is designed to achieve high-quality unlabelled samples according to the classifiers constructed by the learning engine. It labels the selected samples manually and adds the labelled instances to the training set. The learning engine is responsible for renewing classifiers by the both training set and the manual labelled instances, which makes the performance of the classifier improve continuously. The cycle of “selecting-learning” would be stopped if certain termination condition were reached. It is obvious that how to select high-quality instances from unlabelled samples on feature information is a key part of the AL method. It plays an important role in promoting the classification performance of AL. Therefore, studies on instance-selection strategies have gradually increased.
Membership query synthesis (MQS), stream-based and pool-based methods are typical methods proposed to select unlabelled samples. MQS is the earliest idea of AL using a query to learn [23]. In this method, the hypothetical learning system can ask questions from experts, that is, the MQS determines labels of certain instances by query. As for the instance selection of MQS, all unlabelled samples are handed to the expert for labelling, regardless of labour cost and data distribution. To avoid unnecessary labelling, scholars have proposed stream-based AL which selects instances according to either information entropy or distribution similarity and labels them in an instance-by-instance manner [24]. Although the stream-based AL has solved the drawbacks of the MQS to a certain extent, it still demands a fixed threshold to measure the information contained in each input sample. Thus, unsteady labelling density and rigid parameter adaptation would limit the performance of stream-based AL. Consequently, Lewis et al. proposed a pool-based AL method to form a “pool” for expert labelling [25]. This pool-based AL selectively labels instances that exist in a dataset to enhance the performance of classifiers. In fact, this method becomes equivalent to the stream-based AL when just one unlabelled sample exists in the pool. In other words, the stream-based AL is a special case of the pool-based one. For the instance-selection methods of pool-based AL, how to select the most representative instances from the candidates in order to label is crucial. Uncertainty sampling (US) and query-by-committee (QBC) strategies are main approaches for instance selection. The former identifies samples on distributions while the latter selects instances according to the outputs of classifiers.
Recently, in the studies of E-noses, Jiang X et al. proposed an enhanced QBC (EQBC) -radial basis function neural network (RBFNN) [26] for the recognition improvement on the QBC strategy. However, there are hardly any pubic reports for drift counteraction of E-noses with active learning. As far as we know, this study is the first research on drift compensation of E-noses with AL methods.

3. Methods

3.1. Baseline Methods

There are three AL methods including US, QBC and EQBC presented as baseline for comparison. Considering the various variants of them, we use US proposed in Ref. [27], QBC and EQBC in Ref. [26].
The US strategy uses the classifiers to identify the largest indeterminacy of unlabelled samples for subsequent labelling. The focus of US is to measure the uncertainty of the sample. It assumes the most uncertain sample contributes to the improvement of classification at most. We can obtain the optimal sample for recognition improvement by calculating posterior probability. We compute the margini of instance pi as follow:
m a r g i n i = f E ( y ^ c 1 | p i ) f E ( y ^ c 2 | p i )
where y ^ c 1 and y ^ c 2 are, respectively, the class with the maximum posteriori probability and the second most posteriori probability. The margin-based metric is prone to select instances with minimum margini between posteriori probabilities of the two most likely class labels.
The QBC method is the most popular AL method based on version space reduction. It aims to select samples in a simplified space for man-made labelling, which has been proposed by Seung et al. [28] and Freund et al. [29]. The QBC sets up a committee group to vote a sample with the highest disagreement for expert labelling. We choose Kullback–Leibler (KL) [30] as the metric for QBC to measure the valuable instances for classification promotion. The calculation formula of KL can be given by Equations (1) and (2) as follows:
e i = 1 K k = 1 K D ( P k ( C | p i ) | | k P k ( C | p i ) K )  
D ( P k ( C | p i ) | | k P k ( C | p i ) K = m = 1 | C | P k ( c m | p i ) log K P k ( C | p i ) k P k ( C | p i )  
where P k ( c m | p m ) represents the probability that sample pi is labelled as Class cm by member k and K denotes the total number of committee members.
The EQBC method is based on a weighted combination of Kullback–Leibler divergence (KL−d) e i K L d and vote entropy (VE) e i V E as shown in Equation (4).
e i = ω 1 e i K L d + ω 2 e i V E  
where ω1 and ω2 are two adjustable weighted parameters.

3.2. Adaptive Instance Selection

Baseline AL methods regularly select useful instances with a single criterion with either high information entropy or low similarity, which is suitable to static data due to the constant data distribution. The classification plane is more distinguished by the increasing number of selected instances, regardless of the instance expiration. Unfortunately, in online mode, instance expiration is bound to exist under drift influence. This limitation may lead AL methods based on single criterion to barely reflect current drift trend by category in time. Finally, in a period, the performance of one class may rise, whereas others would incline. Thus, we proposed an innovative pool-based AL method, AL-ACR, with different instance-selection criteria adaptively. There are two criteria used here to discover the instances evenly in distribution by category. We adopt information entropy to index the necessity of samples for labelling. A high information-entropy value shows low confidence, vice versa.
As Figure 1 described, the AL-ACR method implements instance selection and classifier promotion iteratively. F is the index of min/max confidence and its default value equals 0. F = “0” denotes that the minimum confidence should be used while F = “1” infers that the maximum confidence should be selected. For classifiers, the chairman classifier Cs0 is trained by the whole training set, and the member classifiers Cs1 and Cs2 are generated from parts of the training set randomly. In an instance-selection process, we primarily compare the chairman outputs of the current instance before and after classifier updating. On the one hand, if they are different, it means the classification plane of the chairman needs to be distinguished, then the sample with maximum information entropy to specify the classification boundary should be selected in the next round. On the other hand, if they are the same, we assume the category of current instance is well classified, then instances belonging to other kinds should be designated with minimum information entropy according to label diversity and distribution equilibrium. For classification promotion, when entering a new instance, the corresponding label is assigned by expert opinion. After that, both the new instance and corresponding label are added to the training sets belonging to the members of the committee. Next, the members are respectively retrained by their training sets.

4. Experiments and Results

4.1. Datasets

4.1.1. Public Dataset

The public dataset (http://archive.ics.uci.edu/ml/machine-learning-databases/00224/) is from the machine learning repository of University of California Irvine [31]. We denote this dataset as Dataset A for short in following discussion.
There are totally 13,910 samples collected by an E-nose over three years (36 months). The gas-sensor array consists of sensor devices (4 of each) as TGS2600, TGS2602, TGS2610 and TGS2620; in total 16 gas sensors are adopted in the E-nose system. This dataset includes six-gas samples dosed at different concentrations. The entire response of a gas sensor in an experiment can be divided into three phases: injection, measurement and sweeping. Consequently, 8 features (2 steady-state features and 6 transient features) have been abstracted from these three phases for each sensor. On account of the sensor array made up of 16 gas sensors, one experiment can collect 128 (8 × 16) features. Thus, the total size of Dataset A is 13,910 × 128. All 10 batches have been arranged by time order. To reduce the imbalance of batch sizes, we integrated Batch 4 and 5 as Batch 4&5, Batch 8 and 9 as Batch 8&9. Thus, we actually prepared 8 bunches of drifting samples for evaluation. Additionally, the working temperature of the gas sensors was maintained at 400 °C and the sampling rate was set to 100 Hz. Figure 2a–h shows the distributions of the 8-bunch samples in principal component analysis (PCA) plots. We can infer that the drift effect acts apparently on the samples in all batches. The distribution of data varies continuously with time, especially between different batches. We believe that classifiers worked with no drift counteraction would be invalid rapidly.

4.1.2. Collected Dataset

Besides Data A, the other dataset was collected from an E-nose system we designed. This E-nose system consists of three parts: gas sensor array, control unit and upper computer. The gas-sensor array includes 32 gas sensors with solid electrolyte, electrochemical and metal oxide types. The control unit transfers the fingerprints from the gas-sensor array to the upper computer for further processing. We gathered 63, 189 and 189 samples in the first, third and fourth months, respectively. Consequently, we divided the 4-month dataset into three batches according to chronological order and each batch had all kinds of samples equally in quantity. For each sample, we used the steady-state value of certain gas-sensor responses as a feature. Thus, one gas sensor corresponds one feature and one sample can be denoted as a 32-dimensional vector according to 32 gas sensors. Here, we define this dataset as Dataset B for following discussions. Figure 3a–c illustrate the distribution of Dataset B with PC1 and PC2 by batch.

4.2. Experimental Setup

Our evaluation contains four parts. We primarily evaluated the accuracy of proposed AL-ACR compared with those of other start-of-the-art methods (AL-US, AL-QBC, AL-EQBC, RBF-SVM, GFK-SVM, Comgfk-SVM, Comgfk-ML and RBF-ML [21]) in long-term online drift counteraction. Secondly, we defined 4 different long-term scenarios to assess the performance between AL methods with labelled-instance number, category balance and labelling efficiency. The defined Scenarios 1–4 are as follows:
  • Scenario 1 (Dataset A): Batch 1 for initial training, Batch 2–10 for online testing.
  • Scenario 2 (Dataset A): Batch 2 for initial training, Batch 3–10 for online testing.
  • Scenario 3 (Dataset A): Batch 3 for initial training, Batch 4–10 for online testing.
  • Scenario 4 (Dataset B): Batch 1 for initial training, Batch 2 and 3 for online testing.
For each scenario, data pre-processing has been performed to normalize sample features in [0, 1] by:
x ˜ = x x max + x min  
where x represents a 128-dimensional sample, x ˜ is the output after pre-processing, x max and x min is the maximum and minimum feature value in x respectively.
In terms of classifiers, we adopt three types: k-nearest neighbour (k-NN), support vector machine (SVM) and radial basis function neural network (RBFNN). The parameter k of k-NN is set to 3. For SVM, we adjust kernel function, kernel parameter σ (kernel function only) and penalty factor C to optimize the performance of SVM. During optimization of SVM, either radial basis or linear function could be selected. We set the scope of kernel parameter σ and the finest value of C to the range 10−3 to 103 with variable step. Considering the computational complexity and overall performance, we finally choose linear function as our option and set C = 0.2 (dataset A) or C = 2 (Dataset B). For RBFNN, we set the number of hidden layers to 50, the training error to 10−5 and the variance of radial basis kernel to 1.
For AL methods, we chose roughly 30% of the data as pool samples per batch while the remains are used for testing only. We consider that it is impossible to label instances at any time in reality. Hence, the time of labelling should be concentrated in a period per batch. In the following section, on account of the fairness, the accuracies of the AL methods are obtained on whole batches including both pool and testing data in Table 1. Others are concluded on the testing data due to the comparison just between AL methods.

4.3. Results and Discussion

4.3.1. Performance Evaluation of Paradigms

Table 1 has shown the accuracies of different paradigms in the Scenario 1. The supervised paradigm methods, RBF-SVM, GFK-SVM, Comgfk-SVM, are SVM with radial basis, geodesic flow and associated combined kernel, respectively. Another paradigm is semi-supervised learning including Comgfk-ML and RBF-ML. In terms of the AL paradigm, AL-US, AL-QBC, AL-EQBC and the proposed AL-ACR methods are used for comparison. We abstract the results of RBF-SVM, GFK-SVM, Comgfk-SVM, Comgfk-ML and RBF-ML directly from Ref. [21]. In this subsection, we calculate the results of AL methods in scenario 1 and use SVM only for performance comparison owing to the same settings adopted in Ref. [21].
We set the number of selected instance N to 6 for AL methods, a comparatively small number leading to the indistinctness of drift description. Reasonably, the performance of AL methods would be restricted to a poor level in the range of N. Among all the methods with different paradigms, AL-ACR has clearly reached the best recognition performance. The above phenomena indicate that the proposed method is suitable for online drift suppression in most cases. For the paradigm, we believe the supervised learning manner cannot compensate drift well for a long time; the semi-supervised learning methods are weak in robustness due to the unreliability of online labels.

4.3.2. Effect of Instance Number

The number of labelled instances N for each batch is an important parameter of AL methods. We investigate the recognition-rate shift of the AL-ACR models by increasing N value from small to large. In order to avoid class imbalance by the number of labelled instances, we set the increasing step of N to the category size of the dataset. Thus, for Scenarios 1–3, the step of N is 6 while that of Scenario 4 is 7.
As Figure 4a–d, Figure 5a–d and Figure 6a–d show, the green line with cross, indigo line with diamond, blue line with star and red line with star represent the accuracy of AL-US, AL-QBC, AL-EQBC and AL-ACR, respectively. The recognition rates of three AL methods are presented. We can infer that larger N causes higher recognition rate in all cases. We believe the drift information has been described more abundantly and accurately since N increased. Compared with the other three methods, AL-ACR has achieved the best accuracy in most cases. This confirms the significant effectiveness of AL-ACR for online drift suppression of E-noses once again and the performance of reference methods is lagging behind AL-ACR. In other words, AL-ACR is an optimal choice almost under different parameters N from the results of Figure 4a–d, Figure 5a–d and Figure 6a–d.
For both datasets A and B, the performance of algorithms has entered the bottleneck or even a certain decline since N became large. This is reasonable due to drift-information redundancy caused by the mismatch between N and the drift-information time scale. Such redundant information is meaningless to the AL models, and even lead to negative effects.
Additionally, we use three classifiers, k-NN, SVM and RBFNN, to test whether the performance of the proposed methods has selectivity for classifiers. We note that all the classifiers share almost the same trend in terms of accuracy. On the one hand, SVM often shows stronger recognition ability than k-NN and RBFNN. This may be caused by the fact that SVM searches for optimal solutions globally whereas k-NN is based on local discriminate and RBFNN may suffer over-fitting. On the other hand, the performance difference of all four methods seems smaller on SVM than both k-NN and RBFNN. We infer that the excellent recognition ability of SVM may have offset the drawbacks of AL-US, AL-QBC and AL-EQBC.

4.3.3. Distribution of Labeled Instances

As previously described, the AL-ACR method tries to select instances evenly by category. This action would help the classifiers to capture entire drift details near and away from the classification boundaries during online drift compensation.
As Figure 7 and Table 2 show, we present the true labels of selected instances with different colours in all scenarios. Black, ochre, blue and red dotted box denotes the bar of AL-US, AL-QBC, AL-EQBC and AL-ACR, respectively. The height of the bar denotes the instance quantity of a certain category. This allows us to see 4 bars in each scenario. Furthermore, we set total number of labelled instances to 210, 216, 210 and 70 for Scenarios 1–4 respectively. We can infer from the results that AL-ACR has the most balanced instance category to achieve a complete drift trend in online mode. The other three methods are slightly worse than AL-ACR in label balance. According to the ratios of instance classes in Table 2, we can find more balanced category distribution appeared in AL-ACR, which can properly explain why AL-US, AL-QBC and AL-EQBC perform weaker in terms of accuracy.

4.3.4. Values of Labelling Efficiency Index (LEI)

In general, we hope the AL methods can not only achieve high accuracy, but also reduce the number of labels to save cost in terms of time and laboriousness. In other words, raising the accuracy increment per labelling is crucial in AL. Therefore, we define LEI to demonstrate the cost of a certain AL method in recognition improvement. The LEI is a hybrid index as follows:
LEI = α A c c + ( 1 α ) Δ A c c  
where Acc is the accuracy under the number of selected instances N, ΔAcc is the increment of accuracy since the last labelling and α is a adjust parameter belongs to [0, 1]. We define LEI as a sum of two terms that represent current performance and associated increment, respectively. A qualified AL method should have excellent classification ability and economic cost of performance enhancement simultaneously. We set α to 0.2 for LEI computation.
Table 3, Table 4, Table 5, Table 6, Table 7 and Table 8 illustrate the LEI values in all scenarios on the three classifiers with different N. In Scenario 1, no matter either SVM, k-NN or RBFNN, AL-ACR reaches the highest LEI score from beginning to end. In Scenario 2, AL-ACR is still the winner in all cases on both k-NN and RBFNN while 7 out of 10 cases on SVM are best with AL-ACR. As for Scenarios 3 and 4, although the performance of AL-ACR sometimes falls down compared with other references, it still keeps the highest LEI values in most cases. In a word, the AL-ACR has the higher labelling efficiency compared with AL-US, AL-QBC and AL-EQBC in different scenarios almost. We assume that AL-ACR is a very economical and practical approach to use for drift counteraction of E-noses in online mode.

5. Conclusions

To solve the online drift problem, we redefine a novel AL method, namely AL-ACR, to overcome the imbalance problem of drift information. Instance selection is performed with adaptive rules. Experimental results prove that the proposed method overmatches other references in online working. Furthermore, AL-ACR has obvious advantages in recognition, parameter sensitivity, instance equilibrium and labelling efficiency. It is a favorable choice for the online drift counteraction of E-noses. Future work should be focused on the online mechanism of pool refreshing and online AL implementation in a limited storage resource.

Author Contributions

T.L. and D.L. conceived and designed the experiments; D.L., Y.C., T.Y. and J.C. performed the experiments; T.L. and D.L. analyzed the data; J.C. contributed reagents/materials/analysis tools; T.L. and D.L. wrote the paper.

Funding

This research was funded by the National Natural Science Foundation of China (NSFC, 61403049), the Fundamental Research Funds for the Central Universities (No. 2018CDXYTX0010), the National International Science and Technology Cooperation Project (2014DFA31560), and partly supported by the National Natural Science Foundation of China (NSFC, 61501069).

Conflicts of Interest

The authors declare no conflict of interest. The founding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; and in the decision to publish the results.

References

  1. Lidia, E.; Laura, C.; Selena, S. Electronic Nose Testing Procedure for the Definition of Minimum Performance Requirements for Environmental Odor Monitoring. Sensors 2016, 16, 1548. [Google Scholar] [CrossRef]
  2. Wu, H.; Yue, T.; Yuan, Y. Authenticity Tracing of Apples According to Variety and Geographical Origin Based on Electronic Nose and Electronic Tongue. Food Anal. Methods 2018, 11, 522–532. [Google Scholar] [CrossRef]
  3. Pineda, D.M.; Pérez, J.C. SENose: An under U$50 electronic nose for the monitoring of soil gas emissions. Comput. Electron. Agric. 2017, 133, 15–21. [Google Scholar] [CrossRef]
  4. Goor, R.V.D.; Hooren, M.V.; 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]
  5. Gardner, J.W.; Bartlett, P.N. A brief history of electronic noses. Sens. Actuators B Chem. 1994, 18–19, 210–211. [Google Scholar] [CrossRef]
  6. Capone, S.; Epifani, M.; Francioso, L.; Kaciulis, S.; Mezzi, A.; Siciliano, P.; Taurino, A.M. Influence of electrodes ageing on the properties of the gas sensors based on SnO2. Sens. Actuators B Chem. 2006, 115, 396–402. [Google Scholar] [CrossRef]
  7. Perera, A.; Papamichail, N.; Barsan, N.; Weimar, U.; Marco, S. On-line novelty detection by recursive dynamic principal component analysis and gas sensor arrays under drift conditions. IEEE Sens. J. 2006, 6, 770–783. [Google Scholar] [CrossRef]
  8. Ziyatdinov, A.; Marco, S.; Chaudry, A.; Persaud, K.; Caminal, P.; Perera, A. Drift compensation of gas sensor array data by common principal component analysis. Sens. Actuators B Chem. 2011, 146, 460–465. [Google Scholar] [CrossRef]
  9. Ziyatdinov, A.; Chaudry, A.; Persaud, K.; Caminal, P.; Perera, A. Common Principal Component Analysis for Drift Compensation of Gas Sensor Array Data. In Proceedings of the Aip Conference, Rhodes, Greece, 29 September–4 October 2009; pp. 566–569. [Google Scholar]
  10. Laref, R.; Ahmadou, D.; Losson, E.; Siadat, M. Orthogonal Signal Correction to Improve Stability Regression Model in Gas Sensor Systems. J. Sens. 2017, 2017, 1–8. [Google Scholar] [CrossRef] [Green Version]
  11. Xin, C.; Xiang, W.; Huang, Z.; Wang, F. Performance Analysis of ICA in Sensor Array. Sensors 2016, 16, 637. [Google Scholar] [CrossRef]
  12. Liu, T.; Chen, Y.; Li, D.; Wu, M. An Active Feature Selection Strategy for DWT in Artificial Taste. J. Sens. 2018, 2018, 1–11. [Google Scholar] [CrossRef] [Green Version]
  13. Kadri, C.; Tian, F.; Zhang, L. Neural Network Ensembles for Online Gas Concentration Estimation Using an Electronic Nose. Int. J. Comput. Sci. Issues 2013, 10, 129–135. [Google Scholar]
  14. Verma, M.; Asmita, S.; Shukla, K.K. A Regularized Ensemble of Classifiers for Sensor Drift Compensation. IEEE Sens. J. 2016, 16, 1310–1318. [Google Scholar] [CrossRef]
  15. Liu, H.; Chu, R.; Tang, Z. Metal oxide gas sensor drift compensation using a two-dimensional classifier ensemble. Sensors 2015, 15, 10180–10193. [Google Scholar] [CrossRef] [PubMed]
  16. Zuppa, M.; Distante, C.; Siciliano, P.; Persaud, K.C. Drift counteraction with multiple self-organising maps for an electronic nose. Sens. Actuators B Chem. 2004, 98, 305–317. [Google Scholar] [CrossRef]
  17. Licen, S.; Barbieri, G.; Fabbris, A.; Briguglio, S.C.; Pillon, A.; Stel, F.; Barbieri, P. Odor Control Map: Self Organizing Map built from electronic nose signals and integrated by different instrumental and sensorial data to obtain an assessment tool for real environmental scenarios. Sens. Actuators B Chem. 2018, 263, 476–485. [Google Scholar] [CrossRef]
  18. Llobet, E.; Hines, E.L.; Gardner, J.W.; Bartlett, P.N.; Mottram, T.T. Fuzzy ARTMAP based electronic nose data analysis. Sens. Actuators B Chem. 1999, 61, 183–190. [Google Scholar] [CrossRef]
  19. Distante, C.; Siciliano, P.; Vasanelli, L. Odor discrimination using adaptive resonance theory. Sens. Actuators B Chem. 2000, 69, 248–252. [Google Scholar] [CrossRef]
  20. Martinelli, E.; Magna, G.; Vito, S.D.; Di Fuccio, R.; Di Francia, G.; Vergara, A.; Di Natale, C. An adaptive classification model based on the Artificial Immune System for chemical sensor drift mitigation. Sens. Actuators B Chem. 2013, 177, 1017–1026. [Google Scholar] [CrossRef]
  21. Liu, Q.; Li, X.; Ye, M. Drift Compensation for Electronic Nose by Semi-Supervised Domain Adaption. IEEE Sens. J. 2014, 14, 657–665. [Google Scholar] [CrossRef]
  22. Guyon, I.; Cawley, G.; Dror, G.; Lemaire, V. Design and analysis of the WCCI 2010 active learning challenge. In Proceedings of the 2010 International Joint Conference on Neural Networks (IJCNN), Barcelona, Spain, 18–23 July 2010. [Google Scholar]
  23. Angluin, D. Queries and Concept Learning; Kluwer Academic Publishers Hingham: Hingham, MA, USA, 1998; pp. 319–342. [Google Scholar]
  24. Wu, W.; Liu, Y.; Guo, M.; Liu, X. Advances in Active Learning Algorithms Based on Sampling Strategy. J. Comput. Res. Dev. 2012, 49, 1162–1173. [Google Scholar]
  25. Lewis, D.; Gale, W.A. A sequential algorithm for training text classifiers. In Proceedings of the International ACM SIGIR Conference on Research and Development in Information Retrieval, Dublin, Ireland, 3–6 July 1994; Springer: New York, NY, USA, 1994. [Google Scholar]
  26. Jiang, X.; Jia, P.; Luo, R.; Deng, B.; Duan, S.; Yan, J. A novel electronic nose learning technique based on active learning: EQBC-RBFNN. Sens. Actuators B Chem. 2017, 249, 533–541. [Google Scholar] [CrossRef]
  27. Shan, J.; Zhang, H.; Liu, W.; Liu, Q. Online Active Learning Ensemble Framework for Drifted Data Streams. IEEE Trans. Neural Netw. Learn. Syst. 2018, 99, 1–13. [Google Scholar] [CrossRef] [PubMed]
  28. Seung, H.S.; Opper, M.; Sompolinsky, H. Query by committee. In Proceedings of the Fifth Annual Workshop on Computational Learning Theory, Pittsburgh, PA, USA, 27–29 July 1992; ACM: New York, NY, USA, 1992; pp. 284, 287–294. [Google Scholar]
  29. Freund, Y.; Seung, H.S.; Shamir, E.; Tishby, N. Selective Sampling Using the Query by Committee Algorithm. Mach. Learn. 1997, 28, 133–168. [Google Scholar] [CrossRef] [Green Version]
  30. Mccallum, A.; Nigam, K. Employing EM and Pool-Based Active Learning for Text Classification. In Proceedings of the Fifteenth International Conference on Machine Learning, Madison, WI, USA, 24–27 July 1998; Morgan Kaufmann Publishers: San Francisco, CA, USA, 1998; pp. 350–358. [Google Scholar]
  31. 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–167, 320–329. [Google Scholar] [CrossRef]
Figure 1. Flow chart of active learning on adaptive confidence rule (AL-ACR) algorithm.
Figure 1. Flow chart of active learning on adaptive confidence rule (AL-ACR) algorithm.
Sensors 18 04028 g001
Figure 2. (a) Data distribution of Batch 1; (b) Data distribution of Batch 2; (c) Data distribution of Batch 3; (d) Data distribution of Batch 4&5; (e) Data distribution of Batch 6; (f) Data distribution of Batch 7; (g) Data distribution of Batch 8&9; (h) Data distribution of Batch 10.
Figure 2. (a) Data distribution of Batch 1; (b) Data distribution of Batch 2; (c) Data distribution of Batch 3; (d) Data distribution of Batch 4&5; (e) Data distribution of Batch 6; (f) Data distribution of Batch 7; (g) Data distribution of Batch 8&9; (h) Data distribution of Batch 10.
Sensors 18 04028 g002
Figure 3. (a) Data distribution of Batch 1 of Dataset B; (b) Data distribution of Batch 2 of Dataset B; (c) Data distribution of Batch 3 of Dataset B.
Figure 3. (a) Data distribution of Batch 1 of Dataset B; (b) Data distribution of Batch 2 of Dataset B; (c) Data distribution of Batch 3 of Dataset B.
Sensors 18 04028 g003
Figure 4. (a) Accuracy of k-nearest neighbour (k-NN) (Scenario 1); (b) Accuracy of k-NN (Scenario 2); (c) Accuracy of k-NN (Scenario 3); (d) Accuracy of k-NN (Scenario 4).
Figure 4. (a) Accuracy of k-nearest neighbour (k-NN) (Scenario 1); (b) Accuracy of k-NN (Scenario 2); (c) Accuracy of k-NN (Scenario 3); (d) Accuracy of k-NN (Scenario 4).
Sensors 18 04028 g004
Figure 5. (a) Accuracy of support vector machine (SVM) (Scenario 1); (b) Accuracy of SVM (Scenario 2); (c) Accuracy of SVM (Scenario 3); (d) Accuracy of SVM (Scenario 4).
Figure 5. (a) Accuracy of support vector machine (SVM) (Scenario 1); (b) Accuracy of SVM (Scenario 2); (c) Accuracy of SVM (Scenario 3); (d) Accuracy of SVM (Scenario 4).
Sensors 18 04028 g005
Figure 6. (a) Accuracy of radial basis function neural network (RBFNN) (Scenario 1); (b) Accuracy of RBFNN (Scenario 2); (c) Accuracy of RBFNN (Scenario 3); (d) Accuracy of RBFNN (Scenario 4).
Figure 6. (a) Accuracy of radial basis function neural network (RBFNN) (Scenario 1); (b) Accuracy of RBFNN (Scenario 2); (c) Accuracy of RBFNN (Scenario 3); (d) Accuracy of RBFNN (Scenario 4).
Sensors 18 04028 g006
Figure 7. Label distribution in Scenarios 1–4.
Figure 7. Label distribution in Scenarios 1–4.
Sensors 18 04028 g007
Table 1. Accuracy of methods in Scenario 1 (%).
Table 1. Accuracy of methods in Scenario 1 (%).
RBF-SVMGFK-SVMComgfk-SVMComgfk-MLRBF-MLAL-USAL-QBCAL-EQBCAL-ACR
Batch 274.3672.7574.4780.2542.2553.5565.3465.2398.61
Batch 361.0370.0870.1574.9973.6983.2665.8365.8087.39
Batch 4&532.9668.6468.2072.5370.7057.9369.7669.7672.64
Batch 628.2673.8273.9977.8277.5151.6244.1844.1893.12
Batch 728.8154.5354.5971.6854.4360.0842.3842.3869.52
Batch 8&928.8064.1664.7150.4727.3966.2440.9640.9655.76
Batch 1034.4741.7853.7953.7934.9259.8837.9537.9355.72
Average36.0955.7257.4960.1947.6154.0745.8045.7866.60
Table 2. Category distribution in Scenarios 1–4 (selected number/ratio).
Table 2. Category distribution in Scenarios 1–4 (selected number/ratio).
Class 1Class 2Class 3Class 4Class 5Class 6Class 7
SCENARIO 1US12/5.71%35/16.67%99/47.14%5/2.38%34/16.19%25/11.90%0/0.00%
QBC61/28.24%56/25.93%18/8.33%48/22.22%24/11.11%3/1.39%0/0.00%
EQBC60/28.57%57/27.14%16/7.62%48/22.86%21/10.00%8/3.81%0/0.00%
ACR28/13.33%33/15.71%23/10.95%50/23.81%45/21.43%31/14.76%0/0.00%
SCENARIO 2US82/37.96%15/6.95%7/3.24%94/43.52%10/4.63%8/3.70%0/0.00%
QBC28/12.96%33/15.28%98/45.37%13/6.02%36/16.67%8/3.70%0/0.00%
EQBC16/7.41%28/12.96%111/51.39%20/9.26%36/16.67%5/2.31%0/0.00%
ACR28/12.96%31/14.35%35/16.20%42/19.45%51/23.61%29/13.43%0/0.00%
SCENARIO 3US43/20.48%10/4.76%15/7.14%83/39.52%35/16.67%24/11.43%0/0.00%
QBC1/0.46%61/28.24%53/24.54%0/0.00%85/39.35%10/4.63%0/0.00%
EQBC1/0.48%53/25.24%60/28.57%5/2.38%80/38.10%11/5.23%0/0.00%
ACR35/16.67%47/22.38%26/12.38%48/22.86%31/14.76%23/10.95%0/0.00%
SCENARIO 4US0/0.00%17/24.29%18/25.71%1/1.42%17/24.29%17/24.29%0/0.00%
QBC18/25.71%14/20.00%4/5.71%4/5.71%9/12.86%6/8.57%15/21.44
EQBC18/25.71%16/22.86%4/5.71%7/10.00%8/11.43%4/5.71%13/18.58%
ACR9/12.86%12/17.14%14/20.00%8/11.43%11/15.71%13/18.57%3/4.29%
US: uncertainty sampling; QBC: query-by-committee; EQBC: enhanced QBC; ACR: adaptive confidence rule.
Table 3. Labelling efficiency index (LEI) (k-NN) in Scenario 1–3 (%).
Table 3. Labelling efficiency index (LEI) (k-NN) in Scenario 1–3 (%).
N = 6N = 12N = 18N = 24N = 30N = 36N = 42N = 48N = 54N = 60
SCENARIO 1US14.2912.7811.3213.2313.3313.0112.7613.4214.0013.91
QBC10.5411.4513.3713.4013.6013.0413.9615.0115.1715.09
EQBC10.5411.5213.3913.4013.8013.6814.5315.6815.4315.94
ACR14.4616.0515.1215.5915.5515.2516.5115.8916.8416.74
SCENARIO 2US11.8512.5712.7113.0513.0912.6813.6113.7813.9814.03
QBC11.6711.4311.5912.0011.7911.9112.7214.0614.2314.25
EQBC11.6111.5211.8011.6911.4511.6013.4914.1013.5014.35
ACR13.4814.8515.1216.0615.8616.0015.8815.7415.9215.86
SCENARIO 3US11.4811.1212.5213.2713.6213.5013.1813.3013.2413.74
QBC12.3012.5712.5712.5512.6212.8212.8312.3612.7312.78
EQBC12.3012.6812.7612.7012.7612.9712.5212.4012.4512.64
ACR13.2613.4613.5514.2514.3114.2614.2314.0714.1014.38
Table 4. LEI (k-NN) in Scenario 4 (%).
Table 4. LEI (k-NN) in Scenario 4 (%).
N = 7N = 14N = 21N = 28N = 35N = 42N = 49N = 56N = 63
SCENARIO 4US7.1310.8412.8213.0713.5916.5018.3417.8818.13
QBC9.138.7013.1013.0714.3915.2015.7616.8618.13
EQBC9.1311.7610.3612.4412.4415.8016.8816.9418.13
ACR10.0011.7614.9915.9816.1616.5018.0818.0518.13
Table 5. LEI (SVM) in Scenarios 1–3 (%).
Table 5. LEI (SVM) in Scenarios 1–3 (%).
N = 6N = 12N = 18N = 24N = 30N = 36N = 42N = 48N = 54N = 60
SCENARIO 1US12.9613.0212.2215.4015.5715.8415.4615.5716.0816.22
QBC10.9911.9212.2412.3912.3612.3612.8513.9314.6815.22
EQBC10.9611.8912.2812.3912.9213.0212.9514.0415.0815.78
ACR18.9818.4818.0218.2217.7317.6318.0717.8818.0018.64
SCENARIO 2US12.9613.9312.7913.8614.2515.0915.9715.9915.8815.96
QBC15.1516.8116.6716.2316.5417.1116.8517.2217.0017.42
EQBC13.1315.1915.3015.2514.7515.3816.1715.9716.0916.56
ACR14.8516.7317.1716.7317.1517.1417.0317.2117.5317.46
SCENARIO 3US13.8316.0015.5217.1817.1416.7917.4816.9817.3917.32
QBC13.7114.1315.1415.1515.2214.3014.0014.1914.1713.94
EQBC13.7113.7614.7715.4215.2214.6914.9414.7214.7614.77
ACR14.2916.6616.6216.7115.9517.6416.6817.6017.6918.20
Table 6. LEI (SVM) in Scenario 4 (%).
Table 6. LEI (SVM) in Scenario 4 (%).
N = 7N = 14N = 21N = 28N = 35N = 42N = 49N = 56N = 63
SCENARIO 4US15.6512.2413.6214.4914.4317.5119.4619.1218.98
QBC14.5215.6116.2617.1216.9017.1618.0818.5218.98
EQBC16.1517.1417.2116.9418.1417.4217.6518.7818.98
ACR15.6512.2413.6214.4914.4317.5119.4619.1218.98
Table 7. LEI (RBFNN) in Scenarios 1–3 (%).
Table 7. LEI (RBFNN) in Scenarios 1–3 (%).
N = 6N = 12N = 18N = 24N = 30N = 36N = 42N = 48N = 54N = 60
SCENARIO 1US9.0510.369.169.2011.2710.7711.0511.0012.9112.49
QBC9.6210.2713.3012.6113.0514.1414.3213.6013.9014.33
EQBC9.6210.2513.6712.5314.8014.4113.3114.1713.5115.19
ACR12.3714.6816.8718.0318.0817.5917.6817.5718.2518.15
SCENARIO 2US14.3914.5614.4015.0315.1813.6813.7315.0315.8315.68
QBC13.6515.6214.4014.9914.6415.8216.1115.8816.0315.87
EQBC13.5715.0214.6914.8814.0815.1515.3316.3815.7215.73
ACR16.8618.5717.6318.1217.7017.6318.4918.2218.1418.79
SCENARIO 3US14.7014.6114.5315.2316.9516.7716.3316.4516.9016.71
QBC12.8113.6813.4113.0412.6613.1512.1112.3513.4413.38
EQBC12.8112.8513.2612.3912.0613.7613.2714.0314.1213.99
ACR16.1218.2817.0718.1817.9217.4317.8917.8218.2017.67
Table 8. LEI (RBFNN) in Scenario 4 (%).
Table 8. LEI (RBFNN) in Scenario 4 (%).
N = 7N = 14N = 21N = 28N = 35N = 42N = 49N = 56N = 63
SCENARIO 4US8.2310.828.989.2510.2613.2114.1613.8613.50
QBC9.3510.1015.4013.4212.3812.8613.1314.6313.50
EQBC9.3510.8213.1315.0611.7612.6014.5911.6513.50
ACR12.3510.8213.7014.3313.8013.6513.9913.8613.50

Share and Cite

MDPI and ACS Style

Liu, T.; Li, D.; Chen, J.; Chen, Y.; Yang, T.; Cao, J. Gas-Sensor Drift Counteraction with Adaptive Active Learning for an Electronic Nose. Sensors 2018, 18, 4028. https://doi.org/10.3390/s18114028

AMA Style

Liu T, Li D, Chen J, Chen Y, Yang T, Cao J. Gas-Sensor Drift Counteraction with Adaptive Active Learning for an Electronic Nose. Sensors. 2018; 18(11):4028. https://doi.org/10.3390/s18114028

Chicago/Turabian Style

Liu, Tao, Dongqi Li, Jianjun Chen, Yanbing Chen, Tao Yang, and Jianhua Cao. 2018. "Gas-Sensor Drift Counteraction with Adaptive Active Learning for an Electronic Nose" Sensors 18, no. 11: 4028. https://doi.org/10.3390/s18114028

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