Next Article in Journal
Experiences from Large-Scale Forest Mapping of Sweden Using TanDEM-X Data
Previous Article in Journal
An Analysis of Ku-Band Profiling Radar Observations of Boreal Forest
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Extreme Sparse Multinomial Logistic Regression: A Fast and Robust Framework for Hyperspectral Image Classification

1
School of Information Engineering, Guangdong University of Technology, Guangzhou 510006, China
2
Department of Electronic and Electrical Engineering, University of Strathclyde, Glasgow G1 1XW, UK
3
School of Computer Science, Guangdong Polytechnic Normal University, Guangzhou 510640, China
4
The Guangzhou Key Laboratory of Digital Content Processing and Security Technologies, Guangzhou 510665, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2017, 9(12), 1255; https://doi.org/10.3390/rs9121255
Submission received: 28 September 2017 / Revised: 23 November 2017 / Accepted: 30 November 2017 / Published: 2 December 2017
(This article belongs to the Section Remote Sensing Image Processing)

Abstract

:
Although sparse multinomial logistic regression (SMLR) has provided a useful tool for sparse classification, it suffers from inefficacy in dealing with high dimensional features and manually set initial regressor values. This has significantly constrained its applications for hyperspectral image (HSI) classification. In order to tackle these two drawbacks, an extreme sparse multinomial logistic regression (ESMLR) is proposed for effective classification of HSI. First, the HSI dataset is projected to a new feature space with randomly generated weight and bias. Second, an optimization model is established by the Lagrange multiplier method and the dual principle to automatically determine a good initial regressor for SMLR via minimizing the training error and the regressor value. Furthermore, the extended multi-attribute profiles (EMAPs) are utilized for extracting both the spectral and spatial features. A combinational linear multiple features learning (MFL) method is proposed to further enhance the features extracted by ESMLR and EMAPs. Finally, the logistic regression via the variable splitting and the augmented Lagrangian (LORSAL) is adopted in the proposed framework for reducing the computational time. Experiments are conducted on two well-known HSI datasets, namely the Indian Pines dataset and the Pavia University dataset, which have shown the fast and robust performance of the proposed ESMLR framework.

Graphical Abstract

1. Introduction

Although the rich spectral information available in a hyperspectral image (HSI) allows classifying among spectrally similar materials [1], supervised classification of HSI remains a challenging task, mainly due to the fact that unfavorable ratio between the limited number of training samples and the large number of spectral band [2]. It may result in the Hughes phenomenon when the spectral bands increase and lead to poor classification results [3]. To tackle such challenges, a number of state-of-the-art techniques have been proposed, such as the support vector machine (SVM) [4], the multi-kernel classification [5], the extreme learning machine (ELM) [6] and the sparse multinomial logistic regression (SMLR) [2,7,8,9,10]. In addition, many approaches have also been proposed for dimensionality reduction and feature extraction [11,12], which include the principal component analysis (PCA) and its variations [13,14,15,16], the extended multi-attribute profiles [17,18] (EMAPs), the singular spectrum analysis (SSA) [19,20,21,22] and the segmented auto-encoder [12,22]. Among these methods, the SMLR has drawn a lot of attentions due to its good performance [23,24].
The SMLR has been proved to be robust and efficient under the Hughes phenomenon and is able to learn the class distributions in a Bayesian framework [25]. Hence, it can provide a degree of plausibility for performing these classifications [26]. Moreover, the logistic regression via the variable splitting and the augmented Lagrangian (LORSAL) has been proposed for dealing with large datasets and multiple classes efficiently. Since it can effectively learn a sparse regressor with a Laplacian prior distribution of the SMLR, the combination of SMLR and LORSAL is found to be one of the most effective methods for coping with the high dimensional data of HSI [26,27].
However, the existing SMLR framework suffers from some severe drawbacks. First, the SMLR with the original spectral data of the HSI as features is inefficient, thus it is necessary to find a better representation of the HSI data for improved classification accuracy. The second is the manually set initial value for the regressor, which may result in poor classification of HSI due to improper initial value used. Recently, some deep learning algorithms such as the convolutional neural network [28,29] (CNN) and the extreme learning machine (ELM) have drawn lots of attentions due to their good classification results for the HSI [30,31,32]. However, CNN requires huge computational time and seem unrealistic. ELM is a generalized single layer feedforward neural networks (SLFNs), which characterizes fast implementation, strong generalization capability and a straightforward solution [6]. The main goals of ELM are to minimize the output weights of the hidden layer and maintain the fast speed. According to the Bartlett’s neural network generalization theory [33], the smaller norm of the weights will lead to better generalized performance. Hence, a feedforward neural network can reach a smaller training error [34].
For efficiency, the input weights and the bias between the input layer and the hidden layer of the ELM are randomly generated. It has been proved to be a fast and good data representation method [30,31,32]. In fact, besides ELM, some other models, such as the liquid state machines [35] and the echo state networks [36,37] have also adopted the random weight selection technique with great success [38]. Therefore, the problem of the poor data representation in the SMLR can be addressed using the random weight selection technique. Hence, in this paper, we propose the extreme sparse multinomial regression (ESMLR) for the classification of HSI. First, the data in the HSI will be represented by randomly generated weight and bias for SMLR, which also maintain the fast speed of the SMLR and improve the representation performance. Second, we set up an optimization model to minimize the training error of the regressor value, which is solved by using the Lagrange multiplier method and dual principle in order to automatically find a better initial regressor value for the SMLR (detailed in Section 2).
In addition to spectral features, spatial information is also very important for the classification of the HSI. In the proposed ESMLR framework, the extended multi-attribute profile (EMAP) is used for feature extraction, as both morphological profiles (MPs) [39] and the attribute profiles (APs) [16,17] have been successfully employed for performing the spectral and spatial HSI classification. Moreover, the linear multiple feature learning (MFL) [7] is employed to maintain the fast speed and further improve the classification results. The MFL has been proposed for adaptively exploiting the information from both the derived linear and nonlinear features. As a result, it can potentially deal with the practical scenarios that different classes in the HSI datasets need different (either nonlinear or linear) strategies [7]. According to the Li’s works [7], the nonlinear feature such as the kernel feature contributes little to the HSI classification when the MFL is utilized. Moreover, it requires much more computational efforts for processing the nonlinear features. Therefore, a linear combination of the MFL which just utilizes the linear features of the HSI is proposed for the ESMLR. Hence, this operation can not only improve the classification results but also maintain the fast speed of the ESMLR.
The main contributions of the proposed ESMLR framework in this paper can be highlighted as follows. First, the problem of the SMLR that uses the initial data of the HSI for performing the classification is addressed by randomly generating the input weights and bias of the input data, which will not only maintain the fast processing speed but also improve the classification results of the HSI. Second, a new principle is introduced to automatically determine a suitable initial regressor value for SMLR to replace the manually settings. Third, the linear combination of the MFL that integrates the spectral and spatial information of HSI extracted by EMAPs followed by LORSAL is employed to the ESMLR for fast and robust data classification of HSI.
The remainder of this paper is structured as follows. Section 2 describes the experimental data and the proposed ESMLR framework. The experimental results and discussions are summarized in Section 3. Finally, Section 4 concludes this paper with some remarks and suggestions for the plausible futures.

2. Materials and Methods

In this section, we first introduce the experimental data sets and then elaborate the proposed ESMLR framework.

2.1. The Study Datasets

The experimental data sets include two well-known HSI datasets, which are detailed below.
(1)
The Indian Pines dataset: The HSI image was acquired by the AVRIS sensor in 1992. The image contains 145 × 145 pixels and 200 spectral bands after removing 20 bands influenced by the atmospheric affection. There are 10,366 labelled samples in 16 classes within the HSI dataset.
(2)
The Pavia University dataset: The system was built by the University of Pavia of Italy in 2001. The Pavia University dataset was acquired by the ROSIS instrument. The image contains 610 × 340 pixels and 103 bands after discarding 12 noisy and water absorption bands. In total, there are 42776 labelled samples in 9 classes within this dataset.

2.2. Review of EMAPs

The APs are obtained by applying attribute filters (AFs) to a gray-level image [16]. The AFs are connected operators defined via a mathematical morphological mean for a gray level image to keep or to merge their connected components at different gray levels [39]. Let γ and ϕ be an attribute thinning and an attribute thickening based on an arbitrary criterion T λ . Given an image f i and a sequence of thresholds { λ 1 , λ 2 , , λ p } , an AP can be obtained by applying a sequence of attribute thinning and attribute thickening operations as follows:
AP ( f i ) = { ϕ λ p ( f i ) ,   ϕ λ p 1 ( f i ) , , ϕ λ 1 ( f i ) ,   f i ,   γ λ 1 ( f i ) , , γ λ p 1 ( f i ) ,   γ λ p 1 ( f i ) } .
Note that in Equation (1) the AP is defined on each spectral band, hence the dimensionality of the APs will be very high when it is applied for the full spectral bands of the HSI [39]. In [40], the principal component analysis (PCA) was suggested to solve this problem. Actually, many dimensionality reduction (DR) techniques can be used for DR [39], including linear DR (LDR) and non-linear DR (NLDR) approaches. For simplification, we choose PCA for consistency as it is one of the widely used LDR techniques to solve this problem. As a result, the extended AP (EAP) is acquired by generating an AP on each of the first c PCs below [41].
EAP = { A P ( P C 1 ) , A P ( P C 2 ) , , A P ( P C c ) }
Then, the EMAPs is defined as the composition of b different EAPs based on a set of b attributes { a 1 , a 2 , , a b } as follows:
EMAPs = { E A P a 1 , E A P a 2 , , E A P a b } .
Although a wide variety of attributes can be applied to the APs [42] for performing the HSI classification, in this paper we only consider the area attribute in order to maintain the fast speed whilst incorporating the spectral and spatial information. Here, the code of the APs is from online http://www.lx.it.pt/~jun/. The threshold values of the area attribute were chosen as 100, 200, 500 and 1000. The first c PCs are determined to have the cumulative eigenvalues larger than 99% of the total value.

2.3. Review of SMLR

