Next Article in Journal
A Nonlinear Data-Driven Towed Array Shape Estimation Method Using Passive Underwater Acoustic Data
Previous Article in Journal
The RADARSAT Constellation Mission Core Applications: First Results
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Two-Staged Feature Extraction Method Based on Total Variation for Hyperspectral Images

State Key Laboratory of High Performance Computing, College of Computer Science and Technology, National University of Defense Technology, Changsha 410073, China
*
Author to whom correspondence should be addressed.
Remote Sens. 2022, 14(2), 302; https://doi.org/10.3390/rs14020302
Submission received: 6 December 2021 / Revised: 4 January 2022 / Accepted: 6 January 2022 / Published: 10 January 2022

Abstract

:
Effective feature extraction (FE) has always been the focus of hyperspectral images (HSIs). For aerial remote-sensing HSIs processing and its land cover classification, in this article, an efficient two-staged hyperspectral FE method based on total variation (TV) is proposed. In the first stage, the average fusion method was used to reduce the spectral dimension. Then, the anisotropic TV model with different regularization parameters was utilized to obtain featured blocks of different smoothness, each containing multi-scale structure information, and we stacked them as the next stage’s input. In the second stage, equipped with singular value transformation to reduce the dimension again, we followed an isotropic TV model based on split Bregman algorithm for further detail smoothing. Finally, the feature-extracted block was fed to the support vector machine for classification experiments. The results, with three hyperspectral datasets, demonstrate that our proposed method can competitively outperform state-of-the-art methods in terms of its classification accuracy and computing time. Also, our proposed method delivers robustness and stability by comprehensive parameter analysis.

1. Introduction

Hyperspectral imaging technology is based on multi-spectral imaging, in the spectral range from ultraviolet to near-infrared, using an imaging spectrometer to continuously scan within tens or hundreds of spectral bands of the scenes. Therefore, hyperspectral images (HSIs) not only capture spatial features but also obtains rich spectral information from each pixel, which can achieve the classification and recognition of the target objects more efficiently than traditional images. Nowadays, many HSIs passively acquired on satellite or airborne have broad ranges of land cover; they are widely used in many fields such as urban mapping [1], agriculture [2], forest [3], and environmental monitoring [4]. In addition, HSIs can also be obtained by active remote sensing technology [5], which usually utilizes wide spectral light sources [6] to replace the sun to illuminate the scenes and which play a significant role in object detection [7] and recognition [8]. HSI classification has always been a hot topic of application among these fields. It can provide high-level intuitive judgment and interpretation, especially for land use and analysis.
However, some characteristics of HSIs bring difficulties to its application. Firstly, a few pixels of HSI may represent the land cover of tens of square meters, resulting in some specific samples availability being limited, which will lead to low accuracy when directly using the spatial information of HSIs for scene detection. In addition, as the number of bands rises, the amount of data expands sharply, and adjacent bands are highly correlated, noise and redundant information are relatively increased, especially for active technology because of the stability of the light source, which will also affect the classification accuracy. More importantly, these characteristics will bring considerable time and storage overhead in the computing of related algorithms.
Therefore, effective and discriminative feature extraction (FE) processing has become the key to hyperspectral technology [9], and many methods have been applied in the hyperspectral community. Regarding HSIs as three-dimensional cube data, data projection and transformation are commonly used FE methods, such as principal components analysis (PCA) [10], independent component analysis (ICA) [11], and maximum noise fraction (MNF) [12], which are dedicated to linearly transforming the data into a low-dimensional feature space and which reduce the band dimension of HSIs. In addition, supervised linear transformation methods are used, such as linear discriminant analysis (LDA) [13], and some extended versions, including low-rank discriminant analysis (LRDA) [14], locally weighted discriminant analysis (LWDA) [15], and flexible Gabor-based superpixel-level unsupervised linear discriminant analysis [16]. Considering the nonlinear characteristics of HSIs, some techniques using kernel methods have been proposed, such as kernel PCA (KPCA) [17], which can obtain a linearly separable training set by nonlinearly mapping data to a high-dimensional space. What’s more, manifold learning methods [18] have been continuously developed, and some advanced methods include GPU parallel implementation of isometric mapping [19], which can greatly accelerate the speed of data transformation. Spatial–spectral multiple manifold discriminant analysis (SSMMDA) [20] can explore spatial–spectral combined information and reveal the intrinsic multi-manifold structure in HSIs. In [21], a novel local constrained collaborative representation model was designed; it can characterize the collaborative relationship between sample pairs and explore the intrinsic geometric structure in HSI. Projection and transformation techniques usually look for the separability of the data in the transformed feature space. Generally, only the internal pattern of the data itself is considered, and the specific physical characteristics are usually lost, especially the continuous correlation of the spectral information in HSI. In addition, data mapping methods are often used as one of the steps of FE, such as completing dimension reduction.
When focusing on the continuous and high correlation of bands, some methods based on band selection and clustering [22] have been proposed and used to mitigate the “curse of dimensionality” problem. The combination of image fusion and recursive filters was applied in [23]. In [24], Wang et al. designed a method of band selection based on optimal neighborhood reconstruction, which exploited a recurrence relation for the optimal solution. Tang et al. [25] proposed a hyperspectral band selection method based on spatial–spectral weighted region-wise multiple graph fusion-based spectral clustering. In [26], an unsupervised BS approach based on an improved genetic algorithm was proposed, which utilized modified genetic operations to reduce the redundancy of selected bands. Band selection methods fully excavate the spectral characteristics of HSI, but it often combines spatial information predominately for the FE process in practical applications.
The method of using energy functional optimization, which is a common technique of traditional image processing, has been widely developed in hyperspectral FE. It’s aim is to minimize a constrained loss function, which usually contains fidelity and regularization terms, and play an important role in restoring and noise reduction for HSI [27]. In [28], an orthogonal total variation component analysis (OTVCA) was proposed and used a cyclic descent algorithm for solving the minimization problem. Duan et al. [29] showed a fusion and optimization framework of dual spatial information for more feature exploration. A novel multidirectional low-rank modeling and spatial–spectral total variation (MLR-SSTV) model was proposed in [30] for removing HSI mixed noise, and they developed an efficient algorithm for solving the derived optimization based on the alternating direction method of multipliers. By adding different regularization term constraints, a l0-l1 hybrid total variation (l0-l1HTV) was presented in [31], which yielded sharper edge preservation and obtained superior performances in HSI restoration. But they usually have more computational overhead because numerous iterations are needed to solve the optimization problem.
In addition, with the development of deep learning, many deep FE methods have been proposed for image processing. In [32], Zhu et al. proposed a defogging network based on dual self-attention boost residual octave convolution, which effectively enhances the definition of foggy remote sensing images. As for HSIs, rich spectral information needs to be considered, and convolutional neural networks are also widely used to extract the spectral and spatial information of HSIs [33,34]. Li et al. [35] proposed a double-branch dual-attention mechanism network (DBDA) for HSI classification, where the two branches enabled to refine and optimize the extracted feature maps. Additionally, some remarkable models, such as ResNet [36] and DenseNet [37], have also been continuously developed. The method combining the scattering transform with the attention-based ResNet was given in [38], which provided higher unmixing accuracy when using limited training data. In [39], Xie et al. proposed the MS-DenseNet framework, which introduced several dense blocks to fuse the multiscale information among different layers for the final HSIs classification. To achieve effective deep fusion features, a pixel frequency spectrum feature based on fast Fourier transformation was presented in [40] and introduced a 3D CNN, which showed that adding the presented frequency spectrum feature into CNNs can achieve better recognition results. However, deep learning techniques often need sufficient training sets to achieve their excellent performance [9], but the samples are limited in HSI. Similarly, they often need a lot of computing resources and expenses.
For aerial remote sensing HSIs processing and their land cover classification, there are several core problems in the FE method to be considered and addressed. According to the different sensors and their scanning positions, the spatial resolution of different HSIs is diverse. Developing the FE method suitable for multi-scale HSIs is the key. At the same time, FE need to fully excavate the spatial characteristics of HSI so that the features information of various classes can be fully retained, especially considering the limited samples of individual classes. On the other hand, computing overhead has increasingly become the bottleneck of tasks, and it is necessary to design lightweight methods for real-time applications. Stemming from a motivation to solve these key issues, in this article, an efficient two-staged hyperspectral FE method based on total variation (TV) [41] is proposed. In the first stage, in order to extract multi-scale structural information, we used the anisotropic total variation model (ATVM) [42] under numerical solution to process the average fused data. The model, with different regularization parameter outputs, featured blocks of different smoothness, each containing multi-scale structure information and then stacking them as the next stage’s input. In the second stage, in order to prevent weakening of the feature representation of small sample classes and to fully strengthen the information of all classes, we used an isotropic total variation model (ITVM) based on the split Bregman algorithm [43] to process the data after SVD of the stacked block, where complete dimension reduction and global smoothing was performed. Finally, it was fed to the spectral classifier for the classification task. The main contributions of our study are summarized as follows:
  • This work innovatively proposes an efficient two-staged FE method based on total variation for HSI. Based on different solutions of anisotropic and isotropic models, it successively completes the extraction of multi-scale structure information and detail smoothing enhancement of HSI, improving the discriminative ability of different land covers.
  • Our design has no complex framework or redundant loop, which greatly reduces computational overhead. When compared with many state-of-the-art algorithms, our method can significantly outperform in classification performance and computing time, especially achieving better results in most classes.
  • We give a sufficiently detailed parameter analysis and give the reasonable value and change explanation of each parameter. There is no need to reset parameters for diverse datasets, and the results show that our method has strong robustness and stability, strengthening the advantages in hyperspectral practical application.
