Next Article in Journal
Improving Vegetation Mapping from LiDAR Point Clouds Using a Transmissivity-Based Feature
Previous Article in Journal
Sensitivity of Vegetation Greenness to Multi-Depth Soil Moisture on the Mongolian Plateau: Nonlinear Responses Revealed by RF–SHAP
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Agreement–Disagreement Guided Knowledge Transfer for Cross-Scene Hyperspectral Imaging

School of Electrical and Data Engineering, Univeristy of Technology Sydney, 15 Broaday, Ultimo, NSW 2007, Australia
*
Author to whom correspondence should be addressed.
Remote Sens. 2026, 18(15), 2601; https://doi.org/10.3390/rs18152601
Submission received: 18 May 2026 / Revised: 14 July 2026 / Accepted: 21 July 2026 / Published: 5 August 2026
(This article belongs to the Section AI Remote Sensing)

Highlights

What are the main findings?
  • An agreement–disagreement guided framework is proposed for heterogeneous cross-scene hyperspectral image classification.
  • Joint optimization and representation learning improve transfer performance by reducing gradient conflicts and preserving target-specific information.
What are the implications of the main findings?
  • Combining optimization consistency with representation diversity improves knowledge transfer across heterogeneous hyperspectral scenes.
  • The proposed framework provides a general solution for transfer learning with limited labeled target samples in remote sensing.

Abstract

Knowledge transfer plays a crucial role in cross-scene hyperspectral imaging (HSI). However, existing studies often overlook the challenges of gradient conflicts and dominant gradients that arise during the optimization of shared parameters. Moreover, many current approaches fail to simultaneously capture both agreement and disagreement information, relying only on a limited shared subset of target features and consequently missing the rich, diverse patterns present in the target scene. To address these issues, we propose an Agreement–Disagreement Guided Knowledge Transfer (ADGKT) framework that jointly models optimization consistency and representation diversity for heterogeneous cross-scene HSI classification. The proposed framework consists of two complementary mechanisms. The agreement mechanism stabilizes joint optimization by mitigating gradient conflicts and balancing the contributions of source and target domains during shared parameter learning. The disagreement mechanism explicitly preserves complementary target-specific representations through a dedicated disagreement branch and integrates transferable and target-critical information into a unified predictor. Unlike conventional transfer learning approaches that rely solely on feature alignment, the proposed framework simultaneously encourages transferable knowledge sharing and target-specific representation learning, thereby improving robustness under heterogeneous scene discrepancies. Extensive experiments demonstrate the effectiveness and superiority of the proposed method in achieving robust and balanced knowledge transfer across heterogeneous HSI scenes.

1. Introduction

Hyperspectral imaging (HSI) has attracted significant attention in remote sensing due to its ability to capture reflectance information across hundreds of contiguous spectral bands [1,2,3,4,5]. Compared with conventional RGB imagery, HSI provides substantially richer spectral information, enabling fine-grained discrimination of materials and land-cover categories. Benefiting from these characteristics, HSI has been widely applied in a broad range of remote sensing applications, including environmental monitoring [6], precision agriculture [7], mineral exploration [8], and disaster assessment [9,10].
Recent advances in deep learning have significantly expanded the application of hyperspectral image (HSI) analysis beyond classification. Representative studies have demonstrated remarkable performance in hyperspectral object detection using multi-scale memory networks with separation training [11], while diffusion-based approaches have recently been introduced to address hyperspectral unmixing by explicitly modeling spectral variability and class constraints [12]. Together with recent progress in denoising, anomaly detection, and image restoration, these advances highlight the versatility of deep learning for exploiting complex spectral–spatial information across diverse HSI tasks. Nevertheless, compared with these well-studied problems, heterogeneous cross-scene HSI classification remains considerably more challenging because substantial discrepancies in spectral distributions, imaging sensors, and semantic categories often lead to negative transfer. Therefore, developing robust knowledge transfer methods that effectively bridge heterogeneous domains remains an important research problem.
Despite its strong representational capability, HSI analysis remains heavily dependent on large amounts of labeled training data. However, annotating hyperspectral images is labor-intensive, time-consuming, and expensive, since pixel-level labeling often requires extensive domain expertise and field investigation [13]. Consequently, collecting sufficient labeled samples for every newly acquired scene is generally impractical. To alleviate this limitation, knowledge transfer has emerged as an effective solution by transferring discriminative knowledge learned from a source scene with abundant annotations to a target scene with limited labeled data [14]. By leveraging transferable representations, knowledge transfer reduces the reliance on large-scale target annotations and improves generalization in data-scarce scenarios.
Existing cross-scene knowledge transfer methods in HSI mainly focus on two scenarios: homogeneous, which addresses spectral shifts within the same scene [13,15,16], and heterogeneous, which involve matching shared categories before aligning spectral distributions across different scenes [17,18,19,20]. Despite progress in both homogeneous and heterogeneous knowledge transfer scenarios, two critical challenges remain. First, current methods often under-explore the impact of optimization issues in shared parameters, particularly when there are very few training samples for the target task. This oversight can degrade performance and lead to harmful transfer effects in the target scene [21,22,23]. Second, current approaches overlook the importance of incorporating both agreement and disagreement in the transfer process. Although the target scene may contain a wealth of complex and informative features, the predictive outcomes often rely solely on a limited, shared subset of target features. This reliance on restricted information prevents the model from fully capturing the rich and diverse patterns present in the target scene [24].
In this work, we consider cross-scene knowledge transfer from two perspectives: agreement and disagreement. To achieve agreement, the shared parameters for knowledge transfer may encounter conflicting and dominating gradients [23,25]. Specifically, gradients derived from the source and target domains may exhibit inconsistent optimization directions, resulting in gradient conflicts when the model simultaneously learns from both scenes. Such conflicts can hinder convergence and degrade the transferability of shared representations. Moreover, the source domain often contains substantially more training samples than the target domain, producing gradients with larger magnitudes that dominate the optimization process. Consequently, the learning procedure may become biased toward source-specific characteristics, leading to insufficient adaptation and potential underfitting in the target domain. In addition, the source task may have a larger dataset compared with the target task, leading to larger gradients that dominate the learning process, potentially resulting in underfitting for the target task. In cases of disagreement, when the model focuses on shared features between the source and target domains, which represent only a small subset of the predictive features for the target, it limits the diversity of the results. This approach risks losing important information that could be critical for the target task, especially if the data in the target scene differs significantly from the source scene.
To solve these challenges, we propose a method called agreement–disagreement guided knowledge transfer (ADGKT), which consists of two main components: agreement and disagreement mechanisms. The agreement part includes GradVac [26] and LogitNorm [27]; GradVac adjusts the direction of gradients during training to align them more closely, reducing conflicts between source and target gradients, while LogitNorm prevents dominating gradients by controlling the magnitude of the logits (pre-softmax outputs), equalizing the contributions from each task and reducing the impact of dominating gradients when updating shared parameters. The disagreement component comprises a disagreement restriction and an ensemble mechanism; the disagreement restriction (DiR) promotes learning diverse representations of instances in the target domain, and the ensemble component captures a diverse set of predictive target features, mitigating the risk of losing important target information. Therefore, ADGKT enhances the model’s ability to generalize effectively to the target scene.
The contributions of this work can be summarized as follows:
  • We propose an Agreement–Disagreement Guided Knowledge Transfer (ADGKT) framework for heterogeneous cross-scene hyperspectral image classification, which jointly models optimization consistency and representation diversity for robust knowledge transfer.
  • We develop complementary agreement and disagreement mechanisms that, respectively, improve optimization stability across heterogeneous scenes and preserve target-specific information during knowledge transfer.
  • Extensive experiments on three benchmark hyperspectral datasets under six heterogeneous cross-scene transfer settings demonstrate that the proposed framework consistently outperforms representative knowledge transfer, domain adaptation, and ensemble learning methods.

2. Methodology

