Next Article in Journal
Disproportionate Soil Loss from Fragmented Sloping Cropland in Mountainous Northeastern Yunnan: Integrating Sentinel-2, CSLE, and Landscape Metrics
Previous Article in Journal
Open-Source Reproducible Pipeline for Multitemporal Vegetation Monitoring Using Sentinel-2 L2A in Cloud-Prone Tropical Regions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Adaptive Polyline-Path Mask Attention for Hyperspectral and Multispectral Image Fusion

1
College of Computer Science and Software Engineering, Hohai University, Nanjing 211100, China
2
The Key Laboratory of Water Big Data Technology of Ministry of Water Resources, Hohai University, Nanjing 211100, China
3
Information Center, Ministry of Water Resources, Beijing 100053, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Remote Sens. 2026, 18(15), 2536; https://doi.org/10.3390/rs18152536
Submission received: 21 May 2026 / Revised: 6 July 2026 / Accepted: 20 July 2026 / Published: 3 August 2026

Highlights

What are the main findings?
  • This study proposes AdaPPMA-Net, a hierarchical dual-stream network for hyperspectral and multispectral image fusion to improve HR-HSI reconstruction, which combines an AdaPPMA for geometric structure preservation and spectral dependency modeling with SSRefine for spatial-spectral feature recalibration.
  • AdaPPMA-Net achieves consistently superior performance on four public datasets. On the Washington DC Mall dataset, it improves PSNR by 4.2975 dB and reduces RMSE, ERGAS, and SAM by 39.03%, 39.35%, and 38.02%, respectively, over the SOTAs.
What are the implications of the main findings?
  • The results demonstrate that explicit geometric continuity modeling effectively reduces structural distortion in Transformer-based HSI–MSI fusion.
  • The results further show that enhanced inter-band dependency modeling improves spectral continuity in reconstructed hyperspectral images.
  • This demonstrates the effectiveness of the proposed method for achieving high-fidelity multimodal remote sensing fusion.

Abstract

Reconstructing high-resolution hyperspectral images (HR-HSIs) from low-resolution hyperspectral images (LR-HSIs) and high-resolution multispectral images (HR-MSIs) is an important multimodal remote sensing task for applications requiring both fine spatial details and reliable spectral characterization. However, existing Transformer-based HSI–MSI fusion methods still face difficulty in jointly preserving geometric structures and spectral continuity. Specifically, flattening two-dimensional image structures into one-dimensional token sequences tends to weaken local spatial connectivity, while standard self-attention does not explicitly model inter-band dependency, which may lead to structural distortion and spectral inconsistency in the fused results. To address these issues, this paper proposes an Adaptive Polyline Path Masked Attention Network (AdaPPMA-Net) for HSI-MSI fusion. First, an Adaptive Polyline Path Masked Attention mechanism is developed to explicitly encode horizontal and vertical geometric continuity, while a gating strategy is introduced to adaptively regulate positional constraints and suppress redundant dependencies. Second, a spectral enhancement module is embedded into the Transformer block to strengthen inter-band dependency modeling and alleviate the loss of spectral continuity during token interaction. Third, a spatial–spectral refinement (SSRefine) module is designed to recalibrate fused spatial–spectral representations, thereby improving reconstruction quality in the decoding stage. Extensive experiments on four public datasets demonstrate that AdaPPMA-Net consistently outperforms several state-of-the-art methods across multiple quantitative metrics. In particular, on the Washington DC Mall dataset, the proposed method raises PSNR by 4.2975 dB and lowers RMSE, ERGAS, and SAM by 39.03%, 39.35%, and 38.02%, respectively, compared with the strongest competing method. These results indicate that AdaPPMA-Net provides a more effective solution for high-fidelity multimodal remote sensing fusion.

1. Introduction

Hyperspectral images (HSIs) provide fine-grained spectral signatures across hundreds of contiguous bands [1], making them highly valuable for remote sensing applications that require reliable material discrimination and detailed scene understanding, such as precision agriculture [2,3,4,5], earth monitoring [6,7,8,9,10,11], mineral exploration [12,13,14], and military reconnaissance [15,16,17,18]. However, due to the intrinsic constraints of sensor design and transmission bandwidth, existing imaging systems still find it difficult to simultaneously achieve high spatial resolution and high spectral resolution. This limitation restricts the representation of fine structures, object boundaries, and small-scale heterogeneous regions, thereby constraining the practical utility of HSIs in downstream analysis. To address this trade-off, hyperspectral super-resolution reconstruction has been widely studied; the fusion of low-resolution hyperspectral images (LR-HSIs) and high-resolution multispectral images (HR-MSIs) provides an effective and practical multimodal remote sensing solution for generating high-resolution hyperspectral images (HR-HSIs). By enhancing the spatial resolution of HSIs while preserving spectral fidelity, HSI–MSI fusion can provide higher-quality inputs for subsequent tasks such as image classification [19,20,21,22,23], object detection [24], and change detection [25,26,27].
Existing approaches can generally be grouped into single-image super-resolution [28,29,30,31,32] and multi-modal image fusion [33,34,35,36]. Single-image super-resolution methods reconstruct spatial details from a low-resolution HSI (LR-HSI) alone. Although such methods can learn informative spectral-spatial priors from data, the absence of high-resolution spatial guidance often makes the recovery of fine textures and sharp boundaries challenging, especially under relatively large upsampling factors. By contrast, multi-source image fusion introduces high-resolution multispectral images (HR-MSIs) or panchromatic (PAN) images as auxiliary observations. Through the complementary use of the rich spectral information in LR-HSIs and the fine spatial textures in HR-MSIs or HR-PANs, these methods provide a more practical route for HR-HSI reconstruction.
Multi-source fusion methods can be further divided into traditional model-based methods and deep learning-based methods. Traditional methods mainly include matrix factorization-based methods [37,38,39], tensor factorization-based methods [40,41,42], and Bayesian inference-based methods. These approaches usually establish an observation or degradation model and then introduce handcrafted priors to regularize the reconstruction process. They often exhibit clear physical interpretability, but their performance may be limited when the assumed priors are not sufficiently adaptive to complex scenes. In contrast, deep learning-based methods can learn nonlinear mappings directly from training data and have shown strong capability in modeling complicated spatial–spectral interactions.
For HSI-MSI fusion, spatial dependency modeling is particularly important because the reconstruction of high-fidelity spectra is closely related to whether contextual correlations among neighboring and non-neighboring pixels can be properly characterized. Pixels belonging to the same material region usually exhibit not only spectral similarity but also structural continuity in space. Therefore, effective spatial dependency modeling is closely associated with the preservation of both spatial structures and spectral fidelity in fused products. CNN-based methods usually rely on hierarchical convolutions to extract multi-scale spatial features [43,44,45,46]. Such a design is effective for local pattern modeling, yet its receptive field is still fundamentally constrained by kernel size and network depth. As a result, capturing long-range contextual interactions remains nontrivial, and fine-grained details may gradually weaken after repeated downsampling and aggregation operations.
To enhance global dependency modeling, Transformer-based architectures have been increasingly introduced into HSI fusion [47,48,49,50,51,52,53,54,55,56,57]. By means of multi-head self-attention (MHSA), Transformers compute correlations between arbitrary token pairs and thus offer an effective mechanism for long-range contextual aggregation. This property is advantageous for relating spectrally similar regions distributed at different spatial locations and for improving global contextual consistency. Nevertheless, when directly applied to HSI-MSI fusion, existing Transformer-based models still face several challenges. First, the common patch partition and token flattening operations are convenient for sequence modeling, but they may weaken the explicit representation of the original two-dimensional structural continuity. Existing positional encodings provide coordinate-related cues, yet they do not explicitly characterize physical connectivity or structural boundaries of ground objects. Second, some methods attempt to incorporate structural priors, but the imposed constraints are often fixed or only weakly adaptive, which may limit their flexibility across heterogeneous scenes. Third, although hyperspectral data exhibit strong inter-band continuity, such continuity is not always explicitly emphasized in standard attention computation, and spectral characteristics may be insufficiently preserved during feature interaction and reconstruction.
  • HSI-MSI fusion should recover not only high-resolution spatial details but also structurally continuous patterns within homogeneous regions and along object boundaries. However, existing spatial interaction mechanisms usually rely on implicit dependency learning and do not explicitly incorporate geometric continuity priors. Moreover, since such continuity is often locally distributed, uniformly imposing the same structural prior may be suboptimal.
  • Hyperspectral images exhibit strong local correlation across adjacent spectral bands due to their continuous narrow-band acquisition process. During feature fusion, however, spatial aggregation operations mainly focus on contextual interaction and may not explicitly maintain local spectral continuity. This can limit spectral fidelity in the reconstructed image. Therefore, an explicit spectral enhancement mechanism is needed to complement spatial feature aggregation.
From this perspective, a practically important issue is how to improve HSI-MSI fusion in a way that better coordinates three aspects, including geometric continuity in space, adaptive contextual interaction, and continuity-aware spectral representation. Motivated by this observation, we propose an Adaptive Polyline Path Masked Attention Network (AdaPPMA-Net) for HSI and MSI fusion. The proposed framework adopts a hierarchical dual-stream architecture to extract complementary spatial information from HR-MSIs and spectral information from LR-HSIs. Within this framework, a Masked Separable Attention (MSA) module is introduced to enhance feature interaction. Specifically, a polyline-path-based masking strategy is used to provide structure-aware spatial guidance, and an adaptive gating mechanism is further employed to modulate the strength of positional constraints according to image content. In addition, a spectral enhancement branch is embedded into the attention module to strengthen the modeling of inter-band dependencies before feature aggregation. Finally, a spatial–spectral refinement (SSRefine) module is adopted in the reconstruction stage to recalibrate fused spatial–spectral features. Through these components, AdaPPMA-Net aims to improve the coordination between spatial structure preservation and spectral fidelity in the fusion process. The main contributions of this paper are summarized as follows:
  • We propose a hierarchical dual-stream network, termed Adaptive Polyline Path Masked Attention Network (AdaPPMA-Net), for hyperspectral and multispectral image fusion. The network is designed to improve HR-HSI reconstruction by jointly considering spatial structure preservation and spectral dependency modeling.
  • We develop a Masked Separable Attention (MSA) module for structure-aware and spectral-continuity-aware feature modeling. In particular, the proposed Adaptive Polyline Path Masked Attention extends PPMA by introducing an adaptive gating mechanism to suppress unnecessary long-range dependencies and by incorporating the gated attention into the self-attention map, thereby enabling more stable joint spatial–spectral modeling. Additionally, a spectral enhancement branch is incorporated to strengthen inter-band dependency representation during feature interaction.
  • We introduce a spectral-spatial refinement (SSRefine) module for the reconstruction stage. Although inspired by the intrinsic and ghost feature generation strategy in GhostNet, SSRefine is specifically designed for hyperspectral fusion to extract representative spectral features and refine neighboring bands, thereby improving spectral correlation modeling and reconstruction quality.
  • Experiments on four benchmark datasets show that AdaPPMA-Net achieves competitive and consistently favorable performance compared with several representative fusion methods, thus demonstrating the effectiveness of the proposed design.

