Literature DB >> 31853165

Learning to propagate labels on graphs: An iterative multitask regression framework for semi-supervised hyperspectral dimensionality reduction.

Danfeng Hong1,2, Naoto Yokoya3, Jocelyn Chanussot4, Jian Xu1, Xiao Xiang Zhu1,2.   

Abstract

Hyperspectral dimensionality reduction (HDR), an important preprocessing step prior to high-level data analysis, has been garnering growing attention in the remote sensing community. Although a variety of methods, both unsupervised and supervised models, have been proposed for this task, yet the discriminative ability in feature representation still remains limited due to the lack of a powerful tool that effectively exploits the labeled and unlabeled data in the HDR process. A semi-supervised HDR approach, called iterative multitask regression (IMR), is proposed in this paper to address this need. IMR aims at learning a low-dimensional subspace by jointly considering the labeled and unlabeled data, and also bridging the learned subspace with two regression tasks: labels and pseudo-labels initialized by a given classifier. More significantly, IMR dynamically propagates the labels on a learnable graph and progressively refines pseudo-labels, yielding a well-conditioned feedback system. Experiments conducted on three widely-used hyperspectral image datasets demonstrate that the dimension-reduced features learned by the proposed IMR framework with respect to classification or recognition accuracy are superior to those of related state-of-the-art HDR approaches.
© 2019 The Authors.

Entities:  

Keywords:  Dimensionality reduction; Graph learning; Hyperspectral image; Iterative; Label propagation; Multitask regression; Remote sensing; Semi-supervised

Year:  2019        PMID: 31853165      PMCID: PMC6894308          DOI: 10.1016/j.isprsjprs.2019.09.008

Source DB:  PubMed          Journal:  ISPRS J Photogramm Remote Sens        ISSN: 0924-2716            Impact factor:   8.979


Introduction

Recently, hyperspectral imaging in sensing techniques has garnered growing attention for many remote sensing tasks (Plaza et al., 2009), such as land-use and land-cover classification (Yu et al., 2017, Gan et al., 2018, Hang et al., 2019), large-scale urban or agriculture mapping (Dell’Acqua et al., 2004, Yang et al., 2013, Fan et al., 2015, Xie and Weng, 2017), spectral unmixing (Henrot et al., 2016, Hong et al., 2017, Zhong et al., 2016, Hong et al., 2019a), object detection (McCann et al., 2017, Wu et al., 2018, Li et al., 2018, Wu et al., 2019), and multimodal scene interpretation (Tuia et al., 2016, Yokoya et al., 2018, Zhu et al., 2019, Liu et al., 2019), as forthcoming spaceborne spectroscopy imaging satellites (e.g., EnMAP (Guanter et al., 2015)) make hyperspectral imagery (HSI) available on a larger scale. Although HSI features richer spectral information than RGB (Kang et al., 2018) and multispectral (MS) data (Hong et al., 2015), yielding more accurate and discriminative detection and identification of unknown materials, yet the very high dimensionality in HSI also introduces some crucial drawbacks that need to be taken seriously: high storage cost, information redundancy, and the performance degradation resulting from the curse of dimensionality, to name a few. A general but effective solution to these issues is dimensionality reduction, also referred to as subspace learning. In this process, we expect to compress the HSI to a low-dimensional subspace along the spectral dimension while preserving the highest possible spectral discrimination. With the significant support in both theory and practice as well as a fact that the learning-based strategy is somehow superior to the manually-designed feature extraction (Hong et al., 2016a), a considerable number of subspace learning approaches have been designed and applied to hyperspectral data processing and analysis in the past decades (Licciardi et al., 2009, Huang and Yang, 2015, Hong et al., 2016b, Luo et al., 2016, Liu et al., 2017, Xu et al., 2018a, Xu et al., 2019), particularly hyperspectral dimensionality reduction (HDR) (Gao et al., 2017a, Hong et al., 2017, Gao et al., 2017b) and spectral band selection (Sun et al., 2015, Sun et al., 2017a). Depending on their different learning strategies, HDR techniques are roughly categorized as unsupervised, supervised, or semi-supervised strategies. The classic principal component analysis (PCA) (Martínez and Kak, 2001) is a user-friendly dimensionality reduction method for that is limited to capturing the underlying topology of the data. Rather, manifold learning techniques (e.g., locally linear embedding (LLE) (Roweis and Saul, 2000), Laplacian eigenmaps (LE) (Belkin and Niyogi, 2003), local tangent space alignment (LTSA) (Zhang and Zha, 2004), and their variants: locality preserving projections (LPP) (He and Niyogi, 2004), neighborhood preserving embedding (NPE) (He et al., 2005), large-scale LLE (Hong et al., 2016c), enhanced-local tangent space alignment (ENH-LTSA) (Sun et al., 2014)), by and large, follow the graph embedding framework presented in Yan et al. (2007). This framework starts with the construction of graph (topology) structure and aim at learning a low-dimensional data embedding while preserving the topological structure. Some popular and advanced methods have been proposed based on the graph embedding framework for HDR. For example, Ma et al. (2010) proposed to locally embed the intrinsic structure of the hyperspectral data into a low-dimensional subspace for hyperspectral image classification. Li et al. (2012) modeled the locally neighboring relations between hyperspectral data in a linearized system for HDR. In Huang et al. (2019), a multi-feature manifold discriminant analysis was developed on the basis of graph embedding framework for hyperspectral image classification. Authors of Sun et al. (2014) upgraded the existing landmark isometric mapping approach for the fast and nonlinear HDR. The same investigators (Sun et al., 2017b) further extended their work to linearly extract the low-dimensional representation with sparse and low-rank attribute embeddings for HSI classification. In Hong et al. (2017), a joint spatial-spectral manifold embedding is developed to extract the discriminative dimension-reduced features. Subsequently, Huang et al. (2019) proposed a general spatial-spectral manifold learning framework to reduce the dimension of hyperspectral imagery. In supervised HDR strategies, the main consideration is the discrimination between intra-class and inter-class, where different discriminative rules are followed: local discriminative analysis (LDA) (Martínez and Kak, 2001), local fisher discriminative analysis (LFDA) (Sugiyama, 2007), sparse discriminant analysis (Huang and Yang, 2015), noise-adjusted discriminant analysis (Li et al., 2013), feature space discriminant analysis (Imani and Ghassemian, 2015), and so on. Despite the superior class separability, these methods still might fail to robustly represent the features due to sensitivity to various complex noises and ill-conditioned statistical assumptions, especially in the case of small-scale samples. Unlike the aforementioned approaches that seek to project the original data directly into a discriminative subspace, Ji and Ye (2009) simultaneously performed dimensionality reduction and classification under a regression-based framework, in order to find an optimally latent subspace where the decision boundary is expected to be better determined. With the local manifold regularization in the projected subspace, this strategy has been successfully applied and extended to learn the discriminative representation for supervised HDR (Hong et al., 2018). Most previously-proposed HDR methods adhere to either the unsupervised or the supervised strategy, yet the labeled and unlabeled information is less frequently taken into consideration. A straightforward way to consider the unlabeled samples is the graph-based label propagation (GLP) (Zhu et al., 2003), which has been successfully applied to semi-supervised HSI classification (Li et al., 2016) together with the support vector machine (SVM) classifier. To effectively improve the discrimination and generalization of dimension-reduced features, some proposed semi-supervised HDR works have been proposed by the attempt to preserve the potentially global data structure that lies in the whole high-dimensional space. For example, Ma et al. (2015) followed a graph-based semi-supervised learning paradigm for HDR and classification, where the graphs are constructed by different local manifold learning approaches. A general but effective work integrating LDA with LPP, called semi-supervised local discriminant analysis (SELD), was proposed in Liao et al. (2013) for a semi-supervised hyperspectral feature extraction.Inspired by GLP, (Zhao et al., 2014) enhanced the performance of LDA by jointly utilizing the labels and “soft-labels” predicted by GLP for the semi-supervised subspace dimensionality reduction. Wu and Prasad (2018) proposed a similar approach to achieving a semi-supervised discriminative dimensionality reduction of HSI by embedding pseudo-labels (instead of the similarity measurement in LPP (Liao et al., 2013)) into LFDA rather than LDA in Zhao et al. (2014).

