Next Article in Journal
Construction of the Calibration Set through Multivariate Analysis in Visible and Near-Infrared Prediction Model for Estimating Soil Organic Matter
Previous Article in Journal
Comparison of Passive Microwave-Derived Early Melt Onset Records on Arctic Sea Ice
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization Algorithm for Hyperspectral Endmember Extraction

1
School of Geosciences, China University of Petroleum, Qingdao 266580, China
2
Laboratory for Marine Mineral Resources, Qingdao National Laboratory for Marine Science and Technology, Qingdao 266071, China
3
State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing, Wuhan University, Wuhan 430079, China
4
School of Computer, Wuhan University, Wuhan 430072, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2017, 9(3), 197; https://doi.org/10.3390/rs9030197
Submission received: 27 November 2016 / Revised: 20 February 2017 / Accepted: 21 February 2017 / Published: 24 February 2017

Abstract

:
The endmember extraction algorithm, which selects a collection of pure signature spectra for different materials, plays an important role in hyperspectral unmixing. In this paper, the endmember extraction algorithm is described as a combinatorial optimization problem and a novel Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization (MOAQPSO) algorithm is proposed. The proposed approach employs Quantum-Behaved Particle Swarm Optimization (QPSO) to find endmembers with good performances. To the best of our knowledge, this is the first time that QPSO has been introduced into hyperspectral endmember extraction. In order to follow the law of particle movement, a high-dimensional particle definition is proposed. In addition, in order to avoid falling into a local optimum, a mutation operation is used to increase the population diversity. The proposed MOAQPSO algorithm was evaluated on both synthetic and real hyperspectral data sets. The experimental results indicated that the proposed method obtained better results than other state-of-the-art algorithms, including Vertex Component Analysis (VCA), N-FINDR, and Discrete Particle Swarm Optimization (D-PSO).

Graphical Abstract

1. Introduction

Dozens or even hundreds of narrow, adjacent spectral bands can effectively represent the unique materials in hyperspectral remote sensing images. However, due to the spatial resolution limitation of imaging sensors, the observation of one pixel may contain several different substances; this is called a “mixed pixel” [1,2]. Spectral unmixing is a technique that decomposes the mixed-pixel spectra into a collection of pure spectra, named endmembers, and the corresponding abundance fractions of each endmember [3,4,5,6,7,8]. Endmembers play an important role in quantitatively exploring the fine spectral information of hyperspectral images, and the appropriate extraction of endmembers from imagery is of great significance in hyperspectral image processing [9,10,11,12,13,14,15].
Simplex theory is one of the most important theories on which many endmember extraction algorithms are based. Popular pure pixel based algorithms include the Pixel Purity Index (PPI) [16], N-FINDR [17], the Simplex Growing Algorithm (SGA) [18], and Vertex Component Analysis (VCA) [19], as well as some new swarm intelligence algorithms proposed in recent years, such as Discrete Particle Swarm Optimization (D-PSO), which is a relatively new technique that has been empirically shown to perform well in endmember extraction optimization problems as it searches for a global optimal combination of the endmember set in the feasible space [20].
In essence, endmember extraction involves selecting a subset with size k from a total set of n variables to optimize a particular criterion under the hypothesis that pure pixels exist. Over the past few decades, population-based random optimization techniques, such as evolutionary algorithms and swarm intelligence optimization, have been widely employed to solve optimization problems [21,22]. The Particle Swarm Optimization (PSO) method, which was originally proposed by Kennedy [23], is a widely-used swarm intelligence method for solving global optimization problems, while Zhang et al. have adapted discrete PSO (D-PSO) for endmember extraction. However, each particle in PSO moves in the search space with a certain velocity, which is dynamically adjusted according to its own optimum and the global optimum of all the particles. Therefore, PSO may easily get trapped in a local optimum. Although many attempts have been made to improve the performances of PSO [24,25], it does have a fatal flaw: There is no guarantee that it can achieve globally optimal results, which was demonstrated by Van den Bergh [26]. In addition, PSO contains at least three parameters, which have a great influence on the algorithm efficiency.
This situation remained unchanged until Sun et al. [27] introduced quantum theory into PSO and proposed a Quantum-Behaved PSO (QPSO) algorithm, which can be theoretically guaranteed to find the globally optimal solution in the search space. In this paper, an enhanced version of PSO, the Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization (MOAQPSO) algorithm, is proposed, which is expected to guarantee convergence on globally optimal results, as well as having a fast convergence speed. Among all the quantum physics based theories, the QPSO algorithm has proved to be a promising intelligent optimization algorithm [27]. All the particles in QPSO have a quantum behavior instead of the classical Newton’s laws of motion that are followed in classical PSO. This quantum motion ensures that the particles can appear in any position with a certain probability. Therefore, QPSO can theoretically guarantee the efficiency and global convergence of the algorithm. Another attractive feature of the QPSO algorithm is that only a few parameters need to be adjusted. Above all, QPSO is easy to implement, has very few parameters, and is more robust than PSO. In this paper, the MOAQPSO algorithm is proposed for hyperspectral endmember extraction. Furthermore, a high-dimensional particle definition is proposed, which is very different from the existing methods of particle definition.
In this paper we introduced QPSO to endmember extraction, which to the best of our knowledge has not previously been used for this purpose. In order to ensure the effectiveness of QPSO for endmember extraction, some strategies were used:
(1) The mutation operation. Inspired by the crossover operator and mutation operator in genetic algorithm, we used mutation operation in QPSO to accelerate convergence. The maintenance of population diversity is undoubtedly a key issue in the performance of an evolutionary algorithm, by which the proposed algorithm can enhance its ability to jump out of local optima. The mutation operation, which gives up the current position at a certain probability, is used to effectively maintain the population diversity and accelerate convergence.
(2) The novel particle definition for endmember extraction, which differs from the existing methods of particle definition. Particle definition is another important problem for QPSO application. In this paper, a high-dimensional particle definition is proposed, which ensures that each particle has a physical significance for the endmember extraction.
The remainder of the paper is organized as follows. Section 2 describes some basic details of PSO and QPSO. The proposed MOAQPSO algorithm is presented in Section 3. Section 4 presents an experimental comparison of the proposed method with both simulated and real data sets. Section 5 concludes the paper and introduces the future research.