2. Related Works

2.1. Traditional Methods

Traditional approaches generally consist of component substitution (CS), Multiresolution Analysis (MRA), Matrix Factorization-Based Methods, Tensor Factorization-Based Methods, and Bayesian-Based Methods.
CS methods map the source images into a different space. They decouple the images into spatial and spectral components. The method replaces the spatial component of the hyperspectral image with the spatial component of the high-resolution reference image. This step achieves the injection of spatial details. Finally, an inverse transformation recovers the original spectral distribution. Classical approaches include PCA [58], IHS [59], and GIHS [60], where PCA performs fusion in the principal-component space, IHS replaces the intensity component, and GIHS extends IHS to multispectral data with an arbitrary number of bands.
MRA methods perform multiresolution decomposition of images into high- and low-frequency sub-bands, where spatial details and coarse structures are fused separately. The final fused image is then obtained by inverse transformation. Representative MRA-based methods include SFIM [61] and MTF-GLP [62].
Matrix factorization-based methods reshape the 3D hyperspectral data cube into a 2D matrix and recover the high-resolution HSI by estimating the endmember and abundance matrices. In this framework, CNMF [38] exploits the LR-HSI and HR-MSI to jointly estimate these two matrices, while HySure [63] incorporates subspace modeling and vector total variation regularization to preserve edge structures and suppress noise. CO-CNMF [39] further introduces convex optimization with sparsity and volume regularization, and solves the resulting problem via ADMM.
Unlike matrix factorization methods, tensor factorization methods model HSIs as 3D tensors to preserve the spatial–spectral structure of the data. Representative methods include NLSTF [64], which combines nonlocal similarity modeling with sparse Tucker decomposition; STEREO [65], which employs coupled CP decomposition to exploit its uniqueness property; and CNTD [40], which reconstructs the HR-HSI via Tucker decomposition. To alleviate the rapid growth of the Tucker core tensor, FSTRD [66] adopts tensor ring decomposition to reduce model complexity while maintaining reconstruction performance.
Bayesian-based methods formulate fusion as a Maximum a Posteriori (MAP) estimation problem, providing a flexible framework for noise modeling, hyperparameter estimation, and uncertainty quantification. Representative methods include Bayesian sparse representation [67], FUSE [68], and R-FUSE [69]. In particular, FUSE derives an analytical solution based on the Sylvester equation to improve computational efficiency, while R-FUSE adopts a hierarchical Bayesian model and performs joint estimation of the image, noise, and hyperparameters via variational inference.

2.2. Deep Learning Methods

Early research treated hyperspectral data as 3D tensors. It used 3D kernels to extract spatial and spectral features together. Palsson et al. [70] proposed a 3D CNN method. It uses Principal Component Analysis (PCA) to reduce dimensions before fusion. SSFCNN proposed by Han et al. [71] is an early fusion method based on a shallow convolutional neural network. By combining the SRCNN network framework with partial dense connections, it jointly extracts and maps complementary spatial and spectral features, thereby improving image quality and computational efficiency. Zhang et al. [72] proposed SSR-NET, a lightweight convolutional neural network. It initially fuses low-resolution HSIs and high-resolution multispectral images via a cross-modal information insertion module, and then recovers spatial and spectral information through spatial and spectral reconstruction networks, respectively. MSDCNN, proposed by Wei et al. [73], uses dilated convolutions with different rates. This expands the receptive field without adding more parameters. However, this can cause spatial discontinuity in the image. DICNN, proposed by He et al. [74], modifies the detail injection model from traditional Compressed Sensing (CS) methods. It uses a CNN to learn injection gains. However, if the learned weights do not match the physical bands, spectral distortion still occurs. Yang et al. [75] proposed a two-branch CNN model. One branch processes the spectrum of the LR-HSI. The other branch processes the spatial neighborhood of the HR-MSI. The extracted features are combined before the final layers. Liu et al. [76] abandoned the traditional pixel-level feature stacking approach used in early CNNs. The proposed TFNet is a deep two-stream convolutional neural network based on feature-level fusion. It extracts features from panchromatic and multispectral images separately through two parallel subnetworks with identical structures but independent weights, and then employs a single-channel attention mechanism to perform adaptive weighted fusion in the feature domain, significantly improving the quality of the generated images. Li et al. [77] proposed a two-stream 2D CNN. It has a shallow stream for spectral features and a deep stream for spatial features. HPWF-Net proposed by Yuan et al. [43] adopts a hierarchical progressive strategy to capture interactive correlations across different spatial scales and spectral bands for the reconstruction of high-fidelity images. SIGnet proposed by Li et al. [44] incorporates a deep aggregated convolutional network to hierarchically inject high-resolution spatial features into the spectral reconstruction process in a gradual manner. CNNs capture local spatial correlations through localized receptive fields and are incapable of global modeling. CANConv [46] utilizes content-aware nonlocal convolution operations to dynamically perceive variations in content features across different regions, in order to adjust the receptive field range and weights for feature map aggregation.
To overcome the limited receptive field of CNNs, researchers introduced Transformers [78,79]. Transformers use self-attention to calculate the correlation between any two pixels. This captures global spatial and spectral relationships. Fusformer, proposed by Hu et al. [80], models global relationships by estimating residuals. The MCT-Net proposed by Wang et al. [81] introduces a cross-attention mechanism to deeply extract and interact the spectral features of low-resolution HSIs and the spatial features of high-resolution multispectral images, thereby achieving high-quality fusion of spatial details and spectral information at multiple scales. MDC-FusFormer, proposed by Sun et al. [82], uses a three-branch network. It fuses spatial and spectral features. Shallow features interact with deep features through an attention mechanism. Then, multi-dimensional convolutions refine the features. MIMFormer proposed by Li et al. [49] employs a multi-scale spatial–spectral hybrid module to simultaneously implement local receptive field modeling and long-range modeling of global features. Nie et al. [51] design a dual-branch spatial–spectral reconstruction module and a spectral propagation strategy to effectively alleviate the problem of incomplete spectral reconstruction caused by inconsistent fields of view and improve the generalization ability of the model. CSGAV—proposed by Chi et al. [52]—combines a similarity-guided graph attention mechanism with a variational autoencoder-powered Transformer architecture to achieve robust cross-modal spatial interactive fusion. The dual-branch network DBMGNet proposed by Zhang et al. [53] uses a mutual guidance mechanism to balance the contradiction between spatial resolution and spectral information fidelity, thus enhancing spatial–spectral consistency. ESFS proposed by Xu et al. [55] improves fusion quality by collaboratively exploiting complementary features in spatial and frequency domains, balancing contextual understanding and local spatial details at the spatial level, and trading off deep features and their dependencies at the frequency level. Although the above methods perform image fusion from the aspects of spatial, spectral and frequency domains, they suffer from feature aliasing at geometric boundaries due to the lack of explicit geometric prior constraints. Wu et al. [47] propose HPRN to guide high-resolution super-resolution reconstruction of images by exploring global correlations in spectral data, which reduces spectral distortion during super-resolution but ignores spatial correlations, thus leading to distortion of image texture structures. Li et al. [48] introduce a residual masking mechanism to adaptively filter redundant spatial dependencies, yet this approach cannot suppress spectral crosstalk near object boundaries.

3. Proposed Method

3.1. Overall of AdaPPMA-Net

As illustrated in Figure 1, the proposed AdaPPMA-Net adopts a hierarchical dual-branch architecture for HR-HSIs reconstruction. The network integrates hierarchical multi-scale feature extraction through Masked Separable Attention (MSA) and spatial–spectral feature recalibration through the spatial–spectral refinement module (SSRefine) to enhance the spatial–spectral representation of fused features.
Specifically, the network takes the low-resolution HSI X l r R C × h × w and the high-resolution multispectral image X h r R c × H × W as inputs, where H = 4 h and W = 4 w . First, multi-scale feature extraction modules are employed in the two branches to hierarchically encode spatial–spectral information from the two modalities. In the HR-MSI branch, X h r is first processed by D 1 to extract shallow features and then further encoded by D 2 to obtain deep features, which can be formulated as
H R 1 = D 1 X h r
H R 2 = D 2 H R 1
where H R 1 R C × h × w and H R 2 R C × h / 2 × w / 2 denote the shallow- and deep-level features, respectively. Here, D 1 ( · ) consists of two successive 3 × 3 convolutional blocks with stride 2, each composed of a convolutional layer followed by a ReLU activation, while D 2 ( · ) denotes a similar 3 × 3 convolutional block with stride 2. Such a hierarchical design produces scale-aligned feature representations for subsequent cross-modal fusion. In the LR-HSI stream, X l r is processed by the ConvBlock to generate L R 2 , which is at the same scale as H R 2 .
L R 2 = D 2 X l r
Subsequently, X l r , H R 1 and L R 2 , H R 2 are processed by MSA at the shallow and deep levels, respectively, for hierarchical spatial–spectral feature extraction. Through the process, spatial geometric structures and spectral responses are effectively characterized, which improves spatial–spectral coherence. The process can be formulated as
F 1 , h r = MSA ( H R 1 )
F 1 , l r = MSA ( X l r )
F 2 , h r = MSA ( H R 2 )
F 2 , l r = MSA ( L R 2 )
After dual-scale feature extraction, the deep-level features are first aggregated to form a preliminary fused representation F 2 . To further enhance the spatial–spectral representation, SSRefine is introduced to refine F 2 and generate the recalibrated feature F ^ 2 , which is formulated as
F 2 = Cat ( F 2 , l r , F 2 , h r , H R 2 , L R 2 )
F ^ 2 = SSRefine ( F 2 )
where the Cat ( · ) denotes the channel-wise concatenation. The refined feature F ^ 2 is then upsampled by bilinear interpolation to the spatial size of h × w to obtain F 3 . Next, F 3 is combined with F 1 , h r , F 1 , l r , H R 1 and X l r to generate F 4 . To further strengthen spatial–spectral continuity before image reconstruction, SSRefine is applied to recalibrate F 4 and produce the recalibrated feature F ^ 4 .
F 4 = Cat ( F 3 , F 1 , h r , F 1 , l r , X l r , H R 1 )
F ^ 4 = SSRefine ( F 4 )
After spatial–spectral recalibration, F ^ 4 is upsampled and concatenated with Up ( X l r ) and X h r for feature reconstruction. The concatenated features are first fused by a 1 × 1 convolution. Finally, the reconstructed HR-HSI Z ^ R C × H × W is obtained.
Z ^ = Conv 1 × 1 ( Cat ( Up ( F ^ 4 ) , Up ( X l r ) , X h r ) )
where Up ( · ) denotes bilinear interpolation, Cat denotes channel-wise concatenation.
The architectural details of MSA and SSRefine are described in the following subsections.

