Next Article in Journal
Photo-Detectors for Time of Flight Positron Emission Tomography (ToF-PET)
Next Article in Special Issue
Porphyrin-Embedded Silicate Materials for Detection of Hydrocarbon Solvents
Previous Article in Journal
Design and Implementation of a GPS Guidance System for Agricultural Tractors Using Augmented Reality Technology
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Local Weighted Nearest Neighbor Algorithm and a Weighted and Constrained Least-Squared Method for Mixed Odor Analysis by Electronic Nose Systems

1
Department of Electrical Engineering, National Tsing Hua University / No. 101, Sec. 2, Kuang-Fu Road, Hsinchu, 30013, Taiwan
2
Department of Computer Science, National Tsing Hua University / No. 101, Sec. 2, Kuang-Fu Road, Hsinchu, 30013, Taiwan
*
Author to whom correspondence should be addressed.
Sensors 2010, 10(11), 10467-10483; https://doi.org/10.3390/s101110467
Submission received: 1 November 2010 / Revised: 11 November 2010 / Accepted: 15 November 2010 / Published: 18 November 2010
(This article belongs to the Special Issue Direct and Indirect Sensing of Odor and VOCs and Their Control)

Abstract

: A great deal of work has been done to develop techniques for odor analysis by electronic nose systems. These analyses mostly focus on identifying a particular odor by comparing with a known odor dataset. However, in many situations, it would be more practical if each individual odorant could be determined directly. This paper proposes two methods for such odor components analysis for electronic nose systems. First, a K-nearest neighbor (KNN)-based local weighted nearest neighbor (LWNN) algorithm is proposed to determine the components of an odor. According to the component analysis, the odor training data is firstly categorized into several groups, each of which is represented by its centroid. The examined odor is then classified as the class of the nearest centroid. The distance between the examined odor and the centroid is calculated based on a weighting scheme, which captures the local structure of each predefined group. To further determine the concentration of each component, odor models are built by regressions. Then, a weighted and constrained least-squares (WCLS) method is proposed to estimate the component concentrations. Experiments were carried out to assess the effectiveness of the proposed methods. The LWNN algorithm is able to classify mixed odors with different mixing ratios, while the WCLS method can provide good estimates on component concentrations.

1. Introduction

An electronic nose is a biomimetic olfactory system developed based on chemical sensor principles, electronic system design and data analysis techniques. In the biological olfactory system, there are about 350 different odorant receptors in humans and about 1,000 in mice. Different odors are recognized by different combinations of odorant receptors [1,2]. Learning from this mechanism, an array of different chemical sensors is used in the design of an electronic nose. An odor can be identified by classifying its response pattern generated by the sensor array in the electronic nose [35].

The state-of-the-art techniques for sensor array data analysis and the applicability of each technique have been discussed by Jurs [6]. One type of data analysis methods is classification, which aims to group an object into one of the predefined class. K-Nearest Neighbor classifier (KNN) is one of the widely applied classification method that classifies an item according to the majority voting of the K nearest items. Instead of setting a global value for K, Locally Adaptive Nearest Neighbor (Local KNN) computes a locally varying K value for each query point by using the information from the neighbors of the query point [7]. On the other hand, since features may not be equally effective for classification, Discriminant Adaptive Nearest Neighbor (DANN) uses a locally weighted distance measurement scheme to compute the distance between two points [8]. The accuracy of KNN and its two variants, Local KNN and DANN, were examined by Bicego [9]. These three KNN-based methods were comparable on the examined data sets regardless of the computational cost.

The methods of dimensionality reduction, such as Principal Component Analysis (PCA) and Linear Discrimination Analysis (LDA), seek to reduce the data size required for classification. PCA is an unsupervised method, which finds a set of orthogonal projection directions that capture the largest amount of variation in data without using the class information of the data. On the other hand, LDA makes use of the class labels to find a lower-dimensional vector space for best class separation. For example, a 100% classification rate was achieved by LDA for classification of different tomato maturity states and different qualities of green tea samples [10,11]. The study in [12] indicates that PCA could yield superior classification results when a small training set is used. However, traditional classification methods would require significant computational cost if the sensor number is large.