The remainder of this article is structured as follows. In Section 2, the proposed method is described. Section 3 shows experimental results and comparisons using three real datasets. Section 4 gives parameter analysis and discussion in detail. The conclusions and future work are presented in Section 5.

2. Proposed Method

This section will be divided into three parts. First, the ATVM under the numerical solution of the first stage is described. The second part gives ITVM based on split Bregman algorithm, and the third part shows the overall design of the proposed method.

2.1. ATVM

The energy function optimization model often adds different regularization terms, such as TV terms, to maintain the smoothness and suppress the noise of the image. The ATVM under numerical solution, which is derived from relative TV [44], can effectively decompose the structure and texture in an image and strengthen the retention of structural information. The general form aims to solve the following optimization problem:
a r g m i n F p { ( F p R p ) 2 + | ( F ) p | } .
R denotes a single-band image of the input raw HSI, F is the output featured image of the corresponding band, and p denotes the index of the two-dimensional image pixels. The TV term can be written in the following anisotropic form:
p | ( F ) p | =   | ( x F ) p | + | ( y F ) p | .  
To better extract the structure, the improved model is as follows,
a r g m i n F p { ( F p R p ) 2 + λ · ( D x ( p ) L x ( p ) + ε + D y ( p ) L y ( p ) + ε ) } ,
where λ is the regularization parameter, and ε is a small positive number to prevent the divisor from being 0, D x ( p ) and L x ( p ) are, respectively, called windowed total variations and windowed inherent variation in the x direction for pixel p , expressed as
D x ( p ) = q R p g p , q · | ( x F ) q | ,   L x ( p ) = | q R p g p , q · ( x F ) q | .
where D y ( p ) and L y ( p ) represent the y direction, the definition and calculation are the same as x direction. In Formula (4), q is the index of all pixels in a square window centered on p , and g is the weighting function.
g p , q   e x p ( ( x p x q ) 2 + ( y p y q ) 2 2 σ 2 ) ,
where σ specifies the scale size of filtering elements of the window. Then the regularization term in Formula (3) can be approximately calculated as follows:
p D x ( p ) L x ( p ) + ε = q u x   q w x   q ( x F ) q 2   , u x   q = ( G σ 1 | G σ y F | + ε ) q , w x   q = 1 | ( x F ) q | + ε 2   ,
where G is the Gaussian filter with standard deviation σ , is the convolution symbol, and ε 2 is a small value to prevent division by zero. The calculation in the y direction is the same way as stated above.
Then, with these operators, Formula (3) can be written in the following matrix form:
( v F v R ) T ( v F v R ) + λ ( v F T C x T U x W x C x v F + v F T C y T U y W y C y v F ) .
Taking the derivative of Equation in (7), one can obtain the following linear equation:
v F = ( 1 + λ M ) 1 v R , M = C x T U x W x C x + C y T U y W y C y ,
where v F and v R represent the column vectors of F and R , respectively, C x and C y are forward difference operators, and U and W are diagonal matrices, where the value comes from u and w in their respective directions.
The numerical solution of ATVM is briefly given in analytical Formula (8), which mainly includes two steps: calculation of coefficient matrix M and solution of linear equation. The two key parameters, λ , can control the smoothness, and σ specifies the scale size. Here, we creatively used the scale size parameter σ as the loop condition, entering the fixed σ as the maximum, and extracting structural information at multiple scales with a small number of loops. In other words, we use few loops to extract the features of different scales in one output, without setting the number of iterations in advance, reducing redundant iterations. The calculation process of the whole model is briefly summarized in Algorithm 1. In line 5–7, we use the same coefficients to solve the linear equation for each dimension of the image.
Algorithm 1: The ATVM under Numerical Solution to Extract Different Scale Structure
1: Input: input raw image R n ; regularization parameter λ ; scale size parameter σ ;
2: Initialize:    T = R ; setting ε =   0.001 and ε 2 =   0.01 for enough small; σ t   =   σ ;
3: While σ t   0.5
4:       M = c o m p u t e C o e f f i c i e n t ( T , σ t ) ;
5:        for i = 1 : n
6:           T i =   s o l v e L i n e a r E q u a t i o n ( R i n , M , λ ) ;   R i n   d e n o t e s   t h e   i t h   d i m e n s i o n   o f   R n .
7:        end;
8:          T =   [ T 1 , T 2 , , T n ],
9:       σ t =   σ t / 2.0 ;
10: End
11: Output: Structure image T .

2.2. ITVM

Using the isotropic expression of TV term, ITVM pays more attention to the global unified detail smoothing of the image rather than structure extraction, which is widely used in image deblurring and restoration [37]. The split Bregman algorithm is an extremely efficient algorithm to solve convex optimization problems, especially ITVM, and is briefly given as follows.
ITVM wishes to solve
a r g m i n F p { μ 2 ( F p R p ) 2 + ( x F ) p 2 + ( y F ) p 2 } ,
where μ is the fidelity parameter. Setting d x x F and d y y F , the equation constrained optimization problem can be transformed into an unconstrained optimization problem as follows:
a r g m i n F , d x , d y d x , d y 2 + μ 2 F R 2 2 + λ i 2 d x x F b x 2 2 + λ i 2 ( d y y F b y ) 2 2 .
d x , d y 2 = p d x , p 2 + d y , p 2 , · 2 denotes L-2 norm, λ i denotes the regularization parameter in ITVM, and b x and b y are proper constant terms. For fast iteration, we chose the Gauss–Seidel method, where the following is obtained
F i j k + 1 = G i , j k = λ μ + 4 λ ( F i + 1 , j k + F i , j + 1 k + F i 1 , j k + 1 + F i , j 1 k + 1 + d x , i 1 , j k d x , i , j k + d y , i , j 1 k d y , i , j k b x , i 1 , j k + b x , i , j k b y , i , j 1 k + b y , i , j k ) + μ μ + 4 λ R i , j .
where i , j represent the coordinates of the pixel p , and k denotes the number of iterations. The ITVM based on the split Bregman algorithm is given in Algorithm 2, and the comprehensive mathematical process is detailed in [43]. For simplicity, Algorithm 2 shows the process of single band image processing.
Algorithm 2: The ITVM Solution Based on Split Bregman Algorithm for Smoothing
1: Input: input image R ; fidelity parameter   μ ; regularization parameter   λ i ;
2: Initialize:    F 0 = R , and d x 0 = d y 0 = b x 0 = b y 0 = 0 ; stopping tolerance t o l = 0.1 ;
3: While F k F k 1 2 > t o l
4:       F k + 1 =   G i , j k
5:       s k =   | x F k + b x k | 2 + + | y F k + b y k | 2
6:       d x k + 1 = max ( s k 1 λ , 0 ) x F k + b x k s k
7:       d y k + 1 = max ( s k 1 λ , 0 ) y F k + b y k s k
8:       b x k + 1 =   b x k + ( x F k + 1 d x k + 1 )
9:       b y k + 1 =   b y k + ( y F k + 1 d y k + 1 )
10: End
11: Output: Smoothed image F .

2.3. Overall Design