Motivation and objectives

Although these proposed semi-supervised approaches have been proven to be effective in handling the issue of HDR to some extent, yet their graph structures for unlabeled samples are constructed either from the similarity measurement (e.g., using RBF) or from the pseudo-labels inferred by GLP or pre-trained classifier. The resulting features by using this type of graph construction strategy is neither robust nor generalized, due to the noisy data and labels as well as the scarce labeled samples. Also, these semi-supervised algorithms, as often as not, attempt to find a single transformation that connects the original data and the subspace to be estimated. On account of the complexity in the learning process, the optimal subspace search is hardly accomplished only by a single transformation. On the other hand, in spite of being guided by label information, there is still lack of an explicit and direct connection between the learned subspace and the label space in the subspace learning strategy interpreted by a single projection, further causing the performance bottleneck. In addition, these subspace-learning-based models are commonly treated as a disjunct feature learning step before classification. In other words, it is unknown what kinds of features in the learning process may be capable of improving classification accuracy. According to these factors, our objectives in this paper can be summarized as follows: 1) to bridge the to-be-estimated subspace with the label information more explicitly and effectively; 2) to introduce many unlabeled samples for improving the model’s generalization ability; 3) and to refine the quality of class indicators of unlabeled samples for high discriminative HDR.

Method overview and contributions

Towards the aforementioned goals, a novel regression-induced learning model motivated by the joint learning (JL) framework (Ji and Ye, 2009, Hong et al., 2018) is proposed, which seeks to learn an optimal subspace by considering the correspondences between the training samples and labels on a to-be-estimated latent subspace. We further extend the JL framework to a multitask regression model with the joint embedding of labeled and unlabeled samples. In the multitask framework, we also propose to adaptively learn a soft-graph structure from the data rather than utilizing a hard-graph (fixed graph) constructed manually or generated by additional algorithms, yielding a high-performance and more generalized label propagation. In the meantime, to facilitate the use of pseudo-labels more effectively, the learned graph can be updated after each outer iteration ends, and the pseudo-labels accordingly refined, thereby enabling the learned features to be progressively optimized. More specifically, the main contributions of this work can be highlighted as follows. We propose a JL-based variant: a novel iterative multitask regression (IMR) framework by simultaneously considering few labeled samples and unlabeled samples in quantity, with the application to semi-supervised HDR. We adaptively learn the connectivity (graph structure) between samples by aligning the labeled and unlabeled samples in the estimated subspace. We deeply integrate the adaptive graph learning with the proposed multitask regression framework in an iterative manner, making it possible for pseudo-labels to be gradually updated using the learned graph in each outer iteration. We also design a general solver that originates from the alternating direction method of multipliers (ADMM) optimizer for the solution of our proposed IMR method.

The proposed methodology

In this section, we start with a brief review of our model’s cornerstone, the JL framework, and then extend it to a variant of multitask learning by synchronously regressing the labeled and unlabeled data. We will further introduce the proposed iterative multitask regression (IMR) model by integrating the JL framework with the advanced graph learning technique, which more effectively propagates labels. Finally, an ADMM-based optimizer is used for the IMR solution. Fig. 1 illustrates the workflow of the proposed IMR method.
Fig. 1

An overview of the proposed IMR framework. In fact, each iterative (t-step) starts with the input of labeled and unlabeled data and ends up the output of the subspace projections (), regression matrix (), and learned graph () aligning the labeled with unlabeled samples. With the t-step learned graph, the pseudo-labels () can be refined.

An overview of the proposed IMR framework. In fact, each iterative (t-step) starts with the input of labeled and unlabeled data and ends up the output of the subspace projections (), regression matrix (), and learned graph () aligning the labeled with unlabeled samples. With the t-step learned graph, the pseudo-labels () can be refined.

Review of the JL model

Let be the unfolded hyperspectral data with d bands by N pixels (or samples), and be the corresponding one-hot encoded label matrix with l classes by N pixels. We model the original JL problem (Ji and Ye, 2009) as follows.where and denote the subspace projection and the regression matrix linking the estimated subspace with label information, respectively, and represents the subspace dimension. denotes the Frobenius norm and is the regularization parameter. Slightly different from the original JL, an improved model with manifold (graph) regularization is formulated by optimizing the following objective function.where is the Laplacian matrix, is an adjacency matrix (graph), and is the corresponding degree matrix. The term denotes the trace of matrix parameterized by . The JL-based models in Eqs. (1), (2) have been proven to be effectively solved with the ADMM optimizer (Hong et al., 2019b). Once the projection matrix is learned, the subspace features can be computed by .

