Next Article in Journal
Comparisons between Membrane, Bridge and Cantilever Miniaturized Resistive Vacuum Gauges
Previous Article in Journal
Method for Vibration Response Simulation and Sensor Placement Optimization of a Machine Tool Spindle System with a Bearing Defect
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Using a Genetic Algorithm as an Optimal Band Selector in the Mid and Thermal Infrared (2.5–14 µm) to Discriminate Vegetation Species

1
Faculty of Geo-Information Science and Earth Observation (ITC), University of Twente, P.O. Box 217, 7500 AE Enschede, The Netherlands
2
Centre de Recherche Public-Gabriel Lippmann (CRPGL), L-4422 Belvaux, Luxembourg
3
Department of Survey Engineering, Faculty of Engineer, Chulalongkorn University, 10330 Bangkok, Thailand
*
Author to whom correspondence should be addressed.
Sensors 2012, 12(7), 8755-8769; https://doi.org/10.3390/s120708755
Submission received: 15 May 2012 / Revised: 13 June 2012 / Accepted: 15 June 2012 / Published: 27 June 2012
(This article belongs to the Section Remote Sensors)

Abstract

: Genetic variation between various plant species determines differences in their physio-chemical makeup and ultimately in their hyperspectral emissivity signatures. The hyperspectral emissivity signatures, on the one hand, account for the subtle physio-chemical changes in the vegetation, but on the other hand, highlight the problem of high dimensionality. The aim of this paper is to investigate the performance of genetic algorithms coupled with the spectral angle mapper (SAM) to identify a meaningful subset of wavebands sensitive enough to discriminate thirteen broadleaved vegetation species from the laboratory measured hyperspectral emissivities. The performance was evaluated using an overall classification accuracy and Jeffries Matusita distance. For the multiple plant species, the targeted bands based on genetic algorithms resulted in a high overall classification accuracy (90%). Concentrating on the pairwise comparison results, the selected wavebands based on genetic algorithms resulted in higher Jeffries Matusita (J-M) distances than randomly selected wavebands did. This study concludes that targeted wavebands from leaf emissivity spectra are able to discriminate vegetation species.

1. Introduction

Hyperspectral sensors, because of their high spectral detail over contiguous narrow bands, have proven to be a valuable tool for discriminating plants species [14] compared to multispectral resolution sensors [5]. However, due to high dimensionality, working with hyperspectral data poses challenging problems such as redundancy, intensive computation, and singularity of covariance matrix inversion [610]. To overcome these problems, the dimensionality of hyperspectral data needs to be reduced without compromising the information content. The dimensionality of the data is reduced through either band extraction or band selection [6]. In band selection a subset of the original bands is selected without affecting the physical meaning of the selected bands. In band extraction a certain number of bands is selected after transforming the original dataset [11]. Band selection is often preferred to band extraction as the physical meaning of the data remains unchanged [6,1215].

Genetic algorithms constitute problem solving optimization methods based on the philosophy of genetics and natural selection through “survival of the fittest” [16,17]. A genetic algorithm is a popular band selector and dimensionality reduction procedure for spectral analysis [8,1822]. The genetic algorithm as a band selector has performed with higher accuracy than other band selection algorithms for both synthetic [23] and real remote sensing data [8,18,19,24]. In remote sensing, genetic algorithms selected spectral bands for classification with hyperspectral data, as well as bands sensitive to the chemical content of plants and soils [18,19]. The majority of the studies used genetic algorithms as a band selector where the class information was broad (i.e., the spectral signatures of the different classes were distinct from each other) [25] and the genetic algorithms easily selected bands that differentiated between various classes. Using visible to short-wave infrared (VIS–SWIR; 0.4–2.5 μm) spectra, Vaiphasa et al. [8] discriminated between sixteen mangrove plant species with similar spectral characteristics. The present study extends the genetic algorithms to the mid to thermal infrared for optimal band selection for discriminating plant species.

Till recently, vegetation spectra in the mid to thermal infrared (2.5–14 μm) was perceived as a line without any spectral features [26]. However, the introduction of spectroradiometers sensitive to mid and thermal infrared revealed that certain spectral features are associated with the composition of leaf epidermal materials (i.e., cell walls and cuticular membranes), which can act as a fingerprint for discriminating vegetation [2629]. The present study attempts to discriminate between 13 broadleaf vegetation species using genetic algorithms from high resolution mid to thermal infrared data (2.5–14.0 μm, comprising 3,024 spectral bands). The possibility of using genetic algorithm-based selected features for distinguishing vegetation species (from laboratory measured emissivity spectra) will be an important prerequisite for adjusting band positions of air-borne and space-borne floristic mapping campaigns.

2. Materials and Methods

2.1. Leaf Sampling

