Next Article in Journal
Estimating Wheat Yield in China at the Field and District Scale from the Assimilation of Satellite Data into the Aquacrop and Simple Algorithm for Yield (SAFY) Models
Next Article in Special Issue
Hourglass-ShapeNetwork Based Semantic Segmentation for High Resolution Aerial Imagery
Previous Article in Journal
3D Imaging of Greenhouse Plants with an Inexpensive Binocular Stereo Vision System
Previous Article in Special Issue
Learning Dual Multi-Scale Manifold Ranking for Semantic Segmentation of High-Resolution Images
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Hypergraph Embedding for Spatial-Spectral Joint Feature Extraction in Hyperspectral Images

Jiangsu Key Laboratory of Big Data Analysis Technology, Jiangsu Collaborative Innovation Center on Atmospheric Environment and Equipment Technology, Nanjing University of Information Science and Technology, Nanjing 210044, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2017, 9(5), 506; https://doi.org/10.3390/rs9050506
Submission received: 18 March 2017 / Revised: 10 May 2017 / Accepted: 14 May 2017 / Published: 22 May 2017
(This article belongs to the Special Issue Learning to Understand Remote Sensing Images)

Abstract

:
The fusion of spatial and spectral information in hyperspectral images (HSIs) is useful for improving the classification accuracy. However, this approach usually results in features of higher dimension and the curse of the dimensionality problem may arise resulting from the small ratio between the number of training samples and the dimensionality of features. To ease this problem, we propose a novel algorithm for spatial-spectral feature extraction based on hypergraph embedding. Firstly, each HSI pixel is regarded as a vertex and the joint of extended morphological profiles (EMP) and spectral features is adopted as the feature associated with the vertex. A hypergraph is then constructed by the K-Nearest-Neighbor method, in which each pixel and its most K relevant pixels are linked as one hyperedge to represent the complex relationships between HSI pixels. Secondly, the hypergraph embedding model is designed to learn a low dimensional feature with the reservation of geometric structure of HSI. An adaptive hyperedge weight estimation scheme is also introduced to preserve the prominent hyperedges by the regularization constraint on the weight. Finally, the learned low-dimensional features are fed to the support vector machine (SVM) for classification. The experimental results on three benchmark hyperspectral databases are presented. They highlight the importance of spatial–spectral joint features embedding for the accurate classification of HSI data. The weight estimation is better for further improving the classification accuracy. These experimental results verify the proposed method.

Graphical Abstract

1. Introduction