3.2. Masked Separable Attention Module

In Vision Transformer (ViT) models, an input feature map is typically divided into fixed-size patches, with each patch represented as a token for subsequent processing. Although the tokenization strategy is effective for global dependency modeling, it does not explicitly preserve the spatial geometric structures and cross-band spectral continuity inherent in hyperspectral features. Therefore, such a patch-based representation may limit the joint modeling of spatial–spectral correlations in HSI fusion.
To address the issue, we propose the MSA module for joint modeling of spatial geometric patterns and spectral features by integrating the Adaptive Polyline Path Mask Attention (Ada-PPMA) mechanism and a spectral enhancement strategy. As shown in Figure 2, and given an input feature map X R C × H × W , the MSA module first generates Q, K, and V through a lightweight two-stage projection scheme. To balance local spatial modeling capability and computational efficiency, the MSA module adopts a two-stage projection strategy to generate Q, K, and V. First, three independent 1 × 1 convolutions are used to project the X into the initial Q, K, and V representations. Then, a depthwise convolution is applied to each projected feature to further extract local spatial context in a channel-wise manner. The generation process is formulated as follows:
Q = Rs ( Conv 3 × 3 , g r o u p s = C Q ( Conv 1 × 1 Q ( X ) ) )
K = Rs ( Conv 3 × 3 , g r o u p s = C K ( Conv 1 × 1 K ( X ) ) )
V = Rs ( Conv 3 × 3 , g r o u p s = C V ( Conv 1 × 1 V ( X ) ) )
where Conv 3 × 3 , g r o u p s = C denotes depthwise convolution with the C groups, and Rs denotes the flatten operation where the feature maps are reshaped into the shape ( H × W ) × D . Among the three projected features, V is further refined by a parallel spectral enhancement branch to preserve spectral continuity before content aggregation, which can be described as:
V * = SpeE ( V )
where SpeE ( · ) denotes the spectral enhancement module. Q and K are used to model spatial correlations by self-attention. Since V carries the feature content to be integrated, enhancing V helps preserve spectral continuity in the resulting representation. Meanwhile, Q and K are used to compute content-based attention scores for capturing spatial correlations:
A i n i t = Q × K T d
Meanwhile, the input feature map X is also fed into the Ada-PPM branch to construct a structure-aware polyline mask, which is designed to be dynamically adjusted through a gating mechanism. The resulting structure constraint is then combined with content-based attention to produce the final attention map, which is used to aggregate the enhanced value features.
A = Softmax ( AdaPPM ( X ) + A i n i t )
Finally, the modulated feature is fused with the input feature through a residual connection, followed by Layer Normalization to obtain the output Y of the MSA module:
Y = LayerNorm ( Conv 1 × 1 ( Rs ( A × V * ) ) + X )
where Rs ( · ) denotes that the shape of the out feature map reshapes back to R C × H × W .

3.2.1. Spectral Enhancement

In standard self-attention, content features are aggregated according to the learned attention map, which is mainly driven by token similarity in the spatial feature space. Although such a mechanism is effective for global contextual modeling, its use of spectral correlation is relatively implicit and does not explicitly account for the local continuity and strong dependency among adjacent hyperspectral bands. As a result, relying only on self-attention may be insufficient to stably preserve fine-grained spectral consistency in HSI-MSI fusion. To address this issue, we introduce a spectral enhancement branch on the V branch, because V carries the content information to be aggregated, and directly refining it is more effective for preserving spectral characteristics before attention-based fusion.
Specifically, the spectral enhancement branch employs a lightweight combination of 1D convolution and Layer Normalization. First, a 1D convolution is applied to V R ( H × W ) × C along the spectral dimension to capture local correlations and variation patterns across adjacent bands, thereby enhancing spectral continuity. Then, a Layer Normalization is used to normalize the feature distribution and improve optimization stability. Finally, the spectrally enhanced feature is combined with the original V to obtain the enhanced value feature V * :
V s p e c = LayerNorm ( Conv 1 d ( V ) )
V * = 1 2 ( V + V s p e c )
where the scaling factor is introduced to stabilize the variance of the fused feature, so that its standard deviation is maintained around 1. Through the design, the MSA module enhances spectral continuity in the content features while preserving the efficiency of the parallel attention computation.

3.2.2. Adaptive Polyline Path Mask Attention

Although self-attention can capture long-range dependencies, it mainly establishes interactions based on feature similarity and lacks explicit constraints on geometric continuity. In remote sensing images (RSIs), this limitation can weaken the modeling of continuous geometric structures and spatially coherent regions. Inspired by PPMA [83], we introduce Ada-PPMA to explicitly model spatial reachability through polyline paths, thereby improving the geometric continuity of attention modeling.
The core idea of PPMA is to define the connection between two spatial positions using polyline paths rather than unconstrained full connections. Specifically, for any two tokens on the feature map, PPMA constructs two symmetric L-shaped paths, namely a Vertical-to-Horizontal path and a Horizontal-to-Vertical path. This path formulation preserves pairwise spatial proximity in a manner consistent with the Manhattan distance, thereby maintaining adjacency relationships in the original image space. Based on these polyline paths, the structural mask is determined by the accumulated decay along each path rather than by distance alone. Consequently, positions connected through shorter and more continuous paths tend to exhibit smaller accumulated decay and receive larger mask responses, whereas distant or weakly connected positions are suppressed.
To instantiate the PPMA, two MLPs are employed to predict the horizontal decay factor α i , j and the vertical decay factor β i , j from the input feature map. These decay factors are then constrained to the range of [ 0 , 1 ] through nonlinear transformations. For the Vertical-to-Horizontal path from x k , l to x i , j , the decay weight L i , j , k , l is defined as the product of the decay factors accumulated along the vertical and horizontal segments:
L i , j , k , l = α i , j : l β i : k , l
α i , j : l = n = j + 1 l α i , n j < l 1 j = l n = l + 1 j α i , n j > l
β i : k , l = n = i + 1 k β n , l i < k 1 i = k n = k + 1 i β n , l i > k
where, α i , j : l denotes the multiplicatively accumulated horizontal decay along row i between columns j and l, and β i : k , l denotes the multiplicatively accumulated vertical decay along column l between rows i and k. By symmetry, the decay weight along the Horizontal-to-Vertical path, denoted by L ˜ i , j , k , l , is defined analogously. By combining the contributions of the Vertical-to-Horizontal and Horizontal-to-Vertical paths, we obtain the final polyline structural prior:
M i , j , k , l = L i , j , k , l + L ˜ i , j , k , l
The resulting tensor has dimensions of ( H × W ) × ( H × W ) for subsequent attention computation.
Since structural continuity in RSIs is often concentrated in local regions, uniformly imposing the same polyline-based structural prior over all positions may be suboptimal, especially in HSI-MSI fusion where both spatial structures and spectral consistency should be preserved. To address this issue, we introduce an adaptive gating mechanism to dynamically regulate the contribution of the polyline prior according to the input features. The gating weight G R N × N , is learned through a lightweight nonlinear mapping. Given the input feature map X, the gating weight is computed as
L = Rs ( Sigmoid ( ReLU ( Conv 3 × 3 ( X ) ) ) )
G = σ ( L × L T )
where Rs ( · ) denotes that the feature map reshapes into a vector with the shape ( H × W ) × 1 , and σ denotes Sigmoid. Finally, the position mask is computed as
M a d a p t = G × M
In this way, the feature interaction process is jointly guided by semantic similarity and structural continuity. The introduced spatial neighborhood prior suppresses responses that are inconsistent with the underlying geometric structure, thereby enabling the model to better propagate information along continuous regions and boundaries.

3.3. Spatial–Spectral Refinement Module

In HSI-MSI fusion, the decoder is expected to reconstruct spatial–spectral representations with fine spatial structures and smooth spectral continuity. Due to the continuous narrow-band imaging property of hyperspectral data, adjacent channels usually exhibit strong correlations and similar response patterns. However, preliminary fused features often fail to adequately maintain such local spectral continuity, which weakens the modeling of latent inter-spectral dependencies and further degrades reconstruction quality.
Inspired by GhostNet [84], we design a spectral-spatial refinement module, termed SSRefine, to enhance fused feature reconstruction. Unlike GhostNet, whose main objective is to reduce computational cost by generating redundant features through cheap transformations, SSRefine is introduced to better exploit the strong correlations and subtle variations among adjacent hyperspectral bands. Specifically, it first extracts representative spectral features and then expands them to refine neighboring band responses, thereby improving spectral correlation modeling and reconstruction quality in HSI-MSI fusion.
Accordingly, the generation of output features is reformulated into two successive steps.
Intrinsic Feature Generation. First, a small number of convolution filters is applied to the input feature X R C × H × W to generate a set of intrinsic feature maps Y i n t r i n s i c R m × H × W , where m < n . These feature maps retain representative information in the fused feature space. The process can be formulated as
Y i n t r i n s i c = NeLU ( BN ( Conv 3 × 3 ( X ) ) )
where Conv 3 × 3 represents a standard convolution operation with a kernel size of 3, and BN ( · ) means batch normalization.
Ghost Feature Generation. To generate supplementary features for the target output representation, each intrinsic feature map y i Y i n t r i n s i c is further transformed by depthwise convolutions. The resulting feature maps are referred to as Ghost features Y g h o s t and are defined as follows.
y i j = Φ i j ( y i ) , i = 1 m , j = 1 s
where y i denotes the i-th intrinsic feature map, Φ i j denotes the j-th 3 × 3 depthwise convolution applied to y i , and s is the number of Ghost features derived from each intrinsic feature map.
In our realization,
Y g h o s t = NeLU ( BN ( GConv 3 ( Y i n s t r i n s i c ) ) )
where the GConv 3 ( · ) denotes the Group Convolution with kernel size 3.
The final output features are obtained by concatenating the intrinsic feature maps and Ghost features along the channel dimension.
Y o u t = Cat ( Y i n t r i n s i c , Y g h o s t )
SSRefine is constructed by stacking Ghost Bottlenecks derived from the Ghost module introduced above. As illustrated in Figure 3, each Ghost Bottleneck integrates two Ghost modules, a 3 × 3 depthwise convolution for spatial calibration, an SE module for spectral recalibration, and a residual path. Given an input feature X R D × H × W , the first Ghost module produces intrinsic features and ghost features, each with D / / 4 channels. The generated features are subsequently calibrated by a 3 × 3 depthwise convolution to encode local spatial context.
The spatially calibrated features are then fed into the SE module for spectral reweighting. Specifically, the SE module employs a 3 × 3 convolution, global average pooling, and two fully connected layers to estimate channel weights ω , thereby adaptively emphasizing informative spectral responses and suppressing redundant ones. The reweighted features are further refined by the second Ghost module followed by a 3 × 3 convolution, yielding enhanced spatial spectral representations. Meanwhile, a residual path from the intermediate feature F G to the block output is introduced to facilitate gradient propagation in the decoder and promote stable feature reconstruction. The overall transformation is formulated as follows.
F G = G 1 ( X )
X ^ = Conv 3 ( G 2 ( SE ( DWConv 3 ( F G ) ) ) ) + F G
where G 1 ( · ) and G 2 ( · ) denote the first and second Ghost modules, respectively, DWConv 3 ( · ) denotes the 3 × 3 depthwise convolution, SE ( · ) denotes the SE module, and Conv 3 ( · ) denotes the 3 × 3 convolution for spatial spectral refinement. The SE module is as follows:
X = Conv 3 ( X i n )
X o u t = X GAP ( FC ( FC ( X ) ) )
where GAP ( · ) denotes global average pool and FC ( · ) means full connection.