In this section, we present the proposed ADGKT framework for cross-scene hyperspectral image classification. The proposed method is designed to jointly address optimization issues in shared parameters and the loss of diverse target-specific information during knowledge transfer. Specifically, as shown in Figure 1 the framework consists of two complementary components: an agreement mechanism that alleviates gradient conflicts and dominating gradients, and a disagreement mechanism that promotes diversity and preserves critical target representations. We first introduce the problem setting, followed by the technical challenges and the detailed formulation of each component in the proposed framework.

2.1. Problem Setting

In the cross-scene hyperspectral image (HSI) knowledge transfer scenario, we define the source scene as D s = ( x i s , y i s ) i = 1 N s , where x i s R H s × W s × B s denotes a source HSI sample with height H s , width W s , and B s spectral bands. The corresponding label is represented by y i s Y s , where Y s denotes the label space of the source scene. Similarly, the target scene is defined as D t = ( x j t , y j t ) j = 1 N t , where x j t R H t × W t × B t represents a target HSI sample with H t , W t , and B t corresponding to the spatial dimensions and spectral bands of the target scene, respectively. The associated target label is denoted by y j t Y t , where Y t is the label space of the target scene.
During the knowledge transfer process, the source and target scenes are jointly optimized through their respective loss functions, denoted by L s and L t . The corresponding gradients with respect to the shared parameters are represented by g s and g t , respectively. These gradients play a critical role in the optimization process and may introduce gradient conflicts or domination effects during shared parameter learning.

2.2. Technical Challenges

One of the central issues in knowledge transfer between cross-scene HSIs is achieving agreement in the optimization of shared parameters, which often suffers from gradient conflicts and dominating gradients. During model training, the optimization process often encounters gradient conflicts, where the gradients derived from source and target data pull the model’s parameters in different directions, hindering the learning process. Without effectively resolving these gradient conflicts, the model can converge to suboptimal solutions, and the transferred knowledge fails to generalize well to the target scene. In addition, the source task with an abundance of training examples can dominate the update of shared network layers because it produces larger magnitudes of gradients and obtains more updates. The model prioritizes optimizing the source task over the target task. The target task with fewer samples struggles to learn equal magnitudes of logits, leading to potential underfitting.
Another issue during knowledge transfer is the failure to capture the rich and diverse information present in the target scene. The disagreement information for the target scene is often neglected, especially when the source and target scenes exhibit different data characteristics. During the agreement part, it is possible to neglect the target critical information since this information is less important in the source scene. Because of that, the model can overlook the target critical information, which is valuable for the target task. As a result, the final predictive feature for the target scene might not transfer well from the source to the target scene. How to build effective transfer from the source to the target scene and make sure the integrity of target information remains a key challenge.

2.3. Agreement–Disagreement Guided Knowledge Transfer (ADGKT)

In this work, we propose a method, called ADGKT, including agreement and disagreement mechanisms. The agreement mechanism consists of GradVac, which alleviates gradient conflicts, and LogitNorm, which mitigates dominant gradients. Additionally, the disagreement mechanism includes a disagreement restriction and an ensemble approach. We utilize the disagreement restriction to obtain distinct and independent information, thereby promoting diversity. Furthermore, we introduce an ensemble of models to capture diverse aspects of the target features.

2.4. Agreement

During the training process, the update of shared parameters may encounter gradient conflict and dominant gradients. As shown in Figure 2, to address gradient conflict, we implement the GradVac method, which adapts the gradients g s to g s during training to reduce gradient conflicts. Additionally, to mitigate the dominance gradient, we apply LogitNorm to obtain updated logits z s ^ and z t ^ , controlling their magnitude to prevent potential underfitting.
Although GradVac was originally developed for multi-task learning, its underlying principle naturally extends to heterogeneous cross-scene knowledge transfer. In our framework, the source and target scenes are jointly optimized through a shared feature encoder. The source-domain objective aims to preserve transferable discriminative representations, whereas the target-domain objective focuses on adapting the shared representation to the target distribution. Owing to the substantial spectral distribution and semantic discrepancies between heterogeneous scenes, these two objectives may generate conflicting gradients when updating the shared parameters, resulting in unstable optimization and negative transfer. This optimization behavior is analogous to gradient conflicts in multi-task learning, where different objectives compete for shared model parameters. Therefore, we adapt GradVac to reconcile the optimization conflict between the source and target objectives, thereby improving optimization consistency during cross-scene knowledge transfer.

2.4.1. Alleviating Gradient Conflict Through GradVac

To alleviate gradient conflict, we introduce GradVac, which adjusts the gradients between source and target during training to ensure they are more aligned and less likely to interfere with each other. First, the cosine similarity score ϕ = cos ( θ ) between gradients g s and g t can be defined as follows:
cos ( θ ) = g s · g t g s g t ,
where θ represents the angle between the two gradients. This similarity score ϕ helps to quantify the degree of conflict between the gradients. When ϕ < α , the gradient conflict becomes significant and cannot be ignored. In this case, the gradient g s is updated to a new gradient g s to mitigate the conflict:
g s = g s + η g t ,
where η is determined by the Law of Sines, calculated as follows:
η = g s ( ϕ T 1 ϕ 2 ϕ 1 ( ϕ T ) 2 ) g t 1 ( ϕ T ) 2 .
The threshold α is dynamically updated at training step t through an exponential moving average (EMA):
α ( t ) = ( 1 β ) α ( t 1 ) + β ϕ ( t 1 ) ,
where ϕ ( t 1 ) is the cosine similarity of the gradients g s and g t at training step t 1 , β is a hyperparameter, and α ( 0 ) = 0 .

2.4.2. Mitigating the Dominating Gradients via LogitNorm

To reduce the impact of dominating gradients, we employ the gradient magnitude similarity Φ ( g s , g t ) to represent the contribution between source gradient g s and target gradient g t for shared parameters. The gradient magnitude similarity [25] can be represented as follows:
Φ ( g s , g t ) = 2 g s 2 g t 2 g s 2 2 + g t 2 2 .
The value of Φ is between 0 and 1. When the two gradients g s and g t have the same magnitude ( g s 2 = g t 2 ), the similarity Φ equals 1, which means the source and target scenes have a positive impact on the shared parameter. When the magnitudes of two gradients are significantly different, Φ equals 0, leading to imbalanced optimization for the shared feature, thereby causing sub-optimization of the shared parameter.
In addition, the cross-entropy loss L encourages the model to increase the magnitude of logits z during the training process. The logit gradient of cross-entropy loss can be represented as follows:
L z k = y ^ k y k ,
where y ^ k denotes predicted probability for class k. y k represents the true label for class k. When the source scene contains more samples than the target scene, the source scene can have a high frequency to update the shared parameter for source presentation. Over time, the magnitude of y ^ k for the dominant source task will increase; thereby, the magnitude of source logits will grow larger than the target.
To address the dominant gradient, we apply LogitNorm in Equation (7). By controlling the gradient magnitudes, LogitNorm can better balance the importance of source and target scenes during the shared parameter optimization.
z ^ = z τ z ,
where z ^ represents the normalized logits, z is the magnitude of the logits vector, and τ denotes the temperature, which regulates the magnitude of the logits. The modified cross-entropy loss function with LogitNorm is as follows:
L ( z ^ i , y ) = log exp ( z ^ i ) j = 1 C exp ( z ^ j ) ,
Although GradVac and LogitNorm are both introduced to improve optimization stability, they address two complementary aspects of the optimization process. GradVac mitigates gradient conflicts by aligning inconsistent optimization directions between the source-domain and target-domain objectives, thereby reducing destructive interference during shared parameter updates. In contrast, LogitNorm addresses the imbalance in gradient magnitudes caused by differences in the scale of the source and target data, preventing the optimization from being dominated by the source-domain objective. Consequently, GradVac improves optimization consistency, whereas LogitNorm promotes balanced optimization. Their combination enables the proposed agreement mechanism to simultaneously resolve directional conflicts and magnitude imbalance, resulting in more stable and effective knowledge transfer.

2.5. Disagreement