The dataset of leaf samples used in this study was the same as used in the [29]. The leaves were collected (between July and September 2010) from thirteen plant species (Table 1) species. To avoid pseudo-replication, leaves were collected from at least ten different plants of the same species. Leaves were acquired from different part of the plant (both on the sun and the shaded side). The leaves, attached to small twigs, were brought to the laboratory within 5 minutes, and placed in moist cotton to avoid desiccation. Spectral measurements were recorded as soon as possible.

2.2. Spectral Measurements

A Bruker VERTEX 70 FTIR spectrometer (Bruker Optics GmbH, Ettlingen, Germany) was used to acquire the Directional Hemispherical Reflectance (DHR) spectrum of each leaf. Nitrogen (N2) gas was used to continuously purge the spectrometer from water vapor and carbon dioxide. A mid-band mercury-cadmium-tellurium (MCT) detector cooled with liquid nitrogen was used to measure the DHR spectrum of the adaxial (upper) surface of the leaf samples between 2.5 and 14 μm (Figure 1), with a spectral resolution of 4 cm−1. Thirty five (35) leaves were measured per species, thus 455 leaves were measured in total. Each leaf measurement was referenced against a calibration measurement of gold plate (infragold; Labsphere reflectance technology) with a high reflectance (approximately 96%). One thousand (1,000) scans were averaged to produce each leaf spectrum. The spectra between 6 to 8 μm were noisy (due to water absorption) and were excluded from the analysis. The DHR spectra were converted to emissivity using Kirchhoff's law (Emissivity = 1 − R) [3032]. For further detail about the spectrometer and data acquisition, see [29,33].

2.3. Concept of Genetic Algorithm

Genetic algorithms, introduced for the first time by Holland [17], are a popular type of evolutionary optimization computation based on the concept of natural selection. The innovation behind genetic algorithms is the random (stochastic) model that uses a population of solutions rather than a single solution. During each iteration, solutions are represented in the form of a “chromosome”, with selected wavelength bands positioned as “genes”. The algorithm commences with a population of random solutions, termed the first generation. A fraction of these solutions, with the best “fitness” according to a pre-defined objective function are then selected to produce (i.e., undergo the mechanism of crossover and mutation) a second generation that consists of hybridized offspring of the first generation. Of this second generation, again the solutions with the highest fitness are selected to reproduce a third generation, and so on, until the improvement in fitness between subsequent generations levels off to a pre-set threshold. Parameters that have to be selected before starting the algorithm are the chromosome size (i.e., how many bands can be selected per solution), the population size (i.e., the number of solutions per generation), the fraction of a generation that is selected to be the “parents” for the new generation, and when to stop the algorithm. The reproduction operators, objective function, and selection mechanism are summarized in the next subsection, while the detailed practical implementation (step by step procedure) can be found in Goldberg [16]. The genetic algorithms script was written at the Faculty of Geo-Information Science and Earth Observation (ITC), the Netherlands.

2.3.1. Reproduction Operators

For problem solving, the selected chromosomes directly undergo crossover and mutation. In the crossover operation the two selected parent chromosomes merge and produce offspring (new chromosomes) that share the properties of both parents. A single point crossover was used in this study, where two parent chromosomes split into four segments (two segments per parent). Then the exchange of gene segments produces two offspring from every two parents. In mutation, a single gene (band, in this case) in the offspring chromosome is randomly altered and as a result the characteristics of the offspring differ from the parental chromosome combination.

2.3.2. Objective Function

An objective function is required to assign a value to each chromosome. The associated value of each chromosome is an indication how well it fits the solution it represents. The spectral angle mapper (SAM) nearest neighbour classifier was used to evaluate the fitness values (in this case the overall classification accuracy) of the chromosome population during the process of evolution. The SAM determines the spectral similarity between two spectra (i.e., target and reference) by calculating the angle between them in an n-dimensional space. To calculate the fitness function, half of the spectra of each species (17 spectra per species) were used for training purposes, and the remaining half for validation purposes. For each species, the average spectrum of training dataset was used as a reference spectrum.

2.3.3. Selection

On the basis of fitness value (i.e., the classification accuracy resulted from the SAM), the parent chromosomes were selected to reproduce offspring using random (roulette wheel) selection. The chromosomes with higher fitness values have a higher chance of being selected for reproduction and to generate a new chromosome.

2.3.4. Preliminary Parameters and Chromosome Size

The initial parameters were configured as follows: Population size = 1,000, maximum number of generations = 500, crossover probability = 1, probability of mutation = 0.01, elite count (i.e., the number of chromosomes with best fitness values in the current generation that are guaranteed to survive into the next generation; these chromosomes are called elite children) = 2.