Hyperspectral imaging is an important mode of remote sensing imaging, which has been widely used in a diverse range of applications, including environment monitoring, urban planning, precision agriculture, geological exploration, etc. [1,2,3]. Most of these applications depend on the key problem of classifying the image pixels within hyperspectral imagery (HSI) into multiple categories, i.e., HSI classification, and extensive research efforts have been focused on this problem [4,5,6,7,8,9].
In HSI, each pixel contains hundreds of spectral bands from the visible to the infrared range of the electromagnetic spectrum. In general, the spectral signature of each pixel can be directly used as the feature for classification. However, due to the noise corruption and high correlation between spectral bands, the using of the spectral feature alone is often unable to obtain good classification results. It is well accepted that the HSI pixels within a small spatial neighborhood are often made up of the same materials. Thus, spatial contextual information is also useful for classification [10,11]. Landgrebe and Ketting proposed the well-known extraction and classification of homogeneous objects (ECHO) approach that partitioned the HSI pixels into homogeneous object and classified homogeneous object as different categories [12]. Later, Markov random field (MRF) modeling was widely adopted to capture the interpixel dependency through the neighbor system [13,14]. However, the optimization of MRF-based methods is very time-consuming. Due to the high dimensionality of HSI data, the computationally effective algorithm is desirable. In this sense, Pesaresi and Benediktsson [15] proposed the use of morphological transformations to build a morphological profile (MP) for extracting the structural information. Palmason et al. [16] extended the method proposed in [15] to the high-resolution hyperspectral data classification. They first extracted several principal components of the hyperspectral data. Then, the MP is constructed based on each selected principal component. At last, all MPs are jointed as extended MP (EMP), which is input into a neural network for classification. However, EMP was primarily designed for classification of urban structures and it did not fully utilize the spectral information in the data. Regrading this issue, Fauvel et al. [17] proposed fusing the morphological information and the original hyperspectral data, i.e., the two vectors of attributes are concatenated into one feature vector. The final classification is achieved by using a support vector machine classifier. Many other spectral and spatial joint features [18,19,20,21,22], such as 3D wavelet [18], spatial and spectral kernel [19], matrix-based discriminant subspace analysis [20], etc. are used for classification.
These joint features usually have a high dimension. In order to avoid the Hughes phenomenon, feature extraction and dimensionality reduction must be conducted before classification. Principal component analysis (PCA) and Fisher’s linear discriminant analysis (LDA) [23] are two simple and effective approaches for dimension reduction. PCA aims at projecting the data along the directions of maximal variance. LDA is designed to generate the optimal linear projection matrix by maximizing the between-class distance while minimizing the within-class distance. Apart from these linear methods, many nonlinear versions have been developed, such as kernel PCA [24] and kernel LDA [25]. Some other feature extraction techniques have also been proposed, e.g., locality preserving projection (LPP) [26], independent component analysis (ICA) [27,28], and locally linear embedding (LLE) [29]. In particular, Yan et al. [30] proposed a general graph embedding (GE) model that seamlessly includes many existing feature extraction techniques. In this GE model, each data point is visualized as a vertex and a pairwise edge is used to represent the association relationship between two data points. They consider each feature extraction algorithm as an undirected weighted graph that describes geometric structures of data. GE algorithms have been widely explored for dimension reduction of HSI. Besides the geometric structures of data, sparsity is also explored to construct the graph embedding model. Luo et al. proposed constructing a graph with the sparse coefficients that reveals the sparse properties of data, and the transformation matrix is obtained for feature reduction [31]. In addition, by regarding different band sets as different views of land covers, multiview graph ensemble-based graph embedding is also utilized to promote the performance of graph embedding for hyperspectral image classification [32].
A hypergraph is a generalization of a pairwise graph. Different from pairwise graphs, each edge in a hypergraph is capable of connecting more than two vertices [33]. Thus, the complex relationships of the dataset can be captured by a hypergraph, and hypergraphs have been gaining more and more attention in recent years. Bu et al. [34] presented a hypergraph learning based music recommendation method with the use of hyperedges to exploit the complex social media information. A hypergraph semi-supervised learning model [35] was also proposed for image classification. Yuan et al. [36] utilized a hypergraph embedding model for HSI feature reduction, in which the spatial hypergraph models (SHs) are construed by selecting the K-nearest neighbors within the spatial region of the centroid pixel. Experimental results demonstrated that SH outperformed many existing feature extract methods for HSI classification, including raw spectral feature (RAW), PCA, LPP, LDA, nonparametric weighted feature extraction (NWFE) [37] and semi-supervised local discriminant analysis (SELD) [38]. However, SH is designed to learn the projection matrix for reducing the spectral feature. The spatial structure is not exploited for hypergraph embedding, which is not capable of simultaneously extracting the spectral-spatial features. Furthermore, the hyperedge weight is computed in advance and fixed in the hypergraph embedding procedure. As the discussion stated in [39,40], all of the hyperedges do not have the same effect on the learning procedure. Some hyperedges are not as informative as others. The hypergraph embedding should be enhanced by estimating the hyperedge weights adaptively.
In order to cope with these issues, we propose a novel algorithm for HSI spatial-spectral joint feature extraction. We combine the EMP and spectral features and adopt the KNN method to construct a hypergraph, where each sample and its K nearest neighbors are enclosed in one hyperedge. Similar to [36], a linear projection matrix P can be learnt by solving the hypergraph embedding model. However, in [36], the hyperedges’ weights in the hypergraph embedded model are fixed. Inspired by [39,40], we introduce a scheme to update the weights adaptively to preserve the prominent hyperedge and further learn the low-dimensional structure. It helps improve the accuracy of the final HSI classification to a certain extent. Finally, the leaned low-dimensional features are fed to the SVM for classification. The flowchart of the proposed method is shown in Figure 1. Experiments conducted on three widely used types of HSI demonstrate that the proposed method achieves superior performance over many other feature extract methods for HSI classification.

2. Hypergraph Model

Denote a hypergraph as G = ( V , E , W ) , which consists of a set of vertices V, a family of hyperedge E and a weight matrix W of hyperedges. Different from pairwise graphs (For convenience, we call it a simple graph in the following), every hyperedge e i can contain multiple vertices and is assigned a weight w ( e i ) . As shown in Figure 2b, hyperedge e 1 is composed of vertices v 1 , v 2 and v 3 . e 2 is composed of vertices v 3 and v 4 . e 3 is composed of vertices v 4 , v 5 , v 6 and v 7 . W is a diagonal matrix of the hyperedge weights. The connection relationship of hypergraph G can be represented by an incidence matrix H R | V | × | E | , which can be defined as:
H i j = H ( v i , e j ) = 1 , if v i e j , 0 , if v i e j .
The degree of vertex v and hyperedge e can be respectively represented as:
d ( v i ) = e j E w ( e ) H ( v i , e j ) ,
δ ( e j ) = δ j = v i V H ( v i , e j ) .
According to the above definition, the main difference between hypergraphs and simple graphs is that every hyperedge can link more than two vertexes. Therefore, hypergraph is suitable to represent local group information and the high-order relationship of data. For example, considering seven vertices in Figure 2b, they are attributed to three groups and the corresponding incidence matrix is shown in Figure 2c. In terms of building a simple graph with these seven data points, the complex relations within the group are broken into multiple pairwise links. Some valuable information may be lost in this procedure; therefore, a simple graph can not describe the group structure well.

3. Hypergraph Embedding of Spatial-Spectral Joint Features

As shown in Figure 1, our algorithm mainly consists of three steps: spatial-spectral joint feature construction, hypergraph embedding and SVM classification.

3.1. Spatial-Spectral Joint Feature Construction