When primarily focusing on achieving agreement between the source and target scenes, the model may overly emphasize shared transferable representations while overlooking the rich and diverse patterns inherent in the target scene. Such excessive alignment can suppress target-specific characteristics and reduce the model’s ability to capture complementary information necessary for robust generalization. To address this issue, we introduce a disagreement mechanism consisting of a disagreement restriction term, denoted as E DiR , together with an ensemble component, denoted as E en , to explicitly promote representation diversity in the target domain, as illustrated in Figure 3. By encouraging complementary and independent target representations, the proposed disagreement mechanism preserves critical target-specific information and enhances the model’s capability to learn more comprehensive and discriminative features for cross-scene HSI classification.

2.5.1. Promoting Diversity Through Disagreement Restriction

To enhance the predictive power of the target features during the training process, it is essential to promote diversity and independence among them. To achieve this, we employ a disagreement restriction (DiR) using partial distance correlation [28], which enforces orthogonality among features:
E DiR = E x q d C o r ( G ( F t ( x ) ) , G ( F t ( x ) ) ) ,
where F t , G and T t denote the separate components to capture target critical information G ( F t ( x ) ) , which is enforced to be orthogonal to the shared information between the source and target scenes, represented by G ( F t ( x ) ) .
Unlike conventional diversity regularization, the proposed disagreement restriction is designed to preserve complementary target-specific information during knowledge transfer. The shared representation primarily captures transferable features that are common to both the source and target domains, whereas target-specific discriminative characteristics may be weakened during feature alignment. By minimizing the dependence between the shared and target-specific representations through partial distance correlation, DiR encourages the target-specific branch to learn complementary rather than redundant information. Consequently, the ensemble model can simultaneously exploit transferable shared knowledge and target-specific discriminative features, resulting in more comprehensive feature representations and improved cross-scene generalization.
By applying this disagreement restriction, each feature is encouraged to capture distinct and independent aspects of the target data. Therefore, the disagreement restriction promotes a diverse representation of the target scene, ensuring that important target-critical information is effectively learned.

2.5.2. Capturing a Diverse Set of Target Features Through Ensemble

We propose an ensemble of models to capture a diverse set of features for the target scene. This ensemble approach enables the model to integrate multiple perspectives of the target features. Additionally, we employ reverse distillation [29] to iteratively reduce the discrepancy between the teacher models (which include both agreement and disagreement mechanisms) and the ensemble model, thereby updating and refining the integrated information through the ensemble.
E en 1 = E x q [ D KL ( T e n ( G e n ( F t ( x ) ) ) , T t ( G ( F t ( x ) ) ) ) + D KL ( T t ( G ( F t ( x ) ) ) , T e n ( G e n ( F t ( x ) ) ) ) ] ,
E en 2 = E x q [ D KL ( T e n ( G e n ( F t ( x ) ) ) , T t ( G ( F t ( x ) ) ) ) + D KL ( T t ( G ( F t ( x ) ) ) , T e n ( G e n ( F t ( x ) ) ) ) ] ,
where D KL denotes KL divergence.
The knowledge distillation (KD) loss associated with the ensemble model under the agreement mechanism is denoted as E en 1 in Equation (10). This component transfers the consensus knowledge learned from the agreement branch, which focuses on alleviating conflicting and dominating gradients during shared parameter optimization. Similarly, E en 2 in Equation (11) represents the KD loss corresponding to the disagreement mechanism, which aims to preserve diverse and target-critical representations by encouraging complementary and independent target features.
By simultaneously distilling knowledge from both the agreement and disagreement teachers, the final ensemble model can effectively integrate shared transferable information together with diverse target-specific characteristics, as formulated as follows:
E en = E en 1 + E en 2 .
In this way, the proposed framework not only improves optimization stability during cross-scene knowledge transfer, but also mitigates the loss of important target information that may occur when relying solely on agreement-based learning. Since both loss terms share the same objective formulation and exhibit similar optimization scales throughout training, we adopt equal weighting to avoid introducing an additional hyperparameter. Consequently, the ensemble model is able to capture more comprehensive and discriminative target representations, leading to stronger generalization capability and improved classification performance in heterogeneous cross-scene HSI transfer tasks. The pseudocode for the ADGKT framework is shown in Algorithm 1.
Algorithm 1 The pseudocode for the core of ADGKT framework
1:
Initialization: Set t = 0 , the input data x i s from HSI source scene and x j t from HSI target scene. Specifically, g s for the source scene and g t for the target scene are the gradients to their respective loss functions L s and L t . z is the logit before the softmax.
2:
for  t = 0 , 1 , 2 , , do
3:
    Agreement:
4:
    if  ϕ < α  then
5:
         g s = g s + η g t       //alleviating gradient conflict
6:
    end if
7:
    if  Φ ( g s , g t ) 1  then
8:
         z ^ = z τ z , L ( z ^ i , y ) = log exp ( z ^ i ) j = 1 C exp ( z ^ j )
      //mitigating the dominating gradients
9:
    end if;
10:
        Disagreement:
E DiR = E x q d C o r ( G ( F t ( x ) ) , G ( F t ( x ) ) )
//disagreement restriction for shared information G ( F t ( x ) ) and target-critical information G ( F t ( x ) ) .
E en = E en 1 + E en 2 //ensemble for agreement and disagreement information;
11:
    end for

2.6. Computational Complexity Analysis

Let N denote the batch size, d the feature dimension, and P the number of shared network parameters. Compared with conventional knowledge transfer frameworks, the proposed ADGKT introduces two additional computational components. The agreement mechanism performs gradient manipulation and logit normalization with complexities of O ( P ) and O ( N C ) , respectively, where C is the number of classes. The disagreement mechanism introduces an additional target-specific branch together with a disagreement restriction based on partial distance correlation, resulting in a complexity of O ( N 2 d ) for computing feature dependence. Therefore, the overall computational complexity of ADGKT can be expressed as
O ( F + P + N 2 d + N C ) ,
where O ( F ) denotes the complexity of the feature extraction and classification network. Since O ( F ) dominates the overall computation, the additional agreement and disagreement mechanisms introduce only a modest computational overhead. During inference, the gradient manipulation and auxiliary optimization losses are discarded, and only the prediction network is used, resulting in an inference complexity of the same order as the underlying classification network.

3. Experiments

In this section, we evaluate the effectiveness of the proposed ADGKT framework on multiple cross-scene hyperspectral image transfer tasks. We conduct extensive experiments under heterogeneous transfer settings to assess the capability of the proposed method in handling gradient conflicts, dominating gradients, and target feature diversity. The proposed framework is compared with different methods. Furthermore, ablation studies are performed to validate the importance of each component in the agreement and disagreement mechanisms.

3.1. Experimental Setup

We conducted experiments on three popular datasets: Indian Pines (I), Pavia (P) [30], and Houston2013 (H) [31]. There is no straightforward category correspondence for these three datasets, as shown in Table 1. In addition, these three datasets were captured by distinct HSI sensors. During the knowledge transfer process, all training samples from the source scenes are utilized, while only 10 randomly selected samples for each category are used from the target scene. Furthermore, the baseline represents the results obtained by training solely on the target scene using 10 samples per category, without the assistance of knowledge transfer. We compare our method with six different knowledge transfer methods, including Adaptor [32], Finetune [33], Multi-Task Learning (MTL) [34], Domain Adaptation (DA) method–UAN [35] and ensemble methods–ONE [36], FFL [37]. For a fair comparison, we use the same backbone, Masked SST [38]. All the methods are trained with the Adam optimizer with a weight decay of 5 × 10 3 and a momentum of 0.9. The initial learning rate is set to 5 × 10 4 . The batch size is set to 64 for all methods. During the transfer from IndianPine to Pavia, we set β = 0.1 in Equation (4) and τ = 2 in Equation (7) under the agreement mechanism, while in the disagreement mechanism, the temperature is set to 1 in Equation (10) and 0.05 in Equation (11). In addition, during the transfer from Houston to Pavia, we set β = 0.01 in Equation (4) and τ = 4 in Equation (7) under the agreement mechanism, while in the disagreement mechanism, the temperature is set to 1 in Equation (10) and 0.001 in Equation (11). All experiments were conducted on a workstation equipped with two NVIDIA RTX A5500 GPUs, an Intel(R) Xeon(R) Gold 5415+ CPU, and 128 GB of system memory.