Regression analysis is a statistical data analysis approach which seeks a continuous fitting function of independent variables to model the dependent variables. The Least-Squares method can be used to find such fitting function by minimizing the sum of squared differences between each of the known data point and the fitting function. The NASA’s Jet Propulsion Laboratory (JPL) used a set of self-developed polymer composite sensors to quantify single and mixed contaminants [13,14]. A second order polynomial regression based on the assumption of additive linearity was used to model the relationship between the gas concentration vector and the sensor responses. Carmel et al. [15] took the same assumption and further considered the relative influence of each component on the total mixture response. The modified model provided a promising result when more than two components were present in the examined mixture.

Although the classification methods represent a promising technology for analyzing electronic nose data, its applications are mainly focused on discrimination between different odors. Moreover, odors containing the same components but with different mixing ratios are generally perceived as different smells. For this reason, a traditional classification method will not be applicable for differentiating the smells. A more practical solution is to partition the odor space into subspaces and classify an odor into one of the subspaces. This paper adopts a supervised strategy to categorize the mixed odor dataset into several groups according to the components. The nearest neighbor method is then used to classify the response pattern into one of the predefined groups. A weighting scheme is proposed to re-scale the distance between two data points and thus the classification accuracy could be improved. Another solution for analysis of odor mixture is to directly determine the concentration of each component present in the examined mixture by analyzing the response pattern. Regression methods are applied in this paper to build odor models. The component concentrations are estimated by solving a weighted and constrained least-squares problem, in which each of the squared error term is weighted to reflect the reliability of each estimated sensor response.

The rest of this paper is organized as follows: Firstly, the proposed methods for analyzing mixed odors will be described in Section 2. Then, the data collection methods and experimental results will be provided to evaluate and support the proposed methods in Section 3. Finally, Section 4 will conclude the contribution of this work.

2. The Proposed Analysis Methods

Traditionally, an electronic nose is not designed to analyze mixed odors but merely to differentiate between different smells. This paper proposes to determine the components that are most significant in a mixture by analyzing the sensor response pattern of the odor mixture. This work is based on the following two assumptions [1315]:

  • Homogeneity: The sensor response to an odor is proportional to the odor concentration.

  • Linear Additive: The sensor response to a mixture is equal to the linear summation of the sensor response to each of its components.

Based on the assumption of homogeneity, the normalized mixed odor dataset could be categorized according to the contained components without considering the concentration of each component. For example, the categorization results for odors of three components would be like the one shown in Figure 1. The response pattern of the examined odor would then be classified to one of the predefined classes by using a classification method. However, the sensors may not provide enough useful information sufficient enough to classify an odor. A method of dimensionality reduction, such as PCA and LDA, can then be applied to select the significant features to achieve a better result of data partition. However, both PCA and LDA require solving a complex matrix eigenvalue problem in order to find the projection directions. In this paper, a simple local weighting scheme is proposed to properly weight each feature for a class.

2.1. Locally Weighted Nearest Neighbor (LWNN)

Assume that there are N predefined classes. In the nearest neighbor classification method, which is actually a KNN method with K = 1, a predefined class Classi is represented by its centroid o⃑i, where 1 ≤ iN and m is the number of sensors. Here, we define the class centroid as the mean point of class:

o i , j = 1 | Class i | p Class i p j
where oi,j is the jth component of o⇀i. A testing point is defined as the class of the nearest centroid. In the proposed weighting scheme, instead of directly computing the Euclidean distance between the testing point x⇀ and the examined centroid o⇀i, an independent weighting vector ω⇀i is associated to each class to re-scale the Euclidean distance, i.e.:
d ( x , o i ) = j = 1 m ω i , j ( x j o i , j ) 2
where m is the number of sensors. For each class the weighting vectors are determined by minimizing the num of squared weighted distance from each training data point to the centroid of its belonged class, that is:
min ω 1 , ω 2 , , ω N i = 1 N p Class i d 2 ( p , o i )
subject to j = 1 m ω i , j = 1, for 1 ≤ iN. The optimization problem in Equation (3) can be solved by Lagrangian Multipliers. The optimal weighting vector associated to each class is computed as:
ω i , j = λ i p Class i ( p j o i , j ) 2
where:
λ i = ( j = 1 m p Class i ( p j o i , j ) 2 ) 1 m