Following [16], we first extract several PCs from the original HSI I ( x ) and then build an MP from each of the PCs:
MP x = CP n x , , I x , , OP n x ,
where n is the number of the circular structural element (SE) with different radius sizes, OP n ( x ) and CP n ( x ) are the opening profile (OP) and the closing profile (CP) at the pixel x with an SE of a size n, respectively. Specifically, we have CP 0 ( x ) = OP 0 ( x ) = I ( x ) . The MP of I contains the original image I , n opening profile and n closing profile. Therefore, each MP is a ( 2 n + 1 ) -dimensional vector. Finally, all MPs are stacked together in one as EMP:
EMP x = MP PC 1 x , MP PC 2 x , , MP PC m x ,
where m represents the number of PCs. The EMP is defined as an m ( 2 n + 1 ) -dimensional vector.
After obtaining the EMP feature, we represent the spatial and spectral joint feature of the i-th HSI pixel as
v i = x i EMP ( x i ) R m ( 2 n + 1 ) + d ,
where d is the number of the spectral bands. Denote the spectral features matrix of HSI as X = [ x 1 , x 2 , , x N ] R d × N , EMP matrix of HSI as EMP = EMP ( x 1 ) , , EMP ( x N ) , where x i is the i-th pixel, and N is the number of HSI pixels. Then, the joint feature matrix of HSI can be represented as: V = X EMP R ( m ( 2 n + 1 ) + d ) × N .

3.2. Hypergraph Embedding

We take each pixel of HSI as a vertex and construct a hypergraph G = ( V , E , W ) to represent the correlation between HSI pixels. Each vertex v i is associated with the spatial and spectral joint feature defined in Equation (6). The hypergraph G is constructed by the K-nearest neighbor method. In detail, each pixel v i and its K nearest neighbors are enclosed as hyperedge e i . Thus, hyperedge set E = { e 1 , e 2 , , e N } contains N hyperedges. Meanwhile, the weight w ( e i ) of hyperedge e i is defined as:
w e i = v i , v j e i exp v j v i 2 2 2 σ 2 ,
where σ is the mean distance between all vertices and can be calculated by σ = 1 N 2 i j d v i , v j , d v i , v j is the distance between vertex v i and vertex v j . The degree of vertex v i and the degree of hyperedge e i can be computed by Equations (2) and (3), respectively. Based on this definition, the more "compact" hyperedge (local group) is assigned with a higher weight.
Denote D v and D e as two diagonal matrices of the vertex degrees and the hyperedge degrees, respectively, and P R m 2 n + 1 + d × u (generally, m 2 n + 1 + d > > u ) as the linear projection matrix. The objective of hypergraph embedding model is to learn the projection matrix P for reducing the feature dimension with the preservation of geometric property in the original space. The objective function is formulated as:
min P T V D v V T P = 1 1 2 e E v i , v j e w e h v i , e h v j , e δ e P T v i P T v j 2 2 = 1 2 k = 1 N i , j = 1 N w k h i k h j k δ k P T v i P T v j 2 2 = trace P T VL V T P ,
where L = D v HWD e 1 H T is the hypergraph laplacian matrix. The constraint P T V D v V T P = 1 is used for scale normalization of the low-dimensional representations. This objective function induces the constraint that if v i and v j are similar and belong to the same hyperedge, they should also be adjacent in embedded space. In addition, an efficient hypergraph weight estimation scheme is proposed to preserve the prominent hyperedges. Assuming that w = w 1 , w 2 , , w N T is composed of the elements lying in the main diagonal of W, we enforce 1 N T w = 1 and add an l 2 norm regularizer on w . Then, our proposed embedding model is finally defined as:
P * , w * = arg min P T V D v V T P = 1 trace P T VL V T P + λ w 2 s . t .   1 N T w = 1 .

3.3. Optimization Algorithm

The objective function Equation (9) is a multiple variables optimization problem, and it is non-convex with respect to w and P jointly. However, it is convex with either of them individually when the other is fixed. Thus, an alternative iteration strategy is adopted to get the solution of Equation (9). We first initialize w according to Equation (7). With w fixed, we optimize P according to Equation (8). The solution of Equation (8) is to find the eigenvectors corresponding to the first u largest eigenvalues of the matrix VL V T 1 V D v V T .
Next, fix P and optimize w:
arg min w trace P T VL V T P + λ w 2 s . t .   1 N T w = 1 .
In this paper, we employ the Lagrangian algorithm to optimize the Equation (10). The Lagrangian function of the objective function (10) is defined as:
ψ w , c = trace P T VL V T P + λ w T w + c 1 N T w 1 = 1 2 k = 1 N i , j = 1 N w k h i k h j k δ k P T v i P T v j 2 2 + λ w T w + c 1 N T w 1 .
The partial derivatives of ψ w.r.t. w i , i = 1 , 2 , , M are given by:
ψ w , c w k = 1 2 i , j = 1 N h i k h j k δ k P T v i P T v j 2 2 + 2 λ w k + c = 0 .
By simplifying Equation (12), w k can be calculated as:
w k = 1 2 i , j = 1 N h i k h j k δ k P T v i P T v j 2 2 + c 2 λ .
According to the constraint 1 N T w = 1 , the Lagrange multiplier can be calculated as:
c = 1 N 1 2 k = 1 N i , j = 1 N h i k h j k δ k P T v i P T v j 2 2 + 2 λ .
By substituting Equation (14) into Equation (13), we can obtain w finally.
Following this iteration process, w and P are alternately optimized until the maximal iteration number is reached or the relative difference of objective function value of Equation (9) is smaller than a given tolerance const ε , i.e.,
f ( t + 1 ) f ( t ) f ( t ) ε ,
where f ( t + 1 ) and f ( t ) is the function value of Equation (9) at iteration t + 1 and t, respectively. In addition, we can obtain the final projection matrix P * . At last, the joint feature set V is reduced as a low-dimensional feature set Y = P * T v 1 , , P * T v N , which is then transmitted into an SVM classifier. Based on the above analysis, the proposed method can be summarized in Algorithm 1.
Algorithm 1: The proposed method ( denoted as SSHG*) for HSI classification.
   