3.2. Results

3.2.1. Compared with Knowledge Transfer Methods

In Table 2, we demonstrate that our method achieves the best results. For the majority of categories in the Pavia dataset, our method achieves the highest accuracy values. Existing methods fail to address the issues of agreement and disagreement in knowledge transfer. For example, MTL and UAN methods incorporating source scene perform similarly to or worse than the baseline transferring from Indian Pines to Pavia (I → P) and from Houston to Pavia (H → P). This suggests that merely attempting to align the source and target scenes without effectively managing gradient conflicts and dominating gradients in shared parameters is insufficient. For disagreement, ensemble methods such as ONE and FFL increased limited performance when transferring from Indian Pines to Pavia (I → P). While these methods aim to capture different information, they fall short in significantly enhancing the model’s ability to generalize to the target scene. This indicates that without disagreement restriction, the benefits of ensemble strategies remain limited. In addition, Adaptor and Finetune methods require extra computation time (pretraining on the source scene first) to improve performance, whereas our method achieves state-of-the-art results without the need for a pretrained model.
These results demonstrate the importance of addressing both agreement and disagreement in knowledge transfer. Our method not only overcomes the limitations of existing approaches but also provides a solution that enhances the model’s ability to generalize effectively to new scenes.
Table 2, Table 3 and Table 4 demonstrate that the proposed ADGKT framework consistently achieves superior performance across all six heterogeneous cross-scene transfer settings. Specifically, our method attains the highest overall accuracy (OA), average accuracy (AA), and κ values in most experiments, while also achieving the best classification accuracies for the majority of categories in the Pavia, Houston, and IndianPine datasets. These results verify that the proposed framework can effectively transfer discriminative knowledge across heterogeneous hyperspectral scenes, even under extremely limited target supervision with only a few labeled samples available in the target domain.
Existing methods fail to address the agreement and disagreement issues. For example, for agreement, MTL and UAN methods show only slight improvements or even decreased performance when incorporating the target scene, compared with the baseline when transferring from IndianPine to Pavia (I → P) and from Houston to Pavia (H → P). For disagreement, ensemble methods, including ONE and FFL, increased performance when transferring from IndianPine to Pavia (I → P). In addition, Adaptor and Finetune methods require extra computation time (pretraining on the source scene first) to improve the performance, whereas our method achieves state-of-the-art results without the need for a pretrained model. On the other hand, when transferring from Pavia to IndianPine (P → I) and from Houston to IndianPine (H → I), the performance of the existing method decreased compared with the baseline. This is mainly because most categories in the IndianPine dataset are fine-grained and lack corresponding categories in the Houston and Pavia datasets. Because of this, it is difficult to increase the performance of IndianPine by utilizing the information from the Houston or Pavia datasets.
In contrast, our method considers the agreement and disagreement perspectives during knowledge transfer to mitigate the conflicting, dominating gradients and loss of target-critical information. By constraining redundancy among target features, the model can better preserve critical target-specific information that may otherwise be overlooked during agreement optimization. Combined with ensemble learning, the disagreement mechanism enables the proposed framework to capture diverse perspectives of the target scene, thereby significantly improving transferability and robustness under heterogeneous cross-scene conditions.
Overall, the experimental results demonstrate that jointly considering agreement and disagreement is essential for effective cross-scene HSI knowledge transfer. By simultaneously mitigating gradient conflicts, balancing dominating gradients, and preserving diverse target-critical information, the proposed ADGKT framework achieves stronger feature transferability, better optimization stability, and consistently superior classification performance across multiple heterogeneous hyperspectral datasets.

3.2.2. Ablation Studies

We conduct ablation studies to evaluate the individual contributions of the proposed agreement and disagreement mechanisms. As shown in Table 5, the framework is progressively constructed by introducing GradVac, LogitNorm, the ensemble branch, and the disagreement restriction (DiR), enabling us to analyze the role of each component in heterogeneous cross-scene knowledge transfer.
For the transfer tasks with Pavia as the target scene (I → P and H → P), introducing GradVac consistently improves the classification performance over the baseline configuration. This observation indicates that alleviating gradient conflicts between the source and target domains facilitates more stable optimization of the shared parameters. However, GradVac alone does not completely resolve the optimization imbalance caused by heterogeneous scenes. After incorporating LogitNorm, the performance is further improved, suggesting that balancing the optimization contributions from the source and target domains effectively complements gradient alignment. Together, these two components constitute the proposed agreement mechanism, which consistently enhances optimization stability during knowledge transfer.
We further evaluate the disagreement mechanism by progressively introducing the ensemble branch and the disagreement restriction. The ensemble branch alone yields only modest improvements, indicating that simply aggregating multiple predictors is insufficient for preserving complementary target information. After incorporating DiR, the performance consistently increases across both transfer tasks. This result demonstrates that explicitly encouraging complementary target-specific representations enables the ensemble model to capture richer information beyond the shared transferable features, thereby improving knowledge transfer.
A similar trend is observed when the Houston dataset is used as the target scene (P → H and I → H). Applying GradVac alone results in limited or even negative improvements, indicating that reducing gradient conflicts alone cannot adequately address the optimization challenges introduced by heterogeneous scene discrepancies. After combining GradVac with LogitNorm, the performance consistently improves, confirming that both gradient alignment and balanced optimization are necessary for effective transfer learning. Furthermore, introducing the disagreement mechanism provides additional performance gains, demonstrating that preserving complementary target-specific information improves generalization beyond conventional feature alignment.
Forthe more challenging transfer tasks with the Indian Pines dataset as the target scene (P → I and H → I), the agreement mechanism alone provides limited improvements because Indian Pines contains fine-grained categories with weak semantic correspondence to the coarse-grained categories in the source scenes. Consequently, optimization based primarily on shared transferable representations is insufficient to capture the discriminative characteristics of the target scene. By incorporating the disagreement mechanism, the performance is consistently improved, indicating that preserving complementary target-specific representations becomes particularly important when large semantic discrepancies exist between the source and target domains.
Overall, the ablation results demonstrate that the agreement and disagreement mechanisms play complementary roles in heterogeneous cross-scene HSI transfer. The agreement mechanism improves optimization consistency by alleviating gradient conflicts and balancing the optimization contributions of the source and target domains, while the disagreement mechanism preserves complementary target-specific representations that may otherwise be overlooked during feature alignment. Their combination consistently achieves the best performance across all heterogeneous transfer settings, validating the effectiveness of jointly modeling optimization consistency and representation diversity.

4. Relation to Prior Work