Note that Equation (4) indicates that is the points belonging to the same class exhibit a string correlation in jth feature, a large weight would be assigned to this feature for the class. Aside from these observations, the optimal weighting vectors can be computed without too much effort since the computation of each weighting term is expressed in a closed-form.

As aforementioned, the proposed Locally Weighted Nearest Neighbor algorithm (LWNN) uses the weighting scheme to re-scale the Euclidean distance between two data points when finding the nearest neighbor. Unlike the original KNN algorithm, the proposed LWNN algorithm has a training stage, which computes both the centroid and the associated independent weighting vector of each predefined class (Table 1). Then, as shown in Table 2, LWNN classifies a testing data point as the class of the centroid that has the minimum weighted distance to the examined point. Note that it is unnecessary to take any additional step to determine the best K value so as to increase the classification accuracy. In practice, as it will be shown later in Section 3, the experimental results of determining the component set demonstrates that the accuracy of the proposed LWNN classifier is comparable to that of those commonly used KNN-based methodologies.

2.2. Odor Concentration Estimation by Weighted Least-Squares Method

Although the proposed LWNN method can be used to efficiently determine the set of components present in an odor mixture, the concentration of each component is still unknown. Nevertheless, a regression method could be used to estimate the component concentration. According to the assumption of homogeneity, the sensor generated by the ith sensor to the jth odor component at a concentration cj can be formulized as:

r i ( c j ) = α i , j c j

Based on the linear additive assumption, the response of the ith sensor when exposed to an odor mixture consists of n components with concentrations c1, c2,..., cn, respectively, can be formulized as:

r i ( c 1 , c 2 , ... , c n ) = β i , offest + j = 1 n β i , j r i ( c j )

Note that the response of each component is weighted with a weighting term βi,j and an offset term βi,offest is introduced in Equation (6) to get a better fit for the sensor responses. According to [15], this weighting scheme on the response of each component can be seen as a reflection of the relative influence of each component on the total response.

The parameters in Equation (6) could be obtained by applying a method for linear least-squares problems. Then, the concentration of each mixture component can be estimated by solving the following least-squares formulation:

min c 1 , c 2 , ... c n 1 2 i = 1 m ( r i ( c 1 , c 2 , ... , c n ) t i ) 2
subject to:
c 1 , c 2 , ... , c n 0
where n is the number of the components, m is the number of sensors, and ti is the ith sensor response of the examined odor mixture. The nonnegative constraints are introduced in Equation (7) in order to get a feasible solution. Moreover, to reflect the effectiveness of the estimated sensor response, a weighting scheme on each sensor response is proposed to properly weight each squared error term in Equation (7), and thus the following formulation is to be solved:
min c 1 , c 2 , ... , c n 1 2 i = 1 m ω i ( r i ( c 1 , c 2 , ... , c n ) t i ) 2
subject to:
c 1 , c 2 , ... , c n 0

In order to get a close form expression for each of the weighting terms, the product of the weighting terms is set to one:

i = 1 m ω i = 1

According to Equation (4), the weighting term of the ith sensor is defined as:

ω i = λ k = 1 | T | ( r i ( c 1 ( k ) , c 2 ( k ) , , c n ( k ) ) t i ( k ) ) 2
and:
λ = ( i = 1 m k = 1 | T | ( r i ( c 1 ( k ) , c 2 ( k ) , , c n ( k ) ) t i ( k ) ) 2 ) 1 m
where |T| is the number of the training data, m is the number of sensors, and ti(k) is the ith observed sensor response of the kth training data. Equation (9) indicates that if the predicated sensor response is close to the observed sensor response, a higher weight will be assigned to that response.