Input: Data matrix X , the reduced dimensionality u, the nearest neighbors number K and regularization parameter λ.
   
Output: The class-label vector f .
  1 
Normalize all the features to [0,1].
  2 
Build the MP from each of the PCs: MP x = { CP n x , , I x , , OP n x } .
  3 
Obtain the EMP by stacking all MPs: EMP x = { MP PC 1 x , MP PC 2 x , , MP PC m x } .
  4 
Represent the new stacked joint feature set as:
V = [ X ; EMP ] = [ v 1 , v 2 , , v N ] R ( m ( 2 n + 1 ) + d ) × N .
  5 
Compute the incidence matrix H R | V | × | E | by KNN, set H ( v , e ) = 1 , if v e , otherwise, H ( v , e ) = 0 .
  6 
Construct the hypergraph G and Calculate the weight of hyperedge e i :
w e i = v j e i exp v j v i 2 2 2 σ 2 , the vertex degree: d ( v j ) = e i E w ( e i ) H ( v j , e i ) , and the hyperedge degree: δ ( e i ) = v j V H ( v j , e i ) .
  7 
Obtain the projection matrix P by optimizing Equation (8)
  8 
Solve Equation (10) and obtain the hyperedge weights computed as Equation (13).
  9 
With the new hyperedge weights, update D v , L and W .
10 
Repeat the steps 7–9 until the convergence criterion 15 is met or the maximal iteration number is reached.
11 
Find the final projection matrix P * .
12 
Project the joint feature set into a low-dimensional feature set: Y = P * T v 1 , , P * T v N .
13 
Feed the learned low-dimensional feature set Y into the SVM for classification.
14 
return the class-label vector f .

4. Experiments and Discussion

4.1. Data Sets

In order to verify the performance of our proposed method, we conduct the experiments on the following three benchmark datasets.
(1)
Indian Pines data set—the first data set was acquired by the AVIRIS sensor over the Indian Pines test site in Northwestern Indiana, USA. The size of the image is 145 pixels × 145 pixels with a spatial resolution of 20 m per pixel. Twenty water absorption bands (104–108, 150–163, 220) were removed, and the 200-band image is used for experiments. Sixteen classes of interest are considered.
(2)
Pavia University data set—the second data set was acquired by the ROSIS sensor during a flight campaign over Pavia, northern Italy. The size of the image is 610 pixels × 340 pixels with a spatial resolution of 1.3 m per pixel. Twelve channels were removed due to noise. The remaining 103 spectral bands are processed. Nine classes of interest are considered.
(3)
Botswana data set—the third data set was acquired by the NASA EO-1 satellite over the Okavango Delta, Botswana, in 2001. The size of the image is 1476 pixels × 256 pixels with a spatial resolution of 30 m per pixel. Uncalibrated and noisy bands that cover water absorption features were removed, and the remaining 145 bands are used for experiment. Fourteen classes of interest are considered.

4.2. Experimental Setting

In order to demonstrate the effectiveness of adaptive weight estimation, we implement our algorithm as two versions. One is SSHG, which only utilizes the KNN hypergraph model for dimension reduction of the stacked feature set without adaptive weight estimation. The other is SSHG* shown in Algorithm 1. They are compared with the following feature extraction methods: (1) the method by using PCA to extract spectral features (denoted as PCA); (2) the method by using EMP features without dimension reduction (denoted as EMP); (3) the method [17] stacking the EMP and the spectral features as feature without dimension reduction (denoted as EMPSpe); and (4) the spatial hypergraph embedding method proposed in [36] (denoted as SH). In order to facilitate comparisons with these competing feature extraction methods, we adopt the overall accuracy (OA), the average accuracy (AA), the per-class accuracy and Kappa coefficient ( κ ) to evaluate the classification performance. Furthermore, the SVM classifier with Gaussian kernel is adopted to classify all of the aforementioned feature data of these feature extraction methods. The grid search tool is used to select the parameters of the optimal penalty term and Gaussian kernel variance in SVM within the given sets 2 10 , . . . , 2 10 and 2 10 , . . . , 2 10 , respectively. The one-against-all strategy is adopted for multi-class classification. Regarding the three data sets, we select 15 samples from each class randomly to form a training set and the remaining samples are used as the test set. The training sample selection and the classification process are repeated ten times to reduce the bias induced by random sampling. We retain the average results. The parameters setting of SH is the same as the original paper [36]. With respect to our algorithm, the tolerance const ε is set as 1 × 10 3 and the regularization parameter λ is set as 100. The number of nearest neighbors K is selected as 10, 15, 5 for Indian Pines, Pavia University and Botswana data sets, respectively.