The overall flowchart of our proposed method is given in Figure 1, and its overall calculation process is described in Algorithm 3.
The original HSI has a large amount band dimension. In order to reduce the calculation time of the subsequent steps and the influence of image noise, we first use the average fusion method for preliminary dimension reduction in the first stage. The average fusion is an effective band selecting and merging method, and more importantly, its calculation is very efficient [23]. The simple rule of average fusion method is as follows. We denote the hyperspectral data of M bands as H i ( 0 < i < M ) and split it into N groups. Then the information of the j th band after dimension reduction can be obtained by the following fusion method ( 0 < j < N ):
R j = { m e a n ( H ( j 1 ) B + 1 , , H j B )   i f   j B M ; m e a n ( H N B + 1 , , H M )   i f   j B > M ;
Among them, B = M / N , and m e a n represents the calculation of each group’s band dimension average value, and B represents the smallest integer not greater than M / N .
Then at the first stage, we processed the fused HSIs based on ATVM. Inspired by [45], we used different λ values to perform three sets of different smoothness processing, each of which uses a fixed σ to specific the initial maximum scale size. Through this processing based on ATVM, the multi-scale structure information of the image was fully extracted. Next, we stacked these three featured blocks, used SVD to perform secondary dimension reduction at the beginning of the second stage, and then performed ITVM-based processing on each dimension using a fixed λ i , where ITVM considered global smoothing to fully strengthen the information of all classes. The output result was classified by SVM.
Algorithm 3: The Proposed Two-Staged FE Method
1: Input: input raw image R M ; regularization parameter λ 1 , λ 2 , λ 3 , λ i ; fidelity parameter μ , scale size parameter σ ; average fused number n , SVD number k ;
First Stage:
2: F n = a v e r a g e _ f u s i o n ( R M , n )   ;
3: F 3 n = [ F 1 n , F 2 n , F 3 n ]   = A T V M ( F n , λ 1 , λ 2 , λ 3 , σ );
Second Stage:
4: F k = S V D ( F 3 n , k ) ;
5: for i = 1 : k
6:       T i =   I T V M ( F i k , μ , λ i ) ; F i k   d e n o t e s   t h e   i t h   d i m e n s i o n   o f   F k .
7: end
8: T   = [ T 1 , T 2 , , T k ];
9: Output: Featured block T .

3. Experiments

3.1. Datasets

Our experiments used three real hyperspectral datasets: Indian Pines, Salinas, and Houston University 2018. Their detailed parameters are given in Table 1. In addition, the three datasets also have different characteristics. The spatial resolution and size of Indian Pines are small, but the range of its scenes is wide; Salinas covers farmland with larger image size and very uniform distribution of land objects; Houston University 2018 is a typical large size image, which is released by the IEEE GRSS 2018 data fusion contest [46,47] with high spatial resolution, various classes and scattered distribution. The full band datasets were tested, these three different datasets could fully test the effectiveness of FE methods.

3.2. Experimental Setup

3.2.1. Comparison Methods

In this article, we chose some state-of-the-art methods for comparison, including:
  • SVM [48]. Directly send the original datasets into SVM for classification as a basic comparison.
  • Local Covariance Matrix Representation (LCMR) [49]. This is a FE method using local covariance matrices to characterize the spatial–spectral information.
  • Random patches network (RPNet) [50]. This is an efficient deep learning-based method that directly regards the random patches taken from the image as the convolution kernels, which combines both shallow and deep convolutional features.
  • Multi-Scale Total Variation (MSTV) [51]. This is a noise-robust method which extracts multiscale information.
  • Generalized tensor regression (GTR) [52]. This is a strengthened tensorial version of the ridge regression for multivariate labels which exploits the discrimination information of different modes.
  • Double-Branch Dual-Attention mechanism network (DBDA) [35]. This is a deep learning network that contains two branches, applied channel attention block and spatial attention block, to capture considerable information on spectral and spatial features.
  • Fusion of Dual Spatial Information (FDSI) [29]. This is a framework using the fusion of dual spatial information, which includes pre-processing FE and post-processing spatial optimization.
  • l0-l1HTV [31]. This is a hybrid model that takes full consideration of the local spatial–spectral structure and yields sharper edge preservation.
  • SpectralFormer [53]. This is a backbone network based on the transformer, which learns spectrally local sequence information from neighboring bands, yielding group-wise spectral embeddings.
Among them, SVM has been implemented by LIBSVM library [44] as well as a Gaussian kernel with five-fold cross-validation, where the penalty parameter c ranged from 10 2 to 10 4 and kernel function parameter γ ranged from 10 3 to 10 4 . In LCMR, the number of MNF principal components L was 20, the number of local neighboring pixel K was 220, and the window size T was 25. In RPNet, the number of patches k was 20 and the size of patches w was 21. In MSTV, the number of principal components used, N, was 30, the band number of the dimension-reduced was 20. In GTR, rank-1 decomposition was used. In DBDA, the batch size was set as 16, and the optimizer was set to Adam with the 0.0005 learning rate. In FDSI, the smoothing parameter λ and the fusion weight μ were set to 1.2 and 0.5, respectively. In l0-l1HTV, the sampling ratio μ was 0.1, and the parameter λ t v was 0.08. In SpectralFormer, the mini-batch size of Adam optimizer was 64, the CAF module was selected, and the learning rate was initialized with 5 × 10 4 and decayed by multiplying a factor of 0.9 after each one-tenth of total epochs. The various main parameters mentioned above were the default values of the related algorithms that tend to achieve the highest performance. For more detailed settings and explanations, please refer to the respective references.

3.2.2. Experimental Parameters

In our method, according to the description in Section 2, we mainly needed to set the following parameters. In the first stage, the average fusion method was used to reduce the raw data dimension to n; n tends to affect the calculation time of subsequent processing because the larger n is, the more dimensions are retained. The regularization parameter, i.e., λ 1 , controls the degree of smoothness for the image. By analyzing the smoothness of the single band image after filtering, the value ranges of three groups of different smoothness can be deduced. The scale parameter σ specifies the initial maximum scale size and was set as the loop condition. In the second stage, the principal component k after SVD takes a value between 20 and 30, empirically [28]. The fidelity parameter μ for smoothing can tolerate a large value, and the regularization parameter in ITVM met λ i = 2 μ , which usually results in good convergence for image processing, according to [43]. The others, such as ε , ε 2 , and t o l , were all set to the default initialization values as stated in Algorithms 1 and 2. Of course, the final determined value of the parameters depended on the performance; n was set to 15, λ 1 , λ 2 , λ 3 were set to 0.004, 0.01, 0.02, respectively, μ was set to 100, and k was set to 20. These values yielded the best performance considering the accuracy and computing time. The analysis and discussion of these main parameters will be given in detail in Section 4.

3.2.3. Metrics and Device

Three widely used quantitative metrics were used to evaluate the performances of all the experimental methods—average accuracy (AA) is the average of the accuracies for each class. Overall accuracy (OA) is the accuracy of each class weighted by the proportion of test samples for that class in the total training set. Kappa coefficient (Kappa) [54] calculates the percentage of the identified pixels corrected by the number of agreements, and is a measure of agreement normalized for chance agreement.
Experiments of all methods were performed on a personal computer equipped with Intel i7-9750 and NVIDIA GeForce GTX 1650. The main processor base frequency of 2.60 GHz and main memory of 64GB ensured that all experiments were carried out easily. The software used was based on Matlab R2018b and Jupyter Notebook with PyTorch.

3.3. Experimental Results and Discussion

3.3.1. Indian Pines

To demonstrate the performance of our proposed method, a few samples were selected as the training set. For Indian Pines, we randomly selected only ten pixels from each class as the training samples and the remaining labelled pixels as the test samples. The experiments of each method were repeated ten times, and the corresponding classification results were averaged as the final value. The results are listed in Table 2, including the training set, test set, AA, OA, Kappa, and each class’s accuracy. In addition, Figure 2 shows the false-color composite image, the ground truth image and the classification maps of each method in a single experiment.
As can be observed, the SVM method has the worst accuracy and kappa, and its classification map is quite noisy in the whole scene, which fully shows the importance of FE for HSI. By extracting the spatial–spectral feature information, the LCMR method significantly improved the results when compared to SVM. However, LCMR uses fixed-window clustering to obtain the covariance matrix representation information, so obvious point-like noise appears in various junction areas. Similarly, in the result classification map of GTR, there is obvious regional noise among various classes, and the boundary region was misclassified seriously. RPNet directly takes the random patch obtained from the image as the convolution kernel without any training, but when the samples are few in number, the random patch pattern seems to introduce more redundant information, and the results show obvious mixed noise in the classification map. Similarly, transformers need enough large-scale training to obtain excellent performance [55]. Although SpectralFormer is an advanced version of transformers for HSI, it still obtained a poor classification effect when the amount of training was limited, and there are many misclassifications in the classification map. In the classification map of l0-l1HTV, all kinds of edges are well divided, but there are obvious “corrosion”-like points inside the individual classes, which may be due to the strong constraint of the l0-l1 hybrid term, resulting in some internal pixel information being identified as noise, thus introducing misclassification.
MSTV and FDSI fully extract the spatial features of the image and focus on multi-scale and dual fusion and optimization on the structure information, respectively, which significantly reduced the misclassification between the class-map regions. However, the accuracy was still very low in some classes, especially for classes with few pixels, such as Oats and Grass-pasture-mowed, because these two methods aim to enhance structural features but weaken the feature representation of small sample classes, which often have much fewer edges. DBDA contains two branches to capture plenty of spectral and spatial features and yielded a great performance when the training sample was few in number, but it still had poor classification results in fewer-pixel-class Grass-pasture-mowed. In addition, it led to an obviously oversmoothed classification map. On the contrary, the proposed method performed better in the classification maps and had the highest results of OA, AA, and Kappa. A number of 14 classes in 16 had more than 86% accuracy, and 11 classes had over 90%, of which both are the highest among all methods. Especially for small sample classes, our method had 100% accuracy of oats and Grass-pasture-mowed. Due to the fact that the two-staged FE not only fully excavates the spatial structure information but also smoothly strengthen the detailed features, especially for the small sample classes, the two stages complement each other to complete the comprehensive and discriminative FE of HSI.
In addition, the time cost of each method is listed in Table 3. It is easy to see that the proposed method has the least time overhead.

3.3.2. Salinas

For Salinas, we randomly selected only five pixels from each class as the training samples, and the remaining samples were then used for the test. All experiments were repeated ten times, and each class’s average accuracy, AA, OA, and Kappa are reported in Table 4. The classification maps of different methods are shown in Figure 3. As can be seen, the scenes in the Salinas are evenly distributed, with good separability, and the metrics of each method are higher than those in Indian Pines. Despite this, the proposed method also had the highest AA, OA, and Kappa. A number of 15 of the 16 categories had an accuracy higher than 85%, which was the best of all methods. It fully shows that our design enhances the features of global land cover, including not only edge information, but also other detailed sample features. At the same time, the noise of the classification result map is the smallest, and the classification is smooth in various junction areas, indicating that the texture information is better preserved while the edge is fully extracted.
What’s more, the computing time of the eight considered methods for the Salinas image is reported in Table 5. As can be observed, although SVM has the smallest time overhead in this dataset, considering that SVM is not a FE method but a basic comparison, only the others were examined, the proposed method is the fastest one.

3.3.3. Houston University 2018

The third experiment was performed on the Houston University 2018. Due to the large size of this dataset, 100 pixels were selected for training, and the remaining were used as evaluation samples. Similarly, each group of experiments was repeated ten times and averaged. The detailed numbers of training and test samples and all the classification results are given in Table 6, and the corresponding classification maps are shown in Figure 4. It can be seen that the proposed method is also the highest in AA and Kappa. It is worth mentioning that, in the Houston dataset, the samples of community class accounted for about 44% of the total. DBDA performed well in the community class, so its OA was 1.33% higher than our method, but its AA was 4.8% lower than ours. Both LCMR and ours had 11 classes with more than 90% accuracy, but the OA of LCMR was far weaker because LCMR performed much poorer in the community class. Overall, our algorithm performed better in more classes, which proves that our algorithm improves the discrimination ability of different ground objects. However, our method has a poor classification effect in Road and Sidewalk, and the performance of other approaches in these two classes was also lower than their average level. These two classes show the characteristics of “slender and long” land cover, possibly because this feature is easily weakened in the process of FE. How to solve this problem is a topic worth discussing.
Similarly, the computing time is given in Table 7. When the amount of data increased to the dimension such as those seen in Houston University 2018 image, the running time of each method was significantly different. In LCMR, the calculation of the covariance matrix feature of each pixel consumes a lot of time, and manifold-based distance metric takes up plenty of storage space. In MSTV, the structural features require more loops, and the kernel method is also time-consuming. GTR also requires more calculations of ridge regression. Dual fusion framework in FDSI obviously requires more computing time because of the pre-post-processing. In l0-l1HTV, the optimization formula of the l0-l1 regularization terms need to divide into five subproblems, which, individually, are constrained minimization problems that require many iterate computations. As for the deep learning method, RPNet has a simpler architecture and was less time-consuming when compared with other networks, but it still consumes more time to calculate the convolution of random patches in each layer, especially for large size images. In DBDA, selecting small pieces from the original cube data cost a considerable amount of time. SpectralFormer needs hundreds of epochs to reach a good performance.
The time cost of our method mainly comes from the processing of ATVM and ITVM. When inputting an HSI R r c b , r and c are spatial dimensions, and b is the spectral dimension. The time complexity of ATVM is O ( r c ) , and the time complexity of ITVM is O ( r c / ln r c ) , both of which are less time-consuming. For comparison, the time complexity of l 0 - l 1 HTV is O ( r c b + z + r c log r c ) , and the calculation time was far higher than ours. Intuitively, In ATVM, the scale size parameter acting as the loop condition can control the number of the iteration within a few. In ITVM, the large value of the fidelity parameter can greatly reduce the number of loops. The average fusion method only involves the average sum operation, and SVD only decomposes one matrix, therefore, both of them consume quite little time. Overall, our method had the shortest computing time, which improves the real-time application of HSI. Moreover, our classification performance is the best.

4. Parameter Analysis and Discussion

4.1. First Stage

In the first stage, the parameter n was first investigated. In light of the characteristics of average fusion, n ranged from seven to 2 / M (i.e., half the spectral dimension of the image), where seven could ensure that the stacked features can complete the SVD in the second stage, which was 3 × 7 > 20. The other parameters were fixed, with default values as stated in 3.2. The same controlled variable method was used in the following experiments. All three datasets were tested, and their results are shown in Figure 5.
As can be seen, with the increase of n, the classification results show a downward trend in the Indian Pines, but a slight increase after n is greater than 90. The decline is much smaller in Salinas and basically unchanged in Houston University 2018, especially for AA. Although there are certain fluctuations in the trends, two points can be determined: First, the highest accuracies of the three datasets were all basically achieved with a small n, and secondly, the time cost increases steadily with the increase of n, especially in Houston University 2018. Therefore, n was set to 15 for our design. Qualitatively, when n is small, more band information is fused to make the final performance better. The results of Houston University 2018 dataset have little change because its spectral dimension was low, only 48, which weakens the role of average fusion. The smaller n is, the smaller the spectral dimension that is retained, naturally reducing the subsequent processing time. Moreover, the average fusion itself has high computational efficiency. In conclusion, the average fusion method in our design is the beginning of efficient processing.
In the first stage, the second type of parameters, regularization parameter λ and scale size parameter σ, were then investigated. In the three feature blocks to be stacked, we used the same σ value, and then we set σ from one to six to observe the changes in the classification results shown in Figure 6.
It can be seen that according to our design, when σ increases, there are additional loops, which expands the time overhead, and when σ is large, the classification effect decreases. When is σ = 2 , our design yielded the best classification results in the three datasets. This means that when σ is two, ITVM in our design can efficiently extract multi-scale information, especially considering that the three datasets had a completely different scale and spatial resolution. This shows that this parameter in our design adapts to a wide range of data types and is robust. Moreover, when σ is small, the loop is naturally reduced, and the calculation time was saved. But σ from one to two increased the computing time, so setting σ to two was a trade-off for accuracy.
Regularization parameters can control the degree of smoothness, which is an important part of the optimization model. Our design used three different sets of regularization parameters, i.e., λ 1 = 0.004 , λ 2 = 0.01 , λ 3 = 0.02 , which are the only different values that were set in the first stage. We conducted the experiments with Indian Pines. Figure 7 gives the featured blocks which output by ATVM under different parameters. For comparison, the smoothed block after ITVM under λ i in the second stage is also shown here.
As can be observed, when λ 1 = 0.004 , the information of various land cover is clear,   λ 3 = 0.02 , and only obvious edges are retained. With the increase of λ , the single band images are oversmoothed and more blurred. Therefore, we chose three typical λ values to represent three different degrees of smoothness. Besides, it can be seen from (d), in the single-band image after ITVM in the second stage, that the structure feature was strengthened, and the detailed information is better preserved. Figure 7 shows the intuitive judgment. In the ATVM, the multi-scale structure information with different smoothness was extracted, but the information of some samples with few pixels seems to be weakened. However, through the ITVM in the second stage, the representation of each feature information was strengthened, which intuitively shows the effectiveness of our two-staged design.
We selected five representative values at the three smoothing degrees, with an interval of 0.001, and the classification results are shown in Figure 8. The values we chose yielded the best results, and they were set as the default parameters. The range of smoothing parameters is wide, so we chose representative values of three different smoothness degrees. The experimental results show that they have the best results in the corresponding interval. Additionally this setting can yield satisfactory classification accuracies for different datasets, as shown in Section 3.

4.2. Second Stage

There are two main parameters in the second stage: the number k of the principal component after SVD and the fidelity parameter μ . Similarly, k ranged from 10 to 40 with an interval of two, with regard to of the dimension of the stacked feature blocks being 45 in the first stage. As shown in Figure 9, with the increase of k, the classification performance improved stably on the three datasets. When k was larger than 20, the metrics decreased in Indian Pines, Salinas remained stable, and there was a slight improvement in Houston University 2018. We set 20 as the default k value. Qualitatively, When the size of the image is large, more principal components act to enhance the feature information so that the performance will improve. Still, when the image size is too small, such as the Indian Pines, more principal components will bring redundant information and reduce accuracy. In addition, the time overhead is mainly concentrated in the SVD calculation, and it steadily expands with the increase of k. In summary, SVD can effectively extract the principal component information and reduce the subsequent calculation time, playing a key role in our design. Parameter settings show stability in three datasets, especially for large-scale images.
The fidelity parameter μ is very tolerant of large values according to [35]. We firstly performed experiments to verify that this conclusion is also applicable to different HSIs. In our experiments, μ ranged from 2 to 10 with step two and grew from 10 to 150 with step 10. The classification results of the three datasets are listed in Figure 10. When μ increased to 10, the results were significantly improved. When μ was greater than 20, the performance improvement in the three datasets became slow and entered the stable zone. In addition, when the value of μ was large, the performance did not fluctuate greatly and did not show a downward trend. It can be obtained that μ can tolerate large values in different characteristics of HSI. From the formula, the larger the value, the stricter the constraint on the fidelity term, the more delicate the smoothing of each feature, and there will be no oversmoothed situation. We set as the default value of the proposed method. Parameter μ is an important parameter in the second stage. Once again, the performance in three datasets fully proves that our design is robust and stable.
Finally, the results of sending the output feature blocks of the first and second stages directly to the classifier are shown in Figure 11. As a comparison, the results of feeding the raw data and the average fused data to the classifier are also listed in this Figure. This experiment demonstrated that the two stages’ designs contributed significantly to classification performance in the three datasets. The results here more fully prove that our two-stage design is effective. Each stage plays an important role and greatly improves the effect.

5. Conclusions

To improve classification performance and reduce the time cost, this article innovatively proposes an efficient two-staged FE method based on TV for HSI. Based on different solutions of anisotropic and isotropic models, it successively completed the extraction of multi-scale structure information and detail smoothing enhancement of HSI, yielding distinguished classification performance. In addition, this design has no complex framework nor a redundant loop, which greatly reduces computational overhead. When compared with many state-of-the-art algorithms, our method can significantly outperform others in classification performance and computing time, especially achieving better results in most classes. More importantly, we give a sufficiently detailed parameter analysis and give the reasonable value and change explanation of each parameter from algorithm design and performance. The results show that our method has strong robustness and stability in various datasets, which further strengthens the advantages in hyperspectral practical application.
In the future, we will try to improve the classification performance of the “slender and long” land cover distribution. Although our default parameters are applicable to the three datasets, adaptive selection of parameters for different datasets is still an important improvement direction. In addition, we still have some trade-offs between time and performance, giving its parallel implementation is the primary key, especially considering the future development of HSI towards larger size and higher resolution. Finally, the practical application of HSIs is always a topic of discussion, which will face more environmental factors and noise in the future. We can use the excellent solutions and ideas for dealing with complex noise [56,57] for traditional images and transplant it to hyperspectral applications.

Author Contributions

C.L., developed the design and methodology, implemented the algorithm, executed the experiments, led the writing of the manuscript; X.T., assisted algorithm migration and verification; L.S. assisted several experiments; Y.T., revised the manuscript. Y.T. and Y.P., administrated the project and supervised the research. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by the National Natural Science Foundation of China (No. 91948303-1, No. 61803375, No. 12002380, No. 62106278, No. 62101575, No. 61906210) and the National University of Defense Technology Foundation (No. ZK20-52).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The datasets involved in this paper are all public.

Acknowledgments

The authors acknowledge State Key Laboratory of High Performance Computing, College of Computer Science and Technology, National University of Defense Technology, China. More, the authors would like to thank the IEEE GRSS Image Analysis and Data Fusion Technical Committee and the Hyperspectral Image Analysis Lab at the University of Houston for distributing online the Houston 2018 dataset used in this paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kuras, A.; Brell, M.; Rizzi, J.; Burud, I. Hyperspectral and Lidar Data Applied to the Urban Land Cover Machine Learning and Neural-Network-Based Classification: A Review. Remote Sens. 2021, 13, 3393. [Google Scholar] [CrossRef]
  2. Feng, L.; Zhang, Z.; Ma, Y.; Du, Q.; Williams, P.; Drewry, J.; Luck, B. Alfalfa Yield Prediction Using UAV-Based Hyperspectral Imagery and Ensemble Learning. Remote Sens. 2020, 12, 2028. [Google Scholar] [CrossRef]
  3. Hellwig, F.M.; Stelmaszczuk-Górska, M.A.; Dubois, C.; Wolsza, M.; Truckenbrodt, S.C.; Sagichewski, H.; Chmara, S.; Bannehr, L.; Lausch, A.; Schmullius, C. Mapping European Spruce Bark Beetle Infestation at Its Early Phase Using Gyrocopter-Mounted Hyperspectral Data and Field Measurements. Remote Sens. 2021, 13, 4659. [Google Scholar] [CrossRef]
  4. Pour, A.B.; Zoheir, B.; Pradhan, B.; Hashim, M. Editorial for the Special Issue: Multispectral and Hyperspectral Remote Sensing Data for Mineral Exploration and Environmental Monitoring of Mined Areas. Remote Sens. 2021, 13, 519. [Google Scholar] [CrossRef]
  5. Manninen, A.; Kääriäinen, T.; Parviainen, T.; Buchter, S.; Heiliö, M.; Laurila, T. Long Distance Active Hyperspectral Sensing Using High-Power near-Infrared Supercontinuum Light Source. Opt. Express 2014, 22, 7172–7177. [Google Scholar] [CrossRef]
  6. Ou, Y.; Zhang, B.; Yin, K.; Xu, Z.; Chen, S.; Hou, J. Hyperspectral Imaging for the Spectral Measurement of Far-Field Beam Divergence Angle and Beam Uniformity of a Supercontinuum Laser. Opt. Express 2018, 26, 9822–9828. [Google Scholar] [CrossRef] [PubMed]
  7. Qian, L.; Wu, D.; Liu, D.; Song, S.; Shi, S.; Gong, W.; Wang, L. Parameter Simulation and Design of an Airborne Hyperspectral Imaging LiDAR System. Remote Sens. 2021, 13, 5123. [Google Scholar] [CrossRef]
  8. Jing, Z.; Guan, H.; Zhao, P.; Li, D.; Yu, Y.; Zang, Y.; Wang, H.; Li, J. Multispectral LiDAR Point Cloud Classification Using SE-PointNet++. Remote Sens. 2021, 13, 2516. [Google Scholar] [CrossRef]
  9. Rasti, B.; Hong, D.; Hang, R.; Ghamisi, P.; Kang, X.; Chanussot, J.; Benediktsson, J.A. Feature Extraction for Hyperspectral Imagery: The Evolution from Shallow to Deep: Overview and Toolbox. IEEE Geosci. Remote Sens. Mag. 2020, 8, 60–88. [Google Scholar] [CrossRef]
  10. Prasad, S.; Bruce, L.M. Limitations of Principal Components Analysis for Hyperspectral Target Recognition. IEEE Geosci. Remote Sens. Lett. 2008, 5, 625–629. [Google Scholar] [CrossRef]
  11. 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] [Green Version]
  12. Green, A.A.; Berman, M.; Switzer, P.; Craig, M.D. A Transformation for Ordering Multispectral Data in Terms of Image Quality with Implications for Noise Removal. IEEE Trans. Geosci. Remote Sens. 1988, 26, 65–74. [Google Scholar] [CrossRef] [Green Version]
  13. Li, W.; Prasad, S.; Fowler, J.E.; Bruce, L.M. Locality-Preserving Dimensionality Reduction and Classification for Hyperspectral Image Analysis. IEEE Trans. Geosci. Remote Sens. 2012, 50, 1185–1198. [Google Scholar] [CrossRef] [Green Version]
  14. Zu, B.; Xia, K.; Du, W.; Li, Y.; Ali, A.; Chakraborty, S. Classification of Hyperspectral Images with Robust Regularized Block Low-Rank Discriminant Analysis. Remote Sens. 2018, 10, 817. [Google Scholar] [CrossRef] [Green Version]
  15. Li, X.; Zhang, L.; You, J. Locally Weighted Discriminant Analysis for Hyperspectral Image Classification. Remote Sens. 2019, 11, 109. [Google Scholar] [CrossRef] [Green Version]
  16. Jia, S.; Zhao, Q.; Zhuang, J.; Tang, D.; Long, Y.; Xu, M.; Zhou, J.; Li, Q. Flexible Gabor-Based Superpixel-Level Unsupervised LDA for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2021, 59, 10394–10409. [Google Scholar] [CrossRef]
  17. Zhang, L.; Su, H.; Shen, J. Hyperspectral Dimensionality Reduction Based on Multiscale Superpixelwise Kernel Principal Component Analysis. Remote Sens. 2019, 11, 1219. [Google Scholar] [CrossRef] [Green Version]
  18. Zhang, L.; Luo, F. Review on Graph Learning for Dimensionality Reduction of Hyperspectral Image. Geo-Spat. Inf. Sci. 2020, 23, 98–106. [Google Scholar] [CrossRef] [Green Version]
  19. Li, W.; Zhang, L.; Zhang, L.; Du, B. GPU Parallel Implementation of Isometric Mapping for Hyperspectral Classification. IEEE Geosci. Remote Sens. Lett. 2017, 14, 1532–1536. [Google Scholar] [CrossRef]
  20. Shi, G.; Huang, H.; Liu, J.; Li, Z.; Wang, L. Spatial-Spectral Multiple Manifold Discriminant Analysis for Dimensionality Reduction of Hyperspectral Imagery. Remote Sens. 2019, 11, 2414. [Google Scholar] [CrossRef] [Green Version]
  21. Shi, G.; Luo, F.; Tang, Y.; Li, Y. Dimensionality Reduction of Hyperspectral Image Based on Local Constrained Manifold Structure Collaborative Preserving Embedding. Remote Sens. 2021, 13, 1363. [Google Scholar] [CrossRef]
  22. MartÍnez-UsÓMartinez-Uso, A.; Pla, F.; Sotoca, J.M.; GarcÍa-Sevilla, P. Clustering-Based Hyperspectral Band Selection Using Information Measures. IEEE Trans. Geosci. Remote Sens. 2007, 45, 4158–4171. [Google Scholar] [CrossRef]
  23. Kang, X.; Li, S.; Benediktsson, J.A. Feature Extraction of Hyperspectral Images with Image Fusion and Recursive Filtering. IEEE Trans. Geosci. Remote Sens. 2014, 52, 3742–3752. [Google Scholar] [CrossRef]
  24. Wang, Q.; Li, Q.; Li, X. A Fast Neighborhood Grouping Method for Hyperspectral Band Selection. IEEE Trans. Geosci. Remote Sens. 2021, 59, 5028–5039. [Google Scholar] [CrossRef]
  25. Tang, C.; Liu, X.; Zhu, E.; Wang, L.; Zomaya, A. Hyperspectral Band Selection via Spatial-Spectral Weighted Region-Wise Multiple Graph Fusion-Based Spectral Clustering. In Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence Organization, Montreal, QC, Canada, 19–27 August 2021; pp. 3038–3044. [Google Scholar]
  26. Zhao, H.; Bruzzone, L.; Guan, R.; Zhou, F.; Yang, C. Spectral-Spatial Genetic Algorithm-Based Unsupervised Band Selection for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2021, 59, 9616–9632. [Google Scholar] [CrossRef]
  27. Rasti, B.; Scheunders, P.; Ghamisi, P.; Licciardi, G.; Chanussot, J. Noise Reduction in Hyperspectral Imagery: Overview and Application. Remote Sens. 2018, 10, 482. [Google Scholar] [CrossRef] [Green Version]
  28. Rasti, B.; Ulfarsson, M.O.; Sveinsson, J.R. Hyperspectral Feature Extraction Using Total Variation Component Analysis. IEEE Trans. Geosci. Remote Sens. 2016, 54, 6976–6985. [Google Scholar] [CrossRef]
  29. Duan, P.; Ghamisi, P.; Kang, X.; Rasti, B.; Li, S.; Gloaguen, R. Fusion of Dual Spatial Information for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2020, 59, 1–13. [Google Scholar] [CrossRef]
  30. Wang, M.; Wang, Q.; Chanussot, J.; Li, D. Hyperspectral Image Mixed Noise Removal Based on Multidirectional Low-Rank Modeling and Spatial–Spectral Total Variation. IEEE Trans. Geosci. Remote Sens. 2021, 59, 488–507. [Google Scholar] [CrossRef]
  31. Wang, M.; Wang, Q.; Chanussot, J.; Hong, D. L0-l1 Hybrid Total Variation Regularization and Its Applications on Hyperspectral Image Mixed Noise Removal and Compressed Sensing. IEEE Trans. Geosci. Remote Sens. 2021, 59, 7695–7710. [Google Scholar] [CrossRef]
  32. Zhu, Z.; Luo, Y.; Qi, G.; Meng, J.; Li, Y.; Mazur, N. Remote Sensing Image Defogging Networks Based on Dual Self-Attention Boost Residual Octave Convolution. Remote Sens. 2021, 13, 3104. [Google Scholar] [CrossRef]
  33. Li, S.; Song, W.; Fang, L.; Chen, Y.; Ghamisi, P.; Benediktsson, J.A. Deep Learning for Hyperspectral Image Classification: An Overview. IEEE Trans. Geosci. Remote Sens. 2019, 57, 6690–6709. [Google Scholar] [CrossRef] [Green Version]
  34. Gong, H.; Li, Q.; Li, C.; Dai, H.; He, Z.; Wang, W.; Li, H.; Han, F.; Tuniyazi, A.; Mu, T. Multiscale Information Fusion for Hyperspectral Image Classification Based on Hybrid 2D-3D CNN. Remote Sens. 2021, 13, 2268. [Google Scholar] [CrossRef]
  35. Li, R.; Zheng, S.; Duan, C.; Yang, Y.; Wang, X. Classification of Hyperspectral Image Based on Double-Branch Dual-Attention Mechanism Network. Remote Sens. 2020, 12, 582. [Google Scholar] [CrossRef] [Green Version]
  36. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar] [CrossRef] [Green Version]
  37. Huang, G.; Liu, Z.; Van Der Maaten, L.; Weinberger, K.Q. Densely Connected Convolutional Networks. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 2261–2269. [Google Scholar] [CrossRef] [Green Version]
  38. Zeng, Y.; Ritz, C.; Zhao, J.; Lan, J. Attention-Based Residual Network with Scattering Transform Features for Hyperspectral Unmixing with Limited Training Samples. Remote Sens. 2020, 12, 400. [Google Scholar] [CrossRef] [Green Version]
  39. Xie, J.; He, N.; Fang, L.; Ghamisi, P. Multiscale Densely-Connected Fusion Networks for Hyperspectral Images Classification. IEEE Trans. Circuits Syst. Video Technol. 2021, 31, 246–259. [Google Scholar] [CrossRef]
  40. Liu, J.; Yang, Z.; Liu, Y.; Mu, C. Hyperspectral Remote Sensing Images Deep Feature Extraction Based on Mixed Feature and Convolutional Neural Networks. Remote Sens. 2021, 13, 2599. [Google Scholar] [CrossRef]
  41. Rudin, L.I.; Osher, S.; Fatemi, E. Nonlinear Total Variation Based Noise Removal Algorithms. Phys. D Nonlinear Phenom. 1992, 60, 259–268. [Google Scholar] [CrossRef]
  42. Shi, Y.; Chang, Q. Efficient Algorithm for Isotropic and Anisotropic Total Variation Deblurring and Denoising. J. Appl. Math. 2013, 2013, 797239. [Google Scholar] [CrossRef]
  43. Goldstein, T.; Osher, S. The Split Bregman Method for L1-Regularized Problems. SIAM J. Imaging Sci. 2009, 2, 323–343. [Google Scholar] [CrossRef]
  44. Xu, L.; Yan, Q.; Xia, Y.; Jia, J. Structure Extraction from Texture via Relative Total Variation. ACM Trans. Graph. 2012, 31, 1–10. [Google Scholar] [CrossRef]
  45. Kang, X.; Xiang, X.; Li, S.; Benediktsson, J.A. PCA-Based Edge-Preserving Features for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2017, 55, 7140–7151. [Google Scholar] [CrossRef]
  46. Xu, Y.; Du, B.; Zhang, L.; Cerra, D.; Pato, M.; Carmona, E.; Prasad, S.; Yokoya, N.; Hänsch, R.; Le Saux, B. Advanced Multi-Sensor Optical Remote Sensing for Urban Land Use and Land Cover Classification: Outcome of the 2018 IEEE GRSS Data Fusion Contest. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 1709–1724. [Google Scholar] [CrossRef]
  47. 2018 IEEE GRSS Data Fusion Contest. Available online: http://www.grss-ieee.org/community/technical-committees/data-fusion (accessed on 1 December 2021).
  48. Melgani, F.; Bruzzone, L. Classification of Hyperspectral Remote Sensing Images with Support Vector Machines. IEEE Trans. Geosci. Remote Sens. 2004, 42, 1778–1790. [Google Scholar] [CrossRef] [Green Version]
  49. Fang, L.; He, N.; Li, S.; Plaza, A.J.; Plaza, J. A New Spatial–Spectral Feature Extraction Method for Hyperspectral Images Using Local Covariance Matrix Representation. IEEE Trans. Geosci. Remote Sens. 2018, 56, 3534–3546. [Google Scholar] [CrossRef]
  50. Xu, Y.; Du, B.; Zhang, F.; Zhang, L. Hyperspectral Image Classification via a Random Patches Network. ISPRS J. Photogramm. Remote Sens. 2018, 142, 344–357. [Google Scholar] [CrossRef]
  51. Duan, P.; Kang, X.; Li, S.; Ghamisi, P. Noise-Robust Hyperspectral Image Classification via Multi-Scale Total Variation. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 1948–1962. [Google Scholar] [CrossRef]
  52. Liu, J.; Wu, Z.; Xiao, L.; Sun, J.; Yan, H. Generalized Tensor Regression for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2020, 58, 1244–1258. [Google Scholar] [CrossRef]
  53. Hong, D.; Han, Z.; Yao, J.; Gao, L.; Zhang, B.; Plaza, A.; Chanussot, J. SpectralFormer: Rethinking Hyperspectral Image Classification with Transformers. IEEE Trans. Geosci. Remote Sens. 2021, 1. [Google Scholar] [CrossRef]
  54. Foody, G.M. Classification Accuracy Comparison: Hypothesis Tests and the Use of Confidence Intervals in Evaluations of Difference, Equivalence and Non-Inferiority. Remote Sens. Environ. 2009, 113, 1658–1663. [Google Scholar] [CrossRef] [Green Version]
  55. Dosovitskiy, A.; Beyer, L.; Kolesnikov, A.; Weissenborn, D.; Zhai, X.; Unterthiner, T.; Dehghani, M.; Minderer, M.; Heigold, G.; Gelly, S.; et al. An Image Is Worth 16 × 16 Words: Transformers for Image Recognition at Scale. ICLR 2021. Available online: https://openreview.net/forum?id=YicbFdNTTy (accessed on 1 December 2021).
  56. Chen, C.; Xiong, Z.; Tian, X.; Zha, Z.-J.; Wu, F. Real-World Image Denoising with Deep Boosting. IEEE Trans. Pattern Anal. Mach. Intell. 2020, 42, 3071–3087. [Google Scholar] [CrossRef] [PubMed]
  57. Miller, S.; Zhang, C.; Hirakawa, K. Multi-Resolution Aitchison Geometry Image Denoising for Low-Light Photography. IEEE Trans. Image Processing 2021, 30, 5724–5738. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Flowchart of the proposed two-staged FE method.