The proposed methodology that uses a weighted and constrained least-squares method (WCLS) to estimate the component concentrations of a mixed odor is presented in Table 3 and Table 4. In the training stage, a set of odor models for both pure and mixed odors are built by using the least-squares method. Moreover, a set f weighting terms are computed and then used in the testing stage to estimate the concentration of each component present in an odor mixture.

Although mixing of odors can yield linear additive trend, it is not necessarily common. The effect of mixing can often lead to (1) masking or dominance by a stronger component [16], (2) hypoadditivity (lower than the sum or average) [17,18], and (3) synergistic effects [19,20].

3. Experimental Results and Discussion

Figure 2 shows the experimental setup used to collect the volatile organic compound (VOC) for analysis. The target gas for the test was produced by a standard air generator (AID360). The solvent of the testing gas sat inside the diffusion tube of the standard air generator under room temperature. A constant heater was used to increase the temperature in the tube to cause the organic solvent to evaporate. By the time the whole system reached steady temperature and flow rate for the whole system, a testing gas with stable concentration was achieved. Diffusion rate can be theoretically controlled by the temperature setting, and air concentration can be accurately calculated by measuring the weight loss of the organic solvent. The testing gas was carried out by steady air coming from the air compressor. The gas flow rate was controlled by the mass flow controller (MFC). The testing air was then infused into the glass chamber, which connects to a commercial Cyranose 320 electronic nose, which consists of 32 carbon black composite sensors. After completing the experiment, the testing air was pumped out to a Fourier transform infrared spectrophotometer (FTIR) with built-in database for cross-validation, and dry air was again used to purge the chamber. A collection of 133 mixed odor data collected by Cyranose 320 was uploaded to a personal computer after the experiment for further analysis. Three highly volatile solvents: methanol, ethanol and acetone, were mixed with different mixing ratios by using multiple air generators and mass flow controllers. The collected data are randomly divided into two sets, called the training set and the testing set, each of which contains 67 and 66 odor data, respectively. Since there are eight different types of sensors in the Cyranose 320, eight response features are derived by averaging the responses generated by four sensors of the same type in order to get a more stable sensor response. That is to say, an odor is represented by the odor pattern formed from eight averaged sensor responses.

Figure 3 shows the normalized odor patterns of the examined components: methanol, ethanol and acetone, with different concentrations. As shown, the normalized odor pattern of acetone is quite different to those of the others. However, both methanol and ethanol have almost the same normalized odor pattern because these two compounds are very similar in chemical structures and intermolecular forces.

Figure 4 shows the relationship between the sensor responses and the concentrations of the examined components and the regression line. As expected, the sensor responses are proportional to the odor concentrations. Consequently, both of the proposed LWNN method (Section 2.1) and the odor model of single compound (Section 2.2) are supported by the confirmation of the homogeneity assumption.

3.1. Odor Component Determination Results

This section presents the performance of the KNN-based methodologies, which are listed below:

  • KNN: KNN using the default Euclidean distance metric.

  • PCA+KNN: KNN over the reduced space generated by Principal Component Analysis (PCA).

  • LDA+KNN: KNN over the reduced space generated by Linear Discrimination Analysis (LDA).

  • WNN: The proposed Locally Weighted Nearest Neighbor method.

For each method, except for LWNN, in which the K value is fixed to one, the value of K varies from one to five. The performances of the four KNN-based methods were evaluated by using the collected odor data. The training dataset were partitioned into seven component sets according to the components:

  • ♦ M: methanol.

  • ♦ E: ethanol.

  • ♦ A: acetone.

  • ♦ ME: mixture of methanol and ethanol.

  • ♦ EA: mixture of ethanol and acetone.

  • ♦ AM: mixture of acetone and methanol.

  • ♦ MEA: mixture of methanol, ethanol and acetone.

The results are summarized in Table 5. For each method, the K value that provided the best performance on the testing set is marked. As shown, the LDA + KNN strategy outperforms the other methods over the collected odor data set; while PCA has the worst performance.

The reason is that PCA seeks to separate all the data points as widely as possible. However, the local correlation structure of each component set may be distorted. As shown in Figure 5, the method of PCA widely distributes all the data points while they are mixed together. In contrast, LDA can discriminate between different classes and keep the data points of the same class as compact as possible. Note that the projections of LDA over the testing dataset in Figure 5 match up the seven partitions in Figure 1.