4.3. Experimental Results

The classification results of various methods upon three types of HSI are reported in Table 1, Table 2 and Table 3, respectively. The best results are highlighted with bold fonts. The number in brackets corresponds to the optimal dimensionality of reduced features. Classification maps of these different approaches are shown in Figure 3, Figure 4 and Figure 5, respectively. According to the experimental results, our proposed method achieves the highest OA, AA, and κ among all of the competing methods, which shows the effectiveness of our feature extraction algorithm. The effectiveness of our SSHG method owes much to the hypergraph embedding of spatial and spectral joint features.
Comparing the EMP and EMPSpe method, we can find that EMPSpe method is always slightly better than EMP due to the fusion of EMP and spectral features for classification. As mentioned in [17], the stacked EMP and spectral features are transformed to low dimensional features by the decision boundary feature extraction (DBFE) and NWFE methods before classification. However, the DBFE and NWFE did not bring about the effective improvement of algorithm performance. SH utilized the hypergraph embedding model for feature reduction. Compared with PCA, the SH method has much better classification performance, which verifies the capacity of the hypergraph to capture the intrinsic complex relationships between HSI pixels. However, SH utilized only the spectral similarity for finding the nearest neighbors within a given spatial region. The superiority of SSHG over SH demonstrates that the embedding of EMP and spectral features is better for HSI classification. Specifically, our SSHG method can extract the rich spatial structures in the Pavia University data and achieve the maximum improvement upon this data. SSHG* obtains better classification results than SSHG, which demonstrates that adaptive hypergraph weight estimation is also beneficial for improving the classification accuracy.
There are two parameters, i.e., K and u, in our proposed method. The parameter K is the number of nearest neighbors, which determines how many pixels are included in the hyperedge. u is the dimensionality of the embedded low-dimensional feature. To evaluate their effects on the classification performance, we conduct the experiments on the above three datasets. We firstly fix the reduced dimensionality as u = 40 and evaluate the influence of different K on the OA. As seen in Figure 6, when K is set as 10, 15, 5 for Indian Pines, Pavia University and Botswana data sets, respectively, the OA achieves the highest value. Taken as a whole, [ 5 , 15 ] is usually a good range for the selection of parameter K. We then fix the K as 10, 15, 5 for the three datasets, respectively, and evaluate the influence of different us on the OA. Figure 7 shows the changes of OA with the reduced dimensions on three types of HSI. We can see that the inflection point of classification results is around the dimensionality 25 for these three HSIs, and there was no significant improvement on the classification results if the dimension continues to grow up.

5. Conclusions

In this paper, we propose a novel algorithm for spatial-spectral feature extraction based on hypergraph learning. A hypergraph is constructed by the KNN method and the embedding operation is conducted to transform the joint EMP and spectral features into the low-dimensional representation. Meanwhile, an efficient hypergraph weight estimation scheme is adopted to preserve the prominent hyperedges. Classification is performed with SVM using the embedded features. The experimental results on three benchmark hyperspectral datasets verify that our embedded representation can enhance the classification accuracy effectively. The hypergraph weight estimation can further improve the accuracy of HSI classification.

Acknowledgments

This work was supported in part by the Natural Science Foundation of China under Grant Numbers: 61672292, 61532009, 61622305, 61502238, 61300162 and, in part, by the Six Talent Peaks Project of Jiangsu Province, China, under Grant DZXX-037.

Author Contributions