In order to define the number of genes in a chromosome for maintaining high classification accuracy, the genetic algorithms were run with different gene numbers per chromosome. The minimum threshold for class separability (i.e., classification accuracy) was set to 85% [25]. The minimum number of genes in a chromosome that exceeded the defined threshold was five. There was little increase in the classification accuracy when the genetic algorithm was executed with chromosomes with six bands (Figure 2). Therefore, a chromosome with five bands was chosen for further analysis.

The consistency of the genetic algorithms for discriminating vegetation species was checked by repeating the analysis 40 times. The data was reshuffled at the beginning of each run. The algorithms start with a random initial population and undergo selection (based on fitness score), crossover, mutation and elite count processes.

2.4. Evaluating the Performance of the Genetic Algorithm

The performance of the genetic algorithms in separating the species was assessed by using the Jeffries Matusita (J-M) distance [34]. The J-M distance is the average distance between two class density functions. The J-M distance takes into account the distance between class mean and the distribution of values from the means. Another advantage is that it can be executed over a number of bands (unlike M-statistics). The J-M distance is a parametric test, of which values range between 0 and 2, providing an easy comparison of class separability [1,3]. The J-M distance was calculated between each pair of species using the genetic algorithm based winner chromosome (using the bands selected on the basis of the genetic algorithm) as well as a randomly selected chromosome. Prior to conducting the tests, the distribution of the spectral emissivity values across selected waveband was tested for normality and the homogeneity of variance (homoscedasticity) was verified for every spectral band.

The average J-M distance between each species pair selected using the genetic algorithm's selected bands were compared with the average J-M distance derived from the randomly selected bands. The significance of difference in the J-M distances between the genetic algorithm based bands and randomly selected bands was tested using a t-test.

3. Results

3.1. Length of the Chromosome

The results (Figure 2) compare the fitness score against chromosome size for the thirteen species. The minimum number of genes in a chromosome that exceeded the defined threshold (classification accuracy of 85%) was five. There was no substantial increase in the classification accuracy using a six, compared to a five, band chromosome (Figure 2).

3.2. Band Pruning Based on Genetic Search Algorithms

Illustrating the process of evolution, Figure 3 shows the result of a single run. The vertical (y) axis represents the count of the genes selected, while the horizontal axis (x) represents the wavelength. At the beginning (1st generation) the population consisted of randomly selected genes from all wavebands, and as the evolution proceeded the bands started to converge.

The overall classification accuracy using the winning chromosome genes are illustrated in Table 2. The results (Table 2) show that the classification accuracies of the winning chromosome were above the set threshold (85%) for both training and testing datasets.

The genetic algorithm was run 40 times to check consistency. The wining chromosomes along with classification accuracies (based on the SAM) are reported in Appendix 1. The fitness scores of all winning chromosomes were above the defined threshold (classification accuracy over 85%). The frequency of the selected genes showed genes clustering around certain wavebands (Figure 4). The high frequency occurring at certain wavebands represents that waveband's importance for the separating of species. The selected genes were grouped into eight waveband regions based on the mean and standard deviation (Table 3). Five of those lie in the mid infrared (2.5–6 μm) and the remaining three regions belong to the thermal infrared (8–12 μm).

The eight waveband regions (where selected genes were grouped) correspond to the spectral wavebands positions of the Mid-wave infrared Airborne Spectrographic Imager (MASI600) and the Thermal infrared Airborne Spectrographic Imager (TASI600). The MASI600 and TASI600 are pushbroom hyperspectral sensors operating in the mid-wave infrared (3–5 μm) and thermal infrared (8–11.5 μm), having 64 continuous spectral bands. These sensors can acquire data at a maximum altitude of 3,048 m (above sea level). The spatial resolution varies between 1 m and 3.5 m (depending on the altitude of the platform) with a spatial coverage of 600 pixels. The first four waveband regions (B, C, D and E) correspond to the wavebands of MASI600 and the last three regions (F, G and H) lay within the spectral range of TASI600.

3.3. Evaluation of the Performance of Genetic Algorithm

The Jeffries Matusita (J-M) distances between different species pairs calculated using the bands selected by the genetic algorithm, were compared with the randomly selected bands. The five selected bands (resulting from the genetic algorithms and the random selection) were used to calculate the J-M distance between each species. The average J-M distance values of genetic algorithm based selected bands were higher than the value of randomly selected bands. The result of the t-test (Table 4) confirms that the differences between most J-M distances (74 out of 78 ≈95%), based on genetic algorithms and random selection, are statistically significant at a 95% confidence level (p ≤ 0.05).

The classification accuracy based on genetic algorithms selected bands was higher than results obtained by Ullah et al. [29]. They used One-way analysis of variance (ANOVA) coupled with a post-hoc Tuckey HSD test. The spectral features (bands resulting in the highest number of statistically significantly different pairs) were then manually selected. In this study, the genetic algorithms selected the bands, further improving the classification accuracy.