Iterative Multitask Regression (IMR)

Labeling in Earth Vision is extremely costly and time-consuming, as the remote sensing images have a larger-scale and more complex visual field. This leads to a limited number of labeled samples, which further hinders improvement of the model’s learning and generalization capability. To this end, we effectively utilize the information of unlabeled samples that are largely available by making a regression between the unlabeled samples and pseudo-labels in the form of multitask learning.

Multitask regression with graph learning

In the multitask framework, we propose a learning-based graph regularization instead of a fixed graph artificially constructed with the known kernels (e.g., using Gaussian kernel function), in order to depict the connectivity (or similarity) between samples. Accordingly, a multitask regression framework is proposed for semi-supervised HDR by optimizing the following objective function.where and denote unlabeled hyperspectral data and a one-hot encoded pseudo-label matrix, respectively, while and is a joint Laplacian matrix. The term is a constant to control the scale. Furthermore, the two fidelity terms in multitask learning are balanced by a penalty parameter . To solve (3) effectively, we rewrite the trace term aswhere is the to-be-learned joint adjacency matrix (see Fig. 2 in red). In , the similarities between can be measured by a pair-wise distance matrix () on Euclidean space; this matrix can be computed by . Moreover, the operator is interpreted as a term-wise Schur-Hadamard product.
Fig. 2

A showcase for joint adjacency matrix () (in ), where (in ) is a LDA-like graph constr.ucted by labels.

A showcase for joint adjacency matrix () (in ), where (in ) is a LDA-like graph constr.ucted by labels. By means of Eq. (4), optimizing problem (3) on a smooth manifold can be equivalently converted on a sparse graph as follows. In Eq. (5), the is specified as a point-wise weighted -norm with respect to the variable of , yielding a weighted sparsity. Iterative Multitask Regression (IMR)

Optimizing pseudo-labels with graph-based label propagation

In Eq. (3), the pseudo-labels are predicted by using a trained classifier, e.g., SVM or random forest. Although the model’s performance can be moderately improved through the use of unlabeled samples and pseudo-labels, yet the discrimination of the dimension-reduced HSI still remains limited by only regressing the static pseudo-labels. For this reason, the labels are dynamically propagated on the learned graph using GLP, when the model converges in each step1, aiming at iteratively refining or optimizing pseudo-labels, as illustrated in Fig. 1. The updated pseudo-labels together with the other inputs of , and can be re-fed into the next round of model training, thus progressively improving the learning and generalization ability of the proposed multitask model.

Modal learning

Unlike the previous HDR methods following the graph embedding framework (Ma et al., 2010, Sun et al., 2014, Hong et al., 2017, Huang et al., 2019, Huang et al., 2019) that solve low-dimensional embedding as a problem of generalized eigenvalues decomposition (GED) (Yan et al., 2007), our model learning process is to iteratively and alternately optimize several convex subproblems with respect to the variables , and as well as to-be-updated instead of directly solving the non-convex problem (5) by the separable strategy of the variables. An implementation of the proposed IMR is summarized in Algorithm 1. Such optimization strategy has been proven to be effective for solving the aforementioned issue (Bertsekas, 1997, Boyd et al., 2011) and successfully applied in many real cases (Ji and Ye, 2009, Hong et al., 2018, Hong et al., 2019b, Hong et al., 2019c).

Learning regression matrix ()

Intuitively, the optimization problem for solving the variable is a Tikhonov-regularized least square regression, which is formulated as follows. A closed-form solution of Eq. (6) is given bywhere and .

Learning subspace projections ()

The variable can be estimated by solving the following optimization problem. The orthogonality-constrained regression problem in Eq. (8) has been effectively solved by using an ADMM-based optimization algorithm (Hong et al., 2019b).

Learning graph structure ()

In the sub-problem, we learn the connectivity (or similarity) between samples from the data rather than using certain existing distance measurements. Therefore, the resulting optimization problem can be formulated aswhose solution has been obtained with an effective ADMM as well, as presented in Hong et al. (2019c). Please note that for those samples with labels, we construct a graph-based local discriminant analysis (LDA) (Belkin and Niyogi, 2003) in the place of the corresponding part in the learned graph , as shown in Fig. 2. The LDA-like graph () can be expressed bywhere denotes the number of samples belonging to k-th class.

Updating pseudo-labels ()

Given the labels () and pseudo-labels () of the t-th step, and the labeled () and unlabeled () samples, we can correspondingly learn the joint graph structure () in the t-th step from the t-th latent feature spaces (). The learned can then be further applied to infer the pseudo-labels of next step () by LP, and then the updated pseudo-labels can be fed into a next-round model learning. This process is illustrated in Fig. 3. Please note that the model’s iteration will be suspended as long as the to-be-learned adjacency matrix is not changed or the residual error () between the current and the former step are close to zero (e.g., ).
Fig. 3

An illustration of label propagation used for updating the pseudo-labels, where and denote the low-dimensional feature representation for the labeled and unlabeled samples, respectively.

An illustration of label propagation used for updating the pseudo-labels, where and denote the low-dimensional feature representation for the labeled and unlabeled samples, respectively.

Convergence analysis and computational complexity

Considering the non-convexity of Eq. (5) when all variables are considered simultaneously, a common and effective solution for the optimization problem is using a block coordinate descent (BCD) by alternatively optimizing each subproblem with respect to , and in an alternating strategy. The BCD algorithm has been guaranteed in theory to converge to a stationary point, if and only if each to-be-estimated variable in Eq. (5) can be exactly minimized (Bertsekas, 1997). Owing to the convexity in each independent task, a unique minimum can be ideally found in our case when the Lagrangian parameters used in ADMM are updated within finitely iterative steps (Boyd et al., 2011). The same or similar criterion has been successfully applied in various practical applications (Hong et al., 2017, Zhou et al., 2017, Xu et al., 2018b, Hong and Zhu, 2018). In addition, we also draw the convergence curves corresponding to the three used datasets, respectively, by recording the relative loss of objective function of Eq. (5) in each iteration, as shown in Fig. (4). One can be seen from the figure is that our model is able to fast reach the state of convergence with more or less 20 steps.
Fig. 4