Yubao Sun and Sujuan Wang contributed equally to this work. They proposed the algorithm and performed the experiments. Qingshan Liu supervised the study, analyzed the results and gave insightful suggestions for the manuscript. Sujuan Wang and Yubao Sun drafted the manuscript. Guangcan Liu and Renlong Hang contributed to the revision of the manuscript. All authors read and approved the submitted manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Clement, A. Advances in remote sensing of agriculture: context description, existing operational monitoring systems and major information needs. Remote Sens. 2013, 5, 949–981. [Google Scholar] [CrossRef]
  2. Shafri, H.Z.M.; Taherzadeh, E.; Mansor, S.; Ashurov, R. Hyperspectral remote sensing of urban areas: An overview of techniques and applications. Res. J. Appl. Sci. Eng. Technol. 2012, 4, 1557–1565. [Google Scholar]
  3. Abbate, G.; Fiumi, L.; De Lorenzo, C.; Vintila, R. Avaluation of remote sensing data for urban planning. Applicative examples by means of multispectral and hyperspectral data. In Proceedings of the GRSS/ISPRS Joint Workshop on Remote Sensing and Data Fusion over Urban Areas, Berlin, Germany, 22–23 May 2003; pp. 201–205. [Google Scholar]
  4. Wu, Z.; Wang, Q.; Plaza, A.; Li, J.; Sun, L. Parallel spatial-spectral hyperspectral image classification with sparse representation and markov random fields on GPUs. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2926–2938. [Google Scholar] [CrossRef]
  5. Yuan, Y.; Lin, J.; Wang, Q. Hyperspectral image classification via multitask joint sparse representation and stepwise MRF optimization. IEEE Trans. Cybern. 2016, 46, 2966–2977. [Google Scholar] [CrossRef] [PubMed]
  6. Wang, Q.; Lin, J.; Yuan, Y. Salient band selection for hyperspectral image classification via manifold ranking. IEEE IEEE Trans. Neural Netw. Learn. Syst. 2016, 27, 1279–1289. [Google Scholar] [CrossRef] [PubMed]
  7. Hang, R.; Liu, Q.; Sun, Y.; Yuan, X.; Pei, H.; Plaza, J.; Plaza, A. Robust matrix discriminative analysis for feature extraction from hyperspectral images. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2017, 10, 2002–2011. [Google Scholar] [CrossRef]
  8. Wu, Z.; Li, Y.; Plaza, A.; Li, J.; Xiao, F.; Wei, Z. Parallel and distributed dimensionality reduction of hyperspectral data on cloud computing architectures. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2016, 9, 2270–2278. [Google Scholar] [CrossRef]
  9. Sun, Y.; Hang, R.; Liu, Q.; Zhu, F.; Pei, H. Graph-Regularized low rank representation for aerosol optical depth retrieval. Int. J. Remote Sens. 2016, 37, 5749–5762. [Google Scholar] [CrossRef]
  10. Fauvel, M.; Tarabalka, Y.; Benediktsson, J.A.; Chanussot, J.; Tilton, J.C. Advances in spectral-spatial classification of hyperspectral images. Proc. IEEE 2013, 101, 652–675. [Google Scholar] [CrossRef]
  11. Yuan, Y.; Lin, J.; Wang, Q. Dual-Clustering-Based hyperspectral band selection by contextual analysis. IEEE Trans. Geosci. Remote Sens. 2016, 54, 1431–1445. [Google Scholar] [CrossRef]
  12. Kettig, R.L.; Landgrebe, D.A. Classification of multispectral image data by extraction and classification of homogeneous objects. IEEE Trans. Geosci. Electron. 1976, 14, 19–26. [Google Scholar] [CrossRef]
  13. Descombes, X.; Sigelle, M.; Preteu, F. GMRF parameter estimation in a non-stationary framework by a renormalization technique: application to remote sensing imaging. IEEE Trans. Image Process. 1999, 8, 490–503. [Google Scholar] [CrossRef] [PubMed]
  14. Jackson, Q.; Landgrebe, D.A. Adaptive bayesian contextual classification based on markov random fields. IEEE Trans. Geosci. Remote Sens. 2002, 40, 2454–2463. [Google Scholar] [CrossRef]
  15. Pesaresi, M.; Benediktsson, J.A. A new approach for the morphological segmentation of high-resolution satellite imagery. IEEE Trans. Geosci. Remote Sens. 2001, 39, 309–320. [Google Scholar] [CrossRef]
  16. 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. 2005, 43, 480–491. [Google Scholar] [CrossRef]
  17. Fauvel, M.; Benediktsson, J.A.; Chanussot, J.; Sveinsson, J.R. Spectral and spatial classification of hyperspectral data using svms and morphological profiles. IEEE Trans. Geosci. Remote Sens. 2008, 46, 3804–3814. [Google Scholar] [CrossRef]
  18. Guo, X.; Huang, X.; Zhang, L. Three-Dimensional wavelet texture feature extraction and classification for multi/hyperspectral imagery. IEEE Geosci. Remote Sens. Lett. 2014, 11, 2183–2187. [Google Scholar] [CrossRef]
  19. Li, L.; 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]
  20. Hang, R.; Liu, Q.; Song, H.; Sun, Y. Matrix-based discriminant subspace ensemble for hyperspectral image spatial–spectral feature fusion. IEEE Trans. Geosci. Remote Sens. 2016, 54, 783–794. [Google Scholar] [CrossRef]
  21. Fang, L.; Li, S.; Kang, X.; Benediktsson, J.A. Spectral-spatial hyperspectral image classification via multiscale adaptive sparse representation. IEEE Trans. Geosci. Remote Sens. 2014, 52, 7738–7749. [Google Scholar] [CrossRef]
  22. Chen, Y.; Lin, Z.; Zhao, X.; Wang, G.; Gu, Y. Deep learning-based classification of hyperspectral data. IEEE J. Sel. Top. Appl. Earth Obs. 2014, 7, 2094–2107. [Google Scholar] [CrossRef]
  23. Du, Q. Modified fisher’s linear discriminant analysis for hyperspectral imagery. IEEE Geosci. Remote Sens. Lett. 2007, 4, 503–507. [Google Scholar] [CrossRef]
  24. Fauvel, M.; Chanussot, J.; Benediktsson, J.; Atli, N. Kernel principal component analysis for the classification of hyperspectral remote sensing data over urban areas. EURASIP J. Adv. Signal Process. 2009, 2009, 1–14. [Google Scholar] [CrossRef]
  25. Li, W.; Prasad, S.; Fowler, J.E. Decision fusion in kernel-induced spaces for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2014, 52, 3399–3411. [Google Scholar] [CrossRef]
  26. He, X.; Niyogi, P. Locality preserving projections. In Proceedings of the Advances in Neural Information Processing Systems (NIPS), Vancouver, BC, Canada, 8–13 December 2003; pp. 186–197. [Google Scholar]
  27. Villa, A.; Benediktsson, J.A.; Chanussot, J.; Jutten, C. Hyperspectral image classification with independent component discriminant analysis. IEEE Trans. Geosci. Remote Sens. 2011, 49, 4865–4876. [Google Scholar] [CrossRef]
  28. Mura, M.D.; Villa, A.; Benediktsson, J.A.; Chanussot, J. 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]
  29. Roweis, S.T.; Saul, L.K. Nonlinear dimensionality reduction by locally linear embedding. Science 2000, 290, 2323–2326. [Google Scholar] [CrossRef] [PubMed]
  30. Yan, S.; Xu, D.; Zhang, B.; Zhang, H.J. Graph embedding and extensions: A general framework for dimensionality reduction. IEEE Trans. Pattern Anal. Mach. Intell. 2007, 29, 40–51. [Google Scholar] [CrossRef] [PubMed]
  31. Luo, F.; Huang, H.; Liu, J.; Ma, Z. Fusion of graph embedding and sparse representation for feature extraction and classification of hyperspectral imagery. Photogramm. Eng. Remote Sens. 2017, 83, 37–46. [Google Scholar] [CrossRef]
  32. Chen, P.; Jiao, L.; Liu, F.; Zhao, J.; Zhao, Z. Dimensionality reduction for hyperspectral image classification based on multiview graphs ensemble. J. Appl. Remote Sens. 2016, 10, 030501. [Google Scholar] [CrossRef]
  33. Zhou, D.; Huang, J.; Schölkopf, B. Learning with hypergraphs: clustering, classification, and embedding. In Proceedings of the Advances in Neural Information Processing Systems, Vancouver, BC, Canada, 3–6 December 2007; pp. 1601–1608. [Google Scholar]
  34. Bu, J.; Tan, S.; Chen, C.; Wang, C.; Wu, H.; Zhang, L.; He, X. Music recommendation by unified hypergraph: combining social media information and music content. In Proceedings of the 18th ACM international conference on Multimedia, Firenze, Italy, 25–29 October 2010; pp. 391–400. [Google Scholar]
  35. Liu, Q.; Sun, Y.; Wang, C.; Liu, T.; Tao, D. Elastic net hypergraph learning for image clustering and semi-supervised classification. IEEE Trans. Image Process. 2017, 26, 452–463. [Google Scholar] [CrossRef] [PubMed]
  36. Yuan, H.; Tang, Y.Y. Learning with hypergraph for hyperspectral image feature extraction. IEEE Trans. Geosci. Remote Sens. Lett. 2015, 12, 1695–1699. [Google Scholar] [CrossRef]
  37. Kuo, B.C.; Landgrebe, D.A. Nonparametric weighted feature extraction for classification. IEEE Trans. Geosci. Remote Sens. 2004, 42, 1096–1105. [Google Scholar] [CrossRef]
  38. Liao, W.; Pizurica, A.; Scheunders, P.; Philips, W.; Pi, Y. Semisupervised local discriminant analysis for feature extraction in hyperspectral images. IEEE Trans. Geosci. Remote Sens. 2013, 51, 184–198. [Google Scholar] [CrossRef]
  39. Pliakos, K.; Kotropoulos, C. Weight estimation in hypergraph learning. In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, South Brisbane, Australia, 19–24 April 2015; pp. 1161–1165. [Google Scholar]
  40. Gao, Y.; Wang, W.; Zha, Z.J.; Shen, J.; Li, X.; Wu, X. Visual-textual joint relevance learning for tag-based social image search. IEEE Trans. Image Process. 2013, 22, 363–376. [Google Scholar] [CrossRef] [PubMed]