Although the method of KNN applied with LDA outperforms the proposed LWNN method; LWNN is the most efficient way among the examined KNN-based methods since there is no additional computation to determine the best K value. Moreover, LWNN does not require solving any costly eigenvalue problem, which is necessary for both PCA and LDA. Nevertheless, the proposed LWNN method yields an acceptable accuracy to classify and identify the component set.

3.2. Estimation Results for Mixed Odors

This section reports the performance of the proposed methodology that uses a weighted and constrained least-squares method to estimate the concentration of each component present in an odor mixture. The randomly assigned training dataset are used to build odor models:

  • PM: the odor model for methanol.

  • PE: the odor model for ethanol.

  • PA: the odor model for acetone.

  • M: the odor model for mixtures of methanol, ethanol and acetone.

Two methodologies for estimating component concentrations are tested and compared in this section:

  • CLS: the constrained least-squares method.

  • WCLS: the proposed weighted and constrained least-squares method.

The metric of Root Mean Squared Error (RMSE) is adopted to evaluate the error between the estimated component concentration (cE1, cE2, ... cEn) and the real component concentrations (cR1, cR2, ... cRn), i.e.,

RMSE = i = 1 n ( c E i c R i ) 2 n
where n is the number of components.

Figure 6 shows the estimated errors of the regular constrained least-squares method (CLS) and the proposed weighted and constrained least-squares method (WCLS) over the testing odor dataset. The error presented is the averaged error for each concentration combination. As shown, the proposed WCLS methodology generally produces much better estimates compared to the other method: the error curves of WCLS are almost always lower than those of CLS especially for mixed odors. As presented in Table 6, the maximum error for estimate of mixtures containing all the three components is no more than 6 ppm. However, when the number of components decreases, the estimate result becomes worse (Table 7 and Table 8). Figure 7 shows the root mean squared error (RMSE) of all the estimated results in tables 68. The reason is attributed to the proposed weighting scheme which assigns a larger weight to the responses of sensors 1, 3 and 8, where the responses of methanol and acetone are similar to those of ethanol. Consequently, for the component set of A, the proposed WCLS methodology could not differentiate between ethanol and acetone when the concentration of acetone is low. Moreover, since the patterns of both ethanol and methanol are quite similar as we have seen in Figure 3, the proposed methodology would be confused. Therefore, for the four component sets: M, E, EA and AM the estimate would report a high concentration of methanol accompanied with a low concentration of ethanol, and vice versa. Nevertheless, when both methanol and ethanol are present in the examined odor, the proposed WCLS could provide a good concentration estimate.

4. Conclusion

This study aimed to determine the mixture components and estimate the concentration of each of the contained component, assuming homogeneity and linear additive. A KNN-based method, LWNN, is proposed to determine the components present in a mixed odor by classifying its sensor responses to the closest previously partitioned component sets. Furthermore, a local weighting scheme, which associates each component set with an independent weighting vector, is proposed to re-scale the distance between a testing data point and the centroid of a component set. For each component set, a higher weight is assigned to the sensor response when the sensor yields a very consistent response to that class.

To further estimate the component concentrations, odor models have been built by regressions. Based on these odor models, a weighted and constrained least-squares problem is solved to estimate the concentration of each of the component present in the examined mixture. A weighting scheme is adopted to reflect the reliability of each estimated sensor response. If the estimated response value of a sensor is close to the observed response, a large weight would be assigned to the squared error between the estimated and observed sensor response.

To evaluate the effectiveness of the proposed methods, a set of odor data has been collected by mixing three highly volatile solvents with different mixing ratios. LDA has been noted for its ability to discriminate between different component sets regardless of its high computational cost. Furthermore, the proposed LWNN method is shown to be comparable to the commonly applied KNN-based methodology but with lower computational cost since there is no additional computation to determine the best K value for better classification performance. However, LWNN is not suitable for estimation of component concentrations and becomes complex when the number of component increases. The proposed methodology that uses a weighted and constrained least-squares method (WCLS) also demonstrates to provide a good estimate for component concentrations especially for odor mixtures, yet WCLS may provide erroneous concentration estimates for pure odors.