3.4. Loss Function

To measure the difference between the fused HR-HSI and the ground truth HR-HSI, we adopt the Root Mean Square Error (RMSE) as the primary loss function during the training process of our model. RMSE is a metric widely used in image reconstruction and regression problems that effectively reflects the degree of deviation between predicted values and true values. The formula for RMSE is defined as follows:
L = 1 H W C n = 1 H W C ( z n z ^ n ) 2
where z n and z ^ n denote the n-th elements of the vectorized ground truth HR-HSI and the fused HR-HSI, respectively.

4. Results

4.1. Experiments Setups

4.1.1. Datasets and Metrics

To evaluate the performance of the proposed method, experiments were conducted on four public datasets, namely Pavia Center, Pavia University, Urban, and Washington DC Mall. These datasets cover different scenes and sensor types. The details of the datasets are described as follows.
  • Pavia Center. Pavia Center was acquired by the ROSIS sensor over the center of Pavia, Italy. The original image contains 115 spectral bands spanning 430 to 860 nm. After removing noisy bands, 102 bands were retained for the experiments. The image size is 1096 × 715 pixels, with a spatial resolution of 1.3 m.
  • Pavia University. Pavia University was acquired by the ROSIS sensor over the University of Pavia, Italy. After bands affected by atmospheric absorption were removed, 103 bands were retained. The image size is 610 × 340 pixels, with a spatial resolution of 1.3 m. The scene includes urban objects such as buildings, roads, and vegetation.
  • Urban. Urban was acquired by the HYDICE sensor. The original image size is 307 × 307 pixels, with 210 spectral bands. After bands affected by water vapor absorption and low signal-to-noise ratio were removed, 162 bands were retained. The scene contains complex urban structures and diverse materials.
  • Washington DC Mall. Washington DC Mall was acquired by the HYDICE sensor over the National Mall in Washington, D.C. The original image contains 210 spectral bands spanning 0.4 to 2.4 μm. After bands in the atmospheric absorption regions were removed, 191 bands were retained. The image size is 1208 × 307 pixels. The scene includes diverse land-cover types, such as roofs, streets, paths, grass, and trees.
We evaluated the fusion results from both spatial and spectral perspectives using four quantitative metrics, namely Root Mean Squared Error (RMSE), Peak Signal-to-Noise Ratio (PSNR), Erreur Relative Globale Adimensionnelle de Synthèse (ERGAS), and Spectral Angle Mapper (SAM).

4.1.2. Implementation Details

Following the Wald protocol [85], the LR-HSI was generated by applying a 5 × 5 Gaussian blur to the original HR-HSI, followed by downsampling with factors of 2 and 4. The HR-MSI was constructed by combining five spectral bands uniformly sampled from the original HSI to simulate multispectral observations. The central 128 × 128 region in the original image was used as the test image, while the remaining regions were cropped into overlapping 128 × 128 patches to form the training set.
All experiments were implemented using Python 3.9 and PyTorch 2.7 on Ubuntu 20.04 LTS. The hardware platform was equipped with a single NVIDIA Quadro A40 GPU (NVIDIA Corporation, Santa Clara, CA, USA) with 48 GB memory. The Adam optimizer was adopted for network training, with the initial learning rate set to 1 × 10−4, a batch size of 1, 10,000 training epochs, and a fixed random seed of 1.

4.2. Experimental Results

To comprehensively evaluate the performance of the proposed AdaPPMA-Net, we conducted extensive comparative experiments against nine representative fusion methods, such as MSDCNN [73], TFNet [76], SSFCNN [71], SSRNET [72], MCT-Net [81], MDC-FusFormer [82], AMSFNet [86], CLSNet [87], and MCANet [36].

4.2.1. Results on Urban

Table 1 presents the quantitative results on the Urban dataset. AdaPPMA-Net achieves the best results in terms of RMSE, PSNR, ERGAS, and SAM under both the ratio of 2 and 4, indicating that the proposed method delivers consistently superior reconstruction performance across different resolution ratios.
Specifically, under the ×2, the proposed method achieves an RMSE of 2.281, a PSNR of 38.722 dB, an ERGAS of 1.203, and a SAM of 2.138. Under ×4, it further attains an RMSE of 2.298, a PSNR of 38.655 dB, an ERGAS of 1.158, and a SAM of 2.080.
These improvements suggest that the proposed framework provides a more balanced reconstruction of spatial structures and spectral information on the Urban scene. Considering that the Urban dataset contains dense small objects and relatively complex local layouts, accurate fusion requires not only the recovery of fine textures but also the preservation of structural continuity in heterogeneous regions. From this perspective, the performance gain of AdaPPMA-Net can be reasonably attributed to the complementary roles of its main components. Specifically, the adaptive positional masking strategy introduces structure-aware guidance into feature interaction, which is beneficial for preserving spatial relationships among tokens. Meanwhile, the SpeE module strengthens inter-band dependency modeling during feature encoding, helping maintain spectral consistency. In addition, the GLRM further refines the fused spatial–spectral features during reconstruction, which contributes to better coordination between spatial detail restoration and spectral fidelity. Overall, these results indicate that AdaPPMA-Net is effective in improving both spatial reconstruction quality and spectral preservation on this dataset.
The visual results in Figure 4 and Figure 5 lead to similar conclusions. Compared with the competing methods, AdaPPMA-Net better preserves local texture details in regions with dense small structures and exhibits lower overall reconstruction errors in the corresponding error map, demonstrating its effectiveness in handling challenging urban regions with complex spatial patterns. As shown in Figure 6 and Figure 7, the spectral curves on the Urban dataset indicate that AdaPPMA-Net produces spectra whose overall trends are closer to the GT than those of other methods under both scale factors.

4.2.2. Results on PaviaU

Quantitative and visual comparisons on the Pavia University dataset are presented in Table 2, Figure 8 and Figure 9. Similar to the results on the Urban dataset, AdaPPMA-Net achieves the best values for quality metrics under both the ×2 and ×4 ratio, indicating favorable performance in terms of both reconstruction accuracy and spectral preservation. In particular, the proposed method obtains 1.540 RMSE, 44.065 dB PSNR, 1.156 ERGAS, and 1.782 SAM at ×2, and further yields 1.465 RMSE, 44.501 dB PSNR, 1.122 ERGAS, and 1.772 SAM at ×4 These results indicate that the proposed framework is effective in jointly improving spatial reconstruction quality and spectral fidelity on this dataset. The Pavia University dataset is characterized by strong spatial heterogeneity and large local variations, which place higher demands on the recovery of fine details and spatially varying structures. The competitive performance of MDC-FusFormer suggests that capturing localized feature interactions is beneficial for this scene. Nevertheless, for regions with more complex structural arrangements, further improving the modeling of spatial positional dependencies appears to be beneficial for achieving more reliable reconstruction. By combining refined local structure recovery with more effective spatial dependency modeling, AdaPPMA-Net is well suited to the reconstruction of this dataset.
The advantage is also evident from the visual comparison in Figure 8 and Figure 9. AdaPPMA-Net produces clearer boundary reconstruction and more faithful texture recovery, while showing lower overall reconstruction errors in the corresponding error map than the competing methods, which is consistent with the quantitative comparison. As shown in Figure 6 and Figure 7, the spectral curves on the PaviaU dataset show that AdaPPMA-Net yields reconstructed spectra whose overall trends are more consistent with the GT than those of the other methods at both scale factors.

4.2.3. Results on PaviaC

Quantitative and visual results on the Pavia Center dataset are summarized in Table 3, Figure 10 and Figure 11, respectively. AdaPPMA-Net achieves the best results across all evaluation metrics. Compared with the second-best method AMSFNet, AdaPPMA-Net improves PSNR by 1.9929 dB and reduces RMSE, ERGAS, and SAM by 20.50%, 15.19%, and 14.04%, respectively. These results indicate that AdaPPMA-Net provides consistently favorable reconstruction quality on this dataset. The Pavia Center dataset exhibits diverse spatial patterns and rich texture variations, with densely distributed structures in many regions, which places higher demands on detailed texture recovery and structural discrimination. The competitive performance of AMSFNet shows the effectiveness of transformer-based feature modeling for this scene. However, for regions with more diverse structural compositions, further improving spatial dependency modeling across different areas appears helpful for more reliable reconstruction. The superior performance of AdaPPMA-Net may be attributed to its ability to preserve local details while modeling spatial dependencies across different regions.
The visual comparisons shown in Figure 10 and Figure 11 indicate that AdaPPMA-Net maintains consistent reconstruction quality under the scale factors of 2 and 4. While the residual maps of AdaPPMA-Net and MCANet appear similar overall, AdaPPMA-Net yields clearly better quantitative results, demonstrating its superior overall reconstruction performance. As shown in Figure 6 and Figure 7, the spectral curves on the PaviaC dataset indicate that AdaPPMA-Net produces spectra that are more consistent with the GT than those of the other methods under both scale factors.

4.2.4. Results on Washington DC Mall