Convergence analysis of the proposed IMR method on three different datasets: Indine Pines, Houston2018, and Berlin EnMap. Note that the relative loss recorded in the convergence curve is obtained by averaging the loss values of multiple outer iterations in our proposed method.

Convergence analysis of the proposed IMR method on three different datasets: Indine Pines, Houston2018, and Berlin EnMap. Note that the relative loss recorded in the convergence curve is obtained by averaging the loss values of multiple outer iterations in our proposed method. As observed in Section 2.3: Model Learning, the computational cost in our IMR model is mainly dominated by matrix products, where the most costly step lies in solving , yielding an overall computational cost for Eq. (5).

Experiments

Data description

Three popular and promising HSI datasets – Indian Pines (Baumgardner et al., 2015), Houston2018 (Le Saux et al., 2018), and Berlin EnMap (Okujeni et al., 2016) – are used to assess the quantitative and qualitative performance of the IMR method, as briefly described below.

Indian pines dataset

The hyperspectral scene located in the northwestern Indiana, USA, has been widely used in various HSI-related tasks, such as dimensionality reduction (Hong et al., 2016b, Hong et al., 2018) and classification (Dópido et al., 2012). It consists of pixels with 220 spectral bands covering the wavelength from 400 nm to 2500 nm at intervals of 10 nm. There are 16 classes in the scene that are mostly vegetation, as detailed in Table 1 along with the number of training and test samples. Fig. 6 shows the false-color image of the studied scene as well as the distribution of training and test samples used in Ghamisi et al., 2014, Hong et al., 2018.
Table 1

Scene categories of the three HSI datasets used and the corresponding number of training and test samples for each class.

No.IndianPine dataset
Houston2018 dataset
Berlin EnMap dataset
Class NameTRTEClass NameTRTEClass NameTRTE
1CornNotill501384HealthyGrass7119088Forest65611075
2CornMintill50784StressedGrass332329179Residential82556601
3Corn50184ArtificialTurf171513Industrial4463735
4GrassPasture50447EvergreenTrees95412634Low Plants67312006
5GrassTrees50697DeciduousTrees3504698Soil6883040
6HayWindrowed50439BareEarth6643852Allotment4152427
7SoybeanNotill50918Water82184Commercial3674938
8SoybeanMintill502418Residential537534387Water1841242
9SoybeanClean50564NonResidential7794215890
10Wheat50162Roads382441986
11Woods501244Sidewalks145532547
12BuildingsGrassTrees50330Crosswalks1481368
13StoneSteelTowers5045Thoroughfares464541713
14Alfalfa1539Highways2719578
15GrassPastureMowed1511Railways3916546
16Oats155PavedParking127110204
17UnpavedParking2095
18Cars5326046
19Trains1545211
20StadiumSeats5036321



Total6959671Total9867116123Total425495064
Fig. 6

False-color image, the distribution of training and test samples as well as classification maps of the compared methods using two different classifiers on the Indian Pines dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.)

Scene categories of the three HSI datasets used and the corresponding number of training and test samples for each class.

Houston2018 dataset

This dataset is multi-modal data provided for the 2018 IEEE GRSS data fusion contest, where the HSI was acquired by an ITRES CASI 1500 sensor. The HSI, with dimensions of , was collected from the wavelengths between 380 nm to 1050 nm at a ground sampling distance (GSD) of 1 m. This is a complex city scene with 20 challenging classes (see Fig. 7 and Table 1 for more details, including the specific training and test information). Note that we downsampled the ground truth map to the same GSD with the HSI by the nearest-neighbor-interpolation.
Fig. 7

False-color image, the distribution of training and test samples as well as classification maps of compared methods using two different classifiers on the Houston2018 dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.)

Berlin EnMap dataset

The EnMap HSI with a GSD of 30 m was simulated by the corresponding HyMap data (Mueller et al., 2002) over a hybrid area that includes urban, rural, and vegetation in Berlin, Germany, this data is openly and freely available from the website2. This image consists of pixels and 244 spectral bands in the wavelength ranging from 400 nm to 2500 nm. The ground truth in the scene is generated by the Haklay and Weber (2008) in the form of land cover and land use, and further refined and corrected by means of Google Earth. Table 1 lists the scene categories and the number of training and test samples, while the false-color image and corresponding distribution of training and test samples are given in Fig. 8.
Fig. 8

False-color image, the distribution of training and test samples as well as classification maps of compared methods using two different classifiers on the EnMap Berlin dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.)

Experimental configuration

Evaluation metrics

With the input of different dimension-reduced features, we adopt the pixel-wise classification as a potential application for quantitative evaluation in terms of classification or recognition accuracy. More specifically, three commonly-used indices, Overall Accuracy (OA), Average Accuracy (AA), and Kappa Coefficient (), are computed to quantify the experimental results using two simple but effective classifiers: nearest neighbor (NN) and linear SVM (LSVM). In our case, the two classifiers were selected because those more powerful classifiers (e.g., kernel SVM, random forest, deep neural network) tend to result in confusing evaluation, as it is unknown whether the performance improvement originates from either these advanced classifiers or the features itself.

Comparison with state-of-the-art baselines

We evaluate the performance of the proposed IMR model visually and quantitatively in comparison with eight state-of-the-art baselines, including. Non-HDR: original spectral features (OSF); Supervised HDR: feature space discriminant analysis (FSDA) (Imani and Ghassemian, 2015), joint learning (JL) (Hong et al., 2019b); Semi-supervised subspace learning for HDR: semi-supervised local discriminant analysis (SELD) (Liao et al., 2013), collaborative discriminative manifold embedding (CDME) (Lv et al., 2017); GLP-based semi-supervised HDR: soft-label LDA (SL-LDA) (Zhao et al., 2014), semi-super- vised fisher local discriminant analysis (SSFLDA) (Wu and Prasad, 2018).

Implementation preparation