Knowledge transfer for cross-scene hyperspectral image (HSI) classification has attracted increasing attention in recent years due to the high annotation cost and limited labeled samples available in newly acquired scenes. The knowledge transfer in cross-scene HSI can be broadly classified as homogeneous and heterogeneous types [18,19,20,39,40,41]. For the homogeneous type, the methods mainly consider the spectral shift from the source to target areas in the same dataset [13,15,16,42]. In the heterogeneous type, the existing methods will manually match the shared categories first before aligning the distinct spectral distributions for different datasets [17,18,19,20,43]. In addition, existing works primarily focus on aligning source and target domains through feature matching or distribution alignment, aiming to mitigate domain shifts.
While cross-scene hyperspectral image (HSI) transfer has seen notable progress, significant gaps persist in optimizing shared parameters and preserving diverse target features. In cross-scene HSI scenarios, the training of shared parameters can be hindered by dominating and conflicting gradients. These gradient issues degrade performance and may lead to harmful transfer effects [21,22,23]. Approaches such as GradNorm [26] and PCGrad [25] have been proposed in multi-task learning to align gradients and prevent conflicts when updating shared parameters. However, these techniques are not specifically designed to address the unique challenges of cross-scene HSI transfer.
Another important limitation of current HSI transfer methods is the insufficient modeling of target diversity. Most existing approaches focus on extracting shared transferable features between the source and target domains, while neglecting target-specific information that may not be strongly correlated with the source scene. As a result, predictive outcomes often depend on a restricted subset of target representations, increasing the risk of losing critical target information and reducing the model’s ability to capture the rich diversity of the target domain [24]. This issue becomes particularly severe in heterogeneous transfer scenarios where the source and target scenes exhibit substantially different semantic structures and spectral characteristics.
Beyond HSI transfer, disagreement and diversity learning have recently attracted attention in transfer learning and representation learning research. Agree-to-Disagree [24] demonstrates that encouraging disagreement between predictors can improve transferability and representation diversity. Similarly, knowledge distillation methods have shown strong capability in integrating complementary information from multiple teacher models [44,45,46]. Ensemble distillation and online mutual distillation strategies enable models to capture diverse perspectives of the target data, improving robustness and generalization. However, these approaches are rarely explored in the context of cross-scene HSI transfer, particularly in combination with optimization-aware agreement mechanisms.
Deep learning has significantly advanced hyperspectral image analysis in recent years by learning powerful spatial–spectral representations for a wide range of tasks. Convolutional neural networks, transformers, and self-supervised learning methods have achieved remarkable performance in HSI classification, denoising, anomaly detection, and image restoration [47,48]. Recent representative methods include the Global Feature-Injected Blind-Spot Network (GFI-BSN) for hyperspectral image denoising [49], the Pixel-Associated Autoencoder (PAAE) for hyperspectral anomaly detection [50], and Eigen-CNN, which exploits eigenimages and eigennoise level maps for hyperspectral image restoration [51]. These methods demonstrate the versatility of deep neural networks in exploiting the spatial–spectral characteristics of HSI data across diverse image processing tasks.
In summary, although significant progress has been achieved in cross-scene HSI transfer learning, existing approaches still suffer from two major limitations. First, they insufficiently address optimization issues caused by conflicting and dominating gradients during shared parameter learning. Second, they fail to adequately preserve diverse target-specific representations during knowledge transfer.

5. Discussion and Broader Impact

In this paper, we introduce the agreement–disagreement guided knowledge transfer (ADGKT) method that integrates both agreement and disagreement mechanisms to enhance knowledge transfer between cross-scene HSIs. The agreement mechanisms, consisting of GradVac and LogitNorm, effectively address gradient conflicts and dominating gradients by aligning gradient directions and controlling the magnitude of logits, balancing shared parameter optimization. The disagreement mechanisms, incorporating a DiR and an ensemble approach, capture diverse and independent target features. These mechanisms mitigate the risk of losing critical target information that might be overlooked when focusing solely on agreement between source and target scenes. Although our method demonstrates state-of-the-art performance, we acknowledge several considerations for future exploration. First, the method involves a few hyperparameters that may require systematic tuning to optimize performance in different datasets. Second, incorporating both agreement and disagreement mechanisms, along with an ensemble strategy, can lead to moderately increased training complexity compared with simpler baselines.
The improved transferability and robustness of ADGKT may benefit a wide range of remote sensing applications, including environmental monitoring, precision agriculture, mineral exploration, ecological assessment, and disaster management. In particular, the ability to generalize across heterogeneous scenes can support rapid adaptation to newly acquired datasets collected by different sensors or under varying environmental conditions. This capability is especially valuable in time-sensitive applications such as flood monitoring, wildfire assessment, and post-disaster response, where obtaining sufficient labeled samples is often infeasible. From a methodological perspective, the proposed agreement and disagreement mechanisms may also inspire future research on optimization-aware transfer learning and representation diversity in remote sensing and related domains. The integration of gradient alignment, logit normalization, disagreement restriction, and ensemble learning provides a unified perspective for balancing shared transferable knowledge and target-specific information.
Finally, while this work focuses on hyperspectral remote sensing, the underlying principles of balancing agreement and disagreement during knowledge transfer may extend to other machine learning applications involving heterogeneous domains and limited supervision.
Due to the limited revision time, qualitative visualization results, such as classification maps, are not included in this work. We acknowledge that these visualizations would provide additional insight into the spatial consistency and target-specific representation learning achieved by the proposed framework.

6. Conclusions

This paper proposed the agreement–disagreement guided knowledge transfer (ADGKT) framework, which integrates both agreement and disagreement mechanisms to enhance knowledge transfer across cross-scene hyperspectral imaging (HSI). The agreement mechanism, consisting of GradVac and LogitNorm, effectively addresses gradient conflicts and dominating gradients by aligning gradient directions and controlling the magnitude of logits, thereby improving the optimization of shared parameters between source and target scenes. Meanwhile, the disagreement mechanism, incorporating a disagreement restriction (DiR) and an ensemble strategy, captures diverse and independent target representations. This mechanism mitigates the risk of losing critical target information that may be overlooked when focusing solely on agreement between source and target domains. Extensive experiments on multiple cross-scene HSI transfer settings demonstrate that ADGKT consistently achieves state-of-the-art performance and outperforms existing transfer learning, domain adaptation, and ensemble-based approaches. The experimental and ablation results further verify that jointly modeling agreement and disagreement provides complementary benefits, enabling more robust feature transfer and stronger generalization under limited target supervision. In particular, the proposed framework is effective not only in alleviating harmful transfer caused by conflicting optimization objectives, but also in preserving rich target-specific information that is essential for accurate classification in heterogeneous scenes.

Author Contributions

Conceptualization: L.H.; Methodology: L.H.; Formal analysis: L.H., H.Z. and M.X.; Investigation: L.H.; Data curation: L.H.; Writing—original draft preparation: L.H.; Writing—review and editing: H.Z. and M.X.; Visualization: L.H. and H.Z.; Supervision: H.Z. and M.X.; Project administration: M.X. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Data Availability Statement

The original contributions presented in this study are included in the article. Further inquiries can be directed to the corresponding author.

Acknowledgments