Figure 1. The flowchart of the proposed method.
Figure 1. The flowchart of the proposed method.
Remotesensing 09 00506 g001
Figure 2. The example of graph and hypergraph (a) simple graph, each edge consists of only two data points; (b) hypergraph G, each hyperedge is marked by an ellipse and consists of at least two data points; (c) taking the seven vertices as example, H is the incidence matrix of G, whose values are usually binary.
Figure 2. The example of graph and hypergraph (a) simple graph, each edge consists of only two data points; (b) hypergraph G, each hyperedge is marked by an ellipse and consists of at least two data points; (c) taking the seven vertices as example, H is the incidence matrix of G, whose values are usually binary.
Remotesensing 09 00506 g002
Figure 3. Indian Pines. (a) three-channel color composite image with bands 65, 52, 36; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Figure 3. Indian Pines. (a) three-channel color composite image with bands 65, 52, 36; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Remotesensing 09 00506 g003
Figure 4. Pavia university. (a) three-channel color composite image with bands 102, 56, 31; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Figure 4. Pavia university. (a) three-channel color composite image with bands 102, 56, 31; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Remotesensing 09 00506 g004
Figure 5. Botswana. (a) three-channel color composite image with bands 65, 52, 36; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Figure 5. Botswana. (a) three-channel color composite image with bands 65, 52, 36; (b,c) ground-truth map and class labels; (di) classification maps of PCA, EMP, EMPSpe, SH, SSHG, SSHG*, respectively.
Remotesensing 09 00506 g005
Figure 6. Effects of the number K of nearest neighbors on OA. (a) Indian Pines; (b) Pavia University; (c) Botswana.
Figure 6. Effects of the number K of nearest neighbors on OA. (a) Indian Pines; (b) Pavia University; (c) Botswana.
Remotesensing 09 00506 g006
Figure 7. Effects on the reduced dimensions. (a) Indian Pines; (b) Pavia University; (c) Botswana.
Figure 7. Effects on the reduced dimensions. (a) Indian Pines; (b) Pavia University; (c) Botswana.
Remotesensing 09 00506 g007
Table 1. Classification accuracy of various algorithms on the Indian Pines image.
Table 1. Classification accuracy of various algorithms on the Indian Pines image.
ClassPCA (25)EMP (27)EMPSpe (227)SH (22)SSHG (44)SSHG* (44)
191.6198.7199.0394.8798.0698.06
247.3661.4664.2882.5972.5373.96
348.6078.7577.1473.5084.0684.85
468.2995.9091.7691.3296.7697.21
575.7587.7888.8592.1289.8390.32
685.3791.4892.3698.2293.9394.04
791.5499.2399.23100100100
879.5298.4798.9298.3199.5799.63
996.00100100100100100
1056.2274.2371.6187.5176.8177.68
1149.6269.5171.0264.4175.6575.57
1245.4375.6777.4084.3184.3384.79
1393.4798.6899.0099.4999.3799.37
1469.5593.2594.8394.8497.5797.58
1546.4295.9695.8575.0797.7497.76
1689.6297.5698.4698.7599.7499.87
OA58.9079.1479.8882.3384.3684.75
AA70.9088.5488.7389.7191.6291.92
kappa53.8876.4277.2480.0682.2782.73
Table 2. Classification accuracy of various algorithms on the Pavia university image.
Table 2. Classification accuracy of various algorithms on the Pavia university image.
ClassPCA (10)EMP (27)EMPSpe (130)SH (30)SSHG (46)SSHG* (46)
166.2182.4081.5770.3381.6782.70
265.1483.4484.0982.1392.0291.44
370.0077.0477.7972.3780.4780.08
485.2697.4297.4489.5893.9394.90
599.3799.7699.7599.6199.7999.80
669.1678.9180.1691.7686.5089.63
790.4594.0793.2892.6894.1694.44
871.3486.1285.3072.1683.0784.06
999.7296.0497.4499.5198.2698.15
OA70.5984.7785.0581.8889.0189.43
AA79.6388.3588.5385.5789.9990.58
kappa63.2080.3880.7876.8085.6486.24
Table 3. Classification accuracy of various algorithms on the Botswana image.
Table 3. Classification accuracy of various algorithms on the Botswana image.
ClassPCA (22)EMP (27)EMPSpe (172)SH (25)SSHG (34)SSHG* (34)
110099.9299.89100100100
296.5110097.9910099.6898.05
396.1994.7995.8599.1596.76100
499.0095.8598.8399.5098.4193.27
581.1079.7682.3282.8691.7996.38
669.2981.7388.3481.8996.3799.22
796.3197.7099.2098.7799.7299.95
898.4099.6399.4899.4710097.42
979.9392.3494.4796.3298.8699.79
1095.2898.3397.9899.5799.9297.97
1183.4597.2495.1997.5994.9799.88
1293.9899.9499.8888.5510099.49
1389.3399.6098.3794.4799.9299.75
1498.7599.2598.3510091.3699.63
OA89.8394.6995.6595.1097.7998.38
AA91.2595.4396.1595.5897.7098.63
kappa88.9894.2495.3694.6897.6098.24

Share and Cite

MDPI and ACS Style

Sun, Y.; Wang, S.; Liu, Q.; Hang, R.; Liu, G. Hypergraph Embedding for Spatial-Spectral Joint Feature Extraction in Hyperspectral Images. Remote Sens. 2017, 9, 506. https://doi.org/10.3390/rs9050506

AMA Style

Sun Y, Wang S, Liu Q, Hang R, Liu G. Hypergraph Embedding for Spatial-Spectral Joint Feature Extraction in Hyperspectral Images. Remote Sensing. 2017; 9(5):506. https://doi.org/10.3390/rs9050506

Chicago/Turabian Style

Sun, Yubao, Sujuan Wang, Qingshan Liu, Renlong Hang, and Guangcan Liu. 2017. "Hypergraph Embedding for Spatial-Spectral Joint Feature Extraction in Hyperspectral Images" Remote Sensing 9, no. 5: 506. https://doi.org/10.3390/rs9050506

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