The parameter settings for the algorithms play a key role in performance assessment. A common tactic for model selection is to run cross-validation on the training set. Following that, we conducted a 10-fold cross-validation to determine the optimal parameter combination for the different algorithms. In detail, there parameters that need to be tuned to maximize the classification performance on the training set were subspace dimension3 (), selected from 5 to 50 at intervals of 5; the number of nearest neighbors (k); the standard deviation () in SELD and SSLFDA, ranging from and , respectively; and the regularization parameters (e.g., and ) in JL, CDME, and IMR in the range of , while another regularization parameter in IMR can be selected from . Moreover, initializing the adjacency matrix () and pseudo-labels () in IMR is also an important factor in determining the model’s performance. We first predict the unlabeled samples using a pre-trained classifier on the training set; then the predicted results can be naturally input into the model as pseudo-labels. Likewise, the initialized can be given by the labels and pseudo-labels. In addition, note that the clustering technique (e.g., K-means) is applied to handle the highly computational complexity caused by the large quantity of unlabeled samples during the process of model learning. As a trade-off, the number of cluster centers used in our case is approximately set to be the same as that of the training samples.

The number of iterations in the proposed IMR

According to the model’s stopping criteria in Algorithm 1, our IMR method generally converges to a desirable solution that corresponds to a well-learned adjacency matrix () out of three or four iterations. To support the results more effectively, we further investigate the effects of assigning a different number of iterations in IMR for the three datasets. Fig. 5 gives both visual and quantitative results with the increase of the IMR’s iterations4. Note that the IMR with iterative 0 equivalently degrades to a version without label propagation. The OAs are clearly much lower without using an iterative strategy to update pseudo labels (iterative 0) than when using several iterations. Intuitively, this proves the superiority of the iterative strategy by gradually optimizing the pseudo-labels. It is worth noting, however, that the performance gain starts to slow down after two iterations and then remains essentially stable in the follow-up iterations, as the variable is hardly changed any further. Similarly, for the different number of iterations, there is a consistent trend in the compactability of intra-class and the separability of inter-class. To summarize, we determine the number of iterations in the IMR to be 3 (IMR-3 for short); it will be used for comparison in the following experiments.
Fig. 5

Visual and quantitative (OA) performance analysis with the different number of iterations in IMR on the three datasets.

Visual and quantitative (OA) performance analysis with the different number of iterations in IMR on the three datasets.

Results and analysis

The Indian pines dataset

Fig. 6 presents the classification maps for different HDR compared methods using two classifiers on the Indian Pines dataset; Table 2 correspondingly lists the quantitative results obtained under the optimal parameter combination.
Table 2

Quantitative performance comparison among the different algorithms with the optimal parameters on the IndianPines dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations.

MethodsOSF (%)FSDA (%)JL (%)SELD (%)CDME (%)SL-LDA (%)SSLFDA (%)IMR-3 (%)
Parameterdd(α,β,d)(k,σ,d)(α,β,d)d(k,σ,d)(α,β,γ,d)
220
15
(0.01,0.01,20)
(10,0.1,15)
(0.01,0.01,20)
15
(5,0.1,15)
(0.01,0.1,0.8,20)
ClassifierNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVM
OA65.8964.1264.1463.6776.8971.5172.0969.5274.6371.4170.9373.2075.2672.6782.8076.04
AA75.7173.6274.5272.9884.9482.5480.0975.3383.2583.0682.2083.9685.9183.7186.2781.80
κ0.61480.59740.59640.59120.73790.67850.68380.65430.71170.67730.67130.69800.72000.69150.80330.7266



Class151.6657.1551.4549.8666.4764.6063.8058.0259.4756.7957.7364.0970.2365.4674.6473.05
Class257.4053.5748.4747.1972.1964.5462.7656.1265.3167.4759.6966.8467.3561.8666.2058.29
Class370.6581.5269.5774.4686.9683.7076.0971.7473.9185.8771.7483.1587.5088.5986.9680.98
Class488.1487.2590.6083.4594.6390.8393.0690.6094.6392.8494.6393.7494.8593.5189.2682.10
Class581.7880.0686.8086.3790.1088.0991.3985.6591.2587.3788.5288.9593.5489.9695.5591.68
Class695.9091.3497.9597.4999.3295.6798.6397.9597.7297.7298.4197.7298.4197.4998.4198.18
Class766.5666.4558.0662.3173.3166.4563.4058.9374.9572.6673.2079.6375.1671.9082.7964.71
Class855.2142.5142.9743.5963.5253.8055.9655.5462.8253.8954.4353.2355.2152.6978.4168.53
Class953.0165.9671.4566.4981.5675.1875.5375.1868.4468.4468.4469.1578.0181.9183.5170.74
Class1098.1595.0699.3899.3899.3899.3899.3899.3899.3899.3899.3899.3899.3899.3899.3899.38
Class1182.8882.5685.5384.5789.3186.2588.8389.0792.1288.1887.9488.9189.8788.9994.5094.05
Class1250.9167.2777.8880.6182.1280.0077.5878.7980.9183.6481.2185.7681.5275.1574.5571.82
Class1397.7895.5697.7895.5695.5697.7895.5693.3395.5697.7897.7893.3397.7895.5688.8991.11
Class1479.4958.9774.3656.4184.6274.3679.4964.1084.6276.9282.0579.4994.8776.9287.1864.10
Class1581.8272.73100.00100.00100.00100.00100.0090.9190.91100.00100.00100.0090.91100.00100.00100.00
Class16100.0080.0040.0040.0080.00100.0060.0040.00100.00100.00100.00100.00100.00100.0080.00100.00
False-color image, the distribution of training and test samples as well as classification maps of the compared methods using two different classifiers on the Indian Pines dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.) Quantitative performance comparison among the different algorithms with the optimal parameters on the IndianPines dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations. Using the NN classifier, there is basically the same classification performance in OSF and FSDA. Despite an improved supervised criteria, FSDA still yields poor classification accuracy, since directly projecting the original data into a discriminative subspace with the limited amount of labeled samples is very challenging, especially when dealing with noisy data (e.g., HSI) with various spectral variabilities. Overall, the classification performance by considering the unlabeled samples is better than that without considering them. It should be noted, however, that inspired by latent subspace learning, the JL model dramatically outperforms FSDA (more than 10 improvement), but also improves the OAs of around 4, 6, 2, and 1, respectively, compared to those semi-supervised HDR approaches (SELD, CDME, SL-LDA, and SSLFDA). This intuitively indicates the superiority of the regression-based JL model for feature learning. Following the JL-like model, the proposed IMR framework achieves the best performance owing to the multitask learning framework, where the labeled and unlabeled samples can be jointly regressed, and to the iterative updating strategy of pseudo-labels. There is a similar trend in classification performance using the LSVM classifier, yet its performance is relatively weaker than those with the NN classifier. The possible reason for that is the few training samples available, further leading to the poor estimation of decision boundary for the SVM-like classifier learning. Furthermore, we can observe from Table 2 that our IMR not only outperforms other HDR methods in terms of OA, AA, and , but it also obtains highly competitive results for each class, particularly for those classes with a relatively limited number of training samples in comparison with the number of test samples, such as Corn-Notill, Grass-Trees, Soybean-Notill, Soybean-Mintill, Soybean-Clean, and Wheat. This provides powerful evidence of the effectiveness of transferring the unlabeled samples to the learned subspace and the superiority of iteratively optimizing pseudo-labels.