During the preparation of this manuscript, the authors used ChatGPT-5.5 to assist with grammar checking and improving the English usage of the ablation study analysis. The authors carefully reviewed and edited all AI-assisted output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Liu, D.; Shao, T.; Qi, G.; Li, M.; Zhang, J. A Hybrid-Scale Feature Enhancement Network for Hyperspectral Image Classification. Remote Sens. 2023, 16, 22. [Google Scholar] [CrossRef] [Scilit]
  2. Lu, W.; Wang, X.; Sun, L.; Zheng, Y. Spectral–spatial feature extraction for hyperspectral image classification using enhanced transformer with large-kernel attention. Remote Sens. 2023, 16, 67. [Google Scholar] [CrossRef] [Scilit]
  3. Bai, X.; Qi, B.; Jin, L.; Li, G.; Li, J. Fast and accurate hyperspectral image classification with window shape adaptive singular spectrum analysis. Remote Sens. 2023, 16, 81. [Google Scholar] [CrossRef] [Scilit]
  4. Kang, J.; Zhang, Y.; Liu, X.; Cheng, Z. Hyperspectral image classification using spectral–spatial double-branch attention mechanism. Remote Sens. 2024, 16, 193. [Google Scholar] [CrossRef] [Scilit]
  5. Qin, R.; Wang, C.; Wu, Y.; Du, H.; Lv, M. A U-shaped convolution-aided transformer with double attention for hyperspectral image classification. Remote Sens. 2024, 16, 288. [Google Scholar] [CrossRef] [Scilit]
  6. Galone, L.; D’Amico, S.; Colica, E.; Iregbeyen, P.; Galea, P.; Rivero, L.; Villani, F. Assessing shallow soft deposits through near-surface geophysics and UAV-SfM: Application in pocket beaches environments. Remote Sens. 2023, 16, 40. [Google Scholar] [CrossRef] [Scilit]
  7. Qi, L.; Zuo, D.; Wang, Y.; Tao, Y.; Tang, R.; Shi, J.; Gong, J.; Li, B. Convolutional neural network-based method for agriculture plot segmentation in remote sensing images. Remote Sens. 2024, 16, 346. [Google Scholar] [CrossRef] [Scilit]
  8. Rizaldy, A.; Afifi, A.J.; Ghamisi, P.; Gloaguen, R. Improving mineral classification using multimodal hyperspectral point cloud data and multi-stream neural network. Remote Sens. 2024, 16, 2336. [Google Scholar] [CrossRef] [Scilit]
  9. Cui, H.; Qiu, S.; Wang, Y.; Zhang, Y.; Liu, Z.; Karila, K.; Jia, J.; Chen, Y. Disaster-caused power outage detection at night using VIIRS DNB images. Remote Sens. 2023, 15, 640. [Google Scholar] [CrossRef] [Scilit]
  10. Li, H.; Xu, Z.; Zhou, Y.; He, X.; He, M. Flood monitoring using Sentinel-1 SAR for agricultural disaster assessment in Poyang lake region. Remote Sens. 2023, 15, 5247. [Google Scholar] [CrossRef] [Scilit]
  11. Huo, Y.; Dong, Y.; Wang, C.; Zhang, M.; Wang, H. Multi-scale memory network with separation training for hyperspectral anomaly detection. Inf. Process. Manag. 2026, 63, 104494. [Google Scholar]
  12. Wang, M.; Yang, K.; Lu, J.; Liu, W.; Zeng, T. A Spectral Variability and Class-Constrained Diffusion Model for Unsupervised Hyperspectral Unmixing. Remote Sens. 2026, 18, 1483. [Google Scholar] [CrossRef] [Scilit]
  13. Ye, M.; Qian, Y.; Zhou, J.; Tang, Y.Y. Dictionary learning-based feature-level domain adaptation for cross-scene hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2017, 55, 1544–1562. [Google Scholar] [CrossRef] [Scilit]
  14. Day, O.; Khoshgoftaar, T.M. A survey on heterogeneous transfer learning. J. Big Data 2017, 4, 29. [Google Scholar] [CrossRef] [Scilit]
  15. Deng, C.; Liu, X.; Li, C.; Tao, D. Active multi-kernel domain adaptation for hyperspectral image classification. Pattern Recognit. 2018, 77, 306–315. [Google Scholar] [CrossRef] [Scilit]
  16. Yu, C.; Liu, C.; Yu, H.; Song, M.; Chang, C.I. Unsupervised domain adaptation with dense-based compaction for hyperspectral imagery. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2021, 14, 12287–12299. [Google Scholar] [CrossRef] [Scilit]
  17. Peng, J.; Huang, Y.; Sun, W.; Chen, N.; Ning, Y.; Du, Q. Domain adaptation in remote sensing image classification: A survey. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 9842–9859. [Google Scholar] [CrossRef] [Scilit]
  18. Ning, Y.; Peng, J.; Liu, Q.; Huang, Y.; Sun, W.; Du, Q. Contrastive learning based on category matching for domain adaptation in hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5301814. [Google Scholar] [CrossRef] [Scilit]
  19. Ye, M.; Chen, J.; Xiong, F.; Qian, Y. Adaptive graph modeling with self-training for heterogeneous cross-scene hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5503815. [Google Scholar] [CrossRef] [Scilit]
  20. Wang, Z.; Zhao, S.; Zhao, G.; Song, X. Dual-Branch Domain Adaptation Few-Shot Learning for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5506116. [Google Scholar] [CrossRef] [Scilit]
  21. Zhang, W.; Deng, L.; Zhang, L.; Wu, D. A survey on negative transfer. IEEE/CAA J. Autom. Sin. 2022, 10, 305–329. [Google Scholar] [CrossRef] [Scilit]
  22. Rosenstein, M.T.; Marx, Z.; Kaelbling, L.P.; Dietterich, T.G. To transfer or not to transfer. In Proceedings of the NIPS 2005 Workshop on Transfer Learning, Whistler, BC, Canada, 9 December 2005. [Google Scholar]
  23. Senushkin, D.; Patakin, N.; Kuznetsov, A.; Konushin, A. Independent component alignment for multi-task learning. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 2023; pp. 20083–20093. [Google Scholar]
  24. Pagliardini, M.; Jaggi, M.; Fleuret, F.; Karimireddy, S.P. Agree to Disagree: Diversity through Disagreement for Better Transferability. In Proceedings of the Eleventh International Conference on Learning Representations, Kigali, Rwanda, 1–5 May 2023. [Google Scholar]
  25. Yu, T.; Kumar, S.; Gupta, A.; Levine, S.; Hausman, K.; Finn, C. Gradient surgery for multi-task learning. Adv. Neural Inf. Process. Syst. 2020, 33, 5824–5836. [Google Scholar]
  26. Wang, Z.; Tsvetkov, Y.; Firat, O.; Cao, Y. Gradient vaccine: Investigating and improving multi-task optimization in massively multilingual models. arXiv 2020, arXiv:2010.05874. [Google Scholar]
  27. Wei, H.; Xie, R.; Cheng, H.; Feng, L.; An, B.; Li, Y. Mitigating neural network overconfidence with logit normalization. In Proceedings of the International Conference on Machine Learning, PMLR, Baltimore, MD, USA, 17–23 July 2022; pp. 23631–23644. [Google Scholar]
  28. Zhen, X.; Meng, Z.; Chakraborty, R.; Singh, V. On the versatile uses of partial distance correlation in deep learning. In Proceedings of the European Conference on Computer Vision; Springer: Berlin/Heidelberg, Germany, 2022; pp. 327–346. [Google Scholar]
  29. Li, L.; Jin, Z. Shadow knowledge distillation: Bridging offline and online knowledge transfer. Adv. Neural Inf. Process. Syst. 2022, 35, 635–649. [Google Scholar] [CrossRef] [Scilit]
  30. Amin, K. Hyperspectral Remote Sensing Datasets: Indian Pines, Pavia University, Botswana and Salinas; IEEE Dataport: New York, NY, USA, 2025. [Google Scholar]
  31. Debes, C.; Merentitis, A.; Heremans, R.; Hahn, J.; Frangiadakis, N.; Van Kasteren, T.; Liao, W.; Bellens, R.; Pižurica, A.; Gautama, S.; et al. Hyperspectral and LiDAR data fusion: Outcome of the 2013 GRSS data fusion contest. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2014, 7, 2405–2418. [Google Scholar] [CrossRef] [Scilit]
  32. Houlsby, N.; Giurgiu, A.; Jastrzebski, S.; Morrone, B.; De Laroussilhe, Q.; Gesmundo, A.; Attariyan, M.; Gelly, S. Parameter-efficient transfer learning for NLP. In Proceedings of the International Conference on Machine Learning, PMLR, Long Beach, CA, USA, 9–15 June 2019; pp. 2790–2799. [Google Scholar]
  33. Lee, H.; Eum, S.; Kwon, H. Exploring cross-domain pretrained model for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5526812. [Google Scholar] [CrossRef] [Scilit]
  34. Lee, H.; Eum, S.; Kwon, H. Cross-domain CNN for hyperspectral image classification. In Proceedings of the IGARSS 2018—2018 IEEE International Geoscience and Remote Sensing Symposium, Valencia, Spain, 12–27 July 2018; IEEE: Piscataway, NJ, USA, 2018; pp. 3627–3630. [Google Scholar]
  35. You, K.; Long, M.; Cao, Z.; Wang, J.; Jordan, M.I. Universal domain adaptation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Long Beach, CA, USA, 15–20 June 2019; pp. 2720–2729. [Google Scholar]
  36. Lan, X.; Zhu, X.; Gong, S. Knowledge distillation by on-the-fly native ensemble. arXiv 2018, arXiv:1806.04606. [Google Scholar]
  37. Kim, J.; Hyun, M.; Chung, I.; Kwak, N. Feature fusion for online mutual knowledge distillation. In Proceedings of the 2020 25th International Conference on Pattern Recognition (ICPR), Milan, Italy, 10–15 January2021; IEEE: Piscataway, NJ, USA, 2021; pp. 4619–4625. [Google Scholar]
  38. Scheibenreif, L.; Mommert, M.; Borth, D. Masked vision transformers for hyperspectral image classification. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, Vancouver, BC, Canada, 17–24 June 24 2023; pp. 2165–2175. [Google Scholar]
  39. Ye, Z.; Wang, J.; Sun, T.; Zhang, J.; Li, W. Cross-domain few-shot learning based on graph convolution contrast for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5504614. [Google Scholar] [CrossRef] [Scilit]
  40. Li, Z.; Zhang, C.; Wang, Y.; Li, W.; Du, Q.; Fang, Z.; Chen, Y. Cross-Domain Few-shot Hyperspectral Image Classification with Cross-Modal Alignment and Supervised Contrastive Learning. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5519319. [Google Scholar] [CrossRef] [Scilit]
  41. Qin, A.; Yuan, C.; Li, Q.; Luo, X.; Yang, F.; Song, T.; Gao, C. Few-Shot Learning with Prototype Rectification for Cross-Domain Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2024, 62, 4409015. [Google Scholar] [CrossRef] [Scilit]
  42. Wang, H.; Wang, X.; Chen, C.P.; Cheng, Y. Hyperspectral image classification based on domain adaptation broad learning. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2020, 13, 3006–3018. [Google Scholar] [CrossRef] [Scilit]
  43. Zhong, C.; Zhang, J.; Guo, Q.; Zhang, Y. Heterogeneous spectral-spatial feature transfer with structure preserved distribution alignment for hyperspectral image classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2022, 15, 5545–5558. [Google Scholar] [CrossRef] [Scilit]
  44. Hinton, G.; Vinyals, O.; Dean, J. Distilling the knowledge in a neural network. arXiv 2015, arXiv:1503.02531. [Google Scholar]
  45. Allen-Zhu, Z.; Li, Y. Towards understanding ensemble, knowledge distillation and self-distillation in deep learning. arXiv 2020, arXiv:2012.09816. [Google Scholar]
  46. Chen, D.; Mei, J.P.; Wang, C.; Feng, Y.; Chen, C. Online knowledge distillation with diverse peers. Proc. Aaai Conf. Artif. Intell. 2020, 34, 3430–3437. [Google Scholar] [CrossRef] [Scilit]
  47. He, K.; Chen, X.; Xie, S.; Li, Y.; Dollár, P.; Girshick, R. Masked autoencoders are scalable vision learners. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, New Orleans, LA, USA, 19–20 June 2022; pp. 16000–16009. [Google Scholar]
  48. Yang, Z.; Zheng, N.; Wang, F. DSSFN: A Dual-Stream Self-Attention Fusion Network for Effective Hyperspectral Image Classification. Remote Sens. 2023, 15, 3701. [Google Scholar] [CrossRef] [Scilit]
  49. Wang, D.; Zhuang, L.; Gao, L.; Sun, X.; Zhao, X. Global feature-injected blind-spot network for hyperspectral anomaly detection. IEEE Geosci. Remote Sens. Lett. 2024, 21, 5509305. [Google Scholar] [CrossRef] [Scilit]
  50. Xiang, P.; Ali, S.; Zhang, J.; Jung, S.K.; Zhou, H. Pixel-associated autoencoder for hyperspectral anomaly detection. Int. J. Appl. Earth Obs. Geoinf. 2024, 129, 103816. [Google Scholar] [CrossRef] [Scilit]
  51. Zhuang, L.; Ng, M.K.; Gao, L.; Wang, Z. Eigen-CNN: Eigenimages plus eigennoise level maps guided network for hyperspectral image denoising. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5512018. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Our method contains two mechanisms, including the agreement mechanism and the disagreement mechanism, during the knowledge transfer from the source scene to the target scene. The agreement mechanism contains GradVac to alleviate gradient conflict and LogitNorm to mitigate the dominant gradient. Additionally, the disagreement mechanism comprises disagreement restriction to promote diversity and ensemble to capture agreement and disagreement aspects of target features.