Figure 1. Flowchart of the proposed two-staged FE method.
Remotesensing 14 00302 g001
Figure 2. Indian Pines dataset. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Figure 2. Indian Pines dataset. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Remotesensing 14 00302 g002
Figure 3. Salinas dataset. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Figure 3. Salinas dataset. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Remotesensing 14 00302 g003
Figure 4. Houston University 2018. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Figure 4. Houston University 2018. (a) False color composite image; (b) Ground truth image; (c) SVM; (d) LCMR; (e) RPNet; (f) MSTV; (g) GTR; (h) DBDA; (i) FDSI; (j) l0-l1HTV; (k) SpectralFormer; (l) Our method. Color illustrations of all classes are shown below.
Remotesensing 14 00302 g004
Figure 5. Effect of using different n in three datasets. (a) Indian Pines, with n growing from 7 to 110; (b) Salinas, with n growing from 7 to 112; (c) Houston University 2018, with n growing from 7 to 24. (d) Computing time in corresponding datasets.
Figure 5. Effect of using different n in three datasets. (a) Indian Pines, with n growing from 7 to 110; (b) Salinas, with n growing from 7 to 112; (c) Houston University 2018, with n growing from 7 to 24. (d) Computing time in corresponding datasets.
Remotesensing 14 00302 g005
Figure 6. Effect of using different σ in three datasets. (a) Indian Pines, (b) Salinas, (c) Houston University 2018, and (d) computing time in corresponding datasets.
Figure 6. Effect of using different σ in three datasets. (a) Indian Pines, (b) Salinas, (c) Houston University 2018, and (d) computing time in corresponding datasets.
Remotesensing 14 00302 g006
Figure 7. Indian Pines dataset. The results of models under different parameters, which (a) λ1 = 0.004, (b) λ1 = 0.01, (c) λ3 = 0.02, (d) λi = 100. Each row represents the first, the third, and the fifth dimension single-band image of the corresponding results from left to right.
Figure 7. Indian Pines dataset. The results of models under different parameters, which (a) λ1 = 0.004, (b) λ1 = 0.01, (c) λ3 = 0.02, (d) λi = 100. Each row represents the first, the third, and the fifth dimension single-band image of the corresponding results from left to right.
Remotesensing 14 00302 g007
Figure 8. Analysis of the sensitivity of different λ in the first stage based on Indian Pines datasets. We selected five representative values at the three smoothing degrees, with an interval of 0.001. (a) λ 1 ranges from 0.001 to 0.005; (b) λ 2 ranges from 0.008 to 0.012; (c) λ 3 ranges from 0.018 to 0.022.
Figure 8. Analysis of the sensitivity of different λ in the first stage based on Indian Pines datasets. We selected five representative values at the three smoothing degrees, with an interval of 0.001. (a) λ 1 ranges from 0.001 to 0.005; (b) λ 2 ranges from 0.008 to 0.012; (c) λ 3 ranges from 0.018 to 0.022.
Remotesensing 14 00302 g008
Figure 9. Sensitivity analysis of parameter k in the second stage. k ranges from 10 to 40 with step 2 and the classification results in (a) Indian Pines; (b) Salinas; (c) Houston University 2018, and (d) computing time in corresponding datasets.
Figure 9. Sensitivity analysis of parameter k in the second stage. k ranges from 10 to 40 with step 2 and the classification results in (a) Indian Pines; (b) Salinas; (c) Houston University 2018, and (d) computing time in corresponding datasets.
Remotesensing 14 00302 g009
Figure 10. Analysis of the sensitivity of parameter μ in the second stage for three datasets. Classification results: (a) Indian Pines; (b) Salinas; (c) Houston University 2018.
Figure 10. Analysis of the sensitivity of parameter μ in the second stage for three datasets. Classification results: (a) Indian Pines; (b) Salinas; (c) Houston University 2018.
Remotesensing 14 00302 g010
Figure 11. Classification performance of the SVM on the raw data, the average fusion data, and the output feature blocks of the first and second stages for the three datasets. (a) Indian Pines; (b) Salinas; (c) Houston University 2018.
Figure 11. Classification performance of the SVM on the raw data, the average fusion data, and the output feature blocks of the first and second stages for the three datasets. (a) Indian Pines; (b) Salinas; (c) Houston University 2018.
Remotesensing 14 00302 g011
Table 1. Details of the three experimental datasets.
Table 1. Details of the three experimental datasets.
DatasetsIndian PinesSalinasHouston University 2018
SourceAVIRIS sensorAVIRIS sensorCASI 1500
Spectral Range0.4–2.5 μm0.4–2.5 μm0.38–1.05 μm
Spatial Resolution20 m3.7 m1 m
Class161620
Band22022448
Spatial Size145 × 145512 × 217601 × 2384
Table 2. Experimental results (percentage) on Indian Pines dataset obtained by different methods. The best results are highlighted in bold.
Table 2. Experimental results (percentage) on Indian Pines dataset obtained by different methods. The best results are highlighted in bold.
ClassTraining SetTest
Set
SVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
1103614.6599.1790.4494.48100.00100.0097.3790.8370.4296.94
210141842.6674.9268.7877.8066.6986.3681.5171.2748.6481.73
31082037.5273.0156.8379.8474.3280.0795.0876.6670.5079.48
41022715.8396.6541.5756.7393.74100.0088.5582.3882.1398.59
51047350.7488.6980.5392.0083.5199.5295.4681.9968.8788.27
61072078.0788.2494.3098.6994.5887.8099.5781.7989.7197.15
7101918.34100.0051.5971.04100.0065.7161.1495.56100.00100.00
81046890.0799.5991.7899.9896.20100.00100.0098.2198.21100.00
910106.86100.0041.0465.80100.0093.3379.05100.00100.00100.00
101096236.0774.3168.8174.9369.5885.8278.2878.8777.9286.14
1110244559.4569.2180.4992.1368.6286.8495.8174.1568.5489.87
121058320.6681.2947.8773.4080.5596.6863.0166.8876.3892.62
131019572.9599.2994.5299.2999.28100.0099.3899.3397.7199.59
1410125580.9496.3795.8099.1888.3791.2997.2896.3690.6999.86
151037635.2295.2959.9798.5394.9595.7394.6697.1346.6398.88
16108387.5797.8398.1095.3899.2893.6278.2692.65100.0093.13
AA43.7389.6272.6585.5888.1091.4287.7486.5080.4093.89
OA46.3581.1770.9985.7580.3689.0888.3480.7573.1890.64
KAPPA40.1078.7267.4083.8575.6987.5887.2478.2469.6789.35
1: Alfalfa. 2: Corn-notill. 3: Corn-mintill. 4: Corn. 5: Grass-pasture. 6: Grass-trees. 7: Grass-pasture-mowed. 8: Hay-windrowed. 9: Oats. 10: Soybean-notill. 11: Soybean-mintill. 12: Soybean-clean. 13: Wheat. 14: Woods. 15: Buildings-Grass-Trees-Drives. 16: Stone-Steel-Towers.
Table 3. The computing time (seconds) of different methods for Indian Pines.
Table 3. The computing time (seconds) of different methods for Indian Pines.
MethodsSVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
Time4.25010.0212.3563.4524.067105.617.680159.59331.241.354
Table 4. Experimental results (%) on Salinas dataset obtained by different methods. The best results are highlighted in bold.
Table 4. Experimental results (%) on Salinas dataset obtained by different methods. The best results are highlighted in bold.
ClassTraining SetTest
Set
SVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
15200380.8589.5186.36100.0098.58100.0099.8399.5498.0996.24
25372195.1697.4197.9999.6792.1897.25100.0098.9794.4799.81
35197174.1988.1896.0894.5899.9098.9999.7394.1385.02100.00
45138997.1695.3697.8393.7496.6893.9190.0499.5797.8298.54
55267392.9495.4296.0193.5595.3193.6394.6991.9197.3796.65
653954100.0098.4899.8899.1699.8299.85100.0095.1999.0499.67
75357494.1293.7793.7899.6199.6297.8997.9198.7095.5397.64
8511,26664.3174.8267.1784.0168.4877.1994.3871.0446.0882.23
95619895.4599.0899.0897.2999.9997.4699.3799.7497.04100.00
105327366.1693.3272.4793.2690.8995.6196.2488.6573.2792.10
115106361.3694.4085.3896.8798.5288.0073.4194.3788.4599.61
125192277.3898.5191.3493.6894.34100.0094.66100.0064.7199.54
13591180.0995.1386.2297.2597.6596.3899.9697.8997.7793.15
145106567.6296.5088.2290.1890.9397.4494.094.7289.9099.19
155726343.1887.1847.7470.9569.3681.6967.8786.7672.3985.83
165180294.6891.1876.5698.6799.13100.00100.0085.3786.2399.91
AA80.8593.5886.3893.9093.2194.7093.8893.5386.4596.26
OA74.5888.6580.5089.5087.3390.8890.3989.7579.3393.28
KAPPA71.9686.9378.3988.3385.9489.8289.3588.6577.1691.84
1: Brocoli_green_weeds_1. 2: Brocoli_green_weeds_2. 3: Fallow. 4: Fallow_rough_plow. 5: Fallow_smooth. 6: Stubble. 7: Celery. 8: Grapes_untrained. 9: Soil_vinyard_develop. 10: Corn_senesced_green_weeds. 11: Lettuce_romaine_4wk. 12: Lettuce_romaine_5wk. 13: Lettuce_romaine_6wk. 14: Lettuce_romaine_7wk. 15: Vinyard_untrained. 16: Vinyard_vertical_trellis.
Table 5. The computing time (seconds) of different methods for Salinas.
Table 5. The computing time (seconds) of different methods for Salinas.
MethodsSVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
Time4.3257.7710.2315.9415.61334.9433.15857.751686.436.45
Table 6. Experimental results (percentage) on Houston University 2018 dataset obtained by different methods. The best results are highlighted in bold.
Table 6. Experimental results (percentage) on Houston University 2018 dataset obtained by different methods. The best results are highlighted in bold.
ClassTraining SetTest
Set
SVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
1100969980.3087.2868.3061.5391.6583.8652.3683.8997.4684.02
210032,40285.3584.1285.5188.2354.9085.2683.9073.3084.9379.16
310058495.60100.0023.7495.71100.00100.00100.0099.77100.00100.00
410013,48876.8496.9580.4379.3098.1192.8874.7990.3195.2595.39
5100494826.9393.7226.2444.3986.9079.9150.7079.9282.5095.56
6100441642.5499.6861.3593.82100.0098.1660.3399.4495.81100.00
710016651.37100.0066.9495.54100.00100.0097.2498.3999.4099.04
810039,66251.6284.7365.1475.0170.5179.3885.7688.7065.1592.76
9100223,58496.2471.5695.7297.7956.5292.5192.0470.5062.3089.39
1010045,71048.3350.9649.6366.2715.2962.4372.8342.5632.2058.33
1110033,90242.6248.6340.7048.936.4063.0654.3929.0729.5249.31
1210014164.5476.915.769.7112.5035.6212.8073.3345.8385.00
1310046,25859.1955.5769.2782.1430.9069.7886.1161.1335.2569.88
14100974942.3794.2672.0582.8197.8183.9177.0196.3884.7698.99
15100683760.4099.6066.3994.9692.6991.8791.0495.5896.3198.51
1610011,37556.6189.4755.2782.7741.4082.8683.4467.2770.5884.88
17100494.65100.002.4640.20100.0084.9444.89100.00100.00100.00
18100647823.3690.5733.6366.6685.8886.0167.4069.7975.7581.62
19100526530.0097.4353.7080.1880.5890.8166.6481.8185.3892.05
20100672456.7599.9052.8675.3599.5294.5589.5599.0195.1799.85
AA51.7886.0753.7673.0771.0882.8972.1680.0176.5887.69
OA62.8872.1567.3780.9052.6183.4980.3768.3759.6782.16
KAPPA55.8666.0060.8075.9044.8877.1376.1961.5752.1977.27
1: Healthy grass. 2: Stressed grass. 3: Synthetic grass. 4: Evergreen trees. 5: Deciduous trees. 6: Soil. 7: Water. 8: Residential. 9: Commercial. 10: Road. 11: Sidewalk. 12: Crosswalk. 13: Major thoroughfares. 14: Highway. 15: Railway. 16: Paved parking lot. 17: Gravel parking lot. 18: Cars. 19: Trains. 20: Seats.
Table 7. The computing time (seconds) of different methods for Houston University 2018.
Table 7. The computing time (seconds) of different methods for Houston University 2018.
MethodsSVMLCMRRPNetMSTVGTRDBDAFDSIl0-l1HTVSpectralFormerOURS
Time198.08522.71445.60226.44233.0422,202.63722.462743.766524.8575.71
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Li, C.; Tang, X.; Shi, L.; Peng, Y.; Tang, Y. A Two-Staged Feature Extraction Method Based on Total Variation for Hyperspectral Images. Remote Sens. 2022, 14, 302. https://doi.org/10.3390/rs14020302

AMA Style

Li C, Tang X, Shi L, Peng Y, Tang Y. A Two-Staged Feature Extraction Method Based on Total Variation for Hyperspectral Images. Remote Sensing. 2022; 14(2):302. https://doi.org/10.3390/rs14020302

Chicago/Turabian Style

Li, Chunchao, Xuebin Tang, Lulu Shi, Yuanxi Peng, and Yuhua Tang. 2022. "A Two-Staged Feature Extraction Method Based on Total Variation for Hyperspectral Images" Remote Sensing 14, no. 2: 302. https://doi.org/10.3390/rs14020302

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