The Houston2018 dataset

Classification performance using the different low-dimensional feature representations is evaluated on the Houston2018 dataset both visually and quantitatively, as shown in Fig. 7 and listed in Table 3, respectively. The optimal parameters used for different compared methods are given in Table 3 as well. Likewise, due to more challenging categories in this scene and small-scale training set, the ability to classify the materials for the LSVM is limited. This might explain a phenomena in Table 3, that is, why the NN-based classifier, to some extent, performs better than the SVM-based one for many compared methods.
Table 3

Quantitative performance comparison among the different algorithms with the optimal parameters on the Houston2018 dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations.

MethodsOSF (%)FSDA (%)JL (%)SELD (%)CDME (%)SL-LDA (%)SSLFDA (%)IMR-3 (%)
Parameterdd(α,β,d)(k,σ,d)(α,β,d)d(k,σ,d)(α,β,γ,d)
50
19
(0.01,0.01,25)
(10,0.1,19)
(0.01,0.01,20)
19
(10,0.1,19)
(0.01,0.01,0.9,30)
ClassifierNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVM
OA52.7559.1460.9263.1262.9363.5061.1062.7262.0263.6258.7864.6263.5963.7071.5568.37
AA46.7742.9755.1550.8556.7250.8755.2150.7154.8151.0753.2652.6558.5152.9481.4167.07
κ0.42320.48830.51610.53970.53900.54500.51870.53520.52610.54620.49210.55340.55060.55010.64680.6065



Class178.4389.5059.6571.6772.4283.1159.5671.2465.1469.0658.2369.9172.5682.5980.4680.75
Class281.9189.3582.8689.1983.5288.9284.5889.1183.1288.9183.9689.0889.0591.4686.3889.25
Class3100.00100.00100.00100.00100.0099.21100.00100.00100.0097.62100.00100.00100.00100.00100.0099.21
Class474.1588.9586.3881.5786.1291.1285.5387.3981.8982.4484.0187.8187.9790.7087.97f90.90
Class514.949.6830.0515.0327.3312.1428.8615.7927.8414.6027.2519.7828.1016.6480.0530.05
Class611.3212.0013.4512.0019.2817.2615.2512.0020.1815.7012.8912.0012.0012.0095.0731.17
Class760.0031.1160.0057.7860.0055.5660.0055.5660.0055.5684.4460.0060.0051.11100.0095.56
Class877.9785.4685.4687.8984.6386.3785.5486.9281.3388.8485.9085.7087.2989.9586.6789.37
Class956.4963.8465.2568.0167.2367.5264.8867.4568.4168.2762.5471.5365.0765.5871.8168.84
Class1037.1739.1939.7946.2043.2449.0340.5345.1539.0750.2138.0746.7748.9247.6545.0049.92
Class1131.9734.2934.4240.8138.9139.1435.9437.4535.7239.6731.3336.2143.7841.3843.1745.00
Class125.950.006.250.0010.120.305.650.006.550.305.650.0017.860.0037.201.79
Class1348.0465.5457.8359.1263.1063.5260.3462.0359.5762.0458.5164.7365.5469.5967.3073.69
Class1410.890.0018.489.4320.984.0115.527.7616.408.1818.564.8016.528.0986.0229.24
Class158.101.3562.9234.5037.7518.8554.5129.6567.7732.1740.6434.1931.0024.8099.6381.09
Class1652.1142.8270.8173.8776.5873.1774.0270.9662.0266.7464.7358.1985.1773.7591.1385.13
Class1788.890.0072.2222.2288.8916.6777.7827.7872.2233.3361.1161.11100.0044.44100.0088.89
Class1848.5972.4663.9873.1567.9876.5459.0176.2656.3877.5059.4962.6672.8173.4387.8570.95
Class1923.550.9335.6029.0335.4419.6134.2125.7134.0525.4130.3530.8943.7829.2790.7369.88
Class2024.9832.8957.6945.5750.8555.4362.4646.0858.5144.9557.6357.6942.6946.2691.7170.56
False-color image, the distribution of training and test samples as well as classification maps of compared methods using two different classifiers on the Houston2018 dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.) Quantitative performance comparison among the different algorithms with the optimal parameters on the Houston2018 dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations. More specifically, OSF yields a poor classification performance, due to the highly redundant spectral information and the sensitivity to noise. Unlike OSF that directly uses the original spectral features as the input features, FSDA and JL are apt to discriminate the materials due to the utilization of the label information. Further, taking the unlabeled samples into account is of great benefit in finding a better decision boundary, yielding a possible performance improvement, as shown in those subspace-based learning semi-supervised HDR methods (e.g., SELD, CDME). It is worth noting that the regression-based JL model is provided with nearly identical performance to those semi-supervised HDR approaches using both NN and LSVM classifiers, even though the powerful GLP is utilized (e.g., SL-LDA, SSLFDA). As expected, the performance of the IMR framework, which optimizes the pseudo-labels in an iterative fashion, is dramatically superior to that of others with the OA’s increase of approximately 8 (NN) and 5 (LSVM). More intuitively, the proposed IMR performs better at identifying each material than other methods. In particular, when facing the extremely unbalanced sample distribution (see Table 1), our method gradually improves the quality of the pseudo-labels, thereby making the model develop a more powerful learning ability. Table 3 also reveals an interesting but unsurprising result: for those classes with a very limited number of training samples (e.g., Deciduous Trees, Bare Earth, Water, Crosswalks, Highways, Unpaved Parking, and Stadium Seats), the IMR makes a significant performance gain (an increase of at least 50 for these classes) with the aid of iterative pseudo-label learning.