Quantitative and visual comparisons on the Washington DC Mall dataset are presented in Table 4, Figure 12 and Figure 13, respectively. AdaPPMA-Net achieves the best results across all evaluation metrics. Compared with the second-best method, MCT-Net, AdaPPMA-Net improves PSNR by 4.2975 dB and reduces RMSE, ERGAS, and SAM by 39.03%, 39.34%, and 38.02%, respectively. These results indicate a clear advantage of AdaPPMA-Net in reconstruction quality on this dataset. A notable phenomenon is that SSFCNN performs much worse on the Washington DC Mall dataset than on the other three datasets. This observation suggests that the Washington DC Mall scene poses greater challenges to methods that rely primarily on local convolutional modeling. Complex spatial arrangements and strong cross-region variations in the Washington DC Mall scene increase the difficulty of jointly preserving local details and representing broader structural relationships. CNN-based modeling alone is therefore relatively less effective in characterizing global structures. The competitive performance of MCT-Net suggests that combining convolutional modeling with transformer-based feature interaction is beneficial for complex scenes with diverse spatial patterns. However, for scenes with stronger cross-region structural variations, further improving spatial positional awareness appears important for distinguishing complex structural relationships more reliably. The superior performance of AdaPPMA-Net may be attributed to its ability to preserve local structures while more effectively modeling spatial dependencies.
The visual comparison in Figure 12 and Figure 13 further supports the quantitative results. AdaPPMA-Net achieves more accurate reconstruction in structurally complex regions and shows lower overall errors than the competing methods, which is consistent with the numerical comparison. As shown in Figure 6 and Figure 7, the spectral curves on the Washington dataset show that AdaPPMA-Net reconstructs spectral signatures whose overall trends are consistently closer to the GT than those of the competing methods under both scale factors.

4.3. Ablation Studies

To evaluate the effectiveness of the proposed modules, we conducted two types of ablation studies. The first type examines the contributions of AdaPPMA and SpeE within MSA. Three variants are constructed by removing AdaPPMA alone, SpeE alone, or both modules together, corresponding to the first three rows of Table 5. The second type focuses on the contributions of MSA and SSRefine. It consists of the variants corresponding to rows 4 to 6 in Table 5. In all ablated variants, each removed module is replaced with an Identity module in PyTorch.

4.3.1. Effectiveness of SpeE

A comparison between rows 1 and 7 in Table 5 shows that removing SpeE increases SAM by 0.2479 and ERGAS by 0.1370 on the Washington DC Mall dataset. On the Urban dataset, SAM and ERGAS increase by 0.2193 and 0.1263, respectively. These results confirm that SpeE has the capability to enhance spectral representations because SpeE performs convolution along the spectral dimension and exploits the relationships between adjacent spectral bands.

4.3.2. Effectiveness of AdaPPMA

As shown in Table 5, which compares row 2 with row 7, when AdaPPMA is removed, RMSE increases by 0.4733 and PSNR decreases by 4.5614 on the Washington DC Mall dataset. On the Urban dataset, RMSE increases by 0.1964 and PSNR decreases by 0.7123. The results indicate that AdaPPMA improves reconstruction quality by preserving local spatial positional relationships through a two-dimensional positional mask and a gating mechanism. The two-dimensional positional mask enhances the perception of local spatial relationships, thereby preserving rich texture information, while the gating mechanism suppresses irrelevant feature interactions and prevents unnecessary dependencies from being established.

4.3.3. Effectiveness of MSA

As shown in Table 5, removing any MSA module leads to performance degradation across all metrics. In particular, the removal of MSA1 causes more noticeable degradation. The results verify the joint contribution of AdaPPMA and SpeE to reconstruction performance through improved spatial modeling and refined spectral representation. Moreover, the ablation results support the effectiveness of the proposed multiresolution feature extraction and enhancement strategy. In addition, the larger degradation caused by removing MSA1 suggests that lower-scale feature modeling plays a more critical role in the proposed framework, since lower-scale features retain more informative local details for accurate reconstruction.

4.3.4. Effectiveness of SSRefine

By comparing rows 6 and 7 in Table 5, it can be clearly observed that removing SSRefine causes obvious performance degradation. On the Washington DC Mall dataset, RMSE increases by 0.5521, PSNR decreases by 5.1245, ERGAS increases by 0.0957, and SAM increases by 0.1802. The significant increase in reconstruction error demonstrates that SSRefine effectively mitigates the spatial spectral distortion introduced by upsampling through feature recalibration.

5. Discussion

The experimental results on the four datasets show that AdaPPMA-Net consistently improves both spatial reconstruction quality and spectral fidelity, which supports the importance of jointly considering geometric continuity and spectral consistency in HSI-MSI fusion. Compared with recent CNN- or Transformer-based methods, the proposed network achieves better performance through the joint use of MSA and SSRefine. From the perspective of functional design, Ada-PPMA enhances spatial structure modeling, the spectral enhancement branch promotes spectral consistency, and SSRefine further refines the fused features. Ablation results further show that each component contributes to the final performance, while the stronger results on the Washington DC Mall dataset indicate that the proposed structure-aware attention is effective for scenes with complex spatial structures.
Nevertheless, AdaPPMA-Net still has several limitations. First, the current experiments only consider scale factors of 2 and 4. Its performance under wider resolution gaps remains unclear. For example, practical applications may require the fusion of GF-2 and GF-5 images. Their resolution gap can be as large as 9.375. Whether the current method can handle such a large gap still needs to be verified. Although the SSRefine module improves feature fusion, cross-modal feature interaction can still be further enhanced. In addition, the relatively high complexity of AdaPPMA-Net may limit its efficiency in practical applications. Future work will therefore explore broader resolution settings, stronger cross-modal interaction, and a more lightweight design.

6. Conclusions

In this paper, we proposed AdaPPMA-Net for LR-HSI and HR-MSI fusion to address the joint challenge of geometric distortion and spectral degradation in multimodal hyperspectral reconstruction. The proposed framework adopts a hierarchical spatial–spectral fusion architecture in which the MSA module enhances structure-aware feature interaction and spectral continuity simultaneously. In particular, the adaptive polyline path mask attention explicitly introduces geometric priors to preserve spatial structures and object boundaries, while the spectral enhancement branch strengthens inter-band dependency modeling during feature fusion. In addition, the SSRefine refines fused representations with relatively low computational overhead in the reconstruction stage. Experimental results on four benchmark datasets demonstrate that AdaPPMA-Net achieves consistently superior performance in both spatial reconstruction and spectral fidelity. Although the current study focuses on the ×4 scale factor, the proposed method provides a useful basis for further research on structure-aware and spectral-continuity-aware multimodal hyperspectral fusion.

Author Contributions

Conceptualization, X.L. (Xin Lyu), C.X., W.X., X.L. (Xin Li) and Z.X.; methodology, X.L. (Xin Lyu), C.X., W.X. and Z.X.; software, C.X., S.W., Z.X., C.W. and Y.F.; validation, C.X. and S.W.; formal analysis, X.L. (Xin Lyu), C.X., S.W., X.L. (Xin Li) and Y.F.; investigation, C.X., S.W. and X.L. (Xin Li); resources, W.X., X.L. (Xin Li) and Z.X.; data curation, C.X., S.W. and C.W.; writing—original draft preparation, X.L. (Xin Lyu), C.X., S.W., X.L. (Xin Li), C.W. and Y.F.; writing—review and editing, X.L. (Xin Lyu), W.X. and Y.F.; visualization, X.L. (Xin Lyu), C.X., S.W. and C.W.; supervision, X.L. (Xin Lyu), C.X., W.X. and X.L. (Xin Li); project administration, X.L. (Xin Li); funding acquisition, X.L. (Xin Lyu) and X.L. (Xin Li). All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Key Research and Development Program of China (Grant Nos. 2024YFC3210800), the National Natural Science Foundation of China (Grant No. 62401196), and the Natural Science Foundation of Jiangsu Province (Grant No. BK20241508).

Data Availability Statement