Let t = {1, …, M} be a set of M class labels. Denote S = {1, …, n} as a set of integers indexing the n pixels of any HSI and x = ( x 1 ,   ,   x n ) R d × n be the HSI. Here, each pixel in the HSI is a d-dimensional feature vector and y = ( y 1 ,   ,   y n ) denote the labels of x. Let D n = { ( x 1 , y 1 ) ,   ,   ( x L , y n ) } be the training set. All the above parameters will be discussed in Section 3.
First of all, the posterior class probabilities are modeled by the MLR [2,7] as follows:
p ( y i = m | x i , w ) e x p ( w ( m ) T h ( x i ) ) m = 1 M e x p ( w ( m ) T h ( x i ) ) ,
where w = [ w ( 1 ) , , w ( M 1 ) ] T R M 1 × d denotes the regressors and h ( x i ) denotes the input feature. Here, the superscript ‘T’ denotes the transpose operator of a matrix. w M is set to be 0 because the densities of Equation (4) do not depend on the translation of the regressor, w M [7]. The input features h can be linear or nonlinear. In the former case, we have:
h ( x i ) = [ x i 1 , , x i d ] T ,
where x i , j is the j-th component of x i .
If h ( . ) is nonlinear, it can be formulated as follows:
h ( x i ) = [ 1 ,   φ 1 ( x i ) , , φ d ( x i ) ] T ,
where φ ( . ) is a nonlinear function.
According to [2,7], the regressor w of the SMLR can be obtained by calculating the maximum a posteriori estimate as follows:
w ^ = a r g m a x w { ( w ) + log ( p ( w ) ) } ,
Here, ( w ) is the logarithmic likelihood function given by:
( w ) : = l o g i = 1 n p ( y i | x i , w ) = i = 1 n ( h T ( x i ) w ( y i ) l o g m = 1 M e x p ( h T ( x i ) w ( m ) ) ) ,
It is worth noting that log p ( w ) is a prior over w which is irrelevant to the observation x. For controlling the complexity and the generalization capacity of the classifier, w is modeled as a random vector with the Laplacian density denoted as
p ( w ) exp ( λ w 1 )
Here, λ is the regularization parameter controlling the degree of sparsity [2]. Hence, the solution of SMLR can be expressed as follows:
w ^ = a r g m a x w { i = 1 n ( h T ( x i ) w ( y i ) l o g m = 1 M e x p ( h T ( x i ) w ( k ) ) ) + l o g p ( w ) }
The LORSAL algorithm is applied to SMLR to cope with the larger size problem of the HSI data.

2.4. The Proposed ESMLR Framework

The MLR can be modeled as follows [24,43]:
p ( y i = m | x i , w ) = e x p ( w ( m ) T h ( x i ) ) 1 + m = 1 M 1 exp ( w ( m ) T h ( x i ) )
and
p ( y i = M | x i , w ) = 1 1 + m = 1 M 1 exp ( w ( m ) T h ( x i ) ) = 1 m = 1 M 1 p ( y i = m | x i , w ) ,
where h ( x i ) is the input feature of the MLR and w = [ w ( 1 ) , , w ( M 1 ) ] T R ( M 1 ) × d denotes the regressors. w M is set to be 0, as the densities of Equations (10) and (11) do not depend on the translation of the regressor w M [7]. The input features h can be linear or nonlinear.
If the input feature is linear, then we have:
h ( x i ) = [ x i , 1 , , x i d ] T ,
where x i , j is the j-th component of x i .
If h is nonlinear, it can be formulated as:
h ( x i ) = [ 1 ,   φ 1 ( x i ) ,   ,   φ d ( x i ) ] T ,
where φ ( . ) is a nonlinear function.
The initial regressor value can be used to find a better representation of the HSI for the ESMLR via determining the solution of the following optimization problem:
Minimize   wH Y 2   and   w 2 ,
where Y = [ y 1 * , , y n * ] R ( M 1 ) × n and
H = ( h ( a 1 , b 1 , x 1 ) h ( a 1 , b 1 , x n ) h ( a L , b L , x 1 ) h ( a L , b L , x n ) ) ,   h ( a i , b i , x i ) = 1 1 + exp ( ( a i T x i + b i ) ) .
Here, if x i belongs to the j-th class, y i , j * = 1 . Otherwise, y i , j * = 0 . In fact, the activation function h ( ) can be either linear or nonlinear and L is the dimension of the feature space which we want to project; a i R d and b i R 1 are randomly generated. Actually, a wide range of feature mapping functions can be considered in our work which include but not limit to:
(1)
Linear function: h ( a i , b i , x i ) = a i T x i + b i ;
(2)
Sigmoid function: h ( a i , b i , x i ) = 1 1 + exp   ( ( a i T x i + b i ) ) ;
(3)
Gaussian function: h ( a i , b i , x i ) = exp ( b i a i T x i 2 ) ;
(4)
Hardlimit function: h ( a i , x i ) = { 1   i f   a i T x i 0 0   o t h e r w i s e ;
(5)
Multiquadrics function: h ( a i , b i , x i ) = ( x i a i 2 + b i 2 ) 2 , etc.
From Equation (14), it can be seen that the objective of the optimization is not only to reach a smaller training error but also to reach a smaller value of the regressor w. According to the Bartlett’s theory [33], this will help the proposed approach to achieve a good performance. From the optimization theory viewpoint [30,31,32,33,34], Equation (14) can be reformulated as follows:
m i n w 1 2 w F 2 + C 1 2 i = 1 n ξ i 2 2 , s . t .   w h ( x i ) = y i T ξ i T   for   i = 1 ,   ,   n ,
where C is a regularization parameter and ξ i is the training error for the samples x i .
Based on the Karush Kuhn Tucker optimality conditions and the Lagrange multiplier method [44], we have:
L E S M L R = 1 2 × w F 2 + C × 1 2 i = 1 n | | ξ i | | 2 2 i = 1 n j = 1 M 1 α i j ( w j h ( x i ) y i j T + ξ i j T ) ,
where α i , j is the Lagrange multiplier.
Then, the optimization condition can be expressed as follows:
L E S M L R w = 0 w = α H T
L E S M L R ξ i = 0 α i = C ξ i ,
L E S M L R α i = 0 w h ( x i ) y i T + ξ i T   for   i = 1 ,     ,   n ,
where α i = [ α i , 1 , α i , 2 ,     , α i , M 1 ] T and α = [ α 1 , α 2 , , α n ] .
Hence, the solution of the optimization defined in (15) can be analytically expressed as
w = H ( I C + H T H ) 1 Y T ,
or
w = ( I C + H H T ) 1 H Y T .
From Equations (20) and (21), it can be seen that the initial regressor value w 0 is good for the ESMLR satisfying the optimization condition. Here, the random weight function h() can be used not only to find a better representation of the HSI data but also to maintain the fast speed for the proposed framework. Based on the principles of the SMLR algorithm [23], the regressor w of the proposed ESMLR at the k-th iteration can be computed by the maximum a posterior estimate as follows:
w ^ k = a r g m a x w ( w k 1 ) + l o g   p ( w k 1 )   for   k = 1 , 2 , ,
where p ( w k 1 ) exp ( λ w k 1 1 ) and λ is the regularization parameter for controlling the degree of sparsity [23].
The solution of Equation (22) at the k-th iteration can be addressed by introducing the linear or nonlinear input features. That is, for the linear case: h ( x i ) = [ h ( x i , 1 ) ,   ,   h ( x i d ) ] T ); for the nonlinear (kernel) case: h ( x i ) = [ 1 ,   ϕ 1 ( x i , x 1 ) ,   ,   ϕ d ( x i , x d ) ] T , where ϕ is a nonlinear function. Also, we have:
w ^ k = arg max w i = 1 n ( w k 1 y i h ( x i ) l o g m = 1 M 1 ( 1 + exp ( w k 1 m h ( x i ) ) ) ) + logp ( w k 1 ) .
Similar to K-SMLR [2,26], the proposed ESMLR can also be extended to form a kernel-based ESMLR (K-ESMLR). The performance of the proposed ESMLR and K-ESMLR are evaluated in the next section. In order to address the larger size problem of the HSI data, including large datasets and the number of classes, the LORSAL [45] algorithm is adopted. Moreover, the EMAPs are utilized for performing the efficient feature extraction and incorporating the spectral information and the spatial information.

2.5. ESMLR with A Linear MFL