Acknowledgments

The authors would like to acknowledge the support of the National Science Council of Taiwan, under Contract No. NSC 97-2220-E-007-036 and NSC 98-2220-E-007-017. We also acknowledge the support of the Chung-Shan Institute of Science and Technology, under Contract No. CSIST-808-V207. The authors would like to thank National Chip Implementation Center (CIC) for technical support.

References and Notes:

  1. Buck, LB. Unraveling the sense of smell. In the Nobel Lecture, Sal Adam, Berzeliuslaboratoriet, Karolinska Institutet, Stockholm, Sweden, 8 December 2004..
  2. Buck, LB. Olfactory receptors and odor coding in mammals. Nutr. Rev 2008, 62, S184–S188. [Google Scholar]
  3. Muñoz, BC; Steinthal, G; Sunshine, S. Conductive polymer-carbon black composites-based sensor arrays for use in an electronic nose. Sens. Rev 1999, 19, 300–305. [Google Scholar]
  4. James, D; Scott, SM; Ali, Z; O’Hare, WT. Chemical sensors for electronic nose systems. Microchim. Acta 2005, 149, 1–17. [Google Scholar]
  5. Lonergan, MC; Severin, EJ; Doleman, BJ; Beaber, SA; Grubbs, RH; Lewis, NS. Array-based vapor sensing using chemically sensitive, carbon black-polymer resistors. Chem. Mater 1996, 8, 2298–2312. [Google Scholar]
  6. Jurs, PC; Bakken, GA; McClelland, HE. Computational methods for the analysis of chemical sensor array data from volatile analytes. Chem. Rev 2000, 100, 2649–2678. [Google Scholar]
  7. Wettschereck, D; Dietterich, T. Locally adaptive nearest neighbor algorithms. In Advances in Neural Information Processing Systems 6 (NIPS 1993); Cowan, JD, Tesauro, G, Alspector, J, Eds.; Morgan Kaufmann Publishers: San Mateo, CA, USA, 1994; pp. 184–191. [Google Scholar]
  8. Hastie, T; Tibshirani, R. Discriminant adaptive nearest neighbor classification. IEEE Trans. Patt. Anal. Mach. Int 1996, 18, 607–616. [Google Scholar]
  9. Bicego, M; Tessari, G; Tecchiolli, G; Bettinelli, M. A comparative analysis of basic pattern recognition techniques for the development of small size electronic nose. Sens. Actuat.—B: Chem 2002, 85, 137–144. [Google Scholar]
  10. Gmez, AH; Hu, G; Wang, J; Pereira, AG. Evaluation of tomato maturity by electronic nose. Comput. Electron. Agric 2006, 54, 44–52. [Google Scholar]
  11. Yu, H; Wang, J; Zhang, H; Yu, Y; Yao, C. Identification of green tea grade using different feature of response signal from e-nose sensors. Sens. Actuat.—B: Chem 2008, 128, 455–461. [Google Scholar]
  12. Martínez, AM; Kak, AC. PCA versus LDA. IEEE Trans. Patt. Anal. Mach. Int 2001, 23, 228–233. [Google Scholar]
  13. Shevade, AV; Zhou, H; Homer, ML; Ryan, MA. Nonlinear least-squares based method for identifying and quantifying single and mixed contaminants in air with an electronic nose. Sensors 2006, 6, 1–18. [Google Scholar]
  14. Ryan, MA; Zhou, H; Buehler, MG; Manatt, KS; Mowrey, VS; Jackson, SP; Kisor, AK; Shevade, AV; Homer, ML. Monitoring space shuttle air quality using the jet propulsion laboratory electronic nose. IEEE Sens. J 2004, 4, 337–347. [Google Scholar]
  15. Carmel, L; Sever, N; Harel, D. On predicting responses to mixtures in quartz microbalance sensors. Sens. Actuat.—B: Chem 2005, 106, 128–135. [Google Scholar]
  16. Kim, K-H. Experimental demonstration of masking phenomenon between competing odorants via an air dilution sensory test. Sensors 2010, 10, 7287–7302. [Google Scholar]
  17. Laing, DG; Panhuber, H; Slotnick, BM. Odor masking in the rat. Physiol. Behav 1989, 45, 689–694. [Google Scholar]
  18. Comett-Muniz, JE; Cain, WS; Abraham, M. H. Dose-addition of individual odorants in the odor detection of binary mixtures. Behav. Brain Res 2003, 138, 95–105. [Google Scholar]
  19. Laska, M; Hudson, R. A comparison of the detection thresholds of odour mixtures and their components. Chem. Senses 1991, 16, 651–662. [Google Scholar]
  20. Miyazawa, T; Gallagher, M; Preti, G; Wise, PM. Synergistic mixture interactions in detection of perithreshold odors by humans. Chem. Senses 2008, 33, 363–369. [Google Scholar]