All datasets used in this study are publicly available. The Pavia University and Pavia Centre datasets are available at https://huggingface.co/datasets/danaroth/pavia (accessed on 24 July 2025). The Urban dataset is available at https://huggingface.co/datasets/danaroth/urban (accessed on 24 July 2025). The Washington DC Mall dataset is available at https://engineering.purdue.edu/~biehl/MultiSpec/hyperspectral.html (accessed on 24 July 2025).

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Khan, M.J.; Khan, H.S.; Yousaf, A.; Khurshid, K.; Abbas, A. Modern trends in hyperspectral image analysis: A review. IEEE Access 2018, 6, 14118–14129. [Google Scholar] [CrossRef] [Scilit]
  2. Chen, L.; Wu, Y.; Yang, N.; Sun, Z. Advances in Hyperspectral and Diffraction Imaging for Agricultural Applications. Agriculture 2025, 15, 1775. [Google Scholar] [CrossRef] [Scilit]
  3. Nguyen, C.; Sagan, V.; Maimaitiyiming, M.; Maimaitijiang, M.; Bhadra, S.; Kwasniewski, M.T. Early detection of plant viral disease using hyperspectral imaging and deep learning. Sensors 2021, 21, 742. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  4. Samiappan, S. Spectral Band Selection for Ensemble Classification of Hyperspectral Images with Applications to Agriculture and Food Safety; Mississippi State University: Starkville, MS, USA, 2014. [Google Scholar]
  5. Wu, J.; Zhang, Y.; Hu, P.; Wu, Y. A review of the application of hyperspectral imaging technology in agricultural crop economics. Coatings 2024, 14, 1285. [Google Scholar] [CrossRef] [Scilit]
  6. Lechevallier, P.; Villez, K.; Felsheim, C.; Rieckermann, J. Towards non-contact pollution monitoring in sewers with hyperspectral imaging. Environ. Sci. Water Res. Technol. 2024, 10, 1160–1170. [Google Scholar] [CrossRef] [Scilit]
  7. Leung, J.H.; Tsao, Y.M.; Karmakar, R.; Mukundan, A.; Lu, S.C.; Huang, S.Y.; Saenprasarn, P.; Lo, C.H.; Wang, H.C. Water pollution classification and detection by hyperspectral imaging. Opt. Express 2024, 32, 23956–23965. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  8. Goyens, C.; Lavigne, H.; Dille, A.; Vervaeren, H. Using hyperspectral remote sensing to monitor water quality in drinking water reservoirs. Remote Sens. 2022, 14, 5607. [Google Scholar] [CrossRef] [Scilit]
  9. Li, X.; Xu, F.; Zhang, J.; Zhang, H.; Lyu, X.; Liu, F.; Gao, H.; Kaup, A. Frequency-Guided Denoising Network for Semantic Segmentation of Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 64, 5400217. [Google Scholar] [CrossRef] [Scilit]
  10. Li, X.; Xu, F.; Liu, F.; Tong, Y.; Lyu, X.; Zhou, J. Semantic Segmentation of Remote Sensing Images by Interactive Representation Refinement and Geometric Prior-Guided Inference. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5400318. [Google Scholar] [CrossRef] [Scilit]
  11. Li, X.; Xu, F.; Zhang, J.; Yu, A.; Lyu, X.; Gao, H.; Zhou, J. Dual-domain decoupled fusion network for semantic segmentation of remote sensing images. Inf. Fusion 2025, 124, 103359. [Google Scholar] [CrossRef] [Scilit]
  12. Salomidi, A.; Benndorf, J.; Barakos, G. Establishing a Mineral Spectral Library for Hyperspectral Imaging of Ore in Underground Mines—A Case Study of Reiche Zeche, Germany. Sustainability 2024, 16, 10527. [Google Scholar] [CrossRef] [Scilit]
  13. Okada, N.; Maekawa, Y.; Owada, N.; Haga, K.; Shibayama, A.; Kawamura, Y. Automated identification of mineral types and grain size using hyperspectral imaging and deep learning for mineral processing. Minerals 2020, 10, 809. [Google Scholar] [CrossRef] [Scilit]
  14. Wang, S.; Zhou, K.; Wang, J.; Zhao, J. Identifying and mapping alteration minerals using HySpex airborne hyperspectral data and random forest algorithm. Front. Earth Sci. 2022, 10, 871529. [Google Scholar] [CrossRef] [Scilit]
  15. Zhang, S.; Cao, Y.; Bai, L.; Wu, Z. Research on Camouflage Target Classification and Recognition Based on Mid Wave Infrared Hyperspectral Imaging. Remote Sens. 2025, 17, 1475. [Google Scholar] [CrossRef] [Scilit]
  16. Dethye, C.; Vandewal, M. Evaluation of military camouflage using hyperspectral satellite data. In Proceedings of the Target and Background Signatures XI: Traditional Methods and Artificial Intelligence; SPIE: Bellingham, WA, USA, 2025; Volume 13673, pp. 30–44. [Google Scholar]
  17. Xiang, J.; Wang, T.; Wang, P.; Chen, C.; Wang, N.; Cao, J.; Wang, Q. Synergistic Kolmogorov–Arnold Networks and Fidelity-Gated Transformer for Hyperspectral Anomaly Detection. Remote Sens. 2025, 17, 3981. [Google Scholar] [CrossRef] [Scilit]
  18. Pant, A.; Baniya, A.A.; Lee, T.K.; Aryal, S. Hyperspectral Anomaly Detection Methods: A Survey and Comparative Study. arXiv 2025, arXiv:2507.05730. [Google Scholar]
  19. Luo, F.; Zhang, L.; Du, B.; Zhang, L. Dimensionality reduction with enhanced hybrid-graph discriminant learning for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2020, 58, 5336–5353. [Google Scholar] [CrossRef] [Scilit]
  20. Mou, L.; Ghamisi, P.; Zhu, X.X. Deep recurrent neural networks for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2017, 55, 3639–3655. [Google Scholar] [CrossRef] [Scilit]
  21. Wang, Q.; He, X.; Li, X. Locality and structure regularized low rank representation for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2018, 57, 911–923. [Google Scholar] [CrossRef] [Scilit]
  22. Li, X.; Xu, F.; Liu, F.; Lyu, X.; Gao, H.; Zhou, J.; Kaup, A. A Euclidean Affinity-Augmented Hyperbolic Neural Network for Semantic Segmentation of Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5636718. [Google Scholar] [CrossRef] [Scilit]
  23. Li, X.; Xu, F.; Yu, A.; Lyu, X.; Gao, H.; Zhou, J. A Frequency Decoupling Network for Semantic Segmentation of Remote Sensing Images. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5607921. [Google Scholar] [CrossRef] [Scilit]
  24. Zhang, L.; Zhang, Y.; Yan, H.; Gao, Y.; Wei, W. Salient object detection in hyperspectral imagery using multi-scale spectral-spatial gradient. Neurocomputing 2018, 291, 215–225. [Google Scholar] [CrossRef] [Scilit]
  25. Marinelli, D.; Bovolo, F.; Bruzzone, L. A novel change detection method for multitemporal hyperspectral images based on binary hyperspectral change vectors. IEEE Trans. Geosci. Remote Sens. 2019, 57, 4913–4928. [Google Scholar] [CrossRef]
  26. Wang, Q.; Yuan, Z.; Du, Q.; Li, X. GETNET: A general end-to-end 2-D CNN framework for hyperspectral image change detection. IEEE Trans. Geosci. Remote Sens. 2018, 57, 3–13. [Google Scholar]
  27. Zhou, J.; Kwan, C.; Ayhan, B.; Eismann, M.T. A novel cluster kernel RX algorithm for anomaly and change detection using hyperspectral images. IEEE Trans. Geosci. Remote Sens. 2016, 54, 6497–6504. [Google Scholar] [CrossRef] [Scilit]
  28. Liang, Z.; Wang, S.; Zhang, T.; Fu, Y. Blind super-resolution of single remotely sensed hyperspectral image. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5523314. [Google Scholar] [CrossRef] [Scilit]
  29. Chen, S.; Zhang, L.; Zhang, L. MSDformer: Multiscale deformable transformer for hyperspectral image super-resolution. IEEE Trans. Geosci. Remote Sens. 2023, 61, 5525614. [Google Scholar] [CrossRef] [Scilit]
  30. Wang, H.; Wang, C.; Yuan, Y. Neighbor spectra maintenance and context affinity enhancement for single hyperspectral image super-resolution. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5515315. [Google Scholar] [CrossRef] [Scilit]
  31. Hang, R.; Liu, Q.; Li, Z. Spectral super-resolution network guided by intrinsic properties of hyperspectral imagery. IEEE Trans. Image Process. 2021, 30, 7256–7265. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  32. Zhao, W.; Dong, M.; Wang, Y.; Tan, R.; Wu, T. A novel spectral super-resolution network with dominant information between spatial and spectral domains. Neurocomputing 2024, 590, 127753. [Google Scholar] [CrossRef] [Scilit]
  33. Ma, Q.; Jiang, J.; Liu, X.; Ma, J. Reciprocal transformer for hyperspectral and multispectral image fusion. Inf. Fusion 2024, 104, 102148. [Google Scholar] [CrossRef] [Scilit]
  34. Ma, M.; Jiang, Y.; Zhao, M.; Li, J.; Zhang, W. HetSSNet: Spatial-Spectral Heterogeneous Graph Learning Network for Panchromatic and Multispectral Images Fusion. In Proceedings of the 42nd International Conference on Machine Learning, Vancouver, BC, Canada, 13–19 July 2025; Proceedings of Machine Learning Research: Cambridge, MA, USA, 2025; Volume 267, pp. 41959–41974. [Google Scholar]
  35. Wu, X.; Cao, Z.H.; Huang, T.Z.; Deng, L.J.; Chanussot, J.; Vivone, G. Fully-connected transformer for multi-source image fusion. IEEE Trans. Pattern Anal. Mach. Intell. 2025, 47, 2071–2088. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  36. Mu, K.; Wang, W.; Gao, M.; Liu, H. Replacing complex transformer with simple attention to achieve hyperspectral and multispectral image fusion. Eng. Appl. Artif. Intell. 2025, 160, 111959. [Google Scholar] [CrossRef] [Scilit]
  37. Chen, Q.; Shi, Z.; An, Z. Hyperspectral image fusion based on sparse constraint NMF. Optik 2014, 125, 832–838. [Google Scholar] [CrossRef] [Scilit]
  38. Yokoya, N.; Yairi, T.; Iwasaki, A. Coupled nonnegative matrix factorization unmixing for hyperspectral and multispectral data fusion. IEEE Trans. Geosci. Remote Sens. 2011, 50, 528–537. [Google Scholar] [CrossRef] [Scilit]
  39. Lin, C.H.; Ma, F.; Chi, C.Y.; Hsieh, C.H. A convex optimization-based coupled nonnegative matrix factorization algorithm for hyperspectral and multispectral data fusion. IEEE Trans. Geosci. Remote Sens. 2017, 56, 1652–1667. [Google Scholar] [CrossRef] [Scilit]
  40. Zare, M.; Helfroush, M.S.; Kazemi, K.; Scheunders, P. Hyperspectral and multispectral image fusion using coupled non-negative tucker tensor decomposition. Remote Sens. 2021, 13, 2930. [Google Scholar] [CrossRef] [Scilit]
  41. Yang, K.; Bai, M.; Dian, R.; Lu, T. Subspace-based coupled tensor decomposition for hyperspectral blind fusion. Inverse Probl. Imaging 2025, 19, 560–591. [Google Scholar] [CrossRef] [Scilit]
  42. Li, X.; Yuan, Y.; Wang, Q. Hyperspectral and multispectral image fusion via nonlocal low-rank tensor approximation and sparse representation. IEEE Trans. Geosci. Remote Sens. 2020, 59, 550–562. [Google Scholar] [CrossRef] [Scilit]
  43. Yuan, Y.; Zang, Q.; Lin, Z.; Liu, J.; Fan, Z. Hierarchical Pixel-Wavelength Fusion Network for Progressive Hyperspectral Image Reconstruction. IEEE Trans. Geosci. Remote Sens. 2025, 43, 4409816. [Google Scholar] [CrossRef] [Scilit]
  44. Li, J.; Du, S.; Song, R.; Li, Y.; Du, Q. Progressive spatial information-guided deep aggregation convolutional network for hyperspectral spectral super-resolution. IEEE Trans. Neural Netw. Learn. Syst. 2023, 36, 1677–1691. [Google Scholar] [CrossRef] [Scilit]
  45. Hou, J.; Chen, X.; Ran, R.; Cong, X.; Liu, X.; You, J.W.; Deng, L.J. Binarized neural network for multi-spectral image fusion. In Proceedings of the Computer Vision and Pattern Recognition Conference; IEEE: New York, NY, USA, 2025; pp. 2236–2245. [Google Scholar]
  46. Duan, Y.; Wu, X.; Deng, H.; Deng, L.J. Content-adaptive non-local convolution for remote sensing pansharpening. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2024; pp. 27738–27747. [Google Scholar]
  47. Wu, C.; Li, J.; Song, R.; Li, Y.; Du, Q. HPRN: Holistic prior-embedded relation network for spectral super-resolution. IEEE Trans. Neural Netw. Learn. Syst. 2023, 35, 11409–11423. [Google Scholar] [CrossRef] [Scilit]
  48. Li, J.; Duan, S.; Leng, Y.; Song, R.; Li, Y.; Du, Q. Residual mask in cascaded convolutional transformer for spectral reconstruction. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5523615. [Google Scholar] [CrossRef] [Scilit]
  49. Li, R.; Zhang, L.; Wang, Z.; Li, X. MIMFormer: Multiscale inception mixer transformer for hyperspectral and multispectral image fusion. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 15122–15135. [Google Scholar] [CrossRef] [Scilit]
  50. Wang, A.; Lei, G.; Dai, S.; Wu, H.; Iwahori, Y. Multiscale Attention Feature Fusion Based on Improved Transformer for Hyperspectral Image and LiDAR Data Classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 18, 4124–4140. [Google Scholar] [CrossRef] [Scilit]
  51. Nie, J.; Wei, W.; Zhang, L.; Ding, C.; Zhang, Y. IrregFusion: A Generalized Framework for Hyperspectral Image Fusion Across Diverse Spectral Data. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5534314. [Google Scholar] [CrossRef] [Scilit]
  52. Chi, B.; Lu, H.; Liu, R.; Yang, Y.; Xu, L.; Wan, W. Multispectral-hyperspectral image fusion via similarity-guided graph attention and VAE-transformer. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5515416. [Google Scholar] [CrossRef] [Scilit]
  53. Zhang, T.; Zhang, B.; Hu, N.; Li, X.; Li, P. Dual-branch network with mutual guidance for hyperspectral image super-resolution. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 14368–14381. [Google Scholar] [CrossRef] [Scilit]
  54. Du, C.; Xiao, J.; Li, J.; Liu, Y.; He, J.; Yuan, Q. SSGT: Spatiospectral Guided Transformer for Hyperspectral Image Fusion Joint With Cloud Removal. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 18, 3472–3487. [Google Scholar] [CrossRef] [Scilit]
  55. Xu, M.; Mo, Z.; Fu, X.; Jia, S. Enhanced Spatial-Frequency Synergistic Network for Multispectral and Hyperspectral Image Fusion. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5519316. [Google Scholar] [CrossRef] [Scilit]
  56. Lee, C.M.; Lin, Y.F.; Ho, Y.H.; Kang, L.W.; Hsu, C.C. HyFusion: Enhanced reception field transformer for hyperspectral image fusion. In Proceedings of the IGARSS 2025-2025 IEEE International Geoscience and Remote Sensing Symposium; IEEE: New York, NY, USA, 2025; pp. 2168–2172. [Google Scholar]
  57. Yang, B.; Wang, X.; Xing, Y.; Cheng, C.; Jiang, W.; Feng, Q. Modality fusion vision transformer for hyperspectral and LiDAR data collaborative classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2024, 17, 17052–17065. [Google Scholar] [CrossRef] [Scilit]
  58. Chavez, P.; Sides, S.C.; Anderson, J.A. Comparison of three different methods to merge multiresolution and multispectral data- Landsat TM and SPOT panchromatic. Photogramm. Eng. Remote Sens. 1991, 57, 295–303. [Google Scholar]
  59. Carper, W.J. The use of intensity-hue-saturation transformations for merging SPOT panchromatic and multispectral image data. Photogramm. Eng. Remote Sens. 1990, 56, 457–467. [Google Scholar]
  60. Tu, T.M.; Huang, P.S.; Hung, C.L.; Chang, C.P. A fast intensity-hue-saturation fusion technique with spectral adjustment for IKONOS imagery. IEEE Geosci. Remote Sens. Lett. 2004, 1, 309–312. [Google Scholar] [CrossRef] [Scilit]
  61. Liu, J. Smoothing filter-based intensity modulation: A spectral preserve image fusion technique for improving spatial details. Int. J. Remote Sens. 2000, 21, 3461–3472. [Google Scholar] [CrossRef] [Scilit]
  62. Aiazzi, B.; Alparone, L.; Baronti, S.; Garzelli, A.; Selva, M. MTF-tailored multiscale fusion of high-resolution MS and Pan imagery. Photogramm. Eng. Remote Sens. 2006, 72, 591–596. [Google Scholar] [CrossRef] [Scilit]
  63. Simoes, M.; Bioucas-Dias, J.; Almeida, L.B.; Chanussot, J. Hyperspectral image superresolution: An edge-preserving convex formulation. In Proceedings of the 2014 IEEE International Conference on Image Processing (ICIP); IEEE: New York, NY, USA, 2014; pp. 4166–4170. [Google Scholar]
  64. Dian, R.; Fang, L.; Li, S. Hyperspectral image super-resolution via non-local sparse tensor factorization. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2017; pp. 5344–5353. [Google Scholar]
  65. Kanatsoulis, C.I.; Fu, X.; Sidiropoulos, N.D.; Ma, W.K. Hyperspectral super-resolution: A coupled tensor factorization approach. IEEE Trans. Signal Process. 2018, 66, 6503–6517. [Google Scholar] [CrossRef] [Scilit]
  66. Chen, Y.; Zeng, J.; He, W.; Zhao, X.L.; Huang, T.Z. Hyperspectral and Multispectral Image Fusion Using Factor Smoothed Tensor Ring Decomposition. IEEE Trans. Geosci. Remote Sens. 2022, 60, 1–17. [Google Scholar] [CrossRef] [Scilit]
  67. Akhtar, N.; Shafait, F.; Mian, A. Bayesian sparse representation for hyperspectral image super resolution. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2015; pp. 3631–3640. [Google Scholar]
  68. Wei, Q.; Dobigeon, N.; Tourneret, J.Y. Fast fusion of multi-band images based on solving a Sylvester equation. IEEE Trans. Image Process. 2015, 24, 4109–4121. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  69. Wei, Q.; Dobigeon, N.; Tourneret, J.Y.; Bioucas-Dias, J.; Godsill, S. R-FUSE: Robust fast fusion of multiband images based on solving a Sylvester equation. IEEE Signal Process. Lett. 2016, 23, 1632–1636. [Google Scholar] [CrossRef] [Scilit]
  70. Palsson, F.; Sveinsson, J.R.; Ulfarsson, M.O. Multispectral and hyperspectral image fusion using a 3-D-convolutional neural network. IEEE Geosci. Remote Sens. Lett. 2017, 14, 639–643. [Google Scholar] [CrossRef] [Scilit]
  71. Han, X.H.; Shi, B.; Zheng, Y. SSF-CNN: Spatial and spectral fusion with CNN for hyperspectral image super-resolution. In Proceedings of the 2018 25th IEEE International Conference on Image Processing (ICIP); IEEE: New York, NY, USA, 2018; pp. 2506–2510. [Google Scholar]
  72. Zhang, X.; Huang, W.; Wang, Q.; Li, X. SSR-NET: Spatial–spectral reconstruction network for hyperspectral and multispectral image fusion. IEEE Trans. Geosci. Remote Sens. 2020, 59, 5953–5965. [Google Scholar]
  73. Yuan, Q.; Wei, Y.; Meng, X.; Shen, H.; Zhang, L. A Multiscale and Multidepth Convolutional Neural Network for Remote Sensing Imagery Pan-Sharpening. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2018, 11, 978–989. [Google Scholar] [CrossRef] [Scilit]
  74. He, L.; Rao, Y.; Li, J.; Chanussot, J.; Plaza, A.; Zhu, J.; Li, B. Pansharpening via detail injection based convolutional neural networks. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2019, 12, 1188–1204. [Google Scholar] [CrossRef] [Scilit]
  75. Yang, J.; Zhao, Y.Q.; Chan, J.C.W. Hyperspectral and multispectral image fusion via deep two-branches convolutional neural network. Remote Sens. 2018, 10, 800. [Google Scholar] [CrossRef] [Scilit]
  76. Liu, X.; Liu, Q.; Wang, Y. Remote sensing image fusion based on two-stream fusion network. Inf. Fusion 2020, 55, 1–15. [Google Scholar] [CrossRef] [Scilit]
  77. Li, X.; Ding, M.; Pižurica, A. Deep feature fusion via two-stream convolutional neural network for hyperspectral image classification. IEEE Trans. Geosci. Remote Sens. 2019, 58, 2615–2629. [Google Scholar] [CrossRef] [Scilit]
  78. Li, X.; Xu, F.; Li, J.; Su, Y.; Li, L.; Lyu, X.; Xu, Z.; Kaup, A. Frequency Domain-Enhanced Spectral-Spatial Fusion Transformer for Semantic Segmentation of Remote Sensing Images. Inf. Fusion 2026, 132, 104248. [Google Scholar] [CrossRef] [Scilit]
  79. Li, X.; Shi, C.; Xu, N.; Su, Y.; Kaup, A.; Liu, D.; Li, X. Position-Aware Differential Denoising Transformer for Semantic Segmentation of Remote Sensing Images. IEEE Geosci. Remote Sens. Lett. 2026, 23, 5000405. [Google Scholar] [CrossRef] [Scilit]
  80. Hu, J.F.; Huang, T.Z.; Deng, L.J.; Dou, H.X.; Hong, D.; Vivone, G. Fusformer: A transformer-based fusion network for hyperspectral image super-resolution. IEEE Geosci. Remote Sens. Lett. 2022, 19, 1–5. [Google Scholar] [CrossRef] [Scilit]
  81. Wang, X.; Wang, X.; Song, R.; Zhao, X.; Zhao, K. MCT-Net: Multi-hierarchical cross transformer for hyperspectral and multispectral image fusion. Knowl.-Based Syst. 2023, 264, 110362. [Google Scholar] [CrossRef] [Scilit]
  82. Sun, L.; Zhou, J.; Ye, Q.; Wu, Z.; Chen, Q.; Xu, Z.; Fu, L. MDC-FusFormer: Multiscale deep cross-fusion transformer network for hyperspectral and multispectral image fusion. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5528914. [Google Scholar] [CrossRef] [Scilit]
  83. Zhao, Z.; Xiao, C.; Lin, H.; Xie, Q.; Zhang, L.; Meng, D. Polyline Path Masked Attention for Vision Transformer. In Proceedings of the Advances in Neural Information Processing Systems, San Diego, CA, USA, 2–7 December 2025. [Google Scholar]
  84. Han, K.; Wang, Y.; Tian, Q.; Guo, J.; Xu, C.; Xu, C. Ghostnet: More features from cheap operations. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition; IEEE: New York, NY, USA, 2020; pp. 1580–1589. [Google Scholar]
  85. Wald, L.; Ranchin, T.; Mangolini, M. Fusion of Satellite Images of Different Spatial Resolutions: Assessing the Quality of Resulting Images. Photogramm. Eng. Remote Sens. 1997, 63, 691–699. [Google Scholar]
  86. Liu, S.; Shao, T.; Liu, S.; Li, B.; Zhang, Y.D. An Asymptotic Multiscale Symmetric Fusion Network for Hyperspectral and Multispectral Image Fusion. IEEE Trans. Geosci. Remote Sens. 2025, 63, 5503016. [Google Scholar] [CrossRef] [Scilit]
  87. Yang, H.; Liu, J.; Dian, R.; Li, S. Correlation-aware learning self-guiding network for hyperspectral fusion imaging. Inf. Fusion 2026, 133, 104263. [Google Scholar] [CrossRef] [Scilit]