4. Discussion

This study tested the applicability of genetic algorithms for the selection of bands from the mid and thermal infrared emissivity spectra to discern thirteen vegetation species. The visible to shortwave infrared domain have been widely used for discriminating vegetation species, but mid to thermal infrared emissivity spectra have received little attention. The outcome of the study (Table 2 and Appendix 1) demonstrated that the genetic algorithm based selected bands (subset of five bands) achieved an overall accuracy of more than 85%.

The improved classification accuracy of the bands selected by genetic algorithms compared to the randomly selected bands could be attributed to the fact that genetic algorithms provide several possible solutions, evaluate them on the basis of an objective function and pick the best one for the next generation.

The validity of the combination of genetic algorithm based selected bands used for the spectral discrimination of vegetation species in the mid to thermal infrared emissivity spectra may be attributed to the spectral positioning of the selected bands. The emissivity spectra of the different plant species contain unique features due to the variation in physio-chemical composition of the superficial epidermal layer of the plant leaves. The emissivity signature of plant leaves is dominated by a feature associated with major classes of cellulous of the epidermis [2628,3538]. The selected waveband positions, between 2.5 to 6 μm, may be attributed to the physical makeup of the surface, as well as the water and chemical content of different plant leaves [27,39,40]. The clustering of the winning genes at around 3.00 μm may be due to OH band stretching and bending in the water molecule [26,27,40]. The selection of bands at the wavelength position of 3.44 μm may be due to the presence of different amounts of nonacosane (a compound in wax occurring on the leaf surface), as a result of the stretching of the CH2 bond of methylene in leaf surface waxes [4143]. The stretching of carbonyl group (C=O) in ester has been linked to a spectral features at 5.80 μm [43,44]. Different amounts of leaf cutin and cutan (which are composed of esterified monomers) may be linked to the selection by the genetic algorithm of features at 5.80–5.92 μm (Figure 4). The bands selected between 9.40–9.70 μm (Figure 3) could be attributed to cellulose thickness, creating two prominent features at 9.47 μm and 9.68 μm, associated with the C-O band stretching [26,41]. The next spectral region winner bands were selected from (mean at 9.87 μm and standard deviation ±0.121 μm) may have resulted from differences in hemicellulose and other pectins [45,46]. The winning gene clustering at 11.50 μm (mean 11.50 and standard deviation ±0.121 μm, Figure 4) may have resulted from the presence of different aromatic compounds in the plant species [27].

Discriminating vegetation species using laboratory measured emissivity spectra is prerequisite for the future vegetation mapping campaigns from air-borne and space-borne data. However, there are a number of problems associated with extending this work to field level. The calibration of remotely sensed signals in the MIR (around 3 μm) is complicated by the difficulty associated with the overlap of reflected and emitted energy in the MIR. Other problems associated with field condition are the distance between target and sensor, spectral and spatial resolution, atmospheric condition, and seasonal changes. The cavity effect of plant leaves causes blackbody emittance in the TIR and reduces spectral contrast in the signal. The cavity effect problem is noticeable in small and needle leaved species and also in species with funnel-like leaf arrangements [28]. One could extend this study to a field, air-borne, and space-borne by using a sensing system with high signal to noise ratio (SNR) that allows small spectral differences in plant to be characterized.

5. Conclusions

This study has demonstrated the potential of genetic algorithms as band selectors using high resolution mid to thermal infrared emissivity spectra to differentiate between vegetation species at laboratory level. It is concluded that the bands selected by genetic algorithms are more useful for discriminating vegetation species than randomly selected bands are, when using laboratory emissivity spectra. The genetic algorithm based selected bands were actually found to have potential for floristic mapping. Bands selected with genetic algorithms may correspond to physiochemical characteristics of vegetation leaves (as seen in the previous studies) as leaves of different species possess unique surface materials. The genetic algorithm based selected bands help to understand the section of the electromagnetic spectrum that has a high potential for discriminating vegetation types, which may be useful when designing new sensors for vegetation studies. The outcome of this study is that the genetic algorithm band selection procedure can differentiate between plant species using laboratory measured thermal emission spectra. It would be very interesting to extend this work to the field and at airborne level with the advancement of hyperspectral thermal infrared sensors.

Acknowledgments

The authors wish to thank the Higher Education Commission (HEC) of Pakistan for funding this Ph.D. research. The authors are also grateful to Henk Kloosterman for assisting with the identification of plant species, and to ITC's Geo-Science Laboratory team for their assistance during the measurement taking.