Figure 1. A schematic plot of the normalized data set of mixed odors consists of three odor components: A, B and C. The data points are partitioned into seven component sets according to the contained odor components: A, B, C, AB, BC, CA, and ABC.
Figure 1. A schematic plot of the normalized data set of mixed odors consists of three odor components: A, B and C. The data points are partitioned into seven component sets according to the contained odor components: A, B, C, AB, BC, CA, and ABC.
Sensors 10 10467f1 1024
Figure 2. A schematic plot of the experimental setup for data collection.
Figure 2. A schematic plot of the experimental setup for data collection.
Sensors 10 10467f2 1024
Figure 3. The normalized odor patterns of three vaporized solvents with different concentrations: (a) methanol, (b) ethanol and (c) acetone.
Figure 3. The normalized odor patterns of three vaporized solvents with different concentrations: (a) methanol, (b) ethanol and (c) acetone.
Sensors 10 10467f3 1024
Figure 4. The response of each sensor over three vaporized solvents: (a) methanol, (b) ethanol and (c) acetone, under different concentrations.
Figure 4. The response of each sensor over three vaporized solvents: (a) methanol, (b) ethanol and (c) acetone, under different concentrations.
Sensors 10 10467f4 1024
Figure 5. The projections of (a) PCA and (b) LDA over the testing set.
Figure 5. The projections of (a) PCA and (b) LDA over the testing set.
Sensors 10 10467f5 1024
Figure 6. The estimated errors of the CLS method and the proposed WCLS over the testing dataset for (a) pure odors, (b) mixed odors (two components), and (c) mixed odors (three components).
Figure 6. The estimated errors of the CLS method and the proposed WCLS over the testing dataset for (a) pure odors, (b) mixed odors (two components), and (c) mixed odors (three components).
Sensors 10 10467f6 1024
Figure 7. The root mean squared error of all the estimated results in Tables 68.
Figure 7. The root mean squared error of all the estimated results in Tables 68.
Sensors 10 10467f7 1024
Table 1. The training stage of LWNN.
Table 1. The training stage of LWNN.
Input: the training dataset.
Procedure:
(1) Start with a set of predefined classes, Class1, Class2,…, ClassN.
For each class, Classi,
(2) Compute its centroid o i and its associated weighting vector w i by Equation (1) and (4).
Table 2. The testing stage of LWNN.
Table 2. The testing stage of LWNN.
Input: the testing dataset.
Procedure:
  For each data point x⃗,
(1) Compute the weighted distances between x⃗ and each of the class centroid o i by Equation (2).
(2) Classify x⃗ as the class whose centroid has the minimum weighted distance to x⃗.
Table 3. The training stage of WCLS.
Table 3. The training stage of WCLS.
Input: the training odor dataset.
Procedure:
  For each pure odor,
(1) Build the pure odor model according to Equation (5).
(2) Build the mixed odor model according to Equation (6).
  Compare each of the weighting terms by Equation (9).
Table 4. The testing stage of WCLS.
Table 4. The testing stage of WCLS.
Input: the testing odor dataset.
Procedure:
  For each testing odor data,