The Berlin EnMap dataset

For the Berlin EnMap dataset, the visual comparison of eight different algorithms in the form of classification maps is shown in Fig. 8. Table 4 details the comparison by means of three quantitative indices: OA, AA, and .
Table 4

Quantitative performance comparison among the different algorithms with the optimal parameters on the Berlin EnMap dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations.

MethodsOSF (%)FSDA (%)JL (%)SELD (%)CDME (%)SL-LDA (%)SSLFDA (%)IMR-3 (%)
Parameterdd(α,β,d)(k,σ,d)(α,β,d)d(k,σ,d)(α,β,γ,d)
244
7
(0.01,0.1,20)
(10,0.1,7)
(0.01,0.01,15)
7
(25,0.1,7)
(0.1,0.01,0.8,20)
ClassifierNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVMNNLSVM
OA53.9767.8761.5167.7762.5668.4761.5569.8660.8869.0560.5366.0160.8770.1367.3975.03
AA57.4766.0464.6165.9864.7165.9063.7965.7662.8865.1363.8765.3465.9667.3669.0569.36
κ0.37810.53720.47110.52990.48210.53920.47020.55400.46210.54690.46190.51420.46680.56200.54110.6222



Class161.8279.4176.1474.4378.5076.2575.5478.5773.3580.5578.6180.1574.1880.2680.4881.91
Class251.3967.4257.5068.1158.8968.9457.7070.9257.8069.9255.7564.3755.9270.3264.8177.61
Class343.7255.5655.2656.7956.7957.4051.3554.0049.1658.3149.0253.4751.9453.6561.9561.85
Class460.0670.6370.6669.7170.4070.6672.6271.7871.1671.0272.5172.8371.7172.9174.7673.60
Class589.5487.6389.9091.6890.4692.4390.8992.4792.1192.9690.6993.3692.8390.5991.8788.82
Class659.2166.5061.9365.5561.4864.4058.7160.7761.3562.2260.5364.8167.3364.9468.4465.06
Class732.4640.0638.0140.5437.0438.2937.2638.8030.9628.0333.2930.3442.8942.4536.5542.79
Class861.5161.1167.4761.0364.0958.7866.2658.7867.1558.0570.5363.3770.8563.7773.5163.29
False-color image, the distribution of training and test samples as well as classification maps of compared methods using two different classifiers on the EnMap Berlin dataset. (For interpretation of the references to colour in this figure legend, the reader is referred to the web version of this article.) Quantitative performance comparison among the different algorithms with the optimal parameters on the Berlin EnMap dataset in terms of OA, AA, and as well as accuracy for each class. The best is shown in bold. Note that IMR-3 denotes the IMR with three iterations. With a very high spectral dimension (244), OSF only holds a 53.97 accuracy when using the NN classifier. The performance of supervised HDR methods (SFDA and JL) is obviously superior to that of OSF, with an increase of at least 8 using the NN classifier. This reveals the importance of HDR in the follow-up hyperspectral data analysis. Furthermore, these methods exhibit balanced accuracies using the LSVM classifier, where JL shows a better classification performance owing to its well-designed architecture in the regression-based latent subspace learning. SELD learns the subspace projections by not only considering the label information but also computing the similarities between the unlabeled samples, yielding an effective semi-supervised low-dimensional embedding. However, the similarities between samples are usually measured by certain fixed functions, i.e., radial basis function (RBF), in the high-dimensional space, leading to poor robustness and ability to generalize. CDME implements an automatic similarity measurement by collaboratively representing the connectivity between the samples for the low-dimensional embedding. By the means of the soft (or pseudo) labels instead of using similarity measurement, SL-LDA and SSFLDA jointly use the labels and pseudo-labels to find a high discriminative subspace in a semi-supervised embedding approach. Beyond the two subspace-based (SELD and CDME) and two GLP-based (SL-LDA and SSFLDA) semi-supervised strategies, we propose to iteratively optimize the pseudo-labels and feed them into a multitask regression framework in order to find a latent optimal subspace where the final decision boundary for different classes can be easily determined. On the other hand, our proposed IMR for each of the classes in the studied image exceeds the vast majority of compared methods except the material of Commercial, thereby further revealing the IMR’s advantages in low-dimensional representation learning.

Parameter sensitivity analysis

On the regularization parameters

The quality of low-dimensional features extracted by the proposed IMR model is, to some extent, sensitive to the selection of three regularization parameters (, and ) as shown in Eq. (5). For this reason, we experimentally investigate the effects of different parameter setting in terms of OA via the NN classifier. The resulting analysis on the three datasets is quantified in Fig. 9, where the parameter combinations of , and obtain the optimal classification performance on the test set for the Indine Pines dataset, Houston2018 dataset, and Berlin EnMap dataset, respectively. The results regrading the parameter setting are basically consistent with those obtained by cross-validation on the training set (see the Section 3.2.3: Implementation Preparation). Thus, the cross-validation strategy can be effectively used to determine the model’s parameters so that other researchers can produce the results for their tasks.
Fig. 9

Sensitivity analysis on the regularization parameters (e.g., , and ) of the IMR in Eq. (5).

Sensitivity analysis on the regularization parameters (e.g., , and ) of the IMR in Eq. (5).

On the subspace dimension

Apart from the regularization parameters, we analyze the performance gain in using the different subspace dimension of our IMR method, since a proper subspace dimension tends to reach a trade-off between discrimination and redundancy of the dimension-reduced product. For this purpose, the corresponding experiments are conducted by using the NN classifier to see the classification performance with the gradually-reducing dimension. As can be seen from Fig. 10, with the increase of subspace dimension, the IMR’s performance sharply increases to around 20 for first dataset, 30 for the second dataset, and 20 for the last dataset, respectively, then starts to reach a relatively stable state, and finally decreases with a slight perturbation when the subspace dimension is approaching to that of original spectral signature.
Fig. 10

Sensitivity analysis on the subspace dimension in the proposed IMR method.

Sensitivity analysis on the subspace dimension in the proposed IMR method.

On the training set size