Appendix 1. The winning genes at each run and their fitness score.
Appendix 1. The winning genes at each run and their fitness score.
Number of runsThe winning genes (bands in μm)Fitness score (% Accuracy)
12.5673.4203.5115.7979.97388.55
23.4173.5113.9179.71111.51190.58
32.5403.0233.4159.72011.56390.50
42.5283.4163.4255.91311.50190.14
53.4173.5113.9179.71111.51190.58
62.5032.9843.4139.74811.58887.15
73.4213.5235.9139.3619.93487.33
83.4223.5245.8339.3619.89785.97
92.5302.9733.4149.53311.57589.69
102.5042.9743.4189.0589.92591.12
112.5343.4133.5095.8339.73989.24
123.4203.5113.7585.8939.95489.69
132.5402.8013.4155.5379.43789.50
142.5363.0823.4129.3199.89785.60
152.5053.4175.2659.2859.72989.43
162.5053.4183.4273.85311.39789.24
172.5033.4185.8229.2859.48986.55
182.5032.7863.4175.7759.44693.76
192.5032.9573.4189.3199.74886.20
203.4203.4245.7375.84610.01187.72
213.4173.5113.9179.71111.51190.58
222.5032.8903.4185.7819.81286.64
232.5283.4183.4225.74010.01190.13
242.5033.4165.5915.9139.72091.38
252.5623.4125.6929.43710.10991.71
263.4233.5155.7245.9169.92588.28
273.0583.4225.8045.9139.74886.34
282.5533.4125.7755.7759.93487.83
292.5363.4165.7919.3359.69390.95
303.4213.5235.9139.3619.93487.33
313.4113.4375.6865.91310.00286.47
323.4213.5235.9139.3619.93487.33
332.5033.4183.4375.8469.90689.00
342.5113.4083.4435.84610.00285.66
353.4073.4253.5239.76611.52092.53
362.5352.8323.4209.31010.04087.33
373.4213.5235.9139.3619.93487.33
382.5183.4173.5115.7889.75792.77
392.5033.4073.4375.8469.90689.00
403.4113.4375.6865.91310.00286.47