Figure 1. The architecture of the proposed network for hyperspectral image and multispectral image fusion (AdaPPMA-Net).
Figure 1. The architecture of the proposed network for hyperspectral image and multispectral image fusion (AdaPPMA-Net).
Remotesensing 18 02536 g001
Figure 2. The architecture of the Masked Separable Attention Module. (a) is the calculation of the polyline path mask, and (b) is the calculation of gated attention.
Figure 2. The architecture of the Masked Separable Attention Module. (a) is the calculation of the polyline path mask, and (b) is the calculation of gated attention.
Remotesensing 18 02536 g002
Figure 3. The detail of the spatial–spectral refinement module.
Figure 3. The detail of the spatial–spectral refinement module.
Remotesensing 18 02536 g003
Figure 4. Visual comparison of baselines on the Urban dataset at the ratio of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 4. Visual comparison of baselines on the Urban dataset at the ratio of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g004
Figure 5. Visual comparison of baselines on the Urban dataset at the ratio of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 5. Visual comparison of baselines on the Urban dataset at the ratio of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g005
Figure 6. Spectral Curves of the Four Datasets at a Ratio of 2.
Figure 6. Spectral Curves of the Four Datasets at a Ratio of 2.
Remotesensing 18 02536 g006
Figure 7. Spectral Curves of the Four Datasets at a Ratio of 4.
Figure 7. Spectral Curves of the Four Datasets at a Ratio of 4.
Remotesensing 18 02536 g007
Figure 8. Visual comparison of different fusion methods on the Pavia University dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 8. Visual comparison of different fusion methods on the Pavia University dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g008
Figure 9. Visual comparison of different fusion methods on the Pavia University dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 9. Visual comparison of different fusion methods on the Pavia University dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g009
Figure 10. Visual comparison of different fusion methods on the Pavia Center dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 10. Visual comparison of different fusion methods on the Pavia Center dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g010
Figure 11. Visual comparison of different fusion methods on the Pavia Center dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 11. Visual comparison of different fusion methods on the Pavia Center dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g011
Figure 12. Visual comparison of different fusion methods on the Washington DC Mall dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 12. Visual comparison of different fusion methods on the Washington DC Mall dataset at the scale of 2. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g012
Figure 13. Visual comparison of different fusion methods on the Washington DC Mall dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Figure 13. Visual comparison of different fusion methods on the Washington DC Mall dataset at the scale of 4. The (top row) illustrates the pseudo-color RGB composites of the fused results, the (middle row) provides close-up views of the regions marked by the red boxes in the (top row) for detailed inspection, and the (bottom row) visualizes the corresponding error maps. (a) MCT. (b) MDC-FusFormer. (c) AMSFNet. (d) CLSNet. (e) MCANet. (f) Ours. (g) GT.
Remotesensing 18 02536 g013
Table 1. Quantitative results of different fusion methods on the Urban dataset. The best scores are highlighted in bold.
Table 1. Quantitative results of different fusion methods on the Urban dataset. The best scores are highlighted in bold.
RatioMetricMSDCNNSSFCNNSSRNETTFNetAMSFNetMDC-FusFormerMCTCLSNetMCANetOurs
×2RMSE2.8356.4112.8013.4433.0342.9263.0902.4262.5592.281
PSNR36.83229.74536.93735.14436.24236.55836.08538.18637.72338.722
ERGAS1.6163.5481.5141.9141.7391.4831.5611.2611.3631.203
SAM2.8195.8932.7422.9982.7192.5382.6012.3692.4502.138
Time (ms)15.1378.6828.8756.99672.01428.532153.50240.9039.75141.121
×4RMSE3.1332.5062.7083.2243.0182.7902.5872.6282.7962.298
PSNR35.96337.90537.23035.71736.29036.97237.62737.49136.95438.655
ERGAS1.7721.3721.4911.7911.7221.4411.3721.3431.4671.158
SAM3.0842.4762.7303.0402.4592.5092.4702.4742.6852.080
Time (ms)2.8301.9801.7461.63729.67226.30421.97840.8358.91216.981
Params (M)1.8231.1360.7092.5017.74443.7728.4452.52013.73618.275
FLOPs (G)29.87118.60911.6099.94665.12559.44731.61317.60944.46132.702
Table 2. Quantitative results of different fusion methods on the Pavia University dataset. The best scores are highlighted in bold.
Table 2. Quantitative results of different fusion methods on the Pavia University dataset. The best scores are highlighted in bold.
MetricMSDCNNSSFCNNSSRNETTFNetAMSFNetMDC-FusFormerMCTCLSNetMCANetOurs
×2RMSE2.4742.3212.0582.4602.2552.0061.6411.8641.6451.540
PSNR39.94740.50141.54939.99740.75241.76843.51342.40743.49144.065
ERGAS1.7341.5911.4251.6771.6111.4071.2131.3551.2081.156
SAM2.5952.4332.2582.4942.5092.1841.9262.0041.9331.782
Time (ms)11.68054.86244.80265.556268.401225.5657150.652340.76397.408116.2732
×4RMSE2.3101.9701.7622.3882.0751.6611.7461.6011.7061.465
PSNR40.54341.92542.89840.25441.47443.40842.97643.72743.17744.501
ERGAS1.6371.4191.2931.6901.5061.2291.2741.1991.2441.122
SAM2.5742.2562.0622.5812.3101.9632.0581.9102.0301.772
Time (ms)2.3280.9921.0011.41628.22623.24120.72840.7206.92916.273
Params (M)1.2520.4610.2872.4507.27117.7854.0742.4058.8887.723
FLOPs (G)20.5177.5504.6939.10957.86124.28613.27716.52925.77713.404
Table 3. Quantitative results of different fusion methods on the Pavia Center dataset. The best scores are highlighted in bold.
Table 3. Quantitative results of different fusion methods on the Pavia Center dataset. The best scores are highlighted in bold.
RatioMetricMSDCNNSSFCNNSSRNETTFNetAMSFNetMDC-FusFormerMCTCLSNetMCANetOurs
×2RMSE4.3334.6323.7904.6874.2564.3804.1473.4963.5712.887
PSNR35.39434.81536.55734.71335.55235.30235.77637.25837.07638.921
ERGAS4.8445.3774.2795.3294.7894.3234.4484.0223.9433.269
SAM5.3426.5534.4435.0974.9364.7954.6774.0524.3253.613
Time (ms)11.7194.8504.7405.46367.76823.774150.30840.6987.03163.145
×4RMSE4.2173.7033.6334.1353.0153.2563.1923.2313.4202.397
PSNR35.63136.76136.92535.80238.54537.87838.04837.94337.44940.538
ERGAS4.7904.1994.1794.6643.3423.7133.6103.7043.8782.834
SAM5.2734.3304.1664.8174.0733.8633.8613.7623.8813.319
Time (ms)2.3840.9871.0001.38427.88222.01920.48640.6766.54415.976
Params (M)1.2430.4520.2812.4497.26417.4614.0182.4538.8237.590
FLOPs (G)20.3597.4054.6029.09557.76423.87713.06716.51125.56213.183
Table 4. Quantitative results of different fusion methods on the Washington DC Mall dataset. The best scores are highlighted in bold.
Table 4. Quantitative results of different fusion methods on the Washington DC Mall dataset. The best scores are highlighted in bold.
RatioMetricMSDCNNSSFCNNSSRNETTFNetAMSFNetMDC-FusFormerMCTCLSNetMCANetOurs
×2RMSE2.86816.3812.2051.9411.6332.2241.5261.4241.3130.820
PSNR36.31621.18038.59939.70541.20538.52441.79542.39543.10347.193
ERGAS0.5013.1600.3840.3390.2860.3870.2660.2500.2300.142
SAM0.9216.8640.7120.6570.5350.6750.5000.4870.4310.295
Time (ms)17.89010.0619.9227.21391.68633.643154.34940.93411.02469.445
×4RMSE3.10117.7952.3531.9171.4511.6191.1261.4021.6100.687
PSNR35.63720.46138.03539.81342.23641.28044.43442.53041.33248.731
ERGAS0.5433.1580.4120.3360.2540.2820.1960.2470.2790.119
SAM1.0417.4700.8310.6510.4470.5460.3750.4910.5090.232
Time (ms)4.1442.1701.8951.52128.10228.74020.93842.12610.04516.690
Params (M)2.1041.5780.9862.5268.04660.72611.2312.55216.75625.105
FLOPs (G)34.46825.84216.13810.35769.82582.29543.50118.14056.52045.206
Table 5. Quantitative results of ablation study on the Washington DC Mall and the Urban dataset. The best scores are highlighted in bold.
Table 5. Quantitative results of ablation study on the Washington DC Mall and the Urban dataset. The best scores are highlighted in bold.
AdaPPMASpeEMSA1MSA2SSRefineWashington DC MallUrban
RMSE ↓PSNR ↑ERGAS ↓SAM ↓RMSE ↓PSNR ↑ERGAS ↓SAM ↓
1.475642.08750.25570.48022.483637.96391.28412.2995
1.161044.16980.20160.38532.494837.94231.29492.3453
1.528541.78130.26570.51412.493237.94821.27662.2595
1.470542.11740.25540.50292.478338.00011.32462.4464
1.280643.31820.22200.42672.429038.17471.29012.2979
1.238843.60670.21440.41252.532037.81381.27412.3092
0.686748.73120.11870.23232.298438.65461.15782.0802
↑ denotes that higher values correspond to better performance. ↓ indicates that lower values correspond to better performance. ✓ indicates that the module is enabled and ✗ indicates that it is disabled.
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