Although the IMR adopts the semi-supervised learning strategy by jointly accounting for the labeled and unlabeled samples, yet the HDR’s performance is determined by the number of training samples to a great extent. This is, therefore, indispensable to investigate the sensitivity with an increasing size of training set. To highlight and emphasize the effectiveness and superiority of our proposed method in the HDR issue, we arrange the classification task by resetting the training set randomly selected from all labeled samples out of 10 run with the different proportions in the range of 5% to 50% at a 5% interval and the rest as the test set, and the average classification accuracies are reported by integrating the ten outputs in the end. Fig. 11 shows a similar trend in OAs with two classifiers (NN and LSVM) on the three different datasets, that is, the classification performance improves with the size of training set, faster in the early, and later basically stabilized. This also indicates that our semi-supervised method is not heavily dependent on a large-scale training set, which can hold a desirable and competitive performance in HDR, even when only small-scale labeled samples are used for training. On the other hand, we can observe an interesting conclusion on the first two datasets from the Fig. 11 that the NN classifier outperforms the LSVM one when the training samples are insufficient, e.g., less than around 15% of total samples. This could be well explained by the fact that LSVM is a learning-based classifier depending on the adequate samples for training an effective model, which is also supported by the experimental results yielding the higher OAs using the LSVM than those using the NN while using more training samples. Furthermore, with the increasing of training samples, the performance gain is prone to gradually become slow and meet the bottleneck, probably due to the lack of the spatial information modeling.
Fig. 11

Sensitivity analysis to the size of training set using the NN and LVSM classifiers for the used three datasets.

Sensitivity analysis to the size of training set using the NN and LVSM classifiers for the used three datasets.

Computational cost in different methods

The experiments for HDR conducted by different methods are implemented for simulation on a laptop with the CPU i7-6700HQ (2.60 GHz) and a 32 GB random access memory (RAM). Herein, we assess the operational efficiency of the compared HDR approaches in terms of running time, as listed in Table 5.
Table 5

Time cost for the HDR of different methods on the three datasets.

DatasetsTime Cost (s)
OSFFSDAJLSELDCDMESL-LDASSFLDAIMR
Indine Pines0.064.609.681.852.323.1351.05
Houston20180.0941.25192.2212.0612.7724.88132.41
Berlin EnMap0.2248.8157.8110.8211.4825.2075.72
Time cost for the HDR of different methods on the three datasets. In general, the running time of supervised HDR is much less than that of semi-supervised HDR, such as between supervised discriminant analysis (FSDA) and semi-supervised discriminant analysis (SELD, CDME, SL-LDA, and SSFLDA). The conclusion is just as much applicable to another group, that is, JL and our proposed IMR. Remarkably, although the newly-proposed IMR model seems to be operationally complex compared to other HDR methods, yet as it turns out, the IMR shows the computationally efficiency and the time cost is acceptable, mainly owing to the fast matrix-based computing power in regression-based techniques.

Conclusions

To facilitate the use of unlabeled samples effectively and efficiently, we propose a novel regression-based semi-supervised HDR model, called iterative multitask regression (IMR), which 1) simultaneously bridges the labeled and unlabeled samples with the labels and pseudo-labels in a multitask regression framework; and 2) progressively updates the pseudo-labels in an iterative fashion. This model provides us a new insight into the solutions of HDR-related problems. We conducted extensive experiments on three convincing and challenging HSI datasets, demonstrating that our method (IMR) is capable of extracting more discriminative features by allowing for the unlabeled samples and by optimizing the pseudo-labels. It should be noted, however, that while there has been a desirable performance boost in IMR, it is still limited to working well only by linearly learning the low-dimensional feature representations for complex nonlinear cases. For this reason, our future work will address the HDR issue in a more complex scene and extend our framework to a nonlinear one with possible spatial information modeling.
  9 in total

1.  Nonlinear dimensionality reduction by locally linear embedding.

Authors:  S T Roweis; L K Saul
Journal:  Science       Date:  2000-12-22       Impact factor: 47.728

2.  Graph embedding and extensions: a general framework for dimensionality reduction.

Authors:  Shuicheng Yan; Dong Xu; Benyu Zhang; Hong-Jiang Zhang; Qiang Yang; Stephen Lin
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2007-01       Impact factor: 6.226

3.  Dimensionality Reduction of Hyperspectral Imagery Based on Spatial-Spectral Manifold Learning.

Authors:  Hong Huang; Guangyao Shi; Haibo He; Yule Duan; Fulin Luo
Journal:  IEEE Trans Cybern       Date:  2019-03-29       Impact factor: 11.448

4.  Bilevel Model-Based Discriminative Dictionary Learning for Recognition.

Authors:  Pan Zhou; Chao Zhang; Zhouchen Lin
Journal:  IEEE Trans Image Process       Date:  2016-10-31       Impact factor: 10.856

5.  An Augmented Linear Mixing Model to Address Spectral Variability for Hyperspectral Unmixing.

Authors:  Danfeng Hong; Naoto Yokoya; Jocelyn Chanussot; Xiao Xiang Zhu
Journal:  IEEE Trans Image Process       Date:  2018-11-09       Impact factor: 10.856

6.  A general soft label based linear discriminant analysis for semi-supervised dimensionality reduction.

Authors:  Mingbo Zhao; Zhao Zhang; Tommy W S Chow; Bing Li
Journal:  Neural Netw       Date:  2014-04-13

7.  Dynamical Spectral Unmixing of Multitemporal Hyperspectral Images.

Authors:  Simon Henrot; Jocelyn Chanussot; Christian Jutten
Journal:  IEEE Trans Image Process       Date:  2016-05-03       Impact factor: 10.856

8.  Nonlocal Patch Tensor Sparse Representation for Hyperspectral Image Super-Resolution.

Authors:  Yang Xu; Zebin Wu; Jocelyn Chanussot; Zhihui Wei
Journal:  IEEE Trans Image Process       Date:  2019-01-18       Impact factor: 10.856

9.  Learnable manifold alignment (LeMA): A semi-supervised cross-modality learning framework for land cover and land use classification.

Authors:  Danfeng Hong; Naoto Yokoya; Nan Ge; Jocelyn Chanussot; Xiao Xiang Zhu
Journal:  ISPRS J Photogramm Remote Sens       Date:  2019-01       Impact factor: 8.979

  9 in total
  1 in total

1.  GhoMR: Multi-Receptive Lightweight Residual Modules for Hyperspectral Classification.

Authors:  Arijit Das; Indrajit Saha; Rafał Scherer
Journal:  Sensors (Basel)       Date:  2020-11-29       Impact factor: 3.576

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.