References

  1. Adam, E.; Mutanga, O. Spectral discrimination of papyrus vegetation (Cyperus papyrus L.) in swamp wetlands using field spectrometry. ISPRS J. Photogram. Remote Sens. 2009, 64, 612–620. [Google Scholar]
  2. Cho, M.A.; Debba, P.; Mathieu, R.; Naidoo, L.; van Aardt, J.; Asner, G.P. Improving discrimination of savanna tree species through a multiple-endmember spectral angle mapper approach: Canopy-level analysis. IEEE Trans. Geosci. Remote Sens. 2010, 48, 4133–4142. [Google Scholar]
  3. Schmidt, K.S.; Skidmore, A.K. Spectral discrimination of vegetation types in a coastal wetland. Remote Sens. Environ. 2003, 85, 92–108. [Google Scholar]
  4. Ustin, S.L.; Xiao, Q.F. Mapping successional boreal forests in interior central Alaska. Int. J. Remote Sens. 2001, 22, 1779–1797. [Google Scholar]
  5. Landgrebe, D.A. Signal Theory Methods in Multispectral Remote Sensing; John Wiley & Sons, Inc.: Hoboken, NJ, USA, 2003; p. 528. [Google Scholar]
  6. Hao, X.; Qu, J.J. Fast and highly accurate calculation of band averaged radiance. Int. J. Remote Sens. 2009, 30, 1099–1108. [Google Scholar]
  7. Hughes, G.F. On mean accuracy of statistical pattern recognizers. IEEE Trans. Inf. Theory 1968, 14, 55. [Google Scholar]
  8. Vaiphasa, C.; Skidmore, A.K.; de Boer, W.F.; Vaiphasa, T. A hyperspectral band selector for plant species discrimination. ISPRS J. Photogram. Remote Sens. 2007, 62, 225–235. [Google Scholar]
  9. Zhou, M.D.; Shu, J.O.; Chen, Z.G. Classification of hyperspectral remote sensing image based on genetic algorithm and SVM. In Remote Sensing and Modeling of Ecosystems for Sustainability VII; Gao, W., Jackson, T.J., Wang, J., Eds.; Spie-Int Soc Optical Engineering: Bellingham, WA, USA, 2010; Volume 7809. [Google Scholar]
  10. Shahshahani, B.M.; Landgrebe, D.A. The effect of unlabeled samples in reducing the small sample size problem and mitigating the Hughes phenomenon. IEEE Trans. Geosci. Remote Sens. 1994, 32, 1087–1095. [Google Scholar]
  11. Rui, H.; Mingyi, H. Band selection based on feature weighting for classification of hyperspectral data. IEEE Geosci. Remote Sens. Lett. 2005, 2, 156–159. [Google Scholar]
  12. Du, Q. Independent component analysis to hyperspectral image classification. In Imaging Spectrometry X; Shen, S.S., Lewis, P.E., Eds.; Spie-Int Soc Optical Engineering: Bellingham, WA, USA, 2004; Volume 5546, pp. 366–373. [Google Scholar]
  13. Ifarraguerri, A.; Chang, C.I. Unsupervised hyperspectral image analysis with projection pursuit. IEEE Trans. Geosci. Remote Sens. 2000, 38, 2529–2538. [Google Scholar]
  14. Kaewpijit, S.; Le moigne, J.; El-Ghazawi, T. Automatic reduction of hyperspectral imagery using wavelet spectral analysis. IEEE Trans. Geosci. Remote Sens. 2003, 41, 863–871. [Google Scholar]
  15. Lee, C.H.; Landgrebe, D.A. Feature-extraction based on decision boundaries. IEEE Trans. Patt. Anal. Mach. Intell. 1993, 15, 388–400. [Google Scholar]
  16. Goldberg, D.E. Genetic Algorithms in Search, Optimization and Machine Learning; Addison-Wesley Longman Publishing Co., Inc.: Boston, MA, USA, 1989; p. 372. [Google Scholar]
  17. Holland, J. Adaptation in Natural and Artificial Systems; University of Michigan: Ann Arbor, MI, USA, 1975. [Google Scholar]
  18. Fang, H.; Liang, S.; Kuusk, A. Retrieving leaf area index using a genetic algorithm with a canopy radiative transfer model. Remote Sens. Environ. 2003, 85, 257–270. [Google Scholar]
  19. Kawamura, K.; Watanabe, N.; Sakanoue, S.; Lee, H.-J.; Inoue, Y.; Odagawa, S. Testing genetic algorithm as a tool to select relevant wavebands from field hyperspectral data for estimating pasture mass and quality in a mixed sown pasture using partial least squares regression. Grassland Sci. 2010, 56, 205–216. [Google Scholar]
  20. Keshava, N. Distance metrics and band selection in hyperspectral processing with applications to material identification and spectral libraries. IEEE Trans. Geosci. Remote Sens. 2004, 42, 1552–1565. [Google Scholar]
  21. Leardi, R. Application of a genetic algorithm to feature selection under full validation conditions and to outlier detection. J. Chemometr. 1994, 8, 65–79. [Google Scholar]
  22. Leardi, R.; Lupiáñez González, A. Genetic algorithms applied to feature selection in PLS regression: How and when to use them. Chemometr. Intell. Lab. Syst. 1998, 41, 195–207. [Google Scholar]
  23. Siedlecki, W.; Sklansky, J. A note on genetic algorithms for large-scale feature selection. Patt. Recogn. Lett. 1989, 10, 335–347. [Google Scholar]
  24. Yu, S.; Backer, S.D.; Scheunders, P. Genetic feature selection combined with composite fuzzy nearest neighbor classifiers for hyperspectral satellite imagery. Patt. Recogn. Lett. 2002, 23, 183–190. [Google Scholar]
  25. Anderson, J.R.; Hardy, E.E.; Roach, J.T.; Witmer, R.E. A Land Use and Land Cover Classification System for Use with Remote Sensor Data; Geological Survey, United States Government Printing Office: Washington, DC, USA, 1976. [Google Scholar]
  26. Ribeiro da Luz, B.; Crowley, J.K. Spectral reflectance and emissivity features of broad leaf plants: Prospects for remote sensing in the thermal infrared (8.0–14.0 μm). Remote Sens. Environ. 2007, 109, 393–405. [Google Scholar]
  27. Ribeiro da Luz, B. Attenuated total reflectance spectroscopy of plant leaves: A tool for ecological and botanical studies. New Phytol. 2006, 172, 305–318. [Google Scholar]
  28. Ribeiro da Luz, B.; Crowley, J.K. Identification of plant species by using high spatial and spectral resolution thermal infrared (8.0–13.5 μm) imagery. Remote Sens. Environ. 2010, 114, 404–413. [Google Scholar]
  29. Ullah, S.; Schlerf, M.; Skidmore, A.K.; Hecker, C. Identifying plant species using mid-wave infrared (2.5–6.0 μm) and thermal infrared (8–140 μm) emissivity spectra. Remote Sens. Environ. 2012, 118, 95–102. [Google Scholar]
  30. Nicodemus, F.E. Directional reflectance and emissivity of an opaque surface. Appl. Opt. 1965, 4, 767–773. [Google Scholar]
  31. Salisbury, J.W.; Wald, A.; D'Aria, D.M. Thermal-infrared remote sensing and Kirchhoff's law 1. Laboratory measurements. J. Geophys. Res. 1994, 99, 11897–11911. [Google Scholar]
  32. Salisbury, J.W.; Milton, N.M. Thermal infrared (2.5–13.5 μm) directional hemispherical reflectance of leaves. Photogramm. Eng. Remote Sens. 1988, 54, 1301–1304. [Google Scholar]
  33. Hecker, C.; Hook, S.; Meijde, M.; Bakker, W.; Werff, H.; Wilbrink, H.; Ruitenbeek, F.; Smeth, B.; Meer, F. Thermal infrared spectrometer for earth science remote sensing applications—Instrument modifications and measurement procedures. Sensors 2011, 11, 10981–10999. [Google Scholar]
  34. Richards, J.A.; Jia, X. Remote Sensing Digital Image Analysis: An Introduction, 4th ed.; Springer-Verlag: Berlin, Heidelberg, Germany, 2006. [Google Scholar]
  35. Achenbach, H.; Lottes, M.; Waibel, R.; Karikas, G.A.; Correa, M.D.; Gupta, M.P. Constituents of tropical medicinal-plants; Alkaloids and other compounds from psychotria-correae. Phytochemistry 1995, 38, 1537–1545. [Google Scholar]
  36. Elvidge, C.D. Thermal infrared reflectance of dry plant materials: 2.5–20.0 μm. Remote Sens. Environ. 1988, 26, 265–285. [Google Scholar]
  37. Heredia, A. Biophysical and biochemical characteristics of cutin, a plant barrier biopolymer. BBA Gener. Subj. 2003, 1620, 1–7. [Google Scholar]
  38. Holloway, P.J. Structure and Histochemistry of Plant Cuticular Membrane: An Overview; Acadmic Press: London, UK, 1982. [Google Scholar]
  39. Fabre, S.; Lesaignoux, A.; Olioso, A.; Briottet, X. Influence of water content on spectral reflectance of leaves in the 3–15 μm domain. IEEE Geosci. Remote Sens. Lett. 2011, 8, 143–147. [Google Scholar]
  40. Gerber, F.; Marion, R.; Olioso, A.; Jacquemoud, S.; da Luz, B.R.; Fabre, S. Modeling directional-hemispherical reflectance and transmittance of fresh and dry leaves from 0.4 μm to 5.7 μm with the PROSPECT-VISIR model. Remote Sens. Environ. 2011, 115, 404–414. [Google Scholar]
  41. Maréchal, Y.; Chanzy, H. The hydrogen bond network in Iβ cellulose as observed by infrared spectrometry. J. Mol. Struct. 2000, 523, 183–196. [Google Scholar]
  42. Kacuráková, M.; Wilson, R.H. Developments in mid-infrared FT-IR spectroscopy of selected carbohydrates. Carbohydr. Polym. 2001, 44, 291–303. [Google Scholar]
  43. Silverstein, R.M.; Webster, F.X. Spectrometric Identification of Organic Compounds, 6th ed.; John Wiley & Sons: New York, NY, USA, 1998; pp. 71–143. [Google Scholar]
  44. Ramirez, F.J.; Luque, P.; Heredia, A.; Bukovac, M.J. Fourier-transform IR study of enzymatically isolated tomato fruit cuticular membrane. Biopolymers 1992, 32, 1425–1429. [Google Scholar]
  45. Fry, S.C. Primary cell wall metabolism: Tracking the careers of wall polymers in living plant cells. New Phytol. 2004, 161, 641–675. [Google Scholar]
  46. Wilson, R.H.; Smith, A.C.; Kacurakova, M.; Saunders, P.K.; Wellner, N.; Waldron, K.W. The mechanical properties and molecular dynamics of plant cell wall polysaccharides studied by Fourier-transform infrared spectroscopy. Plant Physiol. 2000, 124, 397–405. [Google Scholar]
Figure 1. The spectral emissivity profiles of the six plant species in the mid-wave and thermal infrared domain.
Figure 1. The spectral emissivity profiles of the six plant species in the mid-wave and thermal infrared domain.
Sensors 12 08755f1 1024
Figure 2. Performance of different sized chromosomes (number of bands in the chromosome) for the classification of 13 vegetation species.
Figure 2. Performance of different sized chromosomes (number of bands in the chromosome) for the classification of 13 vegetation species.
Sensors 12 08755f2 1024
Figure 3. The graphical representation of gene convergence, the frequency (count of genes selected in the population) clustered around certain wavebands as the number of generations increases.
Figure 3. The graphical representation of gene convergence, the frequency (count of genes selected in the population) clustered around certain wavebands as the number of generations increases.
Sensors 12 08755f3 1024
Figure 4. The vertical bars represent the number of winning genes at a certain wavelength region for all 40 runs. The horizontal bar at the top shows the spread (mean and standard deviation) of the spectral regions from which the winning bands are selected.
Figure 4. The vertical bars represent the number of winning genes at a certain wavelength region for all 40 runs. The horizontal bar at the top shows the spread (mean and standard deviation) of the spectral regions from which the winning bands are selected.
Sensors 12 08755f4 1024
Table 1. The plant species used for spectral measurements. Thirty five (35) leaves were measured per species.
Table 1. The plant species used for spectral measurements. Thirty five (35) leaves were measured per species.
SpeciesSpecies code

Acer platanoidesAP
Asplenium nidusAN
Cornus sericeaCS
Fallopia japonicaFJ
Ginkgo bilobaGB
Hedera helixHH
Ilex opacaIL
Liquidambar styracifluaLS
Platanus orientalisPO
Prunus laurocerasusPL
Rhododendron caucasicumRH
Spathiphyllum cochlearispathumSP
Tilia platyphyllosTP
Table 2. The average confusion matrix (of 40 runs) for the training and testing dataset, the bands selected by genetic algorithms during training are used for evaluation by the testing dataset.
Table 2. The average confusion matrix (of 40 runs) for the training and testing dataset, the bands selected by genetic algorithms during training are used for evaluation by the testing dataset.
PLRHSPTPAPANCSFJGBHHILLSPO
PL17000000000000
RH01500000100010
SP00150000000200
TP00017000000000
AP00001700000000
AN00000170000000
CS00000215000000
FJ00000001700000
GB00000000170000
HH00000000017000
IL00000000001700
LS00000000010160
PO00000000000017
Overall classification accuracy of training dataset = 96.83%
PLRHSPTPAPANCSFJGBHHILLSPO
PL12000000000230
RH01304000000000
SP00120005000000
TP02012000000030
AP00001700000000
AN00000170000000
CS00000017000000
FJ00000001700000
GB00010000160000
HH00000000017000
IL00000000001700
LS00000000000170
PO00000000000017
Overall classification accuracy of testing data = 90.50%
Table 3. Summary of the clustering of selected genes (wavebands), the number of genes, spectral range, means wavelength location and standard deviation.
Table 3. Summary of the clustering of selected genes (wavebands), the number of genes, spectral range, means wavelength location and standard deviation.
GroupSpectral regionNo. of genesWavelength range
(μm)
Mean wavelength
(μm)
Standard deviation
(μm)

AMid infrared262.50–2.542.52±0.020
BMid infrared122.84–3.032.94±0.097
CMid infrared693. 40–3.483.44±0.041
DMid infrared63.77–3.933.85±0.078
EMid infrared305.70–5.905.80±0.099
FThermal infrared169.27–9.489.36±0.107
GThermal infrared359.74–10.009.87±0.121
HThermal infrared711.46–11.5811.52±0.064
Table 4. The results of t-test (p-values) between Jeffries Matusita (J-M) distances, calculated from genetic algorithms and randomly selected wavebands.
Table 4. The results of t-test (p-values) between Jeffries Matusita (J-M) distances, calculated from genetic algorithms and randomly selected wavebands.
APTPANCSFJGBHHILLSPLPORHSp
AP-0.000.020.110.010.000.000.000.010.130.020.010.01
TP--0.000.000.000.000.000.000.160.000.000.000.00
AN---0.010.000.000.000.000.000.000.000.000.00
CS----0.000.000.000.000.140.000.000.000.02
FJ-----0.010.000.000.010.000.010.000.00
GB------0.030.000.000.010.000.000.03
HH-------0.010.000.000.000.000.01
IL--------0.000.000.000.000.00
LS---------0.010.000.000.02
PL----------0.000.000.00
PO-----------0.010.00
RH------------0.00
Sp-------------

Share and Cite

MDPI and ACS Style

Ullah, S.; Groen, T.A.; Schlerf, M.; Skidmore, A.K.; Nieuwenhuis, W.; Vaiphasa, C. Using a Genetic Algorithm as an Optimal Band Selector in the Mid and Thermal Infrared (2.5–14 µm) to Discriminate Vegetation Species. Sensors 2012, 12, 8755-8769. https://doi.org/10.3390/s120708755

AMA Style

Ullah S, Groen TA, Schlerf M, Skidmore AK, Nieuwenhuis W, Vaiphasa C. Using a Genetic Algorithm as an Optimal Band Selector in the Mid and Thermal Infrared (2.5–14 µm) to Discriminate Vegetation Species. Sensors. 2012; 12(7):8755-8769. https://doi.org/10.3390/s120708755

Chicago/Turabian Style

Ullah, Saleem, Thomas A. Groen, Martin Schlerf, Andrew K. Skidmore, Willem Nieuwenhuis, and Chaichoke Vaiphasa. 2012. "Using a Genetic Algorithm as an Optimal Band Selector in the Mid and Thermal Infrared (2.5–14 µm) to Discriminate Vegetation Species" Sensors 12, no. 7: 8755-8769. https://doi.org/10.3390/s120708755

Article Metrics

Back to TopTop