Figure 1. Our method contains two mechanisms, including the agreement mechanism and the disagreement mechanism, during the knowledge transfer from the source scene to the target scene. The agreement mechanism contains GradVac to alleviate gradient conflict and LogitNorm to mitigate the dominant gradient. Additionally, the disagreement mechanism comprises disagreement restriction to promote diversity and ensemble to capture agreement and disagreement aspects of target features.
Remotesensing 18 02601 g001
Figure 2. The agreement mechanism is proposed in our model. To alleviate gradient conflict and dominant gradient issues in shared encoder G, we employ GradVac to adapt the gradients g s to g s , thereby reducing gradient conflict. In addition, we utilize LogitNorm to obtain updated logits z s ^ and z t ^ , controlling their magnitude to prevent potential underfitting.
Figure 2. The agreement mechanism is proposed in our model. To alleviate gradient conflict and dominant gradient issues in shared encoder G, we employ GradVac to adapt the gradients g s to g s , thereby reducing gradient conflict. In addition, we utilize LogitNorm to obtain updated logits z s ^ and z t ^ , controlling their magnitude to prevent potential underfitting.
Remotesensing 18 02601 g002
Figure 3. The disagreement mechanism is introduced in our model. To prevent the risk of losing critical target features, we employ disagreement restriction through E DiR to promote diversity. Then, we utilize the ensemble component through E en to capture a diverse set of target features.
Figure 3. The disagreement mechanism is introduced in our model. To prevent the risk of losing critical target features, we employ disagreement restriction through E DiR to promote diversity. Then, we utilize the ensemble component through E en to capture a diverse set of target features.
Remotesensing 18 02601 g003
Table 1. The detailed category information for Indian Pines, Pavia University and Houston 2013 datasets.
Table 1. The detailed category information for Indian Pines, Pavia University and Houston 2013 datasets.
Indian PinesPavia UniversityHouston 2013
AlfalfaAsphaltHealth grass
Corn-notillMeadowsStressed grass
Corn-mintillGravelSynthetic grass
CornTreesTress
Grass-pasturePainted metal sheetsSoil
Grass-treesBare SoilWater
Grass-pasture-mowedBitumenResidential
Hay-windrowedSelf-Blocking BricksCommercial
OatsShadowsRoad
Soybean-notill Highway
Soybean-mintill Railway
Soybean-clean Parking lot 1
Wheat Parking lot 2
Woods Tennis court
Buildings-Grass-Trees-Drives Running track
Stone-Steel-Towers
Table 2. The performance (%) of knowledge transfer from IndianPine to Pavia (I → P) and from Houston to Pavia (H → P). ↑ indicates that higher values are better. Bold numbers represent the best results.
Table 2. The performance (%) of knowledge transfer from IndianPine to Pavia (I → P) and from Houston to Pavia (H → P). ↑ indicates that higher values are better. Bold numbers represent the best results.
ClassBaselineI → PH → P
MTLDAONEFFLAdaptorFinetuneOursMTLDAONEFFLAdaptorFinetuneOurs
Asphalt83.6878.6678.1179.7073.6585.4279.7486.4577.6278.7887.0685.0379.1783.8288.59
Meadows69.0269.5082.3463.7273.3981.5786.1094.4459.8074.5071.4668.4776.6480.3192.29
Gravel57.2573.7266.8973.2871.4687.9968.3276.6474.9373.2271.3567.2773.3963.4775.87
Trees90.0181.7382.4984.5191.1486.4487.8184.6887.2386.4790.1888.3294.7182.6684.10
Painted metal sheets99.0194.3496.3287.7897.2196.7799.10960596.8695.8798.3897.1298.6590.5793.62
Bare Soil55.5179.3169.7985.7450.7979.1865.4664.5291.8455.0354.6467.9841.2361.7061.61
Bitumen68.5070.0369.4258.0072.1756.5768.6064.6375.7474.2167.9960.3569.2264.9369.42
Self-Blocking Bricks95.0493.6195.3089.8095.3086.9593.0194.2091.0892.2493.6494.4483.4493.8294.83
Shadows93.0888.5585.4187.4291.5789.4391.1993.7189.9489.4392.3393.7191.4594.3490.57
OA ↑74.2776.2680.7773.9074.8982.9782.6787.5273.6176.1476.3075.7075.4679.6982.88
AA ↑79.0181.0580.6778.8879.6383.3782.1583.9382.7879.9780.7880.3078.6681.0980.29
κ 66.9369.6274.6166.9167.5277.6176.9183.0167.1168.9369.4068.8967.8573.1777.03
Table 3. The performance (%) of knowledge transfer from Pavia to Houston (P → H) and IndianPine to Houston (I → H). ↑ indicates that higher values are better. Bold numbers represent the best results.
Table 3. The performance (%) of knowledge transfer from Pavia to Houston (P → H) and IndianPine to Houston (I → H). ↑ indicates that higher values are better. Bold numbers represent the best results.
ClassBaselineP → HI → H
MTLUANONEFFLAdaptorFinetuneOursMTLUANONEFFLAdaptorFinetuneOurs
Healthy grass74.5570.2868.8563.5370.6674.5576.2678.4475.5971.8976.9276.3569.9973.0380.25
Stressed grass89.8592.6795.6897.3797.2794.8392.9597.8495.8695.2196.9097.6595.3992.0195.58
Synthetic grass54.6570.8975.2574.6568.3273.2748.7169.5060.2064.7574.0679.8075.6480.7972.48
Trees91.6697.0691.5796.3196.8893.6696.0296.7889.2096.1297.2596.5995.7488.7398.39
Soil99.5399.3497.8299.4396.3198.2099.6299.2499.43100.0098.8699.1598.1199.8199.72
Water77.6274.1381.8281.8282.5269.2370.6381.8283.2277.6281.1280.4269.2365.0380.42
Residential78.8288.2586.7579.4886.0184.2486.3888.6284.2483.7783.0283.8677.7172.2089.09
Commercial83.3868.7668.2872.2773.1268.3876.0781.3977.5978.4476.0768.5785.2887.2773.41
Road82.3471.0169.7884.2362.0482.9166.5777.2463.3664.7879.2367.6186.8778.9477.05
Highway62.3672.4955.2156.5668.8248.8453.4777.1251.7466.5151.7466.1262.9355.5083.98
Railway70.9777.8080.7482.0782.4580.3686.8178.9373.7280.8386.1578.0879.3278.5679.89
Parking Lot 171.4771.1872.4364.0762.3470.3257.4472.6273.2068.2068.7866.5767.7258.5069.84
Parking Lot 290.1887.3788.7786.6782.8178.9581.7590.1884.2184.2185.9689.4772.6384.5692.28
Tennis Court81.3881.7890.2878.5492.7183.4076.1191.9090.2888.0791.0987.0473.6888.2686.64
Running Track69.1364.2767.0275.4878.0157.2984.1479.7065.7571.8886.0579.7065.3354.5573.36
OA (↑)79.2479.9678.6979.4279.4978.5278.0884.2777.6579.8581.7380.4580.5377.8783.97
AA (↑)78.5379.1579.3579.5080.0277.2376.8684.0977.8479.4982.2181.1378.3777.1883.49
κ (↑)77.5278.2676.8877.6777.7676.6976.2182.9275.7778.1580.1878.8078.8475.9882.61
Table 4. The performance (%) of knowledge transfer from Pavia to IndianPine (P → I) and from Houston to IndianPian (H → I). ↑ indicates that higher values are better. Bold numbers represent the best results.
Table 4. The performance (%) of knowledge transfer from Pavia to IndianPine (P → I) and from Houston to IndianPian (H → I). ↑ indicates that higher values are better. Bold numbers represent the best results.
ClassBaselineP → IH → I
MTLUANONEFFLAdaptorFinetuneOursMTLUANONEFFLAdaptorFinetuneOurs
Alfalfa66.0459.1056.2961.4266.8468.2158.0962.2855.6348.7762.2158.5361.2764.0977.46
Corn-notill89.2969.2673.0983.9380.1061.7376.5390.8268.1165.6983.9383.2983.1672.7088.65
Corn-mintill99.4686.9689.6793.4894.0287.5092.3992.9395.6589.1393.4895.1191.3090.2293.48
Corn85.0183.6773.1584.3479.8778.7579.1987.4783.4578.9778.3082.7781.4382.3384.56
Grass-pasture91.3986.9478.0583.3688.6778.6278.7786.8079.2066.8685.0879.3480.7775.6191.68
Grass-trees93.6294.7694.7692.4893.6291.1192.2694.9994.3194.0892.7194.0893.1790.6694.99
Grass-pasture-mowed70.2660.4654.5849.8968.5262.9662.3175.1663.4066.5666.5661.3369.9355.1270.48
Hay-windrowed64.1958.6033.4657.7364.3168.7865.3472.6650.9541.5256.9960.2666.6765.3472.37
Oats76.0670.3955.6768.4464.8967.0266.3175.7066.3171.4568.4474.6547.7059.2275.71
Soybean-notill95.6898.1596.9197.5395.0696.9195.0693.7294.4491.9895.6898.7788.2797.5396.91
Soybean-mintill93.8994.2192.1281.9190.1984.8187.8697.7881.8383.0481.0393.1783.5291.8093.49
Soybean-clean87.8864.8572.1280.9174.2487.2778.7997.7877.5877.5878.4881.5283.9472.4284.24
Wheat95.56100.00100.00100.00100.00100.00100.0097.78100.0097.78100.00100.0093.33100.00100.00
Woods89.7497.4497.4494.87100.00100.0097.44100.00100.0097.44100.00100.00100.0089.74100.00
Buildings-Grass-Trees-Drives100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00
Stone-Steel-Towers100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00100.00
OA (↑)78.1571.6662.7470.5875.3173.5072.5380.1167.5663.4971.7873.4573.2472.0881.64
AA (↑)87.3882.8079.2183.1485.0283.3683.1588.4681.9379.4384.0885.1782.7881.6789.00
κ (↑)75.3068.1258.6266.9072.0669.8468.9277.3963.7959.4168.2870.1769.6568.2379.10
Table 5. Ablation studies on different components. ↑ indicates that higher values are better. Bold numbers represent the best results.
Table 5. Ablation studies on different components. ↑ indicates that higher values are better. Bold numbers represent the best results.
DatasetsGradVacLogitNormEnsembleDiROA ↑
I → P 76.26
81.62
84.94
85.82
87.52
H → P 73.61
80.43
81.82
82.07
82.88
P → H 79.24
77.13
81.06
83.20
84.27
I → H 79.24
78.77
81.11
81.91
83.97
P → I 78.15
69.20
75.79
78.93
80.11
H → I 78.15
67.58
75.71
80.42
81.64
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Huo, L.; Zhang, H.; Xu, M. Agreement–Disagreement Guided Knowledge Transfer for Cross-Scene Hyperspectral Imaging. Remote Sens. 2026, 18, 2601. https://doi.org/10.3390/rs18152601

AMA Style

Huo L, Zhang H, Xu M. Agreement–Disagreement Guided Knowledge Transfer for Cross-Scene Hyperspectral Imaging. Remote Sensing. 2026; 18(15):2601. https://doi.org/10.3390/rs18152601

Chicago/Turabian Style

Huo, Lu, Haimin Zhang, and Min Xu. 2026. "Agreement–Disagreement Guided Knowledge Transfer for Cross-Scene Hyperspectral Imaging" Remote Sensing 18, no. 15: 2601. https://doi.org/10.3390/rs18152601

APA Style

Huo, L., Zhang, H., & Xu, M. (2026). Agreement–Disagreement Guided Knowledge Transfer for Cross-Scene Hyperspectral Imaging. Remote Sensing, 18(15), 2601. https://doi.org/10.3390/rs18152601

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