Next Article in Journal
C3 Vegetation Mapping and CO2 Fertilization Effect in the Arid Lower Heihe River Basin, Northwestern China
Previous Article in Journal
Multi-Sensor As-Built Models of Complex Industrial Architectures
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Technical Note

An Endmember Extraction Method Based on Artificial Bee Colony Algorithms for Hyperspectral Remote Sensing Images

Key Laboratory of Digital Earth Science, Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences, Beijing 100094, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2015, 7(12), 16363-16383; https://doi.org/10.3390/rs71215834
Submission received: 1 September 2015 / Revised: 23 October 2015 / Accepted: 17 November 2015 / Published: 4 December 2015

Abstract

:
Mixed pixels are common in hyperspectral remote sensing images. Endmember extraction is a key step in spectral unmixing. The linear spectral mixture model (LSMM) constitutes a geometric approach that is commonly used for this purpose. This paper introduces the use of artificial bee colony (ABC) algorithms for spectral unmixing. First, the objective function of the external minimum volume model is improved to enhance the robustness of the results, and then, the ABC-based endmember extraction process is presented. Depending on the characteristics of the objective function, two algorithms, Artificial Bee Colony Endmember Extraction-RMSE (ABCEE-R) and ABCEE-Volume (ABCEE-V) are proposed. Finally, two sets of experiment using synthetic data and one set of experiments using a real hyperspectral image are reported. Comparative experiments reveal that ABCEE-R and ABCEE-V can achieve better endmember extraction results than other algorithms when processing data with a low signal-to-noise ratio (SNR). ABCEE-R does not require high accuracy in the number of endmembers, and it can always obtain the result with the best root mean square error (RMSE); when the number of endmembers extracted and the true number of endmembers does not match, the RMSE of the ABCEE-V results is usually not as good as that of ABCEE-R, but the endmembers extracted using the former algorithm are closer to the true endmembers.

Graphical Abstract

1. Introduction

A mixed pixel is a pixel that contains multiple different substances. The main purpose of spectral unmixing is to analyze the materials (called endmembers) contained in each mixed pixel and their proportions (called abundances) [1]. Because of limitations in the spatial resolution of imaging spectrometers, the mixed-pixel problem is quite common in hyperspectral remote sensing images. Hence, spectral unmixing has become an important component of hyperspectral image processing [2].
The unmixing process is divided into two main phases: endmember extraction and abundance inversion. The linear spectral mixture model (LSMM) is widely used in spectral unmixing because it (1) conforms to the physical principles of the spectral mixing process under certain conditions and (2) is simple in form, meaning that it is easy to design and compare algorithms based on this approach. LSMM-based endmember extraction methods can be classified into geometric methods, statistical methods, sparsity-based methods, and spatial contextual information-based methods, among others [3]. Of these approaches, geometric methods have the longest history of study, and these algorithms are also the most abundant. Typical geometric methods include the Pixel Purity Index (PPI) [4], N-FINDR [5], vertex component analysis (VCA) [6], the simplex growing algorithm (SGA) [7], the Sequential Maximum Angle Convex Cone (SMACC) model [8], alternating volume maximization (AVMAX) [9], successive volume maximization (SVMAX) [9], minimum volume simplex analysis (MVSA) [10], the minimum-volume enclosing simplex (MVES) approach [11], the robust MVES (RMVES) approach [11], and minimum-volume-constrained nonnegative matrix factorization (MVC-NMF) [12]. When classifying these algorithms by their optimization models, the former seven algorithms can be classified as “internal maximum volume models”, and the latter four algorithms can be classified as “external minimum volume models”. In addition, the first five algorithms adopt the pure pixel assumption, namely, that some pure pixels are present in the image. However, these pure-pixel-assumption-based algorithms cannot obtain the desired extraction results for data with considerable image noise and highly mixed endmembers.
Swarm intelligence algorithms are an important branch of artificial intelligence. Over the past 20 years, these algorithms have developed rapidly and have demonstrated significant advantages and great potential for solving complex optimization problems. Typical swarm intelligence algorithms include ant colony optimization (ACO) [13], particle swarm optimization (PSO) [14], the firefly algorithm (FA) [15] and artificial bee colony (ABC) algorithms [16]. In 2012, Zhang et al. adapted ACO [17] and discrete PSO (DPSO) [18] for endmember extraction. The premise of their approach is to construct an optimization problem using the inversion error as the objective function and then apply a swarm intelligence algorithm. Both the ACO and DPSO approaches assume that the image contains pure pixels.
ABC algorithms have recently been a topic of extensive research. In 2005, Karaboga first proposed the ABC approach and verified its advantages for unconstrained [16] and constrained [19] numerical optimization problems compared with other heuristic algorithms. Later, the ABC technique was adopted in neural network training [20], generalized assignment problems [21], the Traveling Salesman Problem [22], and clustering [23], among other applications. In 2011, Xiao used a homogeneous Markov chain to prove that an ABC algorithm converges with probability one [24].
This paper adopts the ABC approach for hyperspectral image endmember extraction for the following reasons:
  • Endmember extraction problems involve searching for an optimal solution in a continuous domain. The ABC approach possesses several advantages over other swarm intelligence algorithms in the context of continuous-domain optimization [25]. It treats the continuous domain of interest as the feasible solution space in which to search for endmembers; thus, it avoids the pure pixel assumption. By contrast, ACO and DPSO are stochastic optimization algorithms that operate in a discrete domain, and they rely on the pure pixel assumption for endmember extraction [17,18].
  • The design requirements for the objective function are flexible. No swarm intelligence algorithm, including ABC, has any special requirements regarding whether the feasible solution space of the original problem is a convex set or whether the objective function is a convex function. Therefore, the approach proposed in this article improves upon the models used in geometric methods to achieve greater robustness.
In the remainder of this paper, the LSMM approach is first reviewed; then, the objective function of the external minimum volume model is improved, yielding two new optimization models. Third, a procedure for solving the optimization model and obtaining endmember extraction results using the ABC method is designed. Finally, the proposed algorithm and several other typical geometric algorithms are compared using synthetic hyperspectral data and real hyperspectral images; the synthetic data for these images include two synthetic data with different signal-to-noise ratios (SNRs) and synthetic hyperspectral data generated from the U.S. Geological Survey (USGS) Spectral Library.

2. Artificial Bee Colony Endmember Extraction

2.1. Linear Spectral Mixture Model