2. Some Basic Details of PSO and QPSO

2.1. Particle Swarm Optimization (PSO)

In the widely used standard PSO model [28], the velocity and location properties for the ith particle are represented as X i = ( X i , 1 ( t ) , X i , 2 ( t ) , ... , X i , D ( t ) ) and V i = ( V i , 1 ( t ) , V i , 2 ( t ) , ... , V i , D ( t ) ) , respectively (where D is the dimension of the solution space and M is the number of particles; ( 1 i M ). The particles are propagated using the following evolutionary equation:
V i , j ( t + 1 ) = ω V i , j ( t ) + c 1 r 1 , i , j ( t ) ( P i , j ( t ) X i , j ( t ) ) + c 2 r 2 , i , j ( t ) ( G j ( t ) X i , j ( t ) )
X i , j ( t + 1 ) = V i , j ( t + 1 ) + X i , j ( t )
where w is the inertia weight; j = 1 , 2 , ... , D ; c1 and c2 are the accelerated coefficients or learning factors; r 1 , i , j ( t ) and r 2 , i , j ( t ) are two random functions in the range of [0,1]; P i ( t ) = ( P i , 1 ( t ) , P i , 2 ( t ) , ... , P i , D ( t ) ) is optimal individual position of particle i, and G ( t ) = ( G 1 ( t ) , ... , G j ( t ) , ... , G D ( t ) ) is the best position of the entire swarm.
The best individual position of each particle is updated as follows (finding the minimum as an example):
P i ( t + 1 ) = { P i ( t ) if f ( X i ( t + 1 ) ) f ( P i ( t ) ) X i ( t + 1 ) if f ( X i ( t + 1 ) ) f ( P i ( t ) )
The global best position is defined as
G ( t + 1 ) = arg min P i   f ( P i ( t + 1 ) )
A simple explanation of the PSO operation is as follows. Each particle represents a possible solution to the optimization task at hand. During each iteration, one particle moves to a new position according to its best solution found so far and the global best position discovered so far by any of the particles. Finally, the particles find the best solution.
The Particle Swarm Optimization (PSO) method is a widely-used swarm intelligence method for solving global optimization problems. Endmember extraction is also essentially an optimization problem. Zhang et al. have adapted discrete PSO (D-PSO) for endmember extraction. It utilizes PSO to search for endmembers in the discrete feasible solution space by defining the particles’ positions and velocities with binary coding, and has obtained better endmember extraction results for real hyperspectral images than the classic methods. However, the particle definition is given in binary coding, in which there are D (D is the number of endmembers) numbers that are 1, while the remaining numbers are 0. Each particle has no physical significance for the endmember extraction according to this definition. In addition, the search rate and the computational efficiency are affected by the feasible solution space. In order to reduce the computational efficiency, D-PSO needs the Maximum Noise Fraction (MNF) algorithm to reduce the dimensions, and the PPI algorithm to obtain small candidate endmembers. What is more, PSO has its own shortcomings: (1) There is no guarantee that the position to which the particle has converged is even a local extremum. Due to the deterministic paths and speeds of the particles, they do not allow particles to appear far away from the position of the particle swarm, even if that position is the best one. (2) There are many parameters in the PSO algorithm, which can significantly influence the optimization performance.

2.2. Quantum-Behaved Particle Swarm Optimization (QPSO)

To overcome the limitations of PSO, researchers have attempted to introduce stochasticity into particle paths to simulate the motions of subatomic particles [27]. According to Heisenberg’s uncertainty principle [29], the position and velocity of a particle can never be determined simultaneously in the quantum world. Instead, the particle location probability density is determined. For the sake of simplicity, a single particle motion in one-dimensional space is first considered. A particle’s quantum behavior is described by the wave function:
Ψ p ( x , t ) = A e i ( p x E t ) /
where E = p 2 2 m , denotes the Planck’s constant, p denotes the momentum, m denotes the particle quality, and A is a constant.
When we take the wave function and square it | Ψ ( x , t ) | 2 , this is equal to the probability density of finding an electron at a certain point in the atom. Therefore, we obtain the following equation:
| Ψ ( x , t ) | 2 d τ = 1
In quantum mechanics, the dynamic behavior of a particle complies with the following Schrödinger equation:
i t Ψ ( x , t ) = H ^ Ψ ( x , t )
H ^ = 2 2 m 2 + V ( x )
where H ^ is the Hamiltonian operator, denotes the Planck’s constant, m denotes the particle quality, and V(x) denotes the energy distribution function.
When the Hamiltonian operator itself is not dependent on time, the wave function can be described as
Ψ ( x , t ) = ϕ ( x ) e i E t /
where ϕ ( x ) represents the state wave function. It satisfies the following conditions: (1) square integrable; (2) ϕ ( x ) | x 0 ; (3) | ϕ ( x ) | 2 is the single value function.
In this state, the dynamic behavior of a particle complies with the following time-independent Schrödinger equation [27]:
d 2 ϕ ( x ) d x 2 + 2 m 2 [ E V ( x ) ] ϕ ( x ) = 0
where ϕ ( x ) is a stationary state, and E is the energy of the state ϕ ( x ) .
With the optimum point pd as the center of the potential, the potential energy of the particle in a one-dimensional delta potential well is represented as
V ( y ) = γ δ ( y ) y = x p d
where δ ( x x 0 ) = { , x = x 0 0 , x x 0 and δ ( x x 0 ) d x = 1 .
The Schrödinger equation for this model is
d 2 ϕ d y 2 + 2 m 2 ( E + γ δ ( y ) ) ϕ = 0
The solution to the above Schrödinger equation is [29]
ϕ ( y ) = 1 L 1 e | y | / L 1
where L 1 = 2 / m γ and it means characteristic length of δ potential well.
Then the probability distribution function is
F ( y ) = 1 e 2 | y | / L 1
The above functions describe the location of a particle probabilistically. However, we need to use an exact, explicit particle position for numerical optimization. Converting from a density function to an explicit position is achieved by a Monte Carlo method to simulate a position “measurement” [27]. The simulated position can be described as
y = ± L 1 2 ln ( 1 / u ) u U ( 0 , 1 )
Due to y = x p p , the final estimated position of the particle is as follows:
x = p d ± L 1 2 ln ( 1 / u )
where L 1 = 1 / β = 2 / m γ , u U ( 0 , 1 ) , and pd is the local attractor.
These results are extended to the D-dimensional search space, where each dimension of the particle’s position is bounded in a delta potential well and updated independently, and the evolution equation of particle i in the jth dimension at the (t + 1)th iteration is
X i , j ( t + 1 ) = p d i , j ( t ) ± L 1 i , j ( t ) 2 ln [ 1 / u i , j ( t ) ] u i , j ( t ) U ( 0 , 1 )
The value of L 1 i , j ( t ) in the equation can be determined by the following equations [30]:
L 1 i , j ( t ) = 2 α | C j ( t ) X i , j ( t ) |
where C ( t ) is the mean best position among the particles, P i ( t ) is the individual best position of particle i, and the contraction-expansion (CE) coefficient α is used to balance the local and global search of the algorithm during the search process. C ( t ) is defined as
C ( t ) = ( C 1 ( t ) , C 2 ( t ) , ... , C D ( t ) ) = 1 M i = 1 M P i ( t ) = ( 1 M i = 1 M P i , 1 ( t ) , 1 M i = 1 M P i , 2 ( t ) , ... , 1 M i = 1 M P i , D ( t ) )
Hence, the position of the particle updates according to the following equation:
X i , j ( t + 1 ) = p d i , j ( t ) ± α | C j ( t ) X i , j ( t ) | ln [ 1 / u i , j ( t ) ] u i , j ( t ) U ( 0 , 1 )
where parameter α is the only parameter, which must be set as α < 1.781 to guarantee convergence of the particle [31]. In this paper, we refer to PSO with Equation (20) as QPSO.

3. The MOAQPSO Algorithm for Hyperspectral Endmember Extraction

3.1. Endmember Extraction Problem

The linear unmixing of hyperspectral images is a popular approach used to determine and quantify materials in remotely sensed images. The Linear Mixing Model (LMM) assumes that the spectrum of each pixel within the scene is a linear combination of the material constituents within that pixel [1]:
r i = j = 1 D e j a i j + ε i
j = 1 D a i j = 1 , a n d   a i j 0
where r i L × 1 represents one pixel of a hyperspectral image (L is the number of spectral bands); { e j } j = 1 D is the endmember set (D is the number of endmembers, which is known already); a i j is the abundance of the jth endmember in the pixel r i ; and ε i is a noise vector. Equation (21), the Abundance Sum-to-One Constraint (ASC), and the Abundance Nonnegative Constraint (ANC) represent the physical meaning of the abundance.
The Root-Mean-Square Error (RMSE) between the original image and its remixed image is defined as
R M S E = 1 n i = 1 n 1 L r i j = 1 D e ^ j a ^ i j 2 2
where e ^ j and a ^ i j mean the estimated value by unmixing methods.
If the number of endmembers is known, the smaller the RMSE, the better the result of the endmember extraction.
According to the LMM, all the pixels in a hyperspectral image form a simplex, and the vertices of the convex simplex will be the endmembers of the image. The volume of the simplex is defined as
V ( E ) = 1 ( D 1 ) ! a b s ( | E | )     E = [ 1 1 ... 1 e 1 e 2 ... e D ]
If the number of endmembers is known, a greater simplex volume suggests a better result of the endmember extraction [17,18,19].
Therefore, the problem of endmember extraction can be regarded as a combinatorial optimization problem by minimizing the RMSE or maximizing the volume. In order to calculate Equation (25), unconstrained least squares or constrained least squares are used according to whether the constraint conditions are considered or not. The iterative technique used for solving the nonnegative constraint problem needs more time, and the unconstrained approach or the equality constraint cannot achieve comparative results. Therefore, the volume of the simplex is chosen as the fitness function in our research [17,18,19,32]. The fitness function can be replaced by any appropriate objective function. In this paper, we discuss the endmember extraction method only, under the hypothesis that pure pixels exist. The optimization model for a maximum-volume method is
max V ( E ) s . t . j = 1 D a i j = 1   a n d   a i j 0

3.2. The MOAQPSO Algorithm for Endmember Extraction

MOAQPSO also uses particles to search the feasible solution space of the optimization problem. We assume that the whole image pixel set is R = { r 1 , ... , r j , ... , r n } , where r j = ( r 1 j , ... , r i j , ... , r L j ) T , n is the number of pixels, and L is the number of bands. The feasible solution space of the endmember extraction at time t can be defined as
X i ( t ) = ( e i , 1 ( t ) , e i , 2 ( t ) , ... , e i , D ( t ) ) i = 1 , 2 , ... , M
where e i j R , e i j represents the jth endmember vector in the ith particle, M is the number of particles, and D is the number of endmembers.
Although there are no velocity vectors in MOAQPSO, P i ( t ) = ( P i , 1 ( t ) , P i , 2 ( t ) , ... , P i , D ( t ) ) is the best position of particle i, and G ( t ) = ( G 1 ( t ) , ... , G j ( t ) , ... , G D ( t ) ) is the best position of the entire swarm. The individual best position of each particle and the globally best position are updated in the same way as in PSO.
The position of the particle updates according to the following equation:
X i , j ( t + 1 ) = p d i , j ( t ) ± α | C j ( t ) X i , j ( t ) | ln [ 1 / u i , j ( t ) ] u i , j ( t ) U ( 0 , 1 )
where:
p d i , j ( t ) = φ j ( t ) P i , j ( t ) + [ 1 φ j ( t ) ] G j ( t ) φ j ( t ) U ( 0 , 1 )
C j ( t ) = 1 M i = 1 M P i ( t )
Some research has proved that a linearly decreasing parameter α outperforms a constant, both in global search ability and local search ability [30]. Therefore, parameter α is linearly decreasing in this paper.
According to Definition (26), e i j R . In order to meet the above conditions, the position of the particle should be adjusted after updating according to Equation (27). One strategy is finding the most similar pixel in set R with X i , j ( t + 1 ) , calculated by Equation (27). The Euclidean distance and Spectral Angle Distance (SAD) are the commonly used criteria for similarity measure. As the Euclidean distance calculation has a lower computation complexity than that of SAD does, the Euclidean distance is used in this paper. It should be pointed out that any other strategy with the same function could replace the Euclidean distance.
Finally, the position of the particle updates according to the following equations as follows:
X ˜ i , j ( t + 1 ) = r b , b = arg min 1 k n { distance k }
distance k = r k X i , j ( t + 1 ) 2
where Equation (31) represents the distance between the jth endmember in the ith particle and the kth pixel.
With the increase in the number of iterations, the diversity of the population is reduced, and the algorithm can easily fall into a local optimum. Therefore, the algorithm would achieve a poor solution at a certain probability (pp), and this probability (pp) is called the mutation rate.

3.3. The Flow Chart of the MOAQPSO Algorithm

(1) Input Image
Due to the feasible solution space being defined as shown in Definition (26), the number of pixels in the input image has little impact on the search speed, which is different from the D-PSO. Therefore, a preprocessing for candidate endmember extraction is unnecessary.
(2) Initialization of the Population
At first, each individual X i in the population randomly selects D pixels from the image, as defined in Equation (25). Each vector e i j in each individual X i represents one pixel spectrum, which has a high dimension. In general, one particle is one possible endmember set.
(3) Calculating the Individual Best Position of Each Particle and the Global Optimum Position
Each particle, which is an endmember set, is applied with the simplex volume calculation using Equation (24).
fitness i ( t + 1 ) = V ( X i ( t + 1 ) )
The individual best position of each particle is updated as follows:
P i ( t + 1 ) = { X i ( t + 1 ) if V ( X i ( t + 1 ) ) V ( P i ( t ) ) P i ( t ) if V ( X i ( t + 1 ) ) V ( P i ( t ) )
The globally best position is defined as
G ( t + 1 ) = arg min P i V ( P i ( t + 1 ) )
(4) Particle Evolution
Not all the particles evolve following the evolution Equation (27). Each particle is mutated with the mutation rate pp to obtain its associated mutated position by randomly selecting D pixels from the image. Otherwise, the position of the particle updates according to Equation (27), and the updated position should be mapped to the image according to Equation (30).
(5) Stopping Condition
If the result converges to a fixed value, or the iteration number reaches the maximum, the best endmember extraction solution is the output.
The flowchart of MOAQPSO is shown in Figure 1.

4. Experiments and Analysis

In this section, the extensive experiments conducted on one simulated and two real hyperspectral data are described. The algorithms used for comparison include N-FINDR, VCA, D-PSO and MOAQPSO. These typical algorithms are all based on the LMM and adopt the pure pixel assumption.
The SAD metric, which is widely used in the study of hyperspectral unmixing, was used to evaluate the endmember extraction results. The well-known SAD metric between pixel x a and x b is given by
SAD ( x a , x b ) = cos 1 ( x a x b x a x b )
where x a and x b are the norms of x a and x b , respectively.
The RMSE was the other metric used to evaluate the results of the experiments. In the experiments on the synthetic data set, the abundance maps were available, therefore errors in the abundance maps could be calculated, and the RMSEs between the reference abundances and the calculated abundances were determined. In the experiments on the real data set, the RMSE between the original image and the reconstruction image was used because the abundance maps were not available.
N-FINDR, VCA, and D-PSO were selected for comparative purposes. In D-PSO, the random selection probability pp was set as 0.2, the number of particles was set to 10, and the VCA algorithm was used to obtain the 50 candidate endmembers, which could constitute a feasible solution space. In MOAQPSO, parameter α was linearly decreased from 1 to 0.5, according to previous studies [33]. The mutation rate was set to pp = 0.4 in the experiments, and the number of particles was set to 20 (synthetic data) and 30 (real data). The sensitivity of the parameter mutation rate pp was analyzed using the synthetic data.

4.1. Synthetic Hyperspectral Image

The simulated data cube was generated by six randomly selected spectral signatures (as shown in Figure 2). The simulated data contained 256 × 256 pixels covering 216 bands. The data was generated by the LMM. The fractional abundances satisfied the nonnegative constraint and the sum-to-one constraint. At last, the fractional abundances were piecewise smooth (i.e., they were smooth with sharp transitions), as shown in Figure 3. The simulated data were generated using the hyperspectral imagery synthesis toolbox for Matrix Laboratory (MATLAB) [34]. After the simulated data was generated, the scene was contaminated with Gaussian noise (SNR = 40 dB).
The quantitative evaluation metric for the endmember extraction results was the SAD value between each extracted endmember and the set of ground-truth spectral signatures. The lowest spectral angle represents the best performance. Table 1 shows the SAD results obtained with N-FINDR, VCA, D-PSO, and MOAQPSO, respectively. The numbers in bold correspond to the best performances. From Table 1, we can see that the proposed MOAQPSO achieves a better result (a lower mean SAD) than VCA, N-FINDR, and D-PSO. D-PSO does not obtain a good result. The reason for this may be that the synthetic data used in the experiments only contain a small number of pure pixels, which have affected the results of the D-PSO algorithm.
Table 2 shows the volume of the endmember set obtained with N-FINDR, VCA, D-PSO, and MOAQPSO, respectively. The numbers in bold correspond to the best performances. From Table 2, we can see that the proposed MOAQPSO achieved greater simplex volume than any other method. This is because the volume was the objective function of the proposed method. Table 3 shows a comparison of the mean RMSE between the reference and the abundance maps calculated by the endmember sets obtained by N-FINDR, VCA, D-PSO, and MOAQPSO, with the best results marked in bold. Although the mean RMSE of MOAQPSO is slightly higher than that of N-FINDR, it is still lower than that of VCA and D-PSO. This is because the objective function of MOAQPSO in the experiments was maximum-volume, and it achieved the greatest volume as shown in Table 2.
In this part, the sensitivity of the parameter mutation rate pp is analyzed. The population sizes were set to 20 and 30 respectively. The values of pp were set to 0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, and 0.7, respectively. The experimental results are shown in Figure 4, where the horizontal axis represents the number of iterations, the vertical axis represents the volume, and the colors represent the pp value. From Figure 4, we can see that significant changes in the fitness function values occur over the first 150 iterations. After 200 iterations, the fitness function may increase slowly. A large population size reaches the optimal value with fewer iterations. This is because with a greater population size, the search scope increases, and a better solution is more likely to be found with fewer iterations. From Figure 4, we can also see that the effect of the mutation operation is obvious: MOAQPSO can obtain much better results with the mutation operation than without the mutation operation. However, the regularity is not so obvious: (1) all the mutation operations from 0.1 to 0.7 are clearly effective; and (2) a low mutation rate results in a fast convergence speed, and a high mutation rate results in a high precision.

4.2. AVIRIS Real Data Set

In this section, we perform MOAQPSO for endmember extraction from a real hyperspectral image. This real data set covering the Cuprite scene was captured by the Airborne Visible Infrared Imaging Spectrometer (AVIRIS) sensor in 1997, and a sub-scene is used in the experiments, which is shown in Figure 5. The size of the sub-scene is 350 × 400, covering the wavelength range of 2.0–2.48 μm. The data set has become a popular benchmark data set for algorithm evaluation, due to the extensive ground-truth data available for the scene from the United States Geological Survey (USGS). Swayze and Clark [35] have also produced a report about the ground truth of the area (shown in Figure 6).
It should be pointed out that: (1) The number of endmembers in this image is difficult to determine and the number of endmembers to be extracted was set to 10 for all the algorithms, according to Figure 6, and the reference spectra chosen from the USGS library are shown in Figure 7; (2) Due to the large number of pixels, which influences the speed of the mapping into image step in the MOAQPSO algorithm, another operation for acceleration is the selective mapping. In other words, mapping into image step does not work in each iteration. For example, if the length of the interval is set to 10, mapping into the image step will work once in every 10 iterations. In the real data experiments, the length of the interval was set to 10, and the number of iterations was set to 2000.
According to Figure 5 and Figure 6, the major minerals in the experiment region include Alunite, Buddingtonite, Calcite, Chlorite, Jarosite, Halloysite, Kaolinite, Montmorillonite, Muscovite, and Nontronite. The SADs were calculated between the reference spectra from the USGS library and the endmembers were extracted by those algorithms. The reference spectra chosen from the USGS library are shown in Figure 7. The performances of the algorithms were compared in terms of: (1) the number, type and average spectral angle of each mineral; (2) the volumes and RMSE of the endmember set. The results are shown in Table 4, Table 5 and Table 6.
Table 4 shows the SAD results obtained by N-FINDR, VCA, D-PSO, and MOAQPSO, respectively, with the best performance for each endmember marked in bold. From Table 4 we can observe that the endmembers extracted by the various algorithms were not the same. The proposed MOAQPSO and N-FINDR extracted seven different minerals, but failed to correctly extract Buddingtonite. VCA extracted six different minerals, but failed to correctly extract Halloysite and Montmorillonite. D-PSO extracted four different minerals, but failed to correctly extract Buddingtonite, Kaolinite and Montmorillonite. Although D-PSO achieved the minimum mean SAD, more classes’ spectra were ignored or repeated. Above all, the proposed MOAQPSO extracts a comprehensive endmember set with a higher precision than that of N-FINDR and VCA. Table 5 shows the volume of the endmember set obtained by N-FINDR, VCA, D-PSO, and MOAQPSO, respectively. The numbers in bold correspond to the best performances. Because the volume is computed by the objective function of the proposed method, the MOAQPSO algorithm achieves the maximum simplex volume, followed by N-FINDR, VCA, and D-PSO. Table 6 shows a comparison of the mean RMSE between the original image and the reconstruction image calculated by the endmember set obtained by N-FINDR, VCA, D-PSO, and MOAQPSO. The numbers in bold correspond to the best performances. Although the mean RMSE of MOAQPSO is slightly higher than that of VCA, it is lower than that of N-FINDR and D-PSO. This is because the objective function of MOAQPSO in the experiments is maximum-volume. If the objective function of MOAQPSO is the RMSE (named as MOAQPSO-2), the mean RMSE of MOAQPSO-2 is 2.1396. Compared with Table 6, we can see that the mean RMSE of MOAQPSO-2 is the lowest compared with that of N-FINDR, VCA, D-PSO, and MOAQPSO.

4.3. HYDICE Data Set

In this section, we perform MOAQPSO for endmember extraction from another real hyperspectral image. The hyperspectral data set, covering an area in a Washington DC Mall, was collected by the Hyperspectral Digital Imagery Collection Experiment (HYDICE) sensor. This image had 210 spectral channels ranging between 0.4 and 2.4 μm. Bands where the atmosphere was opaque or with a high noise level were omitted from the data set, leaving 180 bands. In this experiment, a subset of 80 × 130 was extracted from the original image. Figure 8 shows the false-color image composed of bands 60, 27, and 17 for the red, green, and blue channels, respectively.
The sub-scene includes seven types of ground objects: water, tree, grass, roof 1, roof 2, street, and path. Seven kinds of pure pixels are selected manually, corresponding to the seven ground objects. In Figure 8, the areas in the yellow circles are the selected pure pixels. The averages of the selected pixels in each class were computed as the reference endmember signatures [36]. The SADs were calculated between the reference spectra manually selected from the image and the endmembers were extracted by the algorithms. The performances of the algorithms were compared in terms of: (1) the average spectral angle of each mineral; (2) the volumes and RMSE of the endmember set. The results are shown in Table 7, Table 8 and Table 9.
As the number of pixels will influence the speed of mapping into image step in the MOAQPSO algorithm, another operation for acceleration is selectively mapping. The length of the interval was also set to 10 in this real data experiment as the first real image.
Table 7 shows the SAD results obtained with N-FINDR, VCA, D-PSO, and MOAQPSO, respectively, with the best performance marked in bold. From Table 7, we can see that all the methods extracted seven different materials and the proposed MOAQPSO achieves the minimum mean SAD value. Table 8 shows the volume of the endmember sets obtained with N-FINDR, VCA, D-PSO, and MOAQPSO, respectively. The numbers in bold correspond to the best performances. From Table 8, we can see that the MOAQPSO algorithm did not achieve a greater simplex volume than other methods, although the volume was computed as the objective function. The reason for this may be that there are many pure pixels in this data set, and it is very hard to get the optimal solution and the number of iterations is not enough in this case. Table 9 shows a comparison of the mean RMSE between the original image and the reconstructed image calculated by the endmember sets obtained with N-FINDR, VCA, D-PSO, and MOAQPSO. The numbers in bold correspond to the best performances. Although the mean RMSE of MOAQPSO is slightly higher than that of VCA and D-PSO, it is lower than that of N-FINDR. If the objective function of MOAQPSO is the RMSE (named as MOAQPSO-2), the mean RMSE of MOAQPSO-2 is 31.392. Compared with Table 6, we can see that the mean RMSE of MOAQPSO-2 is the lowest compared with that of N-FINDR, VCA, D-PSO, and MOAQPSO.

5. Discussion

In this paper, a novel Mutation Operation Accelerated Quantum-Behaved Particle Swarm Optimization (MOAQPSO) algorithm is proposed for hyperspectral endmember extraction. In order to ensure the effectiveness of QPSO for endmember extraction, some strategies are used, including: (1) The mutation operation. The mutation operation, which gives up the current position at a certain probability, is used to effectively maintain the population diversity and accelerate convergence. The effect of the mutation operation is obvious from the experiments results; (2) In this paper, a high-dimensional particle definition is proposed, and it ensures that each particle contains a physical significance for the endmember extraction.
The endmember spectra extracted by the proposed MOAQPSO method fit well with the references. From above experiments, we can see that: (1) the proposed MOAQPSO method can extract a more complete endmembers set with a lower mean SAD than that of N-FINDR, VCA, and D-PSO; (2) the MOAQPSO algorithm with volume as the objective function can achieve the maximum simplex volume, followed by N-FINDR, VCA, and D-PSO, and the MOAQPSO-2 algorithm with RMSE as the objective function achieves the minimum mean RMSE. However, there are still some unresolved issues and research on the use of QPSO for endmember extraction is still in its infancy. First, the proposed approach assumes that the image contains pure pixels. It cannot obtain the desired extraction results for highly mixed data and data with considerable noise. Second, the volume of the simplex is chosen as the fitness function in this paper. The fitness function can be replaced by any appropriate objective function. In our future work, we will try different kinds of fitness functions for endmember searching and endmember generation.

6. Conclusions

In this paper, a novel Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization (namely MOAQPSO) approach has been proposed. All the particles in MOAQPSO have a quantum behavior instead of the classical Newton’s laws of motion that are followed in classical PSO. This quantum motion ensures that the particles can appear in any positions at a certain probability. The proposed algorithm introduces QPSO to endmember extraction, and a mutation operation is used to increase the population diversity, which has a significant effect, as proved by the experimental results. What is more, only two parameters need to be adjusted: α and pp. The default value is linearly decreased from 1 to 0.5 and 0.4, respectively, and the recommended range for these parameters is [0.5–1.5] and [0.3–0.7], respectively. The proposed MOAQPSO algorithm was evaluated by both synthetic and real hyperspectral data sets. The experimental results indicated that the proposed method obtained better results than the algorithms of VCA, N-FINDR, and D-PSO, with a lower mean SAD accuracy.

Acknowledgments

This work was supported by National Natural Science Foundation of China under Grant 41431175, 61471274, and 61371189, Qingdao Postdoctoral Applied Research Project 2016213, an open fund of the key laboratory of ocean dynamic remote sensing and acoustics KHYS1402, and science and technology plan projects of Shandong province J08LD55.

Author Contributions

All the authors made significant contributions to the work. Mingming Xu and Bo Du conceived, designed, and performed the experiments; Lefei Zhang, Yanguo Fan, and Dongmei Song analyzed the data; Liangpei Zhang provided advice for the preparation and revision of the paper.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Keshava, N.; Mustard, J.F. Spectral unmixing. IEEE Signal Process. Mag. 2002, 19, 44–57. [Google Scholar] [CrossRef]
  2. Bioucas-Dias, J.M.; Plaza, A.; Dobigeon, N.; Parente, M.; Du, Q.; Gader, P.; Chanussot, J. Hyperspectral unmixing overview: Geometrical, statistical, and sparse regression-based approaches. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2012, 5, 354–379. [Google Scholar] [CrossRef]
  3. Pu, H.; Chen, Z.; Wang, B.; Xia, W. Constrained least squares algorithms for nonlinear unmixing of hyperspectral imagery. IEEE Trans. Geosci. Remote Sens. 2015, 53, 1287–1303. [Google Scholar] [CrossRef]
  4. Mei, S.; Du, Q.; He, M. Equivalent-sparse unmixing through spatial and spectral constrained endmember selection from an image-derived spectral library. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2665–2675. [Google Scholar] [CrossRef]
  5. Feng, R.; Zhong, Y.; Wu, Y.; He, D.; Xu, X.; Zhang, L. Nonlocal total variation subpixel mapping for hyperspectral remote sensing imagery. Remote Sens. 2016, 8, 250. [Google Scholar] [CrossRef]
  6. Marrero, R.; Lopez, S.; Callicó, G.M.; Veganzones, M.A.; Plaza, A.; Chanussot, J.; Sarmiento, R. A novel negative abundance-oriented hyperspectral unmixing algorithm. IEEE Trans. Geosci. Remote Sens. 2015, 53, 3772–3790. [Google Scholar] [CrossRef]
  7. Liu, R.; Du, B.; Zhang, L. Hyperspectral unmixing via double abundance characteristics constraints based NMF. Remote Sens. 2016, 8, 464. [Google Scholar] [CrossRef]
  8. Iordache, M.-D.; Bioucas-Dias, J.M.; Plaza, A. Collaborative sparse regression for hyperspectral unmixing. IEEE Trans. Geosci. Remote Sens. 2014, 52, 341–354. [Google Scholar] [CrossRef]
  9. 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. [Google Scholar] [CrossRef]
  10. Zhang, L.; Du, B.; Zhong, Y. Hybrid detectors based on selective endmembers. IEEE Trans. Geosci. Remote Sens. 2010, 48, 2633–2646. [Google Scholar] [CrossRef]
  11. Du, B.; Zhang, L. Random-selection-based anomaly detector for hyperspectral imagery. IEEE Trans. Geosci. Remote Sens. 2011, 49, 1578–1589. [Google Scholar] [CrossRef]
  12. Lu, X.; Wu, H.; Yuan, Y. Double constrained NMF for hyperspectral unmixing. IEEE Trans. Geosci. Remote Sens. 2014, 52, 2746–2758. [Google Scholar] [CrossRef]
  13. Manolakis, D.; Truslow, E.; Pieper, M.; Cooley, T.; Brueggeman, M. Detection algorithms in hyperspectral imaging systems: An overview of practical algorithms. IEEE Signal Process. Mag. 2014, 31, 24–33. [Google Scholar] [CrossRef]
  14. Cheng, G.; Han, J.; Guo, L.; Liu, Z.; Bu, S.; Ren, J. Effective and efficient midlevel visual elements-oriented land-use classification using VHR remote sensing images. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4238–4249. [Google Scholar] [CrossRef]
  15. Johnson, B.; Tateishi, R.; Kobayashi, T. Remote sensing of fractional green vegetation cover using spatially-interpolated endmembers. Remote Sens. 2012, 4, 2619–2634. [Google Scholar] [CrossRef]
  16. Boardman, J.W.; Kruse, F.A.; Green, R.O. Mapping target signatures via partial unmixing of AVIRIS data. In Summaries of the Fifth Annual JPL Airborne Earth Science Workshop; JPL Publication: Pasadena, CA, USA, 1995; pp. 23–26. [Google Scholar]
  17. Winter, M.E. N-FINDR: An algorithm for fast autonomous spectral endmember determination in hyperspectral data. Proc. SPIE 1999, 3753, 266–275. [Google Scholar] [CrossRef]
  18. Chang, C.-I.; Wu, C.-C.; Liu, W.-M.; Ouyang, Y.-C. A new growing method for simplex-based endmember extraction algorithm. IEEE Trans. Geosci. Remote Sens. 2006, 44, 2804–2819. [Google Scholar] [CrossRef]
  19. Nascimento, J.M.P.; Dias, J.M.B. Vertex component analysis: A fast algorithm to unmix hyperspectral data. IEEE Trans. Geosci. Remote Sens. 2005, 43, 898–910. [Google Scholar] [CrossRef]
  20. Zhang, B.; Sun, X.; Gao, L.; Yang, 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]
  21. Golberg, D.E. Genetic Algorithms in Search, Optimization, and Machine Learning; Addison-Wesley Publishing Company: New York, NY, USA, 1989. [Google Scholar]
  22. Koza, J.R. Genetic Programming: On the Programming of Computers by Means of Natural Selection; MIT Press: Cambridge, MA, USA, 1992. [Google Scholar]
  23. Kennedy, J. Particle swarm optimization. In Encyclopedia of Machine Learning; Springer: New York, NY, USA, 2011; pp. 760–766. [Google Scholar]
  24. Zheng, Y.; Ma, L.; Zhang, L.; Qian, J. Empirical study of particle swarm optimizer with an increasing inertia weight. In Proceedings of the IEEE Congress on Evolutionary Computation 2003, Canberra, Australia, 8–12 December 2003; pp. 221–226.
  25. Clerc, M. Discrete particle swarm optimization, illustrated by the traveling salesman problem. In New Optimization Techniques in Engineering; Springer: New York, NY, USA, 2004; pp. 219–239. [Google Scholar]
  26. Van den Bergh, F. An Analysis of Particle Swarm Optimizers. Ph.D. Thesis, University of Pretoria, Pretoria, South Africa, 2006. [Google Scholar]
  27. Sun, J.; Feng, B.; Xu, W. Particle swarm optimization with particles having quantum behavior. In Proceedings of the Congress on Evolutionary Computation, Portland, OR, USA, 19–23 June 2004; pp. 325–331.
  28. Shi, Y.; Eberhart, R. A modified particle swarm optimizer. In Proceedings of the IEEE International Conference on Computational Intelligence, Anchorage, AK, USA, 4–9 May 1998; pp. 69–73.
  29. Heisenberg, W. Über den anschaulichen Inhalt der quantentheoretischen Kinematik und Mechanik. Z. Phys. 1927, 43, 172–198. [Google Scholar] [CrossRef]
  30. Sun, J.; Xu, W.; Feng, B. A global search strategy of quantum-behaved particle swarm optimization. In Proceedings of the IEEE Conference on Cybernetics and Intelligent Systems, Singapore, 1–3 December 2004; Volume 111, pp. 111–116.
  31. Sun, J.; Fang, W.; Wu, X.; Palade, V.; Xu, W. Quantum-behaved particle swarm optimization: Analysis of individual particle behavior and parameter selection. Evol. Comput. 2012, 20, 349–393. [Google Scholar] [CrossRef] [PubMed]
  32. 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]
  33. Sun, J.; Xu, W.; Liu, J. Parameter selection of quantum-behaved particle swarm optimization. In Advances in Natural Computation; Wang, L., Chen, K., Ong, Y., Eds.; Springer: Berlin/Heidelberg, Germany, 2005; Volume 3612, pp. 543–552. [Google Scholar]
  34. Hyperspectral Imagery Synthesis Tools for MATLAB. Available online: http://www.ehu.eus/ccwintco/index.php?title=Hyperspectral_Imagery_Synthesis_tools_for_MATLAB (accessed on 12 October 2016).
  35. Clark, R.N.; Swayze, G.A.; Gallagher, A.J.; King, T.V.; Calvin, W.M. The US Geological Survey, Digital Spectral Library: Version 1 (0.2 to 3.0 um); Geological Survey US: Reton, VA, USA, 1993.
  36. Wang, N.; Du, B.; Zhang, L. An endmember dissimilarity constrained non-negative matrix factorization method for hyperspectral unmixing. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2013, 6, 554–569. [Google Scholar] [CrossRef]
Figure 1. The flow chart of the Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization (MOAQPSO) algorithm.
Figure 1. The flow chart of the Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization (MOAQPSO) algorithm.
Remotesensing 09 00197 g001
Figure 2. The six selected spectral signatures.
Figure 2. The six selected spectral signatures.
Remotesensing 09 00197 g002
Figure 3. Abundance distributions considered for generating the simulated hyperspectral scene. (a) Abundance of Endmember 1; (b) abundance of Endmember 2; (c) abundance of Endmember 3; (d) abundance of Endmember 4; (e) abundance of Endmember 5; (f) abundance of Endmember 6.
Figure 3. Abundance distributions considered for generating the simulated hyperspectral scene. (a) Abundance of Endmember 1; (b) abundance of Endmember 2; (c) abundance of Endmember 3; (d) abundance of Endmember 4; (e) abundance of Endmember 5; (f) abundance of Endmember 6.
Remotesensing 09 00197 g003
Figure 4. Parameter analysis: (a) 20 particles and 400 iterations; (b) 30 particles and 300 iterations.
Figure 4. Parameter analysis: (a) 20 particles and 400 iterations; (b) 30 particles and 300 iterations.
Remotesensing 09 00197 g004
Figure 5. The AVIRIS Cuprite sub-scene.
Figure 5. The AVIRIS Cuprite sub-scene.
Remotesensing 09 00197 g005
Figure 6. The USGS ground-truth map of Cuprite.
Figure 6. The USGS ground-truth map of Cuprite.
Remotesensing 09 00197 g006
Figure 7. The reference spectra chosen from the USGS library.
Figure 7. The reference spectra chosen from the USGS library.
Remotesensing 09 00197 g007
Figure 8. The Washington DC sub-scene data set.
Figure 8. The Washington DC sub-scene data set.
Remotesensing 09 00197 g008
Table 1. Comparison between the Spectral Angle Distance (SAD) values of N-FINDR, Vertex Component Analysis (VCA), Discrete Particle Swarm Optimization (D-PSO), and MOAQPSO.
Table 1. Comparison between the Spectral Angle Distance (SAD) values of N-FINDR, Vertex Component Analysis (VCA), Discrete Particle Swarm Optimization (D-PSO), and MOAQPSO.
SADN-FINDRVCAD-PSOMOAQPSO
Endmember 10.040630.036240.069190.04063
Endmember 20.023310.023310.023550.02331
Endmember 30.040500.040500.040500.03624
Endmember 40.045550.041640.041890.04189
Endmember 50.020640.020640.024110.02064
Endmember 60.023310.022410.022790.02124
Mean0.032320.030790.037010.03066
Table 2. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 2. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Volume0.01260.01330.01010.0135
Table 3. Comparison between the Root-Mean-Square Errors (RMSEs) of N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 3. Comparison between the Root-Mean-Square Errors (RMSEs) of N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Mean RMSE0.22510.31740.34140.2957
Table 4. Comparison between the SAD values of N-FINDR, VCA, D-PSO, and MOAQPSO. * means that material cannot be extracted.
Table 4. Comparison between the SAD values of N-FINDR, VCA, D-PSO, and MOAQPSO. * means that material cannot be extracted.
SADN-FINDRVCAD-PSOMOAQPSO
Alunite0.05550.06960.05130.0872
Buddingtonite*0.1601**
Calcite0.07610.07210.06850.0758
Jarosite0.06520.06570.06520.0641
Halloysite0.0680*0.13980.0752
Kaolinite0.15580.1763*0.0858
Montmorillonite0.1597**0.1597
Muscovite0.07150.08190.07010.0670
Mean0.09310.10430.07900.0878
Table 5. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 5. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Volume9.1213 × 10146.1303 × 10141.9844 × 10129.2750 × 1014
Table 6. Comparison between the RMSEs of N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 6. Comparison between the RMSEs of N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Mean RMSE2.98882.30582.85792.7931
Table 7. Comparison between the SAD values of N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 7. Comparison between the SAD values of N-FINDR, VCA, D-PSO, and MOAQPSO.
SADN-FINDRVCAD-PSOMOAQPSO
Roof 10.17460.18000.00710.0062
Roof 20.03860.02860.02580.0258
Water0.10280.09080.10570.1028
Street0.18100.18700.21300.2207
Path0.00810.01810.01850.0052
Tree0.04270.11760.04270.0366
Grass0.06530.10120.05750.0653
Mean0.08760.10330.06720.0661
Table 8. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 8. Comparison between the simplex volumes obtained by N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Volume1.3365 × 10227.1426 × 10218.6750 × 10209.8944 × 1021
Table 9. Comparison between the RMSEs of N-FINDR, VCA, D-PSO, and MOAQPSO.
Table 9. Comparison between the RMSEs of N-FINDR, VCA, D-PSO, and MOAQPSO.
N-FINDRVCAD-PSOMOAQPSO
Mean RMSE63.23735.57243.13045.037

Share and Cite

MDPI and ACS Style

Xu, M.; Zhang, L.; Du, B.; Zhang, L.; Fan, Y.; Song, D. A Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization Algorithm for Hyperspectral Endmember Extraction. Remote Sens. 2017, 9, 197. https://doi.org/10.3390/rs9030197

AMA Style

Xu M, Zhang L, Du B, Zhang L, Fan Y, Song D. A Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization Algorithm for Hyperspectral Endmember Extraction. Remote Sensing. 2017; 9(3):197. https://doi.org/10.3390/rs9030197

Chicago/Turabian Style

Xu, Mingming, Liangpei Zhang, Bo Du, Lefei Zhang, Yanguo Fan, and Dongmei Song. 2017. "A Mutation Operator Accelerated Quantum-Behaved Particle Swarm Optimization Algorithm for Hyperspectral Endmember Extraction" Remote Sensing 9, no. 3: 197. https://doi.org/10.3390/rs9030197

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

Article Metrics

Back to TopTop