(1) Estimate the component concentration by solving a weighted least-squares problem as Equation (8).
Table 5. Accuracy of the KNN-based methods.
Table 5. Accuracy of the KNN-based methods.
Accuracy (%)K = 1K = 2K = 3K = 4K = 5
KNN93.9493.94*95.4593.9493.94
LDA + KNN96.97*100.0098.4898.4896.97
PCA + KNN*48.4839.3939.3940.9125.76
LWNN*95.45
Table 6. The concentration estimation results of the proposed methodology for mixed odors with three components.
Table 6. The concentration estimation results of the proposed methodology for mixed odors with three components.
Real ConcentrationsEstimated
Component SetM (ppm)E (ppm)A (ppm)M (ppm)E (ppm)A (ppm)RMSE (ppm)

MEA-134343433.3230.1238.613.50
MEA-234345137.2933.3449.542.11
MEA-334346834.6931.5068.821.57
MEA-434513438.8549.3329.743.85
MEA-534683435.8264.2838.303.45
MEA-651343456.1136.8026.815.34
MEA-768343466.8829.9338.243.45
Table 7. The concentration estimation results of the proposed methodology for mixed odors with two components.
Table 7. The concentration estimation results of the proposed methodology for mixed odors with two components.
Real ConcentrationsEstimated
Component SetM (ppm)E (ppm)A (ppm)M (ppm)E (ppm)A (ppm)RMSE (ppm)

ME-13434031.7031.190.462.11
ME-23451037.7945.232.844.31
ME-33468039.6664.522.674.13
ME-45134047.4432.200.002.30
ME-55151052.4647.450.002.22
ME-66834064.0531.940.002.57

EA-1034340.4832.5028.643.23
EA-2034512.8228.6349.353.63
EA-3034682.9324.3268.495.85
EA-4051345.7739.0138.218.06
EA-5051515.3937.6054.688.61
EA-6068349.6148.3340.8613.25

AM-13403419.2713.6224.2912.87
AM-23405120.297.4546.229.42
AM-33406820.922.7765.177.89
AM-45103433.377.5932.1411.13
AM-55105136.083.0651.038.79
AM-66803451.071.9647.1512.43
Table 8. The concentration estimation results of the proposed methodology for pure odors.
Table 8. The concentration estimation results of the proposed methodology for pure odors.
Real ConcentrationsEstimated
Component SetM (ppm)E (ppm)A (ppm)M (ppm)E (ppm)A (ppm)RMSE (ppm)

M-128007.5516.200.0015.06
M-2450028.9411.380.0011.36
M-3570040.949.070.0010.65
M-4680053.966.570.008.95
M-5850073.013.920.007.28

E-102800.0229.570.000.91
E-204501.3241.710.002.05
E-305606.5248.332.495.99
E-406808.0054.994.309.16
E-508506.1268.5615.0013.33

A-100280.0020.170.0019.92
A-200450.0015.1918.1717.80
A-300560.0011.6432.6115.08
A-400680.007.5447.2212.76
A-500850.000.9771.118.04

Share and Cite

MDPI and ACS Style

Tang, K.-T.; Lin, Y.-S.; Shyu, J.-M. A Local Weighted Nearest Neighbor Algorithm and a Weighted and Constrained Least-Squared Method for Mixed Odor Analysis by Electronic Nose Systems. Sensors 2010, 10, 10467-10483. https://doi.org/10.3390/s101110467

AMA Style

Tang K-T, Lin Y-S, Shyu J-M. A Local Weighted Nearest Neighbor Algorithm and a Weighted and Constrained Least-Squared Method for Mixed Odor Analysis by Electronic Nose Systems. Sensors. 2010; 10(11):10467-10483. https://doi.org/10.3390/s101110467

Chicago/Turabian Style

Tang, Kea-Tiong, Yi-Shan Lin, and Jyuo-Min Shyu. 2010. "A Local Weighted Nearest Neighbor Algorithm and a Weighted and Constrained Least-Squared Method for Mixed Odor Analysis by Electronic Nose Systems" Sensors 10, no. 11: 10467-10483. https://doi.org/10.3390/s101110467

Article Metrics

Back to TopTop