As mentioned above, the spectral information and the spatial information are integrated to further improve the performance of the proposed framework. It is well known that the kernel transform will increase the size of the input feature. As shown in [2,7], the kernel transform may contribute slightly on the HSI classification accuracy when nonlinear features are utilized for the MFL. The kernel feature will also slow the speed of algorithms. Based on this perspective, a combinational linear MFL is proposed for improved HSI data classification whilst maintaining the low computational time of the proposed ESMLR.
Let h spe ( x i ) and h spa ( x i ) be the input spectral features of the raw/original HSI data and the spatial features extracted by the EMAPs, respectively. The input features of the proposed ESMLR can be expressed as follows:
h ( x i ) = [ h s p e ( x i ) ,   h s p a ( x i ) ] T .
Then, Equation (23) can be reformulated as:
w ^ k = a r g max w log p ( w k 1 ) + i = 1 n ( w k 1 y i h s p e ( x i ) + w k 1 y i h s p a ( x i ) l o g m = 1 M 1 ( 1 + exp ( w k 1 m h s p e ( x i ) + w k 1 m h s p a ( x i ) ) )
From Equation (25), it can be seen that Equations (23) and (25) have the same structure. Therefore, the LORSAL algorithm will be adopted in the proposed framework. Figure 1 shows the flowchart of the proposed spectral spatial ESMLR framework.

3. Experimental Results and Discussion

In this section, the proposed ESMLR and K-ESMLR will be evaluated and relevant results are summarized and discussed in detail as follows.

3.1. Compared Methods and Parameter Settings

The proposed ESMR framework are compared with the classical classifiers such as the K-SVM [34] (The codes of the K-SVM are obtained from http://www.fst.umac.mo/en/staff/fstycz.html/), the SMLR and the K-SMLR [2,7] (The codes of the SMLR and the K-SMLR are from online http://www.lx.it.pt/~jun/). For simplification, all experiments are conducted in MATLAB R2015a and tested on a computer with 3.40 GHz i7 CPU and 8.0 G RAM. It is worth noting that the proposed method is very efficient and just needs a few seconds to classify the HSI. This can be further improved when applying parallelization computing with GPU and FPGAs. All data are normalized via the unit max method, i.e., each data of a HSI is divided by the largest value of the whole dataset.
For all kernel-based/nonlinear methods, the Gaussian radial basis function (RBF) kernel is used. For the parameter σ of the RBF in the K-SMLR and the K-ESMLR, it is set to be 0.85 for the Indian Pines dataset and 0.35 for the Pavia University dataset as suggested by Sun et al. [26]. The LIBSVM toolbox of the MATLAB R2015a is used for the implementation of the K-SVM approach [46]. The parameter of the K-SVM were chosen according to [34]. For the cost parameter in (20) or (21), C = 2 a is chosen where a is in the range {1, 2, …, 20}. The regularization parameter in (22) is set to λ = 2 b . The total number of dimension of the new feature space L is chosen in the range {50, 100, …, 1450, 1500}. If there is no special emphasis required, the dimension of the new feature space in the proposed ESMLR is set to be L = 300 for spectral information only and the combined spectral-spatial information (EMAPs). Similarly, L = 500 is chosen for the situation that utilize spectral and spatial information (linear MFL). For other parameters in the SMLR, K-SMLR, ESMLR and K-ESMLR, details will be discussed in the subsections below. All experiments are repeated 10 times with the average classification results reported for comparison.
We use the following criteria to evaluate the performance of different methods for HSI classification used in this paper, which include:
(1)
Overall accuracy (OA): The number of correctly classified HSI pixels divided by the total number of test number [47];
(2)
Average accuracy (AA): The average value of the classification accuracies of all classes [47];
(3)
Kappa coefficient (k): A statistical measurement of agreement between the final classification and the ground-truth map [47].

3.2. Discussions on The Robustness of The ESMLR Framework

In the following experiments, the robustness of the proposed framework is evaluated. For the Indian Pines dataset and the Pavia University dataset, in total 515 and 3921 samples are randomly selected for training, respectively. The remaining samples are used for testing based on the overall accuracy (OA) of classification. For the two datasets, the number of samples used for training and testing from each class are summarized in Table 1 and Table 2, respectively, along with the classification results under different experiments settings as detailed below.
Experiment 1: In this experiment, the proposed ESMLR approach is evaluated in three different situations, i.e., using only the spectral information as features, using both spectral and spatial information yet in combination with EMAPs and the linear MFL, respectively. For the Indian Pines and the Pavia University datasets, the results are shown in Figure 2 and Figure 3, respectively. As seen, the proposed framework shows the good performances in all the situations when L > 150. The fusion of spectral and spatial information can successfully improve the OA, where the combination of ESMLR and MFL slightly outperforms ESMLR and EMAPs.
Experiment 2: In this experiment, the impact of the parameter C ( C = 2 a ) in the proposed K-ESMLR under the aforementioned three different situations are evaluated. As shown in Figure 4, the proposed ESMLR achieves a very good performance when C is larger than 0, where the classification results are very stable even though a or C is significantly changed. This again demonstrates the robustness of the proposed framework.
Experiment 3: The impact of the sparse parameter b ( λ = 2 b ) on (22) is evaluated in this experiment. More precisely, we evaluate the performance using a logarithmic function, where the ERROR is shown in logarithmic scale for improved visual effect. As shown in Figure 5, the proposed ESMLR achieves better classification results compared with the SMLR when only spectral information is utilized, especially for the Pavia University dataset. Also, it seems K-ESMLR slightly outperforms K-SMLR. This has demonstrated that the proposed framework achieves a better performance compared with the conventional SMLR framework for both linear and nonlinear (kernel) cases. When EMAPs are applied to extract both the spectral and spatial information, the proposed framework also achieves better classification results compared with SMLR. When combining our ESMLR framework with the proposed combinational linear MFL, it also outperforms SMLR. Note that K-SMLR and K-ESMLR cannot be combined with linear MFL, hence the results are not shown. In summary, thanks to the proposed improvements, the proposed ESMLR and K-ESMLR framework has outperformed conventional SMLR and K-SMLR for effective classification of HSI, respectively.

3.3. Discussions on Classification Results and The Running Time of Different Algorithms

In this subsection, the classification results and the running (executed) time based on the proposed classifiers are compared with other state-of-the-art approaches. For Indian Pines and the Pavia University datasets, the results are summarized in Table 1 and Table 2, respectively. It is worth noting that all the classification results were based on the corresponding best parameters.
From Table 1 and Table 2, it can be concluded that:
(1)
Compared with the SMLR, the proposed ESMLR achieves better classification results yet the running time is quite comparable under the aforementioned three different situations. Also, it seems ESMLR has a strong learning ability for a small number of training samples when only spectral information is used. For a class with the classification accuracy less than 60%, the improvement is dramatic. This demonstrates the fast and robustness performance of the proposed framework.
(2)
Compared with K-SVM, they achieve better classification results compared to the ESMLR when only the spectral information is used. However, it requires much more computational time than the proposed approach. When both the spectral and spatial information was used, the proposed ESMLR framework achieves better classification results than K-SVM. This again clearly demonstrates the robustness and efficiency of the proposed framework.
Moreover, we show the confusion matrix of the method that obtain the best classification results in term of OA, AA and kappa, i.e., the proposed ESMLR with linear MFL for further investigation. The results are given in Table A1 and Table A2 in Appendix A for comparison.

3.4. Classification Results with Different Numbers of Training Samples

In this section, we evaluate the robustness of the proposed framework with different numbers of training samples. We vary the number of training samples Q randomly selected from each class, where we have Q = 5, 10, 15, 20, 25, 30, 35 and 40 in our experiments. If Q becomes more than 50% of the total samples within a class, only 50% of samples within that class are used for training. For the Indian Pines and the Pavia University datasets, relevant results are summarized in Table 3 and Table 4, respectively.
As seen in Table 3 and Table 4, the proposed ESMLR framework improves the classification accuracy of SMLR dramatically even for a small number of training samples. When both spectral and spatial information are utilized, the proposed framework outperforms K-SVM. As K-SVM requires much more computational time in comparison to the proposed framework, we can conclude that the proposed ESMLR framework provides a fast and robust solution for the classification of HSI.
In addition, Figure 6 and Figure 7 show the classification results from different classifiers for the Indian Pines dataset and the Pavia University dataset, respectively. For each class, the number of training samples is set to 40. Also, we use the Wilcoxon signed-rank test [48] to evaluate the performance of the proposed ESMLR with 40 training samples in both the Indian Pines dataset and the Pavia University dataset. The results are presented in Table A3 of Appendix B for comparison. Again, this has clearly shown the superior performance of the proposed approach in effective classification of HSI.

3.5. Comparing the Proposed ESMLR with CNN and Recurrent Neural Networks (RNN)

In this subsection, we compare the classification results and consuming time of the proposed methods with CNN and recurrent neural networks (RNN)-based deep learning approaches. The classification results and training time of CNN and RNN-based methods are directly taken from [47] and shown in Table 5. In our method, the number of training samples and testing samples are the same as those in [47]. Although the computer used in [47] is slightly different from ours, the proposed approach is 1000 times faster in training, which clearly shows the superior efficiency of our approach in this context. In addition, the proposed method achieves higher classification accuracy than both CNN and RNN-gated recurrent unit-parametric rectified tanh (RNN-GRU-Pretanh). This again demonstrates the superiority of the proposed method.

4. Conclusions

In this paper, we propose a new ESMLR framework to solve the two main drawbacks SMLR for the effective classification of the HSI. By combining linear MFL for incorporating the spectral and spatial information of HSI, the classification accuracy has been successfully improved. Compared with conventional SMLR method, the proposed ESMLR framework has yielded better classification results with a comparable computational time. In comparison to K-SVM, ESMLR requires much less computation time and can better exploit the combination of spatial and spectral information with different labeled numbers of training samples. Furthermore, the proposed approach consistently achieves higher classification accuracy even under a small number of training samples.
The future works will focus on the optimization of the required computational time for K-ESMLR by using sparse representation, and further improvement of the classification accuracy by resorting the ideal regularized composite kernel [49].

Acknowledgments

This work is supported by the National Nature Science Foundation of China (Nos. 61471132, 61372173 and 61672008), the Training program for outstanding young teachers in higher education institutions of Guangdong Province (No. YQ2015057), Guangdong Provincial Application-oriented Technical Research and Development Special fund project (2016B010127006, 2015B010131017), the Natural Science Foundation of Guangdong Province (2016A030311013), the Scientific and Technological Projects of Guangdong Province (2017A050501039) and Key Project of Industry-University-Research Collaborative Innovation in Guangzhou, China (No. 201604016064).

Author Contributions

F. Cao and Z. Yang conceived and designed the experiments. F. Cao implemented the proposed method, analyzed results and drafted the paper. Z. Yang and J. Ren analyzed results and also significantly revised the paper with the support from W.-K. Ling, H. Zhao and S. Marshall.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Table A1. The confusion matrix of the proposed ESMLR with linear MFL from the Indian Pines dataset corresponding to Table 1.
Table A1. The confusion matrix of the proposed ESMLR with linear MFL from the Indian Pines dataset corresponding to Table 1.
-Predicted-
ActuallyClass12345678910111213141516
144.91.5001.20.2000.11.30.90.90000
201223.915.620.21.4000.830.386.31.800.10.60
3028.37426.80.10000.45.35.94.20000
40.16.37.6185.90.60000.37.76.38.1000.100
50.33.31.51.8433.811.45.4006.52.56.1000.40
600.601.50.8702.2000.12.11.10.100.11.40
70.20000.80.121.7000.2000000
801.1000.50.30461.600.10.60.7000.10
9000.90.2000015.300.600000
10031.62.30.50.62.9000.2808.45518.50000
110.352.52.80.30.81.5000.452.52228.85000.10
1206.413.26.41.10.4000.232.413.3508001.21.4
13000.4000000.20.30.10201000
14000.3003.50000.40.40.201222.92.30
150.77.62.80.26.01.50.700.22.83.34.61.62.7326.30
1603.71.61.61.90000.11.463.300.2071.2
Table A2. The confusion matrix of the proposed ESMLR with linear MFL from the Pavia University dataset corresponding to Table 2.
Table A2. The confusion matrix of the proposed ESMLR with linear MFL from the Pavia University dataset corresponding to Table 2.
-Predicted
ActuallyClass123456789
15957.25.233.60.10950.827.10
22.317934.31.540.50124.70.45.30
33.81.11648.10001.152.90
41.511.33.62515.902.21.63.90
52.50.41.401068.90.71.74.40
63.927.33.10.204434.80.826.90
713.600.6000.2940.50.10
88.70.349.1008.11.63100.20
91.20.10.7000.50.81.1711.6

Appendix B

In this appendix, we further evaluate the proposed ESMLR using the Wilcoxon signed-rank test [48] and the results are given in Table A3. In Table A3, we also show the classification results in term of OA (%) with randomly running 20 times using of SMLR and ESMLR under the strategy of the proposed linear MFL as well as those from KSVM under the strategy of EMAPs. The number of training samples is capped to 40 (or 50%, whichever is less) per class. We use i to denote the results from the i-th run, ESMLRi denotes the classification by ESMLR with the proposed linear MFL, SMLRi denotes the classification by SMLR with the proposed linear MFL, SVMi denotes the classification by KSVM with EMAPs, sgn denotes the sign function, and abs refers to the absolute value. Ri is the rank. Av denotes the average accuracies (OA) over 20 runs.
(1)
H0: There are no salient difference between SMLR-linear MFL and EMSLR-linear MFL in term of OA;
H1: There are salient difference between SMLR and ESMLR in term of OA, reject hypothesis H0.
According to the results in Table A3, we use ranksum function of Matlab [50] to perform a Wilcoxon two-sided rank sum test under a significance level of 0.05. We get the probabilities of accepting hypothesis H0 (see [48] for therein) is 0.00024706 and 0.000041658 for the Indian Pines dataset and the Pavia University dataset, respectively. As a result, we reject the hypothesis H0 and accept the hypothesis H1 that there are salient differences between SMLR-linear MFL and EMSLR-linear MFL in term of OA.
(2)
H0: There are no salient difference between SVM-EMAPs and the proposed EMSLR-linear MFL in term of OA;
H1: There are salient difference between SVM-EMAPs and the proposed ESMLR-linear MFL in term of OA, reject H0.
According to the results in Table A3, we apply again the ranksum function to perform a Wilcoxon two-sided rank sum test under a significance level of 0.05. We get the probability of accepting hypothesis H0 is 0.00000012313 and 0.00075788 for the Indian Pines dataset and the Pavia University dataset, respectively. Therefore, we deny the hypothesis H0 and accept the hypothesis H1 that there are salient difference between SMLR-EMAPs and ESMR-linear MFL in term of OA.
Based on the analysis above and the Av given in the last line of Table A3, we can conclude that the proposed ESMLR obtains the best performance which significantly improves the existing approaches including KSVM and SMLR.
Table A3. Wilcoxon signed-rank test.
Table A3. Wilcoxon signed-rank test.
Indian Pines DatasetPavia University Dataset
i E S M L R i E S M L R i E S M L R i S M L R i K S V M i E S M L R i S M L R i K S V M i
sgnabsRisgn( E S M L R i S M L R i ) R i
190.537089.600010.9370131389.832690.807790.972791.9417
292.762491.310011.4524101089.832693.254989.471092.0360
392.823689.350013.47361189.107892.854189.060788.9004
490.098089.920010.1780191987.280589.996789.838793.1535
592.956390.750012.20636688.638292.359091.453791.7696
691.404789.280012.12478889.179392.182288.336990.6568
790.138889.290010.8488141488.995592.762287.252592.9107
892.343889.700012.64384485.534989.428586.269388.7825
991.261790.870010.3917161688.393292.189390.392886.2434
1092.129490.690011.4394111187.280593.059290.805489.7232
1191.721191.7700-10.048920-2089.118093.099392.502891.2392
1292.844090.860011.98409989.740793.721787.627387.9597
1393.007389.710013.29732288.199393.945790.161789.5676
1490.332890.010010.3228181888.087093.106489.277691.1543
1591.118892.360011.2412121289.730593.118291.057689.9330
1691.568088.7800-12.78803-390.894291.717787.848990.6002
1792.068289.880012.18827789.434592.927290.560289.0301
1891.384290.940010.4442151587.954393.481291.767390.4800
1992.864490.510012.35445588.822090.814891.394892.1374
2091.180191.510010.3299171787.821690.489489.640790.6238
Av91.727290.3545----88.693992.265889.784690.4422

References

  1. Plaza, A.; Benediktsson, J.A.; Boardman, J.W.; Brazile, J.; Bruzzone, L.; Camps-Valls, G.; Chanussot, J.; Fauvel, M.; Gamba, P.; Gualtieri, A.; et al. Recent advances in techniques for hyperspectral image processing. Remote Sens. Environ. 2009, 113, S110–S122. [Google Scholar] [CrossRef]
  2. Li, J.; Marpu, P.R.; Plaza, A.; Bioucas-Dias, J.M. Generalized composite kernel framework for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2013, 51, 4816–4829. [Google Scholar] [CrossRef]
  3. Hughes, G. On the mean accuracy of statistical pattern recognizers. IEEE Trans. Inf. Theory 1968, 14, 55–63. [Google Scholar] [CrossRef]
  4. Yu, H.; Gao, L.; Li, J.; Li, S.S.; Zhang, B.; Benediktsson, J.A. Spectral-Spatial Hyperspectral Image Classification Using Subspace-Based Support Vector Machines and Adaptive Markov Random Fields. Remote Sens. 2016, 8, 355. [Google Scholar] [CrossRef]
  5. Fang, L.; Li, S.; Duan, W.; Ren, J.; Atli Benediktsson, J. Classification of hyperspectral images by exploiting spectral-spatial information of superpixel via multiple kernels. IEEE Trans. Geosci. Remote Sens. 2015, 53, 6663–6674. [Google Scholar] [CrossRef]
  6. Samat, A.; Du, P.; Liu, S.; Li, J.; Cheng, L. Ensemble Extreme Learning Machines for Hyperspectral Image Classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 1060–1069. [Google Scholar] [CrossRef]
  7. Li, J.; Huang, X.; Gamba, P.; Bioucas-Dias, J.M.; Zhang, L.; Benediktsson, J.A.; Plaza, A. Multiple feature learning for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2015, 53, 1592–1606. [Google Scholar] [CrossRef]
  8. Li, J.; Bioucas-Dias, J.M.; Plaza, A. Spectral–spatial hyperspectral image segmentation using subspace multinomial logistic regression and Markov random fields. IEEE Trans. Geosci. Remote Sens. 2012, 50, 809–823. [Google Scholar] [CrossRef]
  9. Li, J.; Bioucas-Dias, J.M.; Plaza, A. Semisupervised hyperspectral image segmentation using multinomial logistic regression with active learning. IEEE Trans. Geosci. Remote Sens. 2010, 48, 4085–4098. [Google Scholar] [CrossRef]
  10. Li, C.; Ma, Y.; Mei, X.; Liu, C.; Ma, J. Hyperspectral Unmixing with Robust Collaborative Sparse Regression. Remote Sens. 2016, 8, 588. [Google Scholar] [CrossRef]
  11. Ren, J.; Zabalza, Z.; Marshall, S.; Zheng, J. Effective feature extraction and data reduction with hyperspectral imaging in remote sensing. IEEE Signal Proc. Mag. 2014, 31, 149–154. [Google Scholar] [CrossRef]
  12. Kasun, L.L.C.; Yang, Y.; Huang, G.B.; Zhang, Z. Dimension Reduction with Extreme Learning Machine. IEEE Trans. Image Process. 2016, 25, 3906–3918. [Google Scholar] [CrossRef] [PubMed]
  13. Zabalza, J.; Ren, J.; Liu, Z.; Marshall, S. Structured covaciance principle component analysis for real-time onsite feature extraction and dimensionality reduction in hyperspectral imaging. Appl. Opt. 2014, 53, 4440–4449. [Google Scholar] [CrossRef] [PubMed]
  14. Zabalza, J.; Ren, J.; Yang, M.; Zhang, Y.; Wang, J.; Marshall, S.; Han, J. Novel Folded-PCA for Improved Feature Extraction and Data Reduction with Hyperspectral Imaging and SAR in Remote Sensing. ISPRS J. Photogramm. Remote Sens. 2014, 93, 112–122. [Google Scholar] [CrossRef] [Green Version]
  15. Dalla Mura, M.; Villa, A.; Benediktsson, J.A.; Chanussot, J.; Bruzzone, L. Classification of hyperspectral images by using extended morphological attribute profiles and independent component analysis. IEEE Geosci. Remote Sens. Lett. 2011, 8, 542–546. [Google Scholar] [CrossRef]
  16. Dalla Mura, M.; Benediktsson, J.A.; Waske, B.; Bruzzone, L. Morphological attribute profiles for the analysis of very high resolution images. IEEE Trans. Geosci. Remote Sens. 2010, 48, 3747–3762. [Google Scholar] [CrossRef]
  17. Dalla Mura, M.; Atli Benediktsson, J.; Waske, B.; Bruzzone, L. Extended profiles with morphological attribute filters for the analysis of hyperspectral data. Int. J. Remote Sens. 2010, 31, 5975–5991. [Google Scholar] [CrossRef]
  18. Qiao, T.; Ren, J.; Wang, Z.; Zabalza, J.; Sun, M.; Zhao, H.; Li, S.; Benediktsson, J.A.; Dai, Q.; Marshall, S. Effective denoising and classification of hyperspectral images using curvelet transform and singular spectrum analysis. IEEE Trans. Geosci. Remote Sens. 2017, 55, 119–133. [Google Scholar] [CrossRef]
  19. Zabalza, J.; Ren, J.; Zheng, J.; Han, J.; Zhao, H.; Li, S.; Marshall, S. Novel two dimensional singular spectrum analysis for effective feature extraction and data classification in hyperspectral imaging. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4418–4433. [Google Scholar] [CrossRef]
  20. Qiao, T.; Ren, J.; Craigie, C.; Zabalza, Z.; Maltin, C.; Marshall, S. Singular spectrum analysis for improving hyperspectral imaging based beef eating quality evaluation. Comput. Electron. Agric. 2015, 115, 21–25. [Google Scholar] [CrossRef]
  21. Zabalza, J.; Ren, J.; Wang, Z.; Zhao, H.; Wang, J.; Marshall, S. Fast implementation of singular spectrum analysis for effective feature extraction in hyperspectral imaging. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2845–2853. [Google Scholar] [CrossRef]
  22. Zabalza, J.; Ren, J.; Zheng, J.; Zhao, H.; Qing, C.; Yang, Z.; Du, P.; Marshall, S. Novel segmented stacked autoencoder for effective dimensionality reduction and feature extraction in hyperspectral imaging. Neurocomputing 2016, 185, 1–10. [Google Scholar] [CrossRef] [Green Version]
  23. Krishnapuram, B.; Carin, L.; Figueiredo, M.A.T.; Hartemink, A.J. Sparse multinomi al logistic regression: Fast algorithms and generalization bounds. IEEE Trans. Pattern Anal. Mach. Intell. 2005, 27, 957–968. [Google Scholar] [CrossRef] [PubMed]
  24. Bohning, D. Multinomial logistic regression algorithm. Ann. Inst. Stat. Math. 1992, 44, 197–200. [Google Scholar] [CrossRef]
  25. Zhong, P.; Wang, R. Modeling and classifying hyperspectral imagery by CRFs with sparse higher order potentials. IEEE Trans. Geosci. Remote Sens. 2011, 49, 688–705. [Google Scholar] [CrossRef]
  26. Sun, L.; Wu, Z.; Liu, J.; Xiao, L.; Wei, Z. Supervised spectral–spatial hyperspectral image classification with weighted Markov random fields. IEEE Trans. Geosci. Remote Sens. 2015, 53, 1490–1503. [Google Scholar] [CrossRef]
  27. Wu, Z.; Wang, Q.; Plaza, A.; Li, J.; Sun, L.; Wei, Z. Real-Time Implementation of the Sparse Multinomial Logistic Regression for Hyperspectral Image Classification on GPUs. IEEE Geosci. Remote Sens. Lett. 2015, 12, 1456–1460. [Google Scholar]
  28. Fukushima, K. Neocognitron: A hierarchical neural network capable of visual pattern recognition. Neural Netw. 1988, 1, 119–130. [Google Scholar] [CrossRef]
  29. Makantasis, K.; Karantzalos, K.; Doulamis, A.; Doulamis, N. Deep supervised learning for hyperspectral data classification through convolutional neural networks. In Proceedings of the 2015 IEEE International Geoscience and Remote Sensing Symposium (IGARSS), Milan, Italy, 26–31 July 2015; pp. 4959–4962. [Google Scholar]
  30. Huang, G.B.; Zhu, Q.Y.; Siew, C.K. Extreme learning machine: A new learning scheme of feedforward neural networks. In Proceedings of the 2004 IEEE International Joint Conference on Neural Networks, Budapest, Hungary, 25–29 July 2004; pp. 985–990. [Google Scholar]
  31. Huang, G.B.; Zhou, H.; Ding, X.; Zhang, R. Extreme learning machine for regression and multiclass classification. IEEE Trans. Syst. Man Cybern. Syst. 2012, 42, 513–529. [Google Scholar] [CrossRef] [PubMed]
  32. Huang, G.B.; Wang, D.H.; Lan, Y. Extreme learning machines: A survey. Int. J. Mach. Learn. Cybern. 2011, 2, 107–122. [Google Scholar] [CrossRef]
  33. Bartlett, P.L. The sample complexity of pattern classification with neural networks: The size of the weights is more important than the size of the network. IEEE Trans. Inf. Theory 1998, 44, 525–536. [Google Scholar] [CrossRef] [Green Version]
  34. Zhou, Y.; Peng, J.; Chen, C.L.P. Extreme learning machine with composite kernels for hyperspectral image classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2351–2360. [Google Scholar] [CrossRef]
  35. Goodman, E.; Ventura, D. Spatiotemporal pattern recognition via liquid state machines. In Proceedings of the 2006 IEEE International Joint Conference on Neural Networks, Vancouver, BC, Canada, 16–21 July 2006; pp. 3848–3853. [Google Scholar]
  36. Rodan, A.; Tino, P. Minimum complexity echo state network. IEEE Trans. Neural Netw. 2011, 22, 131–144. [Google Scholar] [CrossRef] [PubMed]
  37. Jaeger, H.; Haas, H. Harnessing nonlinearity: Predicting chaotic systems and saving energy in wireless communication. Science 2004, 304, 78–80. [Google Scholar] [CrossRef] [PubMed]
  38. Li, S.; You, Z.H.; Guo, H.; Luo, X.; Zhao, Z.Q. Inverse-free extreme learning machine with optimal information updating. IEEE Trans. Cybern. 2016, 46, 1229–1241. [Google Scholar] [CrossRef] [PubMed]
  39. Xia, J.; Dalla Mura, M.; Chanussot, J.; Du, P.; He, X. Random subspace ensembles for hyperspectral image classification with extended morphological attribute profiles. IEEE Trans. Geosci. Remote Sens. 2015, 53, 4768–4786. [Google Scholar] [CrossRef]
  40. Benediktsson, J.A.; Palmason, J.A.; Sveinsson, J.R. Classification of hyperspectral data from urban areas based on extended morphological profiles. IEEE Trans. Geosci. Remote Sens. 2015, 43, 480–491. [Google Scholar] [CrossRef]
  41. Pedergnana, M.; Marpu, P.R.; Dalla Mura, M.; Benediktsson, J.A.; Bruzzone, L. Classification of remote sensing optical and LiDAR data using extended attribute profiles. IEEE J. Sel. Top. Signal Process. 2012, 6, 856–865. [Google Scholar] [CrossRef]
  42. Marpu, P.R.; Pedergnana, M.; Dalla Mura, M.; Benediktsson, J.A.; Bruzzone, L. Automatic generation of standard deviation attribute profiles for spectral–spatial classification of remote sensing data. IEEE Geosci. Remote Sens. Lett. 2013, 10, 293–297. [Google Scholar] [CrossRef]
  43. Bohning, D.; Lindsay, B.G. Monotonicity of quadratic-approximation algorithms. Ann. Inst. Stat. Math. 1988, 40, 641–663. [Google Scholar] [CrossRef]
  44. Chen, C.L.P. A rapid supervised learning neural network for function interpolation and approximation. IEEE Trans. Neural Netw. 1996, 7, 1220–1230. [Google Scholar] [CrossRef] [PubMed]
  45. Bioucas-Dias, J.; Figueiredo, M. Logistic Regression via Variable Splitting and Augmented Lagrangian Tools; Instituto Superior Tecnico, TULisbon: Lisboa, Portugal, 2009. [Google Scholar]
  46. Chang, C.C.; Lin, C.J. LIBSVM: A library for support vector machines. ACM Trans. Intell. Syst. Technol. (TIST) 2011, 2, 1–27. [Google Scholar] [CrossRef]
  47. Mou, L.; Ghamisi, P.; Zhu, X.X. Deep Recurrent Neural Networks for Hyperspectral Image Classification. IEEE Geosci. Remote Sens. Lett. 2017, 55, 3639–3655. [Google Scholar] [CrossRef]
  48. Wilcoxon, F.; Katti, S.K.; Wilcox, R.A. Critical values and probability levels for the Wilcoxon rank sum test and the Wilcoxon signed rank test. Sel. Tables Math. Stat. 1970, 1, 171–259. [Google Scholar]
  49. Peng, J.; Chen, H.; Zhou, Y.; Li, L. Ideal Regularized Composite Kernel for Hyperspectral Image Classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2017, 10, 1563–1574. [Google Scholar] [CrossRef]
  50. Grant, M.; Boyd, S. CVX: Matlab Software for Disciplined Convex Programming, version 2.0; CVX Research, Inc.: Austin, TX, USA, 2013. [Google Scholar]
Figure 1. The flowchart of the proposed extreme sparse multinomial logistic regression (ESMLR) framework.
Figure 1. The flowchart of the proposed extreme sparse multinomial logistic regression (ESMLR) framework.
Remotesensing 09 01255 g001
Figure 2. The robustness performance of the proposed framework based on the Indian Pines dataset: (a) The proposed ESMLR with spectral information (200 features and b = −7); (b) The proposed ESMLR with spectral and spatial information (EMAPSs) (36 features and b = −11); (c) The proposed ESMLR with spectral and spatial information (proposed linear MFL) (236 features and b = −10).
Figure 2. The robustness performance of the proposed framework based on the Indian Pines dataset: (a) The proposed ESMLR with spectral information (200 features and b = −7); (b) The proposed ESMLR with spectral and spatial information (EMAPSs) (36 features and b = −11); (c) The proposed ESMLR with spectral and spatial information (proposed linear MFL) (236 features and b = −10).
Remotesensing 09 01255 g002
Figure 3. The robustness performance of the proposed framework based on the Pavia University dataset: (a) The proposed ESMLR with spectral information (200 features and b = −11); (b) The proposed ESMLR with spectral and spatial information (EMAPs) (36 features and b = −11); (c) The proposed ESMLR with spectral and spatial information (proposed linear MFL) (236 features and b = −11).
Figure 3. The robustness performance of the proposed framework based on the Pavia University dataset: (a) The proposed ESMLR with spectral information (200 features and b = −11); (b) The proposed ESMLR with spectral and spatial information (EMAPs) (36 features and b = −11); (c) The proposed ESMLR with spectral and spatial information (proposed linear MFL) (236 features and b = −11).
Remotesensing 09 01255 g003
Figure 4. The robustness of the proposed framework under different values of cost C: (a) The proposed ESMLR with the Indian Pines dataset (using the original HSI dataset, i.e., 200 features, b = −15) and the K-ESMLR with the EMAPs (36 features, b = −17); (b) The proposed K-ESMLR with the Pavia University dataset (using the original HSI dataset, i.e., 103 features, b = −10) and the K-ESMLR with the EMAPs (36 features, b = −12).
Figure 4. The robustness of the proposed framework under different values of cost C: (a) The proposed ESMLR with the Indian Pines dataset (using the original HSI dataset, i.e., 200 features, b = −15) and the K-ESMLR with the EMAPs (36 features, b = −17); (b) The proposed K-ESMLR with the Pavia University dataset (using the original HSI dataset, i.e., 103 features, b = −10) and the K-ESMLR with the EMAPs (36 features, b = −12).
Remotesensing 09 01255 g004
Figure 5. The impact of the sparse parameter b ( λ = 2 b ) in the proposed framework: (a) results on the Indian Pines dataset; (b) results on the Pavia University dataset.
Figure 5. The impact of the sparse parameter b ( λ = 2 b ) in the proposed framework: (a) results on the Indian Pines dataset; (b) results on the Pavia University dataset.
Remotesensing 09 01255 g005
Figure 6. Results in Indian Pines dataset (40 training samples per class): (a) K-SVM (spectral; OA = 77.14); (b) SMLR (spectral; OA = 67.05); (c) K-SMLR (spectral; OA = 75.84); (d) ESMLR (spectral; OA = 69.14); (e) K-ESMLR (spectral; OA = 77.22); (f) K-SVM (EMPAs; OA = 89.15); (g) SMLR (EMAPs; OA = 89.65); (h) K-SMLR (EMAPs; OA=89.82); (i) ESMLR (EMAPs; OA = 90.44); (j) K-ESMLR (EMAPs; OA = 90.44); (k) SMLR (proposed linear MFL; OA = 90.79); (l) ESMLR (proposed linear MFL; OA=91.78).
Figure 6. Results in Indian Pines dataset (40 training samples per class): (a) K-SVM (spectral; OA = 77.14); (b) SMLR (spectral; OA = 67.05); (c) K-SMLR (spectral; OA = 75.84); (d) ESMLR (spectral; OA = 69.14); (e) K-ESMLR (spectral; OA = 77.22); (f) K-SVM (EMPAs; OA = 89.15); (g) SMLR (EMAPs; OA = 89.65); (h) K-SMLR (EMAPs; OA=89.82); (i) ESMLR (EMAPs; OA = 90.44); (j) K-ESMLR (EMAPs; OA = 90.44); (k) SMLR (proposed linear MFL; OA = 90.79); (l) ESMLR (proposed linear MFL; OA=91.78).
Remotesensing 09 01255 g006
Figure 7. Results in Pavia University dataset (40 training samples per class): (a) K-SVM (spectral; OA = 83.58); (b) SMLR (spectral; OA = 70.74); (c) K-SMLR (spectral; OA = 83.22); (d) ESMLR (spectral; OA = 78.41); (e) K-ESMLR (spectral; OA = 83.47); (f) K-SVM (EMPAs; OA = 90.07); (g) SMLR (EMAPs; OA = 85.64); (h) K-SMLR (EMAPs; OA = 87.90); (i) ESMLR (EMAPs; OA = 91.24); (j) K-ESMLR (EMAPs; OA = 90.17); (k) SMLR (proposed linear MFL; OA = 89.07); (l) ESMLR (proposed linear MFL; OA = 92.30).
Figure 7. Results in Pavia University dataset (40 training samples per class): (a) K-SVM (spectral; OA = 83.58); (b) SMLR (spectral; OA = 70.74); (c) K-SMLR (spectral; OA = 83.22); (d) ESMLR (spectral; OA = 78.41); (e) K-ESMLR (spectral; OA = 83.47); (f) K-SVM (EMPAs; OA = 90.07); (g) SMLR (EMAPs; OA = 85.64); (h) K-SMLR (EMAPs; OA = 87.90); (i) ESMLR (EMAPs; OA = 91.24); (j) K-ESMLR (EMAPs; OA = 90.17); (k) SMLR (proposed linear MFL; OA = 89.07); (l) ESMLR (proposed linear MFL; OA = 92.30).
Remotesensing 09 01255 g007
Table 1. Classification accuracy (%) with 5% labeled samples in Indian Pines dataset (Best result of each row is marked in bold type).
Table 1. Classification accuracy (%) with 5% labeled samples in Indian Pines dataset (Best result of each row is marked in bold type).
NoTrainTestSpectral InformationSpectral and Spatial Information
EMAPsProposed Linear MFL
K-SVMSMLRK-SMLRESMLRK-ESMLRK-SVMSMLRK-SMLRESMLRK-ESMLRSMLRESMLR
135158.04 ± 16.465.88 ± 4.9835.10 ± 14.6617.65 ± 8.7745.10 ± 23.6982.35 ± 27.3687.06 ± 2.4889.41 ± 4.3689.02 ± 3.7287.25 ± 3.1088.04 ± 2.9988.04 ± 2.35
271136377.83 ± 2.2576.00 ± 2.7277.49 ± 3.6975.76 ± 2.8278.02 ± 4.1586.07 ± 2.6686.63 ± 2.1087.33 ± 2.6088.88 ± 2.6488.45 ± 2.0088.82 ± 1.2289.79 ± 1.62
34179366.39 ± 5.4845.80 ± 3.8062.24 ± 3.2851.13 ± 4.8962.48 ± 3.6192.85 ± 4.9590.08 ± 4.9495.12 ± 3.4591.95 ± 4.6793.63 ± 3.9189.55 ± 5.7993.57 ± 3.41
41122358.43 ± 7.3316.19 ± 4.6444.26 ± 5.0128.07 ± 7.8844.89 ± 11.1380.63 ± 9.4479.87 ± 6.0177.49 ± 9.0279.10 ± 7.2277.98 ± 10.0772.83 ± 5.9483.36 ± 5.26
52447389.41 ± 3.2673.57 ± 6.5886.83 ± 5.9080.82 ± 4.8187.61 ± 4.9292.22 ± 4.5390.66 ± 1.7088.77 ± 3.3490.47 ± 4.5392.18 ± 2.8989.05 ± 2.6691.71 ± 4.50
63771095.1 ± 1.4794.01 ± 0.7194.20 ± 2.1294.00 ± 2.1195.13 ± 1.1197.52 ± 1.2296.59 ± 1.2598.61 ± 1.0298.13 ± 0.9598.54 ± 1.0197.94 ± 0.7098.90 ± 0.99
732384.78 ± 9.4513.04 ± 7.3933.04 ± 11.2617.39 ± 9.8353.48 ± 9.6294.35 ± 4.1286.09 ± 12.6090.43 ± 7.0490.87 ± 11.6892.61 ± 4.6186.96 ± 0.8594.35 ± 2.10
82446597.12 ± 2.0099.55 ± 0.2499.33 ± 0.3499.33 ± 0.5199.14 ± 0.3999.46 ± 0.1199.29 ± 0.5499.40 ± 0.2097.87 ± 0.9099.42 ± 0.4598.97 ± 0.8399.27 ± 0.41
931777.65 ± 14.363.53 ± 5.6855.88 ± 16.2328.24 ± 11.7079.41 ± 15.2598.82 ± 2.4863.53 ± 23.0081.18 ± 23.9881.18 ± 21.8088.82 ± 20.0867.06 ± 15.7490.00 ± 17.11
104892069.25 ± 3.7051.13 ± 4.7366.50 ± 3.1256.63 ± 4.3769.87 ± 4.6383.28 ± 2.7181.60 ± 3.1488.54 ± 1.7088.13 ± 2.6588.96 ± 1.4782.84 ± 2.7787.87 ± 2.54
11123234582.52 ± 2.9578.85 ± 2.2582.01 ± 0.9976.44 ± 1.4281.73 ± 1.8293.73 ± 2.3892.59 ± 1.7691.89 ± 2.8894.08 ± 1.4693.25 ± 1.8994.48 ± 1.6595.05 ± 1.55
123058475.26 ± 5.9953.83 ± 4.9973.65 ± 4.4960.80 ± 5.3076.46 ± 4.3685.02 ± 5.3174.13 ± 4.8484.28 ± 2.4885.48 ± 4.4385.80 ± 5.8281.87 ± 5.3586.99 ± 4.49
131020296.29 ± 2.9296.14 ± 2.4699.36 ± 0.3398.81 ± 1.1599.46 ± 0.3799.36 ± 0.3399.11 ± 0.5199.60 ± 0.2199.46 ± 0.2899.51 ± 099.01 ± 0.7099.51 ± 0.02
1464123095.63 ± 1.6093.24 ± 2.1595.75 ± 1.0893.29 ± 1.4095.46 ± 1.0598.59 ± 0.5299.29 ± 0.9898.92 ± 0.6299.15 ± 0.4999.36 ± 0.2199.49 ± 0.6499.42 ± 0.28
151936147.26 ± 5.6152.63 ± 3.9756.79 ± 6.0854.99 ± 5.6259.48 ± 6.8092.96 ± 3.8086.98 ± 6.1690.03 ± 5.4588.25 ± 4.3788.48 ± 5.1387.17 ± 5.0790.39 ± 3.76
1649181.54 ± 12.7170.00 ± 5.9356.70 ± 12.1567.14 ± 9.0748.68 ± 13.9693.41 ± 7.8081.10 ± 8.9778.79 ± 10.4971.76 ± 8.7980.55 ± 6.7283.41 ± 9.6178.24 ± 8.67
OA80.77 ± 1.0272.57 ± 0.7179.43 ± 1.0874.16 ± 0.8080.18 ± 0.5791.92 ± 1.1190.23 ± 0.6591.93 ± 0.8192.35 ± 0.7692.61 ± 0.7091.42 ± 0.6393.37 ± 0.74
AA78.28 ± 1.2557.72 ± 1.2569.95 ± 2.0262.53 ± 2.0173.52 ± 2.4591.91 ± 1.9487.16 ± 1.9489.99 ± 1.6989.61 ± 1.5590.92 ± 1.7487.97 ± 1.1591.65 ± 1.07
k78.01 ± 1.1768.31 ± 0.8676.43 ± 1.2670.30 ± 0.9477.29 ± 0.6690.79 ± 1.2788.85 ± 0.7490.81 ± 0.9191.27 ± 0.8791.57 ± 0.8090.21 ± 0.7292.43 ± 0.85
Time(Seconds)7.560.120.110.200.112.710.060.080.200.080.150.37
Table 2. Classification accuracy (%) with 9% labeled samples in Pavia University dataset (Best result of each row is marked in bold type).
Table 2. Classification accuracy (%) with 9% labeled samples in Pavia University dataset (Best result of each row is marked in bold type).
No.TrainTestSpectral InformationSpectral and Spatial Information
EMAPsProposed Linear MFL
K-SVMSMLRK-SMLRESMLRK-ESMLRK-SVMSMLRK-SMLRESMLRK-ESMLRSMLRESMLR
1548608390.47 ± 0.8772.84 ± 1.4488.99 ± 1.1687.16 ± 0.7189.577 ± 0.8398.23 ± 0.3990.45 ± 0.5597.77 ± 0.5798.10 ± 0.4298.41 ± 0.2796.73 ± 0.2197.93 ± 0.30
25401810994.02 ± 0.5479.2 ± 1.7494.30 ± 0.4092.82 ± 0.7494.366 ± 0.4098.04 ± 0.5092.84 ± 0.5598.68 ± 0.4297.83 ± 0.3398.54 ± 0.3196.67 ± 0.4399.04 ± 0.17
3392170784.45 ± 0.4370.91 ± 1.7083.82 ± 1.3780.25 ± 1.1084.28 ± 1.6696.78 ± 0.3583.62 ± 1.3897.06 ± 0.5197.13 ± 0.6197.22 ± 0.5293.16 ± 0.8996.55 ± 0.84
4524254097.55 ± 0.4794.98 ± 1.0697.50 ± 0.4797.04 ± 0.2797.53 ± 0.3999.33 ± 0.3497.50 ± 0.5999.06 ± 0.2499.04 ± 0.2499.33 ± 0.3298.34 ± 0.4099.05 ± 0.18
5265108099.63 ± 0.2899.48 ± 0.2199.34 ± 0.3599.38 ± 0.3399.23 ± 0.3099.68 ± 0.1699.53 ± 0.2899.58 ± 0.1998.99 ± 0.4199.63 ± 0.1499.56 ± 0.3198.97 ± 0.42
6532449794.433 ± 0.9274.75 ± 1.7994.43 ± 0.5892.93 ± 0.6594.38 ± 0.7697.91 ± 0.4393.94 ± 0.3197.97 ± 0.3197.68 ± 0.3698.09 ± 0.4796.90 ± 0.5198.62 ± 0.19
737595592.91 ± 1.0977.34 ± 1.9092.73 ± 0.8290.32 ± 1.1393.21 ± 0.83398.12 ± 0.5393.40 ± 1.1498.49 ± 0.5598.20 ± 0.5998.52 ± 0.4596.64 ± 0.9898.48 ± 0.57
8514316889.83 ± 1.2275.15 ± 1.0586.10 ± 0.7285.71 ± 1.3188.80 ± 1.1697.94 ± 0.4595.03 ± 0.4998.10 ± 0.2698.22 ± 0.2998.15 ± 0.3296.67 ± 0.4097.86 ± 0.31
923171699.86 ± 0.1696.87 ± 0.9899.75 ± 0.1899.41 ± 0.3199.79 ± 0.1499.94 ± 0.1299.75 ± 0.2399.94 ± 0.0799.39 ± 0.3299.94 ± 0.0799.39 ± 0.4899.39 ± 0.26
OA93.22 ± 0.3878.88 ± 0.6892.77 ± 0.2691.33 ± 0.3893.133 ± 0.2198.16 ± 0.2093.00 ± 0.2598.41 ± 0.1798.00 ± 0.1598.48 ± 0.1596.79 ± 0.2298.51 ± 0.10
AA93.68 ± 0.28882.39 ± 0.3493.00 ± 0.2291.67 ± 0.2593.46 ± 0.1998.44 ± 0.1294.01 ± 0.2398.52 ± 0.0998.29 ± 0.1498.65 ± 0.0897.12 ± 0.1898.43 ± 0.09
K90.83 ± 0.5172.15 ± 0.7690.21 ± 0.34488.30 ± 0.5090.70 ± 0.2897.49 ± 0.2790.55 ± 0.3397.83 ± 0.2297.28 ± 0.2097.93 ± 0.2095.64 ± 0.2998.09 ± 0.12
Time (Seconds)106.370.263.770.723.8153.110.163.540.693.540.291.25
Table 3. Classification accuracy (%) with different numbers of labeled samples in Indian Pines dataset (Best result of each row is marked in bold type).
Table 3. Classification accuracy (%) with different numbers of labeled samples in Indian Pines dataset (Best result of each row is marked in bold type).
Spectral InformationSpectral and Spatial Information
EMAPsProposed Linear MFL
QIndexK-SVMSMLRK-SMLRESMLRK-ESMLRK-SVMSMLRK-SMLRESMLRK-ESMLRSMLRESMLR
5OA51.72 ± 5.5345.09 ± 2.9055.49 ± 2.7453.21 ± 2.7756.54 ± 3.5866.66 ± 4.2068.75 ± 4.5267.61 ± 3.3970.54 ± 2.6269.84 ± 2.6669.20 ± 4.1871.41 ± 2.23
AA64.24 ± 4.6557.74 ± 2.1766.65 ± 1.8866.68 ± 1.7568.43 ± 1.8878.48 ± 2.3078.38 ± 2.1378.0 ± 1.8580.31 ± 1.7180.49 ± 1.4778.34 ± 2.2680.60 ± 2.13
k46.23 ± 5.8838.70 ± 2.9950.53 ± 2.8647.93 ± 2.6951.52 ± 3.6462.70 ± 4.5164.95 ± 4.8463.85 ± 3.8366.92 ± 2.8666.07 ± 2.8165.34 ± 4.5967.80 ± 2.52
10OA64.49 ± 2.4853.28 ± 2.0362.52 ± 2.0458.79 ± 3.1863.90 ± 2.2974.94 ± 2.1277.07 ± 2.4077.00 ± 2.1780.67 ± 2.3179.68 ± 2.0877.58 ± 3.5480.33 ± 2.76
AA75.84 ± 1.6065.73 ± 1.4873.64 ± 1.1272.44 ± 1.2375.04 ± 1.4584.70 ± 0.9085.08 ± 1.7885.19 ± 1.2986.96 ± 1.5786.90 ± 1.3385.02 ± 1.6487.52 ± 1.74
k60.29 ± 2.7547.77 ± 2.0658.19 ± 2.0754.05 ± 3.3259.51 ± 2.4971.8 ± 2.2874.17 ± 2.6774.23 ± 2.3778.14 ± 2.5677.02 ± 2.3474.72 ± 3.9277.77 ± 3.09
15OA68.68 ± 1.1959.75 ± 2.0566.75 ± 1.1862.34 ± 2.3768.35 ± 1.6180.10 ± 2.0482.00 ± 2.7081.03 ± 1.6583.84 ± 2.1083.22 ± 2.2883.03 ± 2.2984.68 ± 1.22
AA78.05 ± 1.1670.61 ± 1.6777.75 ± 0.8875.37 ± 1.0879.21 ± 0.6388.10 ± 1.5888.11 ± 1.3189.01 ± 1.1389.44 ± 1.3189.78 ± 1.2088.97 ± 1.1390.26 ± 0.56
k64.77 ± 1.2554.93 ± 2.1762.83 ± 1.2457.85 ± 2.6164.38 ± 1.6377.51 ± 2.3279.6 ± 2.9978.66 ± 1.8181.69 ± 2.3681.04 ± 2.5580.85 ± 2.5282.66 ± 1.35
20OA71.18 ± 1.8162.55 ± 2.2470.65 ± 1.1765.04 ± 1.4871.44 ± 1.5482.5 ± 2.2886.05 ± 1.2683.40 ± 1.7886.76 ± 1.6685.54 ± 2.1186.51 ± 1.1987.16 ± 1.06
AA81.56 ± 1.1972.29 ± 2.3780.67 ± 1.1677.42 ± 0.9781.89 ± 1.2489.88 ± 1.0390.49 ± 0.6190.24 ± 0.9091.64 ± 0.9091.56 ± 0.8690.75 ± 1.2192.08 ± 0.46
k67.66 ± 1.9458.07 ± 2.4567.04 ± 1.2660.80 ± 1.5867.92 ± 1.6380.27 ± 2.5184.14 ± 1.4081.25 ± 1.9684.98 ± 1.8883.63 ± 2.3384.70 ± 1.3485.43 ± 1.18
25OA73.23 ± 1.5463.14 ± 1.5672.04 ± 1.3366.40 ± 1.7674.60 ± 1.7184.23 ± 1.9486.05 ± 1.2686.03 ± 1.7687.67 ± 1.6787.17 ± 1.5386.98 ± 1.5389.45 ± 1.29
AA82.27 ± 1.4173.25 ± 1.8081.26 ± 0.7978.00 ± 1.4284.17 ± 1.0790.77 ± 0.6890.49 ± 0.6191.74 ± 1.2992.57 ± 0.8892.73 ± 0.9191.89 ± 0.6093.30 ± 0.71
k70.03 ± 1.7158.77 ± 1.6768.57 ± 1.4462.32 ± 1.9271.35 ± 1.8582.15 ± 2.1484.14 ± 1.4084.18 ± 1.9786.02 ± 1.8785.46 ± 1.7185.23 ± 1.6987.99 ± 1.46
30OA74.57 ± 2.7465.51 ± 1.8372.95 ± 1.8467.70 ± 0.7675.20 ± 1.1986.22 ± 2.2986.65 ± 1.7187.38 ± 1.0289.10 ± 0.9788.79 ± 1.0588.81 ± 1.9589.96 ± 1.74
AA83.49 ± 1.3174.36 ± 1.6282.62 ± 1.0778.59 ± 1.6084.2 ± 1.2592.32 ± 1.2590.77 ± 1.0792.55 ± 0.5593.18 ± 0.5893.34 ± 0.4592.66 ± 0.8093.89 ± 0.64
k71.37 ± 2.9461.38 ± 2.0069.61 ± 1.9563.73 ± 0.8371.99 ± 1.3284.38 ± 2.5784.83 ± 1.9185.68 ± 1.1387.60 ± 1.0987.25 ± 1.1887.26 ± 2.1688.58 ± 1.94
35OA76.31 ± 1.5465.96 ± 2.4775.47 ± 1.3769.28 ± 2.0876.37 ± 0.8787.37 ± 1.7088.65 ± 0.9488.32 ± 1.4490.29 ± 1.4489.72 ± 1.1989.93 ± 1.4091.22 ± 0.76
AA84.71 ± 1.0774.72 ± 2.2983.93 ± 1.6479.89 ± 1.5385.53 ± 0.6592.80 ± 0.8192.23 ± 0.7893.26 ± 0.8193.60 ± 0.5093.71 ± 0.4593.35 ± 0.8394.74 ± 0.58
k73.23 ± 1.7161.89 ± 2.6772.31 ± 1.4965.42 ± 2.2373.31 ± 0.9685.65 ± 1.9187.04 ± 1.0686.74 ± 1.6188.94 ± 1.6188.30 ± 1.3388.52 ± 1.5890.00 ± 0.85
40OA77.76 ± 1.3167.16 ± 1.0675.69 ± 1.0769.96 ± 1.1176.93 ± 1.1687.28 ± 1.6689.35 ± 1.3389.57 ± 0.9290.53 ± 1.0491.11 ± 0.7790.13 ± 1.3791.73 ± 0.98
AA85.20 ± 0.9575.12 ± 1.7084.66 ± 1.0879.37 ± 1.0285.40 ± 1.3493.02 ± 0.7192.75 ± 1.0194.05 ± 0.6594.34 ± 0.7494.55 ± 0.3893.64 ± 0.7394.77 ± 0.87
k74.81 ± 1.4463.20 ± 1.1372.53 ± 1.1666.22 ± 1.1973.91 ± 1.3185.55 ± 1.8587.84 ± 1.4988.13 ± 1.0289.20 ± 1.1689.85 ± 0.8788.74 ± 1.5590.55 ± 1.11
Table 4. Classification accuracy (%) with different numbers of labeled samples in Pavia University dataset (Best result of each row is marked in bold type).
Table 4. Classification accuracy (%) with different numbers of labeled samples in Pavia University dataset (Best result of each row is marked in bold type).
Spectral InformationSpectral and Spatial Information
EMAPsProposed Linear MFL
QIndexK-SVMSMLRK-SMLRESMLRK-ESMLRK-SVMSMLRK-SMLRESMLRK-ESMLRSMLRESMLR
5OA62.82 ± 7.6252.84 ± 6.3862.51 ± 6.1364.64 ± 5.6462.51 ± 5.5168.90 ± 5.1465.58 ± 3.7363.01 ± 5.9769.36 ± 7.3466.21 ± 4.9166.26 ± 4.6672.02 ± 5.58
AA73.71 ± 3.5462.75 ± 2.0371.10 ± 3.0870.23 ± 3.6272.78 ± 3.9877.48 ± 2.8671.42 ± 2.2573.04 ± 4.2374.60 ± 3.5477.36 ± 2.3771.14 ± 2.1976.74 ± 2.56
k54.1 ± 8.0142.82 ± 5.8653.80 ± 6.4655.45 ± 6.2053.57 ± 5.9961.30 ± 5.6857.22 ± 3.8555.01 ± 6.2261.77 ± 7.9158.45 ± 5.1057.71 ± 4.8464.75 ± 5.95
10OA70.01 ± 4.4661.29 ± 3.5468.05 ± 2.2770.31 ± 2.7368.18 ± 3.8277.77 ± 5.2074.54 ± 2.4772.14 ± 3.7477.62 ± 5.4575.41 ± 3.1776.75 ± 2.1180.70 ± 2.50
AA79.00 ± 1.5870.30 ± 1.7978.27 ± 1.3975.92 ± 1.4078.20 ± 1.8684.18 ± 2.4477.25 ± 1.4579.84 ± 2.2282.02 ± 1.6884.15 ± 1.6180.67 ± 2.6584.22 ± 1.28
k62.54 ± 4.8551.99 ± 3.7360.42 ± 2.2862.38 ± 3.0660.46 ± 4.0871.85 ± 5.9667.45 ± 2.6465.23 ± 4.0471.52 ± 6.3969.00 ± 3.7470.30 ± 2.5375.20 ± 2.90
15OA74.66 ± 5.2667.12 ± 3.7874.45 ± 2.5873.19 ± 4.4874.68 ± 2.9782.69 ± 4.3979.16 ± 1.6477.27 ± 3.9383.65 ± 2.6580.17 ± 3.9580.96 ± 3.4884.32 ± 3.41
AA81.47 ± 2.5773.94 ± 1.1281.53 ± 1.8077.93 ± 1.6481.71 ± 1.0988.05 ± 2.0781.41 ± 1.4383.86 ± 1.6787.08 ± 2.1987.21 ± 1.8383.71 ± 2.6188.23 ± 1.17
k67.84 ± 6.1358.54 ± 3.9967.64 ± 3.1465.85 ± 5.0067.91 ± 3.2877.91 ± 5.2873.18 ± 1.9371.31 ± 4.5078.93 ± 3.2774.81 ± 4.6775.59 ± 4.1679.82 ± 4.01
20OA76.42 ± 3.8167.99 ± 2.7977.63 ± 3.7474.62 ± 3.2077.64 ± 2.0684.22 ± 3.3180.64 ± 1.6179.60 ± 2.586.85 ± 0.8284.68 ± 2.7883.21 ± 2.5087.61 ± 1.03
AA83.00 ± 1.2174.46 ± 1.1384.29 ± 1.5079.22 ± 1.7583.71 ± 1.0789.24 ± 1.2784.68 ± 1.5286.47 ± 1.0589.51 ± 0.7189.76 ± 1.2086.65 ± 1.4789.95 ± 0.92
k70.09 ± 4.3559.55 ± 3.0171.66 ± 4.2267.58 ± 3.7271.49 ± 2.4379.74 ± 3.9675.22 ± 1.9774.11 ± 2.9682.93 ± 1.0280.34 ± 3.2678.40 ± 3.0483.89 ± 1.26
25OA81.01 ± 2.3168.50 ± 1.8979.22 ± 1.5476.20 ± 1.9879.12 ± 2.6087.99 ± 2.9583.00 ± 2.0084.49 ± 2.5287.00 ± 1.5886.17 ± 1.6285.92 ± 1.5889.19 ± 1.63
AA85.81 ± 1.1075.83 ± 1.8084.63 ± 0.8880.63 ± 1.2485.17 ± 0.8591.23 ± 1.6786.38 ± 1.0689.38 ± 1.0490.59 ± 0.7190.47 ± 1.0288.59 ± 1.2391.49 ± 1.06
k75.67 ± 2.6760.46 ± 1.9673.45 ± 1.8569.62 ± 2.3473.36 ± 2.9884.41 ± 3.6878.15 ± 2.3580.11 ± 3.0183.19 ± 1.9682.07 ± 2.0381.77 ± 1.9185.94 ± 2.05
30OA81.93 ± 1.4269.87 ± 1.9680.49 ± 1.6576.38 ± 2.5481.34 ± 2.0888.81 ± 2.6484.46 ± 1.5485.97 ± 2.2789.55 ± 1.3287.29 ± 1.8186.59 ± 1.8989.76 ± 1.1
AA86.24 ± 0.7176.38 ± 0.9185.49 ± 1.0680.86 ± 1.1986.00 ± 0.7291.80 ± 0.8487.48 ± 1.1390.23 ± 1.1092.40 ± 0.8291.30 ± 1.0989.73 ± 0.9191.71 ± 0.78
k76.72 ± 1.6861.91 ± 2.1274.99 ± 2.0169.87 ± 2.8476.04 ± 2.4385.44 ± 3.2879.94 ± 1.8481.93 ± 2.7886.42 ± 1.6683.52 ± 2.2582.70 ± 2.3286.64 ± 1.50
35OA82.14 ± 1.9669.56 ± 2.1881.65 ± 2.8677.78 ± 1.4181.72 ± 2.3590.39 ± 1.7284.63 ± 2.0987.26 ± 1.7690.23 ± 2.1289.12 ± 1.6987.94 ± 0.8791.49 ± 1.38
AA86.81 ± 1.0176.14 ± 1.2885.70 ± 1.3281.79 ± 0.7186.48 ± 0.7492.87 ± 0.6187.91 ± 0.9091.13 ± 0.6692.70 ± 0.8292.34 ± 0.7490.89 ± 0.6893.09 ± 0.66
k77.04 ± 2.3461.49 ± 2.3776.42 ± 3.4571.51 ± 1.5876.53 ± 2.7487.44 ± 2.1180.19 ± 2.5483.52 ± 2.1487.28 ± 2.6085.80 ± 2.1484.37 ± 1.0588.86 ± 1.76
40OA84.01 ± 1.8870.63 ± 2.3783.42 ± 2.2478.14 ± 1.7983.88 ± 0.9490.26 ± 2.3085.21 ± 1.1688.9 ± 1.0291.11 ± 1.2489.76 ± 1.5389.18 ± 1.2191.99 ± 1.46
AA87.40 ± 1.1776.97 ± 0.9986.93 ± 0.6082.82 ± 0.7587.60 ± 0.7692.95 ± 1.2188.50 ± 0.8692.08 ± 0.6893.46 ± 0.6892.91 ± 0.8791.50 ± 1.0693.56 ± 0.54
k79.26 ± 2.3062.77 ± 2.6878.60 ± 2.6072.08 ± 2.0179.16 ± 1.1887.29 ± 2.8880.92 ± 1.4285.59 ± 1.2588.40 ± 1.5786.64 ± 1.9585.92 ± 1.5089.53 ± 1.83
Table 5. The classification results of CNN, RNN and the proposed method. The best accuracy/least training time in each row is shown in bold.
Table 5. The classification results of CNN, RNN and the proposed method. The best accuracy/least training time in each row is shown in bold.
DatasetsIndexesCNN [47]RNN-GRU-Pretanh [47]ESMLR-Linear MFL
Indian Pines data set with 6.7% training samplesOA84.1888.6392.75 ± 0.47
AA80.0885.2695.42 ± 0.39
k68.5273.6691.71 ± 0.53
Training Time8.2 min19.9 min0.58 s
Pavia University data set with 9% training samplesOA80.5188.8598.68 ± 0.09
AA88.5186.3398.58 ± 0.08
k74.2380.4898.25 ± 0.13
Training Time33.3 min77.4 min1.22 s

Share and Cite

MDPI and ACS Style

Cao, F.; Yang, Z.; Ren, J.; Ling, W.-K.; Zhao, H.; Marshall, S. Extreme Sparse Multinomial Logistic Regression: A Fast and Robust Framework for Hyperspectral Image Classification. Remote Sens. 2017, 9, 1255. https://doi.org/10.3390/rs9121255

AMA Style

Cao F, Yang Z, Ren J, Ling W-K, Zhao H, Marshall S. Extreme Sparse Multinomial Logistic Regression: A Fast and Robust Framework for Hyperspectral Image Classification. Remote Sensing. 2017; 9(12):1255. https://doi.org/10.3390/rs9121255

Chicago/Turabian Style

Cao, Faxian, Zhijing Yang, Jinchang Ren, Wing-Kuen Ling, Huimin Zhao, and Stephen Marshall. 2017. "Extreme Sparse Multinomial Logistic Regression: A Fast and Robust Framework for Hyperspectral Image Classification" Remote Sensing 9, no. 12: 1255. https://doi.org/10.3390/rs9121255

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