Lyu, X.; Xia, C.; Xie, W.; Wang, S.; Li, X.; Xu, Z.; Wu, C.; Fang, Y. An Adaptive Polyline-Path Mask Attention for Hyperspectral and Multispectral Image Fusion. Remote Sens. 2026, 18, 2536. https://doi.org/10.3390/rs18152536

AMA Style

Lyu X, Xia C, Xie W, Wang S, Li X, Xu Z, Wu C, Fang Y. An Adaptive Polyline-Path Mask Attention for Hyperspectral and Multispectral Image Fusion. Remote Sensing. 2026; 18(15):2536. https://doi.org/10.3390/rs18152536

Chicago/Turabian Style

Lyu, Xin, Chenchen Xia, Wenjun Xie, Sai Wang, Xin Li, Zhennan Xu, Caifeng Wu, and Yiwei Fang. 2026. "An Adaptive Polyline-Path Mask Attention for Hyperspectral and Multispectral Image Fusion" Remote Sensing 18, no. 15: 2536. https://doi.org/10.3390/rs18152536

APA Style

Lyu, X., Xia, C., Xie, W., Wang, S., Li, X., Xu, Z., Wu, C., & Fang, Y. (2026). An Adaptive Polyline-Path Mask Attention for Hyperspectral and Multispectral Image Fusion. Remote Sensing, 18(15), 2536. https://doi.org/10.3390/rs18152536

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