LSMM assumes that there is no interaction between photons and that the spectrum of a mixed pixel is a linear superposition of the spectrum of each material represented in the pixel according to its relative proportion. Most spectral unmixing algorithms are based on the LSMM approach. Assume that an L -band hyperspectral image { r i } i = 1 N consists of N pixels and that each pixel r i R L contains M endmembers { e j } j = 1 M ; thus, the LSMM is
r i = j = 1 M α i j e j + ε i
where α i j represents the proportion of the j th endmember in the i th pixel, which is referred to as the abundance, and ε i is the random error.
Because α i j represents the proportion of an endmember in a pixel, the sum of these quantities for each pixel should theoretically equal 1, i.e.,
j = 1 M α i j = 1 , i
Moreover, the values of these quantities should be non-negative, i.e.,
α i j 0 , i , j
Equations (2) and (3) are referred to as the constraints for Equation (1); Equation (2) is the “sum-to-one” constraint, and Equation (3) is the “non-negative” constraint. After endmember extraction, { r i } i = 1 N and { e j } j = 1 M are required to estimate the values { α ^ i j } N × M of { α i j } N × M . If constraints Equations (2) and (3) are not considered, a least-squares analysis can be applied directly. Solving Equation (1) considering only the “sum-to-one” constraint is called “sum-to-one”-constraint least-squares (SCLS) analysis, whereas obtaining the solution considering both constraints is called “fully constrained” least-squares (FCLS) analysis [26,27]. Currently, mature algorithms are available for both approaches.

2.2. Dimensional Reduction

According to [9], if the error in Equation (1) is ignored, then the mixed pixels { r i } i = 1 N are contained in the set aff { e 1 , e 2 , , e M } , which is the affine hull of endmembers { e j } j = 1 M :
r i aff { e 1 , e 2 , , e M }
If there are a sufficient number of bands in the hyperspectral image, we can assume that L M . Meanwhile, different endmembers { e j } j = 1 M represent different ground objects; we can also assume that the endmembers are linearly independent. According to these two assumptions, the affine dimension of aff { e 1 , e 2 , , e M } is M 1 . In convex analysis, there exist some C L × ( M 1 ) and d L such that
aff { e 1 , e 2 , , e M } = { x = + d | α M 1 }
with
d = 1 N i = 1 N r i
C = [ q 1 ( H H T ) , q 2 ( H H T ) , , q M 1 ( H H T ) ]
where H = [ r 1 d , r 2 d , , r N d ] and q i ( X ) is the unit-norm eigenvector associated with the i th principal eigenvalue of X . According to Equations (4) and (5), for each r i , there exists an r ˜ i such that
r ˜ i = C T ( r i d ) M 1
Thus, according to Equation (1) and ignoring the error term, we obtain
r ˜ i = j = 1 M α i j e ˜ j
where
e ˜ j = C T ( e j d ) M 1
This method of dimensional reduction is called “affine set fitting”. The dimensionally reduced pixels r ˜ i are distributed in the simplex whose vertices are the dimensionally reduced endmembers e ˜ j . Thus, the search for endmembers can be transformed into the problem of finding the vertices of this simplex.

2.3. Optimization Problem

An endmember extraction method based on finding the vertices of a simplex is called a geometric method, and such algorithms account for a large proportion of endmember extraction methods. However, in a real scenario, the morphology of the point cloud in the feature space is not necessarily a simplex because
  • random errors and noise may be present, and
  • { e j } j = 1 M may not a subset of { r i } i = 1 N , meaning that some (or even all) endmembers may have no corresponding pure pixel in the image.
Therefore, geometric methods can be divided into internal maximum-volume methods (e.g., AVMAX) and external minimum-volume methods (e.g., MVES) depending on the relationship between the endmember simplex and the convex hull formed by the pixel point cloud. The volume of the simplex formed by { e ˜ j } j = 1 M is
V ( { e ˜ j } j = 1 M ) = 1 ( M 1 ) ! | det ( [ 1 1 1 e ˜ 1 e ˜ 2 e ˜ M ] ) |
Thus, the optimization model for an internal maximum-volume method is
max V ( { e ˜ j } j = 1 M ) s . t . S ( { e ˜ j } j = 1 M ) C o n v ( { r ˜ i } i = 1 N )
and the optimization model for an external minimum-volume method is
min V ( { e ˜ j } j = 1 M ) s . t . C o n v ( { r ˜ i } i = 1 N ) S ( { e ˜ j } j = 1 M )
where S ( { e ˜ j } j = 1 M ) represents the simplex with vertices denoted by { e ˜ j } j = 1 M and C o n v ( { r ˜ i } i = 1 N ) represents the minimum convex set that contains { r ˜ i } i = 1 N , i.e., the convex hull of { r ˜ i } i = 1 N .
In fact, because of the effects of noise and the complexity of the materials themselves, certain pixels may be scattered outside the simplex in the feature space such that the smallest simplex that contains the point cloud (as shown in Figure 1a) and the largest simplex that is contained by the point cloud (Figure 1b) cannot adequately represent the true characteristics of the endmembers.
The model considered in this paper is based on the external minimum-volume approach. By allowing a small number of pixel points to be distributed outside the simplex, the robustness of the model is enhanced, bringing the extracted endmembers closer to the true endmembers. { α ^ i j } N × M , which is calculated via SCLS inversion, can be used to determine whether the pixel points are distributed in S ( { e ˜ j } j = 1 M ) . For the pixel r ˜ i , r ˜ i S ( { e ˜ j } j = 1 M ) α ^ i j 0 , j = 1 , 2 , , M . If the indicator function is defined as
σ i = { 0 r ˜ i S ( { e ˜ j } j = 1 M ) 1 r ˜ i S ( { e ˜ j } j = 1 M )
then Equation (13) can be rewritten as
min V ( { e ˜ j } j = 1 M ) s . t . i = 1 N σ i = 0
Figure 1. Sketches of the smallest simplex model (a) and largest simplex model (b).
Figure 1. Sketches of the smallest simplex model (a) and largest simplex model (b).
Remotesensing 07 15834 g001
This is a constrained optimization problem, which can be transformed into a non-constrained one shown in Equation (16) by using the method of penalty function.
min f ( E ) = V ( { e ˜ j } j = 1 M ) + μ V i = 1 N σ i s . t . E R + M × ( M 1 ) , j
where i = 1 N σ i indicates the number of pixels located in the outside of the simplex, μ V is the penalty factor that is used to adjust the punishment item and E is the M × ( M 1 ) -dimensional vector obtained by connecting the elements in { e ˜ j } j = 1 M end to end, i.e.,
E = ( e ˜ 1 , 1 , e ˜ 1 , 2 , , e ˜ ( 1 , M 1 ) e ˜ 1 , e ˜ 2 , 1 , , e ˜ ( M , M 1 ) )
Besides, the root mean square error (RMSE) is an important indicator of the accuracy of spectral unmixing, which is defined as
R M S E ( { r ˜ i } i = 1 N , { e ˜ j } j = 1 M ) = 1 N i = 1 N | | r ˜ i j = 1 M α ^ i j e ˜ j | | 2
where { α ^ i j } N × M is the FCLS result. According to the principle of FCLS, the smaller the i = 1 N σ i is, which means more pixel points are distributed in S ( { e ˜ j } j = 1 M ) , the smaller the RMSE becomes. Hence, a notable positive correlation is exist between i = 1 N σ i and RMSE. Therefore, we try to use RMSE to replace i = 1 N σ i in Equation (16), which can be changed into the following optimization model:
min f ( E ) = V ( { e ˜ j } j = 1 M ) + μ R R M S E ( { r ˜ i } i = 1 N , { e ˜ j } j = 1 M ) s . t . E R + M × ( M 1 ) , j
where RMSE play an important role in adjusting the numbers of pixel points out of S ( { e ˜ j } j = 1 M ) . μ R is the penalty factor that is used to control the influence of R M S E ( { r ˜ i } i = 1 N , { e ˜ j } j = 1 M ) on the overall objective function.
On the other hand, the two parts in Equation (19) can be recognized as two kinds of forces [12]. One is external force (minimize the RMSE), which makes the estimated endmember extraction results move to the outside of the point cloud, and the other is inner force (minimize the volume), which makes endmembers concentrate as close as possible. By combining these two forces together, Equation (19) can achieve a good tradeoff between the two conflict parts.

2.4. Artificial Bee Colony

ABC algorithms are used to solve optimization problems by simulating the foraging behavior of bees in nature. The feasible solution space for the problem to be solved corresponds to the colony’s search space; a feasible solution is called a food source; and the amount of nectar contained in each food source is called its fitness, which is related to the objective function value generated by the corresponding solution. A better solution has higher fitness and attracts more bees to the associated food source. Bees can be divided into three categories: employed bees, onlooker bees and scout bees [16].
Each employed bee corresponds to a food source (and its fitness value). It searches in the neighborhood of that food source to find a new food source. If the fitness of the original food source is worse than that of the new one, it will be replaced by the new food source (and fitness value). Otherwise, the employed bee will abandon the new food source and continue to search in the neighborhood of the original one. If x i = ( x i 1 , x i 2 , , x i , M × L ) T R + M × ( M 1 ) represents the i th food source (the location of the i th employed bee), then the search in its neighborhood can be expressed as
x i j = x i j + ϕ ( x i j x k j )
where k , which is different from i , is another randomly selected food source; j is an integer randomly selected from { 1 , 2 , , M × ( M 1 ) } ; and ϕ [ 0 , 1 ] is a uniformly distributed random number.
Based on the fitness values of all food sources located by employed bees, each onlooker bee selects a food source with a certain probability (called the follow probability) and searches in the neighborhood of that food source. If a new food source with better fitness is found, then the food source of the corresponding employed bee (not the onlooker bee) will be replaced by this new one. Otherwise, the new food source will be abandoned. The follow probability for an onlooker bee to select the j th food source is
p j = f i t j i = 1 N e f i t i
where f i t i represents the fitness of the i th source and N e represents the total number of food sources, that is, the total number of employed bees. If the objective function of the optimization problem is non-negative, then the fitness of food source x i is
f i t i = 1 f ( x i )
where f ( x ) is the optimization objective function. The ABC algorithm that uses Equation (16) as its objective function is called ABCEE-V, and the ABC algorithm that uses Equation (19) as its objective function is called ABCEE-R. It is clear that a smaller value of f ( x i ) implies larger values of f i t i and p i ; thus, more onlooker bees will be attracted to better food sources and search in their vicinity, which will result in more high-quality solutions.
If an employed bee is not able to find a better food source in its current neighborhood for a long period of time, it will abandon its current food source and become a scout bee. This strategy is called “role change”. A scout bee looks for a food source randomly throughout the feasible solution space and calculates its fitness; then, it transforms itself into an employed bee. The role change strategy makes it possible for the ABC algorithm to easily escape from local minima to efficiently search for a global optimal solution.
During the search process, the best food source among all food sources (including abandoned ones) will be recorded. If this solution is not updated for a long time, it can be considered as the optimal solution. While dealing with the proposed endmember extraction optimization model, which is a standard and common optimization model just like the mathematic model discussed in [24], it surely can be converged with the increase of iteration times according to [24].
Besides, if the numbers of employed and onlooker bees are N e and N o , respectively, the maximum iteration number is T , the role change parameter is K , and the number of endmember is M , then the time complexity of ABCEE can be represented as M N e + [ T ( 2 N e + 2 N o ) + ( T K ) M ] g ( N ) , in which, g ( N ) is the complexity of abundance estimation algorithms.
The detailed procedure for endmember extraction using the ABC approach is as Figure 2.
Figure 2. Pseudo of ABCEE.
Figure 2. Pseudo of ABCEE.
Remotesensing 07 15834 g002

3. Experiments with Synthetic Data

In this section, we discuss the use of three sets of synthetic data to evaluate the performance of ABCEE and present the results. The algorithms considered for comparison include ABCEE-R, ABCEE-V, AVMAX, MVC-NMF, MVSA, RMVES and VCA. These algorithms are all based on the LSMM and are the most typical ones among geometric-based approaches. AVMAX and VCA use model Equation (5). The difference between them is that VCA adopts the pure pixel assumption, which means that the endmember set is a subset of the pixels, whereas AVMAX does not require this assumption. MVSA and RMVES use model Equation (6), which is the closest model to that used in ABCEE. Although MVC-NMF uses NMF as the mathematical tool for endmember extraction and abundance inversion, its underlying principle can be regarded as an improvement to model Equation (6) through the use of the minimum-volume constraint.
The RMSE and spectral angle distance (SAD) were used to evaluate the results of the algorithms. The RMSE is defined as in Equation (18). The calculation of the RMSE requires no prior information. This measure can be obtained simply from the hyperspectral image and extracted endmembers. It indicates how much information is lost in endmember extraction. A smaller RMSE value implies higher quality endmembers. The SAD is defined as
S A D ( a , b ) = arccos ( a T b | | a | | | | b | | )
where a and b are two spectra. The calculation of the SAD requires another spectral library to compare with the extracted endmembers. This measure indicates the similarity between the endmembers and the materials in this spectral library. A smaller SAD value implies higher quality endmembers. However, it should be noted that the value of the SAD depends on not only the endmembers but also the spectral library.
According to [28], we set K = 2 N e and N e = N o to reduce the number of parameters on the premise of assuring the algorithm’s effectiveness. Because any ABC algorithm has certain randomness, the results of each calculation are not exactly the same. To ensure the objective evaluation of the performance of ABCEE, each experiment involving ABCEE reported in this section was run 15 times, and the median of all 15 different outcomes of the objective function was considered to be the final result of the experiment.

3.1. Synthetic Dataset 1

The first synthetic dataset was generated using the following method. First, the spectra of five different materials (826 bands) were selected from the USGS Spectral Library to serve as the endmembers, denoted by { e j } j = 1 5 . Then, the abundances for each endmember were generated following [29]. For example, if the abundance of e 1 in the upper left point of the image is 1, then the abundance of this material progressively decreases to a minimum value of 0 for points increasingly far from that point; similarly, if the abundance of e 5 at the center is 1, then the abundance of this material also progressively decreases to a minimum value of 0 for points increasingly far from that point. Third, based on these abundances, the endmembers were mixed in accordance with the LSMM approach to obtain a synthetic image of 100 × 100 pixels. Finally, random noise with an SNR of 100:1 was added.
In practice, the exact number of endmembers in an image is typically unknown, and the number of endmembers estimated based on the image information may be greater or smaller than the true number of endmembers. Through experiments with different numbers of endmembers, this section presents an evaluation of the accuracy of endmember extraction when the number of endmembers is more than ( M = 6 ), equal to ( M = 5 ) or less than ( M = 4 ) the true number of endmembers; the results are shown in Table 1. As shown in the table, in cases of different numbers of endmembers, ABCEE-R achieves the best RMSE results.
For the case of M = 4 , the ABCEE-V RMSE is worse than that of ABCEE-R, but its volume is the smallest. For the case of M = 6 , although the RMVES volume, which is the best in this case, is slightly better than that of ABCEE-V, the ABCEE-V RMSE is vastly superior to that of RMVES. In other words, when the number of endmembers extracted is more or less than the true number of endmembers, ABCEE can produce good results, proving that an algorithm’s robustness can be enhanced by improving its objective function.
Table 1. Experimental results for synthetic hyperspectral dataset 1.
Table 1. Experimental results for synthetic hyperspectral dataset 1.
MIndexAVMAXMVCNMFMVSA *RMVESVCAABCEE-RABCEE-V
4RMSE0.186210.0848630.0127740.0876440.2835350.0116250.082551
Volume501.1301359.03251799.304710.6319440.9159777.213320.0297
5RMSE0.0048960.1954540.0099640.0018380.0071070.0006810.003071
Volume1001.61510558411253.9541053.1751001.2962048.2261537.273
SAD (rad)0.0022360.0818470.0167150.0040580.0022540.0514160.0868
6RMSE0.0190940.4728920.0099540.2212580.0086650.0047440.150269
Volume80.8310460541510827.581819.6703261.8233758.1174821.25579
* The endmembers extracted via MVSA contained negative values; therefore the MVSA results were not compared with those of the other algorithms.
For the case of M = 5 , the RMSEs of both ABCEE algorithms are better than those of AVMAX, MVCNMF, MVSA and VCA, but their volumes are slightly worse. This is because the number of endmembers extracted equals to the true number of endmembers, and the pixels in the feature space truly exhibit the characteristics of a simplex after dimensionality reduction; moreover, the volumes calculated based on internal maximum-volume models (AVMAX and VCA) will obviously be smaller than the volumes calculated based on external minimum-volume models (the other four algorithms), and a larger volume means that more points are located inside the simplex, resulting in a smaller RMSE.
In addition, for the case of M = 5 , the SAD was considered to evaluate the differences between the extracted endmembers and the true endmembers; the results are shown in Table 1. As seen from the table, the SAD results of AVMAX and VCA (based on internal maximum-volume models) indicate the best performance, whereas the other five algorithms performed somewhat poorly. This is because the synthetic data contained pure pixels and a high SNR, conditions like that favor the internal maximum-volume approach. Among the five algorithms based on external minimum-volume models (excluding MVSA), the RMVES result is of the highest quality, followed by the ABCEE-R result, whereas the endmembers extracted via ABCEE-V deviate the most from the true endmembers; these findings are consistent with the design of ABCEE-V, whose objective function attempts to achieve a tradeoff between volume and error.
The objective function values of the different iterations of ABCEE algorithms are shown in Figure 3, where the horizontal axis represents the number of iterations, the vertical axis represents the logarithm of the objective function, and the colors represent the colony size, which is the sum of the numbers of employed and onlooker bees (i.e., N e + N o ). For the experiments presented in this paper, these numbers were set to be identical (i.e., N e = N o ). It is evident from the figure that significant changes in the objective function values occur over the first 200 iterations. This is because the quality of the randomly generated initial solutions is poor and has a large potential for optimization, giving rise to a high optimization speed. As the number of iterations increases, the optimization speed is reduced, and in most cases, after 600 iterations, the objective function may be difficult to optimize further. The computation times for different colony sizes are shown in Table 2. As indicated in Figure 3 and Table 2, a larger colony size yields a better final objective function value but also leads to longer computation time. This is because with a greater colony size, the number of search neighborhoods increases, and a better solution is more likely to be found. The computation time for each neighborhood search is nearly identical; therefore, the colony size (i.e., the number of searches) directly determines the total computation time.
Table 2. ABCEE computation time comparison for different populations (seconds).
Table 2. ABCEE computation time comparison for different populations (seconds).
Algorithm Population205080100
Number of Endmembers
ABCEE-R4630.941540.092475.273070.64
5680.751718.504117.733433.15
6733.811728.142751.053424.61
ABCEE-V424.8462.7398.05125.10
532.7880.20144.30189.03
633.5183.11132.93169.73
Figure 3. Changes in the ABCEE objective function over the course of multiple iterations. The horizontal axis represents the iteration number, and the vertical axis represents the logarithm of the objective function value. (a) ABCEE-R, M=4; (b) ABCEE-V, M=4; (c) ABCEE-R, M=5; (d) ABCEE-V, M=5; (e) ABCEE-R, M=6; (f) ABCEE-V, M=6.
Figure 3. Changes in the ABCEE objective function over the course of multiple iterations. The horizontal axis represents the iteration number, and the vertical axis represents the logarithm of the objective function value. (a) ABCEE-R, M=4; (b) ABCEE-V, M=4; (c) ABCEE-R, M=5; (d) ABCEE-V, M=5; (e) ABCEE-R, M=6; (f) ABCEE-V, M=6.
Remotesensing 07 15834 g003
In this experiment, nine values of μ R and μ V were considered to find the best value of penalty factor, respectively. We set μ R , V = 10 n , n 0 4 n n 0 + 4 here, where n 0 is the order-of-magnitude difference between the two parts of the objective function, and its value can be determined by an initial endmember extraction result obtained by any kind of algorithms of short computing time, such as AVMAX and VCA, without considering the pure pixel assumption. While M = 5 , n 0 was set to 5 for μ R and 3 for μ V .
Figure 4 reflects the influence of the penalty factors μ R and μ V on the endmember extraction results. The horizontal axis represents the corresponding value of n for each penalty factor. The average SAD, the volume of the simplex and the RMSE were used as indicators for evaluating μ R and μ V . It is apparent from Figure 4a,b that for both μ R and μ V , the results are optimal when n = n 0 + 1 . Besides, from Figure 4c,d, it can be found that the simplex’s volume of extracted endmembers is most similar to that of real endmembers while n = n 0 + 1 , which is consistent of the results of SAD. If n < n 0 , the proportion of volume in all the factors contained in objective function is too large, which results to the very small value of simplex volume, the very large values of RMSE and SAD. Obviously, this kind of result is not right. On the other hand, if n > n 0 + 1 , the proportion of volume in all the factors contained in objective function is too small, which means that with the increase of n , the algorithm is more likely to find the solutions of smaller RMSE, even though the simplex volume may become bigger or few points may not contained in the simplex. Actually, if a simplex volume is big enough, all pixels are contained in the simplex, so it is extremely hard to optimize RMSE, which can be proved by the experiments shown in Figure 4c,d that RMSE varied little while enlarging its volume.
Figure 4. Influence of the penalty factors μ R and μ V (a) the SAD of ABCEE-R; (b) the SAD of ABCEE-V; (c) the Volume and RMSE of ABCEE-R; (d) the Volume and RMSE of ABCEE-V.
Figure 4. Influence of the penalty factors μ R and μ V (a) the SAD of ABCEE-R; (b) the SAD of ABCEE-V; (c) the Volume and RMSE of ABCEE-R; (d) the Volume and RMSE of ABCEE-V.
Remotesensing 07 15834 g004
Based on the analysis above, it is known that the value setting of μ R and μ V plays a crucial role in the final result of endmember extraction. In addition, we can conclude that while n = n 0 + 1 , a result of the best tradeoff between Volume and RMSE can be obtained. Therefore, in this paper, the value of μ R and μ V in other experiments can be defined by the following steps, (1) extract a set of initial endmembers using AVMAX, (2) calculate its corresponding volume, penalty term (RMSE in Equation (19) or the number of points outside simplex in Equation (16)) and the ratio ω , and (3) calculate μ R and μ V according the following formula.
μ V , R = [ ω 10 [ lg ω ] 1 ] 10 [ lg ω ]

3.2. Synthetic Dataset 2

The second synthetic dataset included 16 data calculated with four different numbers of endmembers (m = 4, 8, 16 and 20) and four different SNRs (90:1, 70:1, 50:1 and 30:1). All endmembers were drawn from the USGS Spectral Library, and the abundance of each endmember in each pixel, following beta distributions, was generated in accordance with [6]. Once the endmembers and abundances were prepared, they were multiplied together and summed to constitute the first term of Equation (1), and then, Gaussian white noise spectra with different SNRs were added in.
The RMSEs of the 16 data in synthetic Dataset 1 are shown in Figure 5. The RMSEs for MVSA are not contained in this figure because the endmembers extracted via MVSA contain negative values, which is clearly unreasonable. The reason for this phenomenon is that MVSA is based on an external minimum-volume model, and its calculation using Sequential Quadratic Programming (SQP), but its feasible solution space is not constrained to be non-negative. The core algorithm of MVC-NMF is non-negative matrix factorization and thus contains a non-negative constraint, and ABCEE’s feasible solution space is also subject to a non-negative constraint; therefore, the three corresponding algorithms, though also based on the minimum-volume approach, do not produce results that contain negative values.
Figure 5. RMSEs for synthetic Dataset 2. (a) m=4; (b) m=8; (c) m=16; (d) m=20.
Figure 5. RMSEs for synthetic Dataset 2. (a) m=4; (b) m=8; (c) m=16; (d) m=20.
Remotesensing 07 15834 g005
Figure 5 demonstrates that ABCEE-R is clearly superior to the other algorithms when the number of endmembers is relatively small (m = 4 or 8), whereas in other circumstances (m = 16 or 20), the performances of ABCEE-R, AVMAX and VCA are nearly identical. Among these 16 experiments, ABCEE-R achieved the smallest RMSE 12 times, whereas ABCEE-V and VCA achieved the smallest RMSE two times each; in the latter cases, the RMSEs of ABCEE-R were ranked second, very close to the best results. Therefore, we can infer from these results that ABCEE-V is more suitable for experimental data with fewer endmembers and higher SNRs, whereas ABCEE-R is more robust. In addition, with a reduction in SNR, the RMSE values for each algorithm increase. However, ABCEE-R always retains its advantage over the other algorithms, illustrating its insensitivity to the number of endmembers and the SNR.
The SADs of the 16 data in synthetic Dataset 1 are shown in Figure 6. For the same reason discussed above, the results for MVSA were not added to this figure. No explicit trend is evident in the change of the SADs of the two ABCEE algorithms for the data with different SNRs. AVMAX and VCA can always obtain better SADs. This is because certain pixels can be very similar to certain endmembers when the abundances obey a beta distribution, which results in high proportions of certain endmembers in certain pixels. For example, for m = 4, these four endmembers’ maximum abundances were 0.9884, 0.9898, 0.9876 and 0.9887, indicating that in these simulated images, although noise was present, the pure pixel assumption was essentially satisfied. Therefore, any errors between the extracted endmembers and the real ones would predominantly originate from noise when an algorithm based on the internal maximum-volume method was used. The external minimum-volume method demonstrated no obvious advantages compared with the other methods, and because of the presence of noise, its endmember extraction results could be quite different from the real results when the endmembers were relatively few (m = 4 or 8). However, with an increasing number of endmembers (m = 16 or 20), the largest proportion of each endmember in a pixel gradually decreases; for example, for m = 20, the smallest value among the maximum abundances of these 20 endmembers was merely 0.8784. Therefore, under these circumstances, the SAD of ABCEE-R gradually overtakes and eventually exceeds those of AVMAX and VCA. The results of ABCEE-V are also clearly superior those of MVC-NMF and RMVES, although they are inferior to those of ABCEE-R, especially when the SNR is low.
Figure 6. SADs for synthetic Dataset 2. (a) m=4; (b) m=8; (c) m=16; (d) m=20.
Figure 6. SADs for synthetic Dataset 2. (a) m=4; (b) m=8; (c) m=16; (d) m=20.
Remotesensing 07 15834 g006

3.3. Synthetic Dataset 3

The third synthetic dataset is mixed by four endmembers, which are similar to the endmembers in the first synthetic dataset, while m = 4. The production process of this dataset is the same as the first synthetic dataset. It is noteworthy that the endmember abundance of the third synthetic dataset follows normal distribution, and each endmember’s maximum abundance in any pixel is no more than 80%. Besides, in the final step of adding Gaussian white noise, SNRs are 100:1 and 50:1, respectively. In general, this dataset simulates the circumstance that data contains no pure pixels.
The results are shown in Table 3. It can be seen that for the circumstances of two different SNRs, ABCEE-R and ABCEE-V can always obtain the minimum RMSE and SAD, respectively, which means that ABCEE can gain better endmember extraction results no matter how high or how low the SNR is while processing images without pure pixels. The experiment results are coordinated with the purpose of ABCEE’s objective function design. Equation (19) assures the volume of simplex can be well maintained while optimizing RMSE, which makes the spectral angle of the extracted and real endmembers be maintained in a suitable ranges (better than MCV-NMF and RMVES) while getting the minimum RMSE using ABCEE-R. Besides, Equation (16) allows few data points located in the outside of simplex while searching the external minimum-volume, which brings the endmembers extracted by ABCEE-V closer to real endmembers, and its RMSE only inferior to ABCEE-R and MVSA.
Table 3. Experimental results for synthetic hyperspectral dataset 3.
Table 3. Experimental results for synthetic hyperspectral dataset 3.
SNRMetricAVMAXMVC-NMFMVSARMVESVCAABCEE-RABCEE-V
100:1SAD0.124440.1745730.0578960.2088510.1248380.1493280.040319
RMSE0.0286560.0760741.18 × 10−160.2619660.0346151.02 × 10−160.003675
50:1SAD0.1203620.1778110.086110.1539270.1184270.1455190.049782
RMSE0.0236610.0781221.35 × 10−160.0064340.03191.02 × 10−160.006023
Besides, the synthetic dataset 3 is also used to evaluate the robustness of ABCEE. Table 4 represents the SAD and RMSE’s average value and standard deviation of ABCEE-R and ABCEE-V’s results by computing 15 times. Figure 7 shows the histogram of these results. From Table 4, it can be seen that the standard deviations of ABCEE are always smaller than 0.05, which shows the stabilization of the algorithm, even though the endmember extraction results are different. In addition, from the point view of relative value of standard deviation and average value, the robustness of ABCEE-R is better than ABCEE-V.
On another hand, we can see from Figure 7 that most results are concentrated in a small interval under the same circumstances and only very few results are abnormal, such as the result at the far right in Figure 7a, and the two results at the far right in Figure 7b. It can be found that in 120 results, only 20 results are abnormal, which means that 83.33% results can be located in a good interval by ABCEE.
Table 4. The mean and standard deviation of 15 times run of ABCEE.
Table 4. The mean and standard deviation of 15 times run of ABCEE.
ABCEE-RABCEE-V
RMSESADRMSESAD
SNR = 100:1Mean1.02 × 10−160.1436410.0043340.064347
Stdev5.79 × 10−180.0407410.0032030.026924
SNR = 50:1Mean1.04 × 10−160.16814710.0076720.082615
Stdev4.57 × 10−180.03801690.0043120.035142
Figure 7. Hist of the synthetic Dataset 3. (a) ABCEE-R, SNR=100:1, RMSE; (b) ABCEE-V, SNR=100:1, RMSE; (c) ABCEE-R, SNR=100:1, SAD; (d) ABCEE-V, SNR=100:1, SAD; (e) ABCEE-R, SNR=50:1, RMSE; (f) ABCEE-V, SNR=50:1, RMSE; (g) ABCEE-R, SNR=50:1, SAD; (h) ABCEE-V, SNR=50:1, SAD.
Figure 7. Hist of the synthetic Dataset 3. (a) ABCEE-R, SNR=100:1, RMSE; (b) ABCEE-V, SNR=100:1, RMSE; (c) ABCEE-R, SNR=100:1, SAD; (d) ABCEE-V, SNR=100:1, SAD; (e) ABCEE-R, SNR=50:1, RMSE; (f) ABCEE-V, SNR=50:1, RMSE; (g) ABCEE-R, SNR=50:1, SAD; (h) ABCEE-V, SNR=50:1, SAD.
Remotesensing 07 15834 g007

4. Experiments with a Real Image

In this section, we present the application of ABCEE-R and ABCEE-V for endmember extraction from a hyperspectral image of Cuprite, Nevada, which was collected by the Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) and provided by ENVI. This data is widely used in research on hyperspectral image processing algorithms, such as spectral unmixing and classification, and a highly accurate ground truth is available for testing the results of such algorithms. The original AVIRIS data contain 224 channels, with a spectral resolution of 10 nm, wavelength ranges between 400 and 2500 nm, and a spatial resolution of 20 m. The AVIRIS data provided by ENVI contain only 50 bands ranging from 1990.8 to 2479 nm, and the image size is 400 × 350 pixels. Because one of the predominant materials present in the region is salt and the provided wavelength range (1990.8–2479 nm) enables adequately distinction of the typical salt mines in the region, this ENVI data was used in this study to test endmember extraction and abundance inversion. As in Section 3, the experiments presented in this section were also performed using AVMAX, MVSA, RMVES, MVC-NMF and VCA for comparison. According to the HySime algorithm, the number of endmembers to be extracted was 8. The parameters of the ABCEE algorithms were set as follows: N e = N o = 25 and i m a x = 200 . A set of initial endmembers is generated by AVMAX, whose volume and RMSE are shown in Table 5. According to Equation (24), the penalty factors for the Cuprite data are μ V = 2.5 E + 17 and μ R = 1.0 E + 17 .
Table 5. Results for Cuprite data.
Table 5. Results for Cuprite data.
AVMAXMVC-NMFMVSARMVESVCAABCEE-RABCEE-V
RMSE (FCLS)5.96819412.297012.5859357.86 × 10−38.5838912.3984 × 10−43.44976
VOLUME5.30 × 101637,133.884.59 × 10201.83 × 10192.78 × 10162.04 × 10121.30 × 1017
The RMSEs obtained via the FCLS approach using the endmembers extracted by the algorithms and the volumes of the simplexes formed by those endmembers are shown in Table 5. It is evident from Table 5 that ABCEE-R yielded the smallest RMSE. Although the MVC-NMF volume is smaller than that of ABCEE-R, its RMSE is much worse than that of ABCEE-R—in fact, it is the worst among all the tested algorithms. Thus, the ABCEE-R result can be considered to be the best.
According to the Cuprite ground truth provided by the USGS, the major minerals in this region include alunite, buddingtonite, calcite, chalcedony, chlorite, dickite, jarosite, kaolinite, montmorillonite, muscovite, and nontronite. The image area also contains these minerals. The SADs were calculated between the standard spectra of these minerals from the USGS Mineral Spectral Library and the endmembers extracted by the algorithms. For each endmember, the mineral with the smallest corresponding SAD was selected as the mineral associated with the endmember. The performances of the algorithms were compared in terms of the number, type and average spectral angle of each mineral. The results are shown in Table 6 and Figure 8.
As seen from the results, the minerals corresponding to several of the extracted endmembers were duplicates (e.g., AVMAX extracted two chalcedony and two montmorillonite endmembers), and the minerals extracted by the various algorithms were not the same. In terms of quantity, ABCEE-R extracted seven different minerals, and the other algorithms each extracted six different minerals. From the types of minerals extracted, we conclude that most algorithms can extract five minerals—alunite, chalcedony, kaolinite, montmorillonite and nontronite. A comparison with the ground truth reveals that the image region indeed contains large amounts of these five types of minerals; however, MVC-NMF failed to correctly extract alunite, MVSA failed to correctly extract kaolinite, and RMVES missed montmorillonite. From the perspective of the average spectral angle, those of AVMAX, VCA and ABCEE-V were less than 0.1, indicating that the extracted endmembers were very close to the true minerals, because the distinction among minerals in Cuprite is obvious and the hyperspectral image of this region can be considered to contain pure pixels of various minerals. Therefore, AVMAX and VCA, which are based on internal maximum-volume models, yielded the best SADs. Meanwhile, although based on an external minimum-volume model, ABCEE-V does not require the simplex formed by the endmembers to completely contain the convex hull formed by the pixels; this enhances the algorithm’s robustness and allows it to produce a better endmember extraction result.
Figure 9 and Figure 10 show the FCLS results for the endmembers extracted by ABCEE-R and ABCEE-V, respectively. Obviously, the abundance estimation results for alunite (Figure 9e and Figure 10g), kaolinite (Figure 9f and Figure 10f) and chalcedony (Figure 9c and Figure 10a), which are common in Cuprite, that were obtained using these two methods are found to be similar. For nontronite, ABCEE-R produced better estimation results than did ABCEE-V because two different nontronite endmembers were extracted using ABCEE-V, directly resulting in a larger RMSE for ABCEE-V. In addition, no endmember corresponding to the typical mineral dickite was effectively extracted by ABCEE-V, which is another major reason for the superior performance of ABCEE-R.
Table 6. SADs between the endmembers extracted using the different algorithms and the corresponding spectra in USGS Spectral Library.
Table 6. SADs between the endmembers extracted using the different algorithms and the corresponding spectra in USGS Spectral Library.
AVMAXMVCNMFMVSARMVESVCAABCEE-RABCEE-V
Alunite0.075778 0.1628280.3302140.0774210.3300270.07927
Buddingtonite 0.1635070.52489 0.543818
Buddingtonite 0.7996280.111666 0.10611
Calcite 0.107456
Chalcedony0.0772580.0776340.0648670.0960330.0656640.1153960.077258
Chalcedony0.074673 0.0738370.077258 0.08569
Chlorite0.108636 0.195042
Dickite 0.6375880.301254 0.427711
Dickite 2.814941
Jarosite 0.136408
Kaolinite0.0727250.150208 0.1637890.0637180.1499050.073869
Kaolinite 0.110306
Montmorillonite0.0906290.0973230.288801 0.0906550.0536520.098983
Montmorillonite0.0906550.074053 0.0671
Muscovite 0.094221 0.105594
Nontronite0.0865770.165434 0.3007110.1213720.3730130.092121
Nontronite 0.097562
Average0.0846160.1148530.64090.2377990.0821760.2624540.088793
Figure 8. Endmember extraction curve for each algorithm.
Figure 8. Endmember extraction curve for each algorithm.
Remotesensing 07 15834 g008
Figure 9. ABCEE-R abundance inversion results for the Cuprite data. (a) Nontronite; (b) Buddingtonite; (c) Chalcedony; (d) Dickite; (e) Alunite; (f) Kaolinite; (g) Buddingtonite; (h) Montmorillonit.
Figure 9. ABCEE-R abundance inversion results for the Cuprite data. (a) Nontronite; (b) Buddingtonite; (c) Chalcedony; (d) Dickite; (e) Alunite; (f) Kaolinite; (g) Buddingtonite; (h) Montmorillonit.
Remotesensing 07 15834 g009
Figure 10. ABCEE-V abundance inversion results for the Cuprite data. (a) Chalcedony; (b) Nontronite; (c) Nontronite; (d) Montmorillonit; (e) Chalcedony; (f) Kaolinite; (g) Alunite; (h) Muscovite.
Figure 10. ABCEE-V abundance inversion results for the Cuprite data. (a) Chalcedony; (b) Nontronite; (c) Nontronite; (d) Montmorillonit; (e) Chalcedony; (f) Kaolinite; (g) Alunite; (h) Muscovite.
Remotesensing 07 15834 g010

5. Conclusions

The results of endmember extraction directly affect the reliability and accuracy of hyperspectral image spectral unmixing. Based on an external minimum-volume model as well as improvements to the objective function and the construction of the feasible solution space, this paper proposed two ABC-based endmember extraction algorithms: ABCEE-R and ABCEE-V. These algorithms combine the advantages of the improved model and the intelligent algorithm, and both achieve a suitable balance between volume and accuracy, thereby improving the robustness of the results and the ability to search for better endmembers in a continuous feasible solution space without requiring the pure pixel assumption. Besides, parameters of these algorithms have been carefully analyzed, especially, based on the analysis, an estimation method of penalty factor has been given, by which, a result of good tradeoff between the simplex volume and RMSE can be obtained.
Experiments have been carried out to prove the proposed algorithms’ performance and the following conclusions can be made. (1) If there are pure pixels, namely the biggest abundance equals to 1, the results of ABCEE is very similar to the best results obtained by the state-of-the-art methods, especially ABCEE-R can yield the best RMSE no matter the number of endmembers extracted is more than, less than or equal to the true number of endmembers or not; (2) If there are no pure pixels, namely the biggest abundance is smaller than 0.8, the results of ABCEE is better than the results obtained by the state-of-the-art methods; (3) If the number of endmember is relatively large, ABCEE can obtain the similar results under conditions of different SNR. Based on these conclusions, we can infer that the proposed algorithms own unique advantages while extracting endmember using hyperspectral images of low spatial resolution, complex ground objects and uncertain endmember quantity.
Besides, research on the use of swarm intelligence algorithms for endmember extraction is still in its infancy. There are many important aspects of the problem that should be further explored. For example, the common disadvantage of all swarm intelligence algorithms, including ABC, is their low calculation speed. Therefore, the use of parallel processing and other means to improve computational efficiency should be a major focus of future research.

Acknowledgments

This research was supported by the National Natural Science Foundation of China under Grant Nos. 41201356, 41201397, 41325004, and 41571349, by the Key Research Program of the Chinese Academy of Sciences under Grant No. KZZD-EW-TZ-18, and by the Director Foundation of Institute of Remote Sensing and Digital Earth, Chinese Academy of Sciences (Y3SJ5700CX).

Author Contributions

Xu Sun was mainly responsible for mathematics modeling, experiments designing, and structure organizing. Lina Yang helped to polish the algorithms modeling, data analysis and paper writing. Bing Zhang provided the original ideas on the proposed method. Lianru Gao helped to finish most of the experiment with synthetic data. Jianwei Gao helped to finish the experiment with real image.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Keshava, N.; Mustard, J.F. Spectral unmixing. IEEE Signal Process. Mag. 2002, 19, 44–57. [Google Scholar] [CrossRef]
  2. Plaza, A.; Martin, G.; Plaza, J. Recent developments in endmember extraction and spectral unmixing. In Optical Remote Sensing; Springer: Berlin, Germany, 2010; pp. 235–267. [Google Scholar]
  3. Bioucas-Dias, J.M.; Plaza, A.; Dobigeon, N. Hyperspectral unmixing overview: Geometrical, statistical, and sparse regression-based approaches. IEEE J. Sel. Top. Appl. Earth Observ. Remote Sens. 2012, 5, 354–379. [Google Scholar] [CrossRef]
  4. Boardman, J.W.; Kruse, F.A.; Green, R.O. Mapping target signatures via partial unmixing of aviris data. In Proceedings of the Fifth Annual JPL Airborne Earth Science Workshop, Pasadena, California, 23–26 January 1995.
  5. Winter, M.E. N-Findr: An algorithm for fast autonomous spectral end-member determination in hyperspectral data. SPIE Proc. 1999, 3753, 266–275. [Google Scholar]
  6. Nascimento, J.M.; Dias, J.M. Vertex Component analysis: A fast algorithm to unmix hyperspectral data. IEEE Trans. Geosci. Remote Sens. 2005, 43, 898–910. [Google Scholar] [CrossRef]
  7. Chang, C.; Wu, C.; Liu, W. A new growing method for simplex-based endmember extraction algorithm. IEEE Trans. Geosci. Remote Sens. 2006, 44, 2804–2819. [Google Scholar] [CrossRef]
  8. Gruninger, J.H.; Ratkowski, A.J.; Hoke, M.L. The sequential maximum angle convex cone (smacc) endmember model. Proc Spie 2004, 5425, 1–14. [Google Scholar]
  9. Chan, T.; Ma, W.; Ambikapathi, A. A simplex volume maximization framework for hyperspectral endmember extraction. IEEE Trans. Geosci. Remote Sens. 2011, 49, 4177–4193. [Google Scholar] [CrossRef]
  10. Jun, L.; José, M.B. Minimum volume simplex analysis: A fast algorithm to unmix hyperspectral data. IEEE Trans. Geosci. Remote Sens. 2008, 3, 250–253. [Google Scholar]
  11. Ambikapathi, A.; Chan, T.; Ma, W. Chance-constrained robust minimum-volume enclosing simplex algorithm for hyperspectral unmixing. IEEE Trans. Geosci. Remote Sens. 2011, 49, 4194–4209. [Google Scholar] [CrossRef]
  12. Miao, L.; Qi, H. Endmember extraction from highly mixed data using minimum volume constrained nonnegative matrix factorization. IEEE Trans. Geosci. Remote Sens. 2007, 45, 765–777. [Google Scholar] [CrossRef]
  13. Dorigo, M.; Maniezzo, V.; Colorni, A. Ant system: Optimization by a colony of cooperating agents. IEEE Trans. Syst. Man Cybern. B Cybern. 1996, 26, 29–41. [Google Scholar] [CrossRef] [PubMed]
  14. Eberhart, R.; Kennedy, J. A new optimizer using particle swarm theory. In Proceedings of the Sixth International Symposium on Micro Machine and Human Science, Nagoya, Japan, 4–6 October 1995.
  15. Yang, X. Nature-Inspired Metaheuristic Algorithms; Luniver Press: Frome, UK, 2008. [Google Scholar]
  16. Karaboga, D.; Basturk, B. A powerful and efficient algorithm for numerical function optimization: Artificial Bee Colony (ABC) algorithm. J. Glob. Optim. 2007, 39, 459–471. [Google Scholar] [CrossRef]
  17. Zhang, B.; Sun, X.; Gao, L. Endmember extraction of hyperspectral remote sensing images based on the Ant Colony Optimization (ACO) algorithm. IEEE Trans Geosci. Remote Sens. 2011, 49, 2635–2646. [Google Scholar] [CrossRef]
  18. Zhang, B.; Sun, X.; Gao, L. Endmember extraction of hyperspectral remote sensing images based on the discrete particle swarm optimization algorithm. IEEE Trans Geosci. Remote Sens. 2011, 49, 4173–4176. [Google Scholar] [CrossRef]
  19. Karaboga, D.; Basturk, B. Artificial Bee Colony (ABC) optimization algorithm for solving constrained optimization problems. In Foundations of Fuzzy Logic and Soft Computing; Springer: Berlin, Germany, 2007; pp. 789–798. [Google Scholar]
  20. Karaboga, D.; Akay, B.; Ozturk, C. Artificial Bee Colony (ABC) optimization algorithm for training feed-forward neural networks. In Modeling Decisions for Artificial Intelligence; Springer: Berlin, Germany, 2007; Volume 4617, pp. 318–329. [Google Scholar]
  21. Baykasoglu, A.; Ozbakir, L.; Tapkan, P.I.N. Artificial Bee Colony algorithm and its application to generalized assignment problem. In Swarm Intelligence: Focus on Ant and Particle Swarm Optimization; Itech Education and Publishing: Vienna, Austria, 2007; pp. 113–144. [Google Scholar]
  22. Wong, L.; Low, M.Y.H.; Chong, C.S. A Bee Colony Optimization algorithm for traveling salesman problem. In Proceedings of the Second Asia International Conference on Modelling & Simulation, Kuala Lumpur, Malaysia, 13–15 May 2008; pp. 818–823.
  23. Karaboga, D.; Ozturk, C. A novel clustering approach: Artificial Bee Colony (ABC) algorithm. Appl. Soft Comput. 2011, 11, 652–657. [Google Scholar] [CrossRef]
  24. Xiao, Y. Research on Bee Colony Algorithm and Its Applications in Image Processing. Ph.D. Thesis, South China University of Technology, Guangzhou, China, 2011. [Google Scholar]
  25. Abu-Mouti, F.S.; El-Hawary, M.E. Overview of Artificial Bee Colony (ABC) algorithm and its applications. In Proceedings of the Systems Conference, Vancouver, BC, Canada, 19–22 March 2012; pp. 1–6.
  26. Chang, C. Hyperspectral Data Exploitation: Theory and Applications; Wiley-Interscience: Hoboken, NJ, USA, 2007. [Google Scholar]
  27. Heinz, D.C.; Chang, C. Fully constrained least squares linear spectral mixture analysis method for material quantification in hyperspectral imagery. IEEE Trans. Geosci. Remote Sens. 2001, 39, 529–545. [Google Scholar] [CrossRef]
  28. Karaboga, D.; Basturk, B. On the Performance of Artificial Bee Colony (ABC) algorithm. Appl. Soft Comput. 2008, 8, 687–697. [Google Scholar] [CrossRef]
  29. Plaza, A.; Martinez, P.; Perez, R. A quantitative and comparative analysis of endmember extraction algorithms from hyperspectral data. IEEE Trans. Geosci. Remote Sens. 2004, 42, 650–663. [Google Scholar] [CrossRef]

Share and Cite

MDPI and ACS Style

Sun, X.; Yang, L.; Zhang, B.; Gao, L.; Gao, J. An Endmember Extraction Method Based on Artificial Bee Colony Algorithms for Hyperspectral Remote Sensing Images. Remote Sens. 2015, 7, 16363-16383. https://doi.org/10.3390/rs71215834

AMA Style

Sun X, Yang L, Zhang B, Gao L, Gao J. An Endmember Extraction Method Based on Artificial Bee Colony Algorithms for Hyperspectral Remote Sensing Images. Remote Sensing. 2015; 7(12):16363-16383. https://doi.org/10.3390/rs71215834

Chicago/Turabian Style

Sun, Xu, Lina Yang, Bing Zhang, Lianru Gao, and Jianwei Gao. 2015. "An Endmember Extraction Method Based on Artificial Bee Colony Algorithms for Hyperspectral Remote Sensing Images" Remote Sensing 7, no. 12: 16363-16383. https://doi.org/10.3390/rs71215834

Article Metrics

Back to TopTop