Next Article in Journal
Spatiotemporal Dynamics and Climatic Responses of Rubber Plantations’ Aboveground Biomass in Western Hainan Island Based on Multi-Source Remote Sensing and Explainable Machine Learning
Previous Article in Journal
A Novel Calibration Method for Networked X-Band Radar Based on Opposing RHI Scans
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Reliability-Aware Adaptive Band Gating with Domain Expansion for Cross-Scene Hyperspectral Band Selection

1
Hangzhou Institute for Advanced Study, Hangzhou 310024, China
2
University of Chinese Academy of Sciences, Beijing 100049, China
3
Hangzhou Hyperspectral Imaging Technology Co., Ltd., Hangzhou 311000, China
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Remote Sens. 2026, 18(17), 2855; https://doi.org/10.3390/rs18172855
Submission received: 10 July 2026 / Revised: 12 August 2026 / Accepted: 19 August 2026 / Published: 23 August 2026
(This article belongs to the Section Remote Sensing Image Processing)

Highlights

What are the main findings?
  • ABG learns reliability-aware band scores from source-domain labels by coupling adaptive gating with source-domain expansion.
  • Under source-domain band selection and downstream SVM evaluation, ABG is competitive on Pavia Center and strongest on HyRANK across the evaluated settings.
What are the implications of the main findings?
  • Cross-scene: band selection should consider transfer utility in addition to source-domain discriminability.
  • The learned gate provides original-band rankings and supports spectral-channel reduction without target-domain data during selector learning.

Abstract

Cross-scene hyperspectral band selection must reduce spectral redundancy while retaining channels that remain useful beyond the source scene. We propose Adaptive Band Gating (ABG), a source-only selector that combines frequency-domain decoupling enhancement, global and sample-specific gating, source-side spectral, spatial, morphology-inspired, and sensor-noise perturbations, and a dual-head evaluator. The selector is trained with source data and frozen before downstream evaluation. Selected bands are assessed with a radial-basis-function support vector machine on Pavia Center and HyRANK under fixed band budgets and target-label fractions from 0% to 10%. At 5% target labels, 15 selected bands achieve 96.05% overall accuracy on Pavia Center, compared with 95.41% using all 102 bands; 20 selected bands achieve 81.49% on HyRANK, compared with 79.20% using all 176 bands. Across evaluated band budgets, ABG is comparable to XGBS on Pavia Center and provides stronger results on HyRANK. Ablation experiments show that adaptive gating, frequency-domain enhancement, and source-side expansion each contribute to performance. Together, these results demonstrate that ABG learns compact and traceable original-band subsets with strong downstream transfer utility across the evaluated cross-scene settings.

1. Introduction

Hyperspectral imaging (HSI) records hundreds of narrow and contiguous spectral bands, enabling detailed discrimination of land-cover materials that are difficult to separate in broadband imagery [1]. This spectral richness benefits urban mapping, vegetation monitoring, mineral exploration, water-quality assessment, environmental surveillance, precision agriculture, and resource-constrained onboard processing, but it also introduces redundancy and computational burden. Adjacent bands can be highly correlated, some channels are degraded by noise or atmospheric effects, and high dimensionality increases overfitting risk when labels are limited. Band selection retains a subset of original wavelengths, which supports traceable channel attribution, sensor design, and efficient downstream processing without projecting the data into latent features [2].
Existing hyperspectral band-selection studies range from fixed statistical criteria to trainable selectors. Classical methods remain attractive because they are computationally efficient, easy to deploy, and directly interpretable. However, their scoring rules are usually built on shallow assumptions such as variance, correlation, separability, clustering density, or reconstruction error, and these rules often treat band importance as a fixed property of the observed scene. Such criteria are effective for reducing redundancy, but they have limited capacity to model nonlinear spectral-spatial interactions, sample-dependent band usefulness, and the coupling between discrimination and robustness under cross-scene changes. Deep learning-based selectors have therefore been introduced to learn band weights or reconstruction-oriented representations from data, providing stronger modeling capacity for complex spectral-spatial dependencies. Nevertheless, when these learned criteria are estimated from one scene or from source-domain observations, the resulting rankings can still emphasize channels whose discriminative responses are not stable after changes in scene content, acquisition date, atmospheric condition, or sensor response.
Cross-scene hyperspectral analysis requires models to handle domain shift. Inspired by the source-only domain expansion strategy of SDEnet [3], we adapt expanded source views to band selection. Cross-domain feature-selection methods such as CDIRF [4] explicitly consider transferability but often depend on shallow distance or importance measures. These observations motivate a task-level discriminability-reliability mismatch: a band may be discriminative in the source scene yet provide limited downstream utility after scene, acquisition, atmosphere, or sensor conditions change.
Three factors distinguish cross-scene from conventional single-scene band selection. First, source-discriminative channels can encode scene-specific radiometric or sensor responses. Second, one global ranking cannot fully describe sample-level spectral variation caused by mixed pixels, shadows, and local context. Third, target-free selector learning requires reliability to be evaluated through external cross-scene transfer rather than target feedback during optimization. Accordingly, we assess reliability after training through cross-scene downstream utility, multiple band budgets, component ablations, and a controlled target-label-fraction experiment.
ABG learns the band gate from source labels only. FDDEM forms a frequency-enhanced representation, the adaptive gate fuses global and sample-specific evidence, and domain expansion applies label-preserving source-side perturbations after gating. The dual-head evaluator supplies classification and contrastive signals. After source scores are averaged and the top-K bands are selected, the selector is frozen; only then are target labels used to fit the downstream SVM. Together, the source-derived views expose the selector to structured spectral-spatial variation before cross-scene evaluation.
The main contributions of this article are summarized as follows:
  • We identify a mismatch between source-domain discriminability and cross-scene reliability: bands that separate source classes well may lose downstream utility under spectral-spatial shifts. Here, reliability denotes the transfer utility retained by a source-learned band ranking under unseen cross-scene conditions and is assessed through target-scene performance, band-budget behavior, component ablations, and label-fraction controls.
  • We propose a reliability-aware adaptive band gating framework that learns band scores from source data by combining a global spectral prior with sample-specific responses; target samples and labels are excluded from selector learning and top-K ranking.
  • We integrate source-domain expansion into band selection through spectral, spatial, morphology-inspired, and sensor-noise perturbations that broaden the source distribution while preserving source labels.
  • We optimize the selector jointly with classification, contrastive, and sparsity objectives and evaluate it on the Pavia Center and HyRANK transfer tasks using band-budget, class-level, ablation, and target-label-fraction analyses.

2. Related Work

2.1. Hyperspectral Band Selection

Hyperspectral band selection has been studied as an interpretable dimensionality-reduction strategy that preserves original spectral channels while reducing redundancy and computational cost [2]. Early and classical studies commonly assign each band an importance score or search for a representative subset according to statistical separability, correlation, information content, sparse representation, or reconstruction constraints. Recent remote sensing studies have continued this line by ranking bands through extended coefficient-of-variation statistics, optimal combination strategies, multiple prioritization criteria, ensemble clustering, and cluster-wise selection [5,6,7,8,9]. These methods establish the practical value of retaining physically meaningful wavelengths, but their criteria are generally computed from fixed scene statistics and are not explicitly optimized for cross-scene robustness.
Clustering, sparse representation, and graph-based methods further address redundancy among adjacent or highly similar bands. Density-based and correlation-guided approaches identify representative centers in spectral-band space, while low-rank and spatial-spectral regularization methods model band groups through latent structures and local relationships. For example, band-density prominence clustering and related partitioning strategies improve representative-band discovery by exploiting the distribution of band similarities [6,8,10]. Despite these advances, most conventional methods estimate a single ranking from the available image and do not simulate the distribution changes encountered in source-to-target deployment.

2.2. Learning-Based and Task-Oriented Band Selection

Learning-based approaches replace hand-crafted scoring rules with trainable modules that can model nonlinear spectral interactions. EBARec-BS introduces effective band attention reconstruction for hyperspectral imagery band selection [11], BS-Nets use an end-to-end band attention and reconstruction framework [12], DARecNet-BS uses dual-attention reconstruction to learn informative channels [13], hybrid graph convolutional networks exploit graph relationships among bands [14], and BSFormer applies transformer-based reconstruction to capture long-range spectral dependencies [15]. Deep reinforcement learning has also been used to formulate band selection as a sequential decision problem for hyperspectral image classification [16]. Classification-driven feature-importance methods provide another route; for example, XGBS uses XGBoost interpretability to select task-relevant hyperspectral bands [17]. These methods strengthen adaptive representation learning, but the optimization objective is still usually formed inside a single data distribution; therefore, a band that is useful for reconstruction or classification in the source scene may remain vulnerable to target-domain spectral drift.
Task-oriented band selection has also been examined for detection, classification, and operational constraints. Such studies show that the optimal subset depends on the downstream task and that redundancy, noise, and class separability must be considered jointly. For cross-scene classification, however, task relevance alone is insufficient when the target-domain statistics are absent during training. This motivates selectors whose learned band scores are regularized not only by source labels or reconstruction quality, but also by synthetic perturbations that approximate plausible domain changes.

2.3. Cross-Scene Hyperspectral Analysis and Domain Generalization

Cross-scene hyperspectral classification is challenging because the same land-cover category can exhibit different spectral responses under changes in illumination, atmosphere, seasonal condition, sensor characteristics, or spatial context. Cross-domain feature selection addresses this issue by searching for transferable features across source and target distributions [4]. Domain-adaptation and cross-scene methods reduce distribution discrepancies through manifold alignment, deep feature alignment, two-stage domain adaptation, prototype-aligned graph learning, cooperative alignment, adversarial adaptation, joint adversarial learning, and confident learning [18,19,20,21,22,23,24,25]. These studies confirm that source-domain discrimination alone is insufficient when spectral responses shift across scenes.

2.4. Domain Expansion and Contrastive Learning

Domain expansion and contrastive learning provide mechanisms for broadening source support under limited labels. SDEnet synthesizes source-derived domains without target labels [3], while contrastive learning structures representations across semantically related views [26,27]. Generative adversarial learning has also been applied to hyperspectral classification through standard, multitask, and evolutionary formulations [28,29,30]. ABG adapts source-derived expansion and contrastive-learning principles to source-only band ranking: structured source-derived views broaden within-class variation, and contrastive objectives organize semantic relationships across those views. This combination supplies transfer-oriented supervisory signals without introducing target data into selector learning.

2.5. Positioning of ABG

The reviewed studies expose three gaps relevant to cross-scene band selection. Classical ranking, clustering, and graph methods estimate importance from fixed scene statistics; deep reconstruction or attention selectors learn nonlinear dependencies but do not directly test downstream transfer; and domain-generalization methods typically optimize classification rather than an explicit band-ranking interface.
ABG is positioned as a coupled source-only system whose contribution lies in the coordinated integration of FDDEM, global and sample-specific gating, source-derived domain expansion, and a frozen-selector downstream evaluation protocol. These components are jointly optimized to learn transferable original-band rankings from source data alone. The one-to-one correspondence between gate scores and input bands provides a traceable spectral-attribution interface, supporting wavelength-level inspection, sensor-oriented subset design, and direct comparison with other original-band selectors [2,31].

3. Materials and Methods

3.1. Overview of ABG

ABG is designed for source-supervised cross-scene hyperspectral band selection. Each gate output corresponds directly to an original spectral band and is applied channel-wise to the FDDEM representation. The source domain contains labeled samples; no target samples or labels are used for selector learning, hyperparameter selection, checkpoint selection, score aggregation, or top-K ranking.
Reliability is evaluated at task level through two source-target pairs, repeated band budgets, component ablations, class-level results, and frozen-selector label-fraction controls. These complementary analyses quantify how effectively the learned ranking transfers across scenes, band budgets, model components, land-cover classes, and downstream supervision levels.
Figure 1 summarizes the source-only workflow. FDDEM produces enhanced features; the adaptive gate fuses global and sample-specific scores; source-side expansion constructs label-preserving gated views; and the dual-head evaluator provides classification and contrastive representations. The resulting source scores are averaged to obtain the final ranking. Target labels appear only after the selector is frozen, inside the downstream SVM evaluation area.
The design connects training-time representation expansion with evaluation-time transfer evidence. Frequency and spatial operations broaden the source representation, while the cross-scene results and controls reported in Section 5.1, Section 5.2, Section 5.3 and Section 5.4 provide external task-level validation of the learned ranking.

3.2. Frequency-Domain Decoupling Enhancement

FDDEM uses complementary spectral and spatial-frequency operations to form a band-aligned representation before gating. A one-dimensional transform captures smooth inter-band trends, while two-dimensional amplitude and phase decomposition exposes frequency energy and spatial organization. Guided by a Sobel structural prior, their joint refinement yields a band-aligned representation that coordinates radiometric and structural cues before adaptive gating.
An input batch of hyperspectral cubes is denoted as X R N × B × H × W , where N is the batch size, B is the number of spectral bands, and H × W is the spatial dimension.
For a spectral vector x p R B at spatial position p = ( h , w ) , a one-dimensional Fourier transform is first applied along the spectral dimension:
F p = F 1 D ( x p ) .
A low-pass mask M K l keeps the first K l low-frequency coefficients and attenuates rapidly oscillating components that are often associated with noise or unstable spectral fluctuations. The smoothed spectral component is reconstructed by
l p = F 1 D 1 ( M K l F p ) R B , L = S t a c k p ( l p ) R N × B × H × W .
The cutoff K l controls the number of retained low-frequency coefficients, and denotes element-wise multiplication. The low-pass component provides a smooth inter-band reference rather than assuming that every high-frequency component is noise; residual fusion with the original feature keeps localized discriminative responses available to the downstream gate and task losses.
To guide the subsequent enhancement with spatially stable structure, FDDEM computes an all-band mean image and extracts a Sobel edge prior:
X ¯ = 1 B b = 1 B X b , S = G x X ¯ 2 + G y X ¯ 2 R N × 1 × H × W .
where X ¯ is the all-band mean image, G x and G y are horizontal and vertical Sobel operators, respectively, and denotes convolution. The low-frequency cube L is mapped by a 1 × 1 convolution ψ · from B input bands to D feature channels; D = B is used so that the mapped feature channels remain one-to-one with the original spectral bands before gating. The operator F 2 D · then applies a two-dimensional Fourier transform along the spatial dimensions.
C = F 2 D ( ψ ( L ) ) , A = | C | , P = C .
The amplitude spectrum A tends to be more sensitive to energy distribution, radiometric scale, and illumination-dependent variations, whereas the phase spectrum P tends to preserve spatial layout and edge-related structural information. FDDEM therefore combines amplitude reweighting with structure-aware phase refinement, allowing the gate to assess each original band from a representation that jointly encodes radiometric energy and spatial organization.
After Equation (4), A , P R N × D × H × W , whereas the Sobel prior is single-channel, S R N × 1 × H × W . The channel counts therefore differ even when the spatial supports already match. If the spatial support of S differs from that of A and P because the Sobel and Fourier paths use different preprocessing, padding, or resampling, I H , W · first resizes S to the common spatial support of A and P ; when the supports already match, the interpolation is the identity. Channel alignment is then performed as specified in Equation (5).
S ~ = R D I H , W ( S ) R N × D × H × W
In Equation (5), I H , W · denotes spatial interpolation to the size of A and P , and R D · denotes channel-wise replication. With D = B , the aligned prior satisfies S ~ R N × D × H × W ; consequently, A S ~ and P S ~ each have shape R N × 2 B × H × W . The first concatenation is mapped from 2 D input channels to D output channels by the 1 × 1 amplitude-weighting convolution in Equation (6), whereas the second supplies the structural context used to construct the query and key in Equations (7) and (8). This alignment is non-parametric and introduces no additional learnable parameters.
The amplitude path uses the structure prior to reweight frequency responses:
W a m p = σ C o n v 1 × 1 2 D D A S ~ , A e n h = A W a m p .
In Equation (6), A S ~ denotes channel-wise concatenation, Conv is the learnable 1 × 1 projection from 2 D concatenated channels to D output channels, and σ ( ) is the sigmoid function. The resulting map W a m p has the same shape as A , and denotes element-wise multiplication; thus, W a m p reweights A to obtain A e n h . This operation coordinates frequency energy with the aligned spatial-boundary prior before adaptive gating.
The phase path performs structure-aware refinement with attention. The operators W q , W k , and W v are learnable projections. Equation (7) constructs the query Q and key K a t t from the concatenated phase and aligned structural prior, while the value V is projected from the phase tensor:
Q = W q ( P S ~ ) , K a t t = W k ( P S ~ ) , V = W v ( P ) ,
P e n h = s o f t m a x Q K a t t d k V .
In Equation (8), d k is the key dimension used to scale the dot product, and softmax normalizes the attention weights over key positions. The resulting tensor P e n h retains the channel and spatial dimensions of P . Structure-aware attention therefore emphasizes phase responses supported by coherent spatial boundaries, while residual recombination keeps the enhanced representation connected to the original feature stream.
Finally, the enhanced amplitude and phase are recombined into a complex feature and transformed back to the spatial domain:
L o u t = R F 2 D 1 A e n h e x p ( i P e n h ) + f θ ( L ) .
In Equation (9), e x p ( i P e n h ) forms the complex unit-phase term, F 2 D 1 denotes the inverse two-dimensional Fourier transform, R retains its real component, and f θ L is a learnable residual mapping of the low-frequency feature. The reconstructed branch and residual branch are added to produce the enhanced output shown in Figure 2.

3.3. Adaptive Band Gating

In cross-scene hyperspectral band selection, a subset that is discriminative in the source scene may lose utility in an unseen target scene because sensor spectral-response functions, atmospheric transmission, and illumination conditions change the observed spectra. Within a scene, local shadowing, mixed pixels, occlusion, and band-dependent noise can also change which channels are informative for an individual patch. A static global ranking cannot represent both scene-level spectral priorities and sample-level spectral-spatial variation. The adaptive band gate therefore combines a source-level global prior with patch-dependent channel reweighting, allowing less-supported bands to be softly suppressed while task-relevant channels remain active.
Global branch. This branch learns a scene-level spectral prior shared by all samples:
g g l o b a l = σ ( θ g ) , θ g R B ,   g g l o b a l 0 1 B ,
where θ g is the global gate-logit vector defined as an internal trainable parameter of the band-gating module. It is initialized as a zero vector before training, so all bands have the same initial global activation of 0.5 after the sigmoid mapping. Since θ g is shared by all input patches and updated by back-propagation with the overall objective, it represents a source-level global spectral prior rather than a feature computed from a particular sample. The sigmoid function σ ( ) maps these logits into 0 1 , so each element of g g l o b a l represents a soft global activation score for one spectral band.
Sample branch. This branch predicts patch-dependent band importance by applying global average pooling followed by a lightweight multilayer perceptron:
g s a m p l e = σ ( f ϕ ( G A P ( L o u t ) ) ) ,   g s a m p l e 0 1 B .
Here, f ϕ ( ) outputs sample-specific band logits, and the sigmoid function maps them into 0 1 to obtain a soft importance vector for each input patch.
The global branch encodes a shared source prior, while the sample branch responds to patch context. Their fusion combines scene-level spectral priorities with patch-specific modulation, allowing the ranking to retain a coherent global structure while adapting to local spectral-spatial variation.
The two gates are fused by a learnable scalar α g = σ ( a ) :
g f u s e d = α g g g l o b a l + ( 1 α g ) g s a m p l e .
The fusion scalar is initialized at zero before sigmoid parameterization, producing equal initial branch weights. The fused coefficient has the same channel count as the FDDEM output and is applied element-wise.
X g a t e d = L o u t E x p a n d H , W ( g f u s e d ) .
The final band score is the source-sample average of g f u s e d R B . Figure 3 shows g g l o b a l , g s a m p l e , g f u s e d , X g a t e d , and the top-K ranking interface.

3.4. Domain Expansion Module

The domain-expansion module begins from X g a t e d and constructs label-preserving source-derived views. Its spectral, spatial, morphology-inspired, and sensor-noise operations expose the gated representation to complementary variations in spectral statistics, local texture and structure, and measurement noise. This structured expansion broadens source support for classification and contrastive learning and encourages transfer-oriented band rankings.
X e = T ( X g a t e d ) , T T .
The ordering is intentional: the task losses are evaluated on representations derived from the gated features, so gradients propagate through the post-gate transformations to the adaptive gate. Classification, band-level contrastive, full-to-gated consistency, and sparsity supervision therefore optimize the gate within the end-to-end computation graph, while the domain-diversity term prevents the source-derived views from collapsing to a single representation. Sensor-noise perturbation acts as an auxiliary stochastic source view with band-wise signal-to-noise variation.
X ~ b , h , w = X b , h , w + ϵ b , h , w , ϵ b , h , w N 0 , σ b 2 .
This view strengthens the retention of classification and contrastive structure under band-wise measurement-noise variation and contributes directly to the joint source objective.
Spectral randomization branch. The spectral branch models the fact that the same land-cover class may exhibit shifted spectra under different sensors or atmospheric conditions. A spectral convolution first maps the gated input to a spectral feature tensor,
X s p e = F s p e ( X g a t e d ) ,   X s p e R N × B × H × W .
The global mean and standard deviation of the spectral embedding are computed as
μ s p e = 1 H W h = 1 H w = 1 W X s p e h , w ,   σ s p e = 1 H W h = 1 H w = 1 W X s p e h , w μ s p e 2 .
To generate a controllable spectral style shift, the statistics of sample i are mixed with those of another sample j through a learnable coefficient α m i x [ 0 , 1 ] :
μ s p e m i x = α m i x μ s p e i + ( 1 α m i x ) μ s p e j ,   σ s p e m i x = α m i x σ s p e i + ( 1 α m i x ) σ s p e j .
The perturbed spectral feature is then obtained by normalization and statistic injection:
X ~ s p e = X s p e μ s p e σ s p e + ε σ s p e m i x + μ s p e m i x .
The statistics-exchange operation is class-conditioned to preserve source labels while varying class-consistent spectral style. It therefore enriches radiometric and sensor-response diversity at the feature-statistics level while maintaining semantic supervision.
Spatial randomization branch. The spatial branch simulates texture degradation and contrast distortion. Given the spatial feature
X s p a = F s p a ( X g a t e d ) ,   X s p a R N × B × H × W ,
the branch computes sample-wise spatial statistics μ s p a and σ s p a , mixes them with another sample to obtain μ s p a m i x and σ s p a m i x , and injects the mixed statistics into the normalized feature to obtain a perturbed spatial feature:
X ~ s p a = X s p a μ s p a σ s p a + ε σ s p a m i x + μ s p a m i x .
Spatial statistic exchange varies local contrast and texture strength, complementing spectral perturbation with diversity in spatial context.
Multi-scale morphological branch. The morphology branch applies differentiable local structural transforms to X g a t e d . A 1 × 1 convolution followed by a ReLU activation first compresses the B -channel hyperspectral feature into a single-channel structural response X g r a y , providing a common intensity-like input for morphological processing. Multi-scale opening, closing, top-hat, and black-hat transformations then expose gate-derived features to systematic variations in connectivity, boundaries, and bright/dark details that characterize local land-cover structure across scenes.
X g r a y = R e L U ( W 1 × 1 X g a t e d + b ) ,
where denotes convolution, W 1 × 1 and b are learnable parameters, and I = X g r a y . For each structuring-element size k 3 , 5 , 7 , opening, closing, top-hat, and black-hat responses are computed; dilation and erosion are implemented with differentiable pooling operations:
O k = D i l a t i o n k ( E r o s i o n k ( I ) ) ( Opening ) , C k = E r o s i o n k ( D i l a t i o n k ( I ) ) ( Closing ) , T k = I O k ( Top-Hat ) , B k = C k I ( Black-Hat ) ,
where O k , C k , T k , and B k denote opening, closing, top-hat, and black-hat responses at scale k , respectively. Opening suppresses bright details and smooths boundaries, closing fills dark gaps and strengthens connectivity, top-hat highlights bright small structures, and black-hat enhances dark details. To aggregate the multi-scale morphology, the responses are averaged across S scales. In implementation, dilation and erosion are implemented by max-pooling and min-pooling operations, respectively, which are compatible with back-propagation in modern deep-learning frameworks.
O f u s e d = 1 S s = 1 S O k s , C f u s e d = 1 S s = 1 S C k s , T f u s e d = 1 S s = 1 S T k s , B f u s e d = 1 S s = 1 S B k s .
The multi-scale morphological representation is formed by channel-wise concatenation,
X m o r p h = [ O f u s e d , C f u s e d , T f u s e d , B f u s e d ] .
The multi-scale responses are concatenated and diversified through adaptive normalization [32,33], enriching the source representation with scale-aware structural variations. This process is summarized in Figure 4.
Finally, the spectral, spatial, and morphological features are concatenated and decoded to produce an expanded-domain sample:
X i e = F d e c X ~ s p a X ~ s p e X m o r p h .
An interpolated-domain sample is also constructed:
X i m = r i X i + ( 1 r i ) X i e ,   r i U ( 0 , 1 ) .
All original, gated, expanded, interpolated, and stochastic views preserve the source label and remain inside source-only selector training. Target samples and labels are absent from view construction.

3.5. Dual-Head Evaluator and Losses

The dual-head evaluator maps each source-derived view to class probabilities and a normalized contrastive embedding. For source sample i, V i contains the original, gated, expanded, interpolated, and stochastic views. The optimization uses classification, supervised contrastive, adversarial domain-diversity contrastive, band contrastive, full-to-gated consistency, and sparse-gate terms.
V i = X i X i g X i e X i m X i s t ,   V i a d v = X i e X i m X i s t .
A shared spectral-spatial encoder feeds a classification head and a projection head. Classification is applied to every view V V i , while the normalized projection embeddings support the contrastive objectives [26,27].
The classification objective averages cross-entropy over the mini-batch and all evaluator views:
L c l s = 1 N i = 1 N 1 V i V V i c = 1 C y i , c l o g p i , c v .
where N is the mini-batch size, V i is the number of evaluator views for sample i , C is the number of classes, y i c is the one-hot label, and p i c V is the predicted probability for class c under view V .
For a minibatch collection A of normalized embedding–label pairs, P ( a ) contains all non-anchor indices whose supervision label matches that of anchor a . The following set-level supervised contrastive operator is shared by the semantic, domain-diversity, and full-to-gated consistency objectives:
L S C ( A ) = 1 A a A 1 P ( a ) p P ( a ) l o g e x p ( z a z p τ ) r A , r a e x p ( z a z r τ ) .
In Equation (30), every embedding acts as an anchor, same-label embeddings form its positive set, and all remaining embeddings in A form the denominator. The label attached to each pair is the source class for semantic objectives and the class-conditioned pseudo-domain label for the domain-diversity objective. The temperature τ is fixed at 0.07 for all contrastive objectives on both benchmarks and is not tuned with target data.
L s u p c o n = L S C ( z i V , y i ) V V i , i = 1 , , N .
Equation (31) applies Equation (30) to the evaluator views V V i using their source class labels. For the class-conditioned domain-diversity term, C B is the set of source classes present in the mini-batch. Within each class, the gated embedding receives pseudo-domain label 0, while one virtual embedding z i v sampled from the expanded, interpolated, or stochastic view receives label 1:
L c o n , a d v = 1 C B c C B L S C ( z i g , 0 ) , ( z i v , 1 ) y i = c .
Because Equation (32) is evaluated separately within each source class, it preserves source-derived view diversity without replacing semantic supervision. Classification, supervised contrastive learning, band-level contrast, and full-to-gated consistency jointly maintain class-discriminative structure.
The band contrastive term uses the full-spectrum source representation as an anchor, the gated representation as a positive, and a random-band representation as a negative:
L c o n , b a n d = 1 N i = 1 N l o g e x p s i m z i f u l l , z i g / τ e x p s i m z i f u l l , z i g / τ + e x p s i m z i f u l l , z i r a n d / τ .
The full-to-gated consistency term applies the same operator to paired full-spectrum and gated embeddings carrying the same source label, thereby preserving class-relevant relationships after spectral gating:
L c o n s = L S C ( z i f u l l , y i ) , ( z i g , y i ) i = 1 , , N .
Sparse activation is imposed on the sample-specific fused gates and on the shared global gate. Because the global gate is independent of sample index i, its contribution is written outside the mini-batch summation:
L s p a r s e = 1 N B i = 1 N g i f u s e d 1 + g g l o b a l 1 B .
The overall ABG criterion combines the classification, contrastive, consistency, and sparse-gate terms as
L A B G = L c l s + λ 1 L s u p c o n + λ 2 L c o n , a d v + L c o n , b a n d + λ s L s p a r s e + λ c L c o n s .
During training, the evaluator and the FDDEM–gate–expansion pathway are updated with the terms relevant to their respective optimization steps. The adaptive gate remains inside the differentiable post-gate computation graph, and the sparse term acts directly on the fused and global gate activations.
The complete source-only training and band-selection procedure is summarized in Algorithm 1.
Algorithm 1. Source-Only ABG Training and Band Selection
LineOperation
1Input source patches Xs, source labels ys, band count B, band budget K, τ = 0.07, and fixed loss coefficients.
2Set the FDDEM feature width to the original spectral-band count.
3For each source mini-batch, compute L o u t = F D D E M X s R N × B × H × W .
4Compute g g l o b a l and g s a m p l e in R B and fuse them as g f u s e d
5Form X g a t e d = L o u t multiplied channel-wise by g f u s e d
6Construct spectral, spatial, morphology-inspired, and sensor-noise source views from X g a t e d
7Evaluate original, gated, expanded, interpolated, and stochastic views with both heads.
8Compute Lcls and Lsupcon over the evaluator views.
9Compute Lcon,adv, Lcon,band, and Lcons using τ.
10Compute the sparse-gate term Lsparse.
11Update the evaluator and the FDDEM–gate–expansion pathway with the corresponding terms of LABG; post-gate task gradients propagate to the gate parameters.
12Repeat for 400 epochs using source data only.
13Aggregate the fused gate over source samples to obtain one score per original band.
14Rank the B scores and retain the top-K original bands.
15Freeze the selector before any target sample or label is used.
16Restrict the downstream data to the selected channels and fit/evaluate the specified SVM protocol.

4. Experimental Setup

4.1. Datasets

Two cross-scene benchmarks are used. The Pavia setting transfers from Pavia University to Pavia Center, and the HyRANK setting transfers from Dioni to Loukia.
The Pavia benchmark was acquired by the Reflective Optics System Imaging Spectrometer (ROSIS) over Pavia, Italy. The Pavia University source image has a spatial size of 610 × 340 pixels, while the Pavia Center target image has a spatial size of 1096 × 715 pixels. Both scenes have a spatial resolution of 1.3 m per pixel. The spectral responses cover approximately 0.43–0.86 μm. Both scenes contain 102 spectral bands and seven shared urban land-cover classes for cross-scene evaluation.
The HyRANK benchmark was acquired by the Hyperion sensor onboard the EO-1 satellite under the ISPRS scientific initiative. Dioni is used as the source scene and Loukia as the target scene. Their spatial sizes are 250 × 1376 and 249 × 945 pixels, respectively. The imagery has a spatial resolution of 30 m per pixel. Hyperion covers the visible to shortwave-infrared range, approximately 0.4–2.5 μm. Each scene contains 176 spectral bands, and the benchmark defines 12 land-cover classes including urban, agricultural, vegetation, rock/sand, and water categories. The sample distributions are listed in Table 1 and Table 2, and the visual overviews are shown in Figure 5 and Figure 6.

4.2. Baselines and Protocol

The comparison includes classical and learning-based band-selection methods: SPA-BS [34], EFDPC [35], ISSC [36], BS-Conv [12], DARecNet [13], COWOASA [37], CDIRF [4], and XGBS [17]. SPA-BS, EFDPC, and ISSC represent sparse ranking, clustering, and subspace methods, respectively. BS-Conv and DARecNet are deep reconstruction-oriented methods. COWOASA and CDIRF are cross-domain feature-selection baselines related to transferability and Relief-style feature weighting [38]. XGBS is a classification-driven baseline that uses XGBoost interpretability to rank bands from supervised source-domain information. All methods are evaluated under the same selected-band range and classifier protocol to ensure a consistent comparison.
For every band-selection method, top-K scores are learned from source data and frozen before target-label use. The primary tables use the predefined 5% target split. A complementary control evaluates 0%, 1%, 3%, 5%, and 10% target-label fractions with identical selected/full-band splits and RBF-SVM settings. At 0%, the scaler and SVM are fitted on an 80% subset of the source-domain data; at nonzero fractions they are fitted with the corresponding target training subset. Pavia uses K = 15 of 102 bands and HyRANK uses K = 20 of 176 bands. No target labels enter selector training, score aggregation, or ranking.
Evaluation metrics. The quantitative evaluation is derived from the confusion matrix on the held-out target-domain test subset. Overall accuracy (OA) is computed as the ratio of correctly classified pixels to all evaluated target pixels and measures global classification performance. Class-level accuracy is the recognition rate of each land-cover class, while average accuracy (AA) is obtained by averaging the class-level accuracies to assess class-balanced performance [39,40]. The Kappa coefficient measures the agreement between the predicted labels and the ground truth after excluding chance agreement, providing a complementary indicator under class-imbalanced conditions [41,42]. OA curves under different selected-band numbers are used to evaluate the sensitivity of each method to the band budget [2].
Implementation details. Patches are 13 × 13 and the batch size is 256. ABG is trained for 400 epochs using Adam with an initial learning rate of 1 × . The projection dimension is 128. The FDDEM output and gate width are set to the original band count ( D = B ). The contrastive temperature is fixed at 0.07 across both datasets and all four contrastive objectives, without target-domain tuning. The loss coefficients λ1, λ2, λs, and λc are fixed at 0.1, 1.0, 0.1, and 1.0, respectively. The classification and band-level contrastive terms use unit coefficients. The smaller coefficients for supervised contrastive learning and sparse regularization balance their aggregate contributions against the classification reference objective, whereas domain-diversity and full-to-gated consistency retain unit weights. These settings are held constant across both transfer tasks. The spectral low-pass cutoff is 10, and morphology uses k = 3 , 5 , 7 . The downstream classifier is an RBF-SVM. The regularization parameter C and RBF kernel coefficient γ are jointly selected by grid search from 1 10 100 1000 , using only the permitted training subset for each label fraction; standardization is fitted on the same subset. All experiments are conducted on a workstation equipped with an Intel(R) Xeon(R) Gold 5220R CPU @ 2.20 GHz, an NVIDIA GeForce RTX 3080 GPU, and 64 GB RAM under Windows 11. The implementation uses Python 3.8 and PyTorch 2.3.1. For each dataset, the fixed training configuration and predefined splits are used consistently across all reported comparisons. Under the fixed 400-epoch source-only schedule, target-domain OA, AA, and Kappa are evaluated only after selector freezing and are not used for training monitoring or checkpoint selection; repeated-run statistics summarize final performance under the same configuration.

5. Results

Results are analyzed through four complementary views: average metrics and band-budget curves, class-level metrics and maps, the frozen-selector target-label-fraction control, and component ablations.

5.1. Average Classification Performance

Table 3 compares the average OA, AA, and Kappa over the reported band-number range. On Pavia Center, ABG obtains the highest average OA and Kappa, with 95.52% OA and 94.60% Kappa, while XGBS obtains the highest AA with 94.77%. The two methods are nearly tied on this relatively stable urban transfer setting, with all Pavia average-metric differences within 0.03 percentage points. On HyRANK, where stronger source-target discrepancy and class imbalance make reliability-aware band ranking more valuable, ABG reaches 80.56% OA and improves over XGBS by 1.72 percentage points.
The performance gap between the two benchmarks further reflects the effect of dataset complexity. Pavia Center is an urban scene with relatively stable spectral-spatial structures, so several methods already obtain high average accuracy and the performance margin is narrow. HyRANK contains more heterogeneous land-cover categories and stronger source-target distribution mismatch; therefore, methods based mainly on fixed ranking, reconstruction objectives, or single-source feature importance lose more accuracy. The simultaneous improvement of OA, AA, and Kappa on HyRANK indicates that ABG improves not only dominant classes but also the balance of classification performance across categories.
Together, the Pavia and HyRANK results show that the coupled source objective preserves competitiveness when baseline accuracy is already high and delivers a larger advantage as cross-scene discrepancy and class imbalance increase.
Figure 7 reports OA curves for K = 5 , 10 , , 50 selected bands on both benchmarks. For each selected-band subset and the full-spectrum baseline, the target hyperspectral cube is converted into a pixel-by-band matrix after the source-domain band-selection step. The SVM is trained and tuned on the 5% target-domain training subset and then evaluated on the held-out target-domain test subset. Thus, the full-spectrum result differs from the selected-band results only in the number of spectral channels used for classification. On Pavia Center, XGBS and ABG are very close across the selected-band range: XGBS reaches 95.78% OA at 15 selected bands and peaks at 96.02% OA at 30 selected bands, while ABG reaches its highest OA of 96.05% at 15 selected bands. On HyRANK, ABG reaches 81.49% OA at 20 selected bands and maintains consistently high OA values under different band budgets, indicating that the learned gate is less sensitive to the selected subset size under stronger cross-scene shift.
Increasing the band count does not monotonically improve OA. The band-budget curves therefore provide one component of task-level reliability evidence, while the label-fraction control in Section 5.3 tests whether the ranking remains useful as downstream supervision changes.
ABG and XGBS are nearly tied on Pavia across the evaluated band budgets, whereas ABG ranks first at all ten HyRANK budgets. This pattern shows that ABG maintains high accuracy in the saturated Pavia setting and provides stronger transfer utility on the more heterogeneous HyRANK benchmark.

5.2. Class-Level Results

Table 4 and Table 5 report class-level accuracies together with OA, AA, and Kappa for Pavia Center using 15 selected bands and HyRANK using 20 selected bands, respectively; all values are reported as mean and standard deviation over repeated runs. At K = 15 on Pavia Center, ABG obtains 96.05 ± 0.12% OA, 95.41 ± 0.12% AA, and 95.23 ± 0.14% Kappa. ABG records the strongest aggregate result at this band budget. Its class-level gains are concentrated in Trees and Bare soil, while performance remains competitive for Brick and Bitumen, a pattern consistent with the fusion of scene-level and patch-specific spectral evidence.
At K = 20 on HyRANK, ABG reaches 81.49 ± 1.38% OA, 76.64 ± 2.11% AA, and 77.97 ± 1.61% Kappa. Compared with XGBS, these results correspond to gains of 1.92, 9.61, and 2.51 percentage points in OA, AA, and Kappa, respectively. Improvements across classes 2, 4, 6, 7, and 11 show that the balanced-metric gain is distributed across multiple difficult or minority categories.
The class-level pattern complements the aggregate metrics. Pavia shows broadly saturated performance with targeted gains in Trees and Bare soil, whereas HyRANK shows pronounced improvements in classes 2, 4, 6, 7, and 11. Together with these class-level gains, the improvement of 9.61 percentage points in AA over XGBS indicates that the advantage of ABG on HyRANK extends across several difficult categories rather than being driven by a single dominant class.
Figure 8 and Figure 9 provide qualitative classification maps for the two cross-scene benchmarks. They complement the numerical metrics by visualizing region continuity, preservation of small target areas, and boundary consistency across methods.
The maps provide spatial context for the numerical results by showing region continuity, preservation of small target areas, and boundary fragmentation across methods. The HyRANK prediction produced by ABG is consistent with the higher OA, AA, and Kappa values and with the gains observed across multiple difficult classes.

5.3. Target-Label Fraction Control

Table 6 reports the target-label-fraction control used to separate selector utility from the amount of downstream supervision: the selector is frozen once and evaluated at target-label fractions of 0%, 1%, 3%, 5%, and 10%. Selected-band and full-band SVMs use identical splits and hyperparameter procedures at each fraction. At 0%, standardization and SVM fitting use an 80% stratified subset of the labeled source-domain data; at nonzero fractions they use the corresponding target training subset. Pavia Center uses K = 15 of 102 bands and HyRANK uses K = 20 of 176 bands.
At 0% target labels, selected bands are 1.11 points below all bands on Pavia Center and 5.97 points above on HyRANK. From 1% to 10%, selected bands exceed all bands on both datasets; at the standard 5% setting, the gains are 0.64 and 2.29 percentage points, respectively. This pattern indicates that the frozen ranking is especially effective when a small amount of target supervision calibrates the downstream decision boundary and remains immediately beneficial on the more heterogeneous HyRANK transfer. The corresponding OA trends are visualized in Figure 10, where the selected-band subsets remain competitive across changing target-label fractions and provide a consistent advantage on HyRANK.

5.4. Ablation Experiments

Table 7 reports the effects of the band-selection strategy, the frequency-domain decoupling enhancement module (FDDEM), and the multi-branch domain perturbation module. The comparison isolates the relative contributions of the spectral gating strategy and the two main auxiliary modules under the same ablation protocol.
Replacing fixed variance ranking with learned gating produces substantial OA gains on both benchmarks. More specifically, the adaptive gate improves over the global gate by 2.73 percentage points on Pavia Center (96.05% versus 93.32%) and by 1.44 percentage points on HyRANK (81.49% versus 80.05%). The result demonstrates the value of combining a scene-level prior with sample-specific spectral evidence.
FDDEM and source-side domain expansion provide complementary gains. With the adaptive gate retained, removing FDDEM reduces OA by 4.51 percentage points on Pavia Center and 3.19 points on HyRANK, while removing domain expansion reduces OA by 3.80 and 3.07 points, respectively. Their joint use produces the highest OA, AA, and Kappa on both benchmarks, confirming that frequency-aware enhancement and structured source variation reinforce the learned band ranking from different perspectives.

6. Discussion

The converging evidence supports the central design of ABG: adaptive spectral weighting and structured source-side expansion jointly improve source-only band ranking. Cross-scene metrics, band-budget curves, class-level results, component ablations, and label-fraction controls establish reliability at the task level by showing that compact selected subsets retain downstream utility across complementary evaluation conditions.
Pavia Center and HyRANK reveal complementary aspects of the method. In the relatively saturated Pavia setting, ABG preserves the high performance of the strongest task-driven baseline while using a compact subset. Under the larger class imbalance and source-target discrepancy of HyRANK, ABG provides broader class-level gains and ranks first across all evaluated band budgets. The contrast indicates that adaptive source-side ranking becomes particularly valuable as transfer difficulty increases.
Each gate score maps directly to an original spectral channel, providing traceable spectral-band attribution and enabling integration with sensor wavelength metadata. This original-band interface connects learned ranking with sensor-oriented subset design and supports direct cross-scene comparison. The common RBF-SVM protocol serves as a controlled downstream decision model, isolating the contribution of the selected representation across methods and label fractions.
FDDEM and the perturbation branches operate at complementary levels. Frequency-domain refinement coordinates spectral trend, frequency energy, and spatial structure; class-conditioned statistic exchange broadens spectral style; morphology introduces multi-scale structural variation; and the stochastic branch adds band-wise measurement-noise diversity. The ablation gains obtained when FDDEM and domain expansion are combined verify that these representations reinforce the adaptive gate through distinct yet complementary supervisory signals.
The comparison with CSSRnet further clarifies the contribution of ABG. CSSRnet uses source and target scenes, contextual attention, self-representation, and distribution alignment for cross-scene band selection [31], whereas ABG establishes a stricter source-only ranking setting and freezes the selected subset before target samples or labels are introduced. This design makes ABG applicable when target imagery is unavailable during selector learning and reduces target-dependent selection.
The present study establishes ABG on two representative cross-scene benchmarks using a controlled RBF-SVM evaluation protocol. Building on this foundation, future work will broaden the evidence base to additional sensors, acquisition seasons, and classifier families; incorporate physically parameterized sensor-response and atmospheric transformations; reduce training and memory costs; and connect band scores with wavelength metadata and material-specific analysis. Recording complete multi-seed optimization traces will also support finer-grained studies of training dynamics and hyperparameter behavior.

7. Conclusions

This study develops ABG, a source-only framework that couples frequency-domain decoupling enhancement, global and sample-specific gating, structured domain expansion, and weighted classification–contrastive–consistency–sparsity objectives for cross-scene hyperspectral band selection. The one-to-one mapping between gate scores and input channels yields traceable original-band rankings, and the selector is frozen before downstream target-label use. At the standard 5% setting, 15 bands reach 96.05% OA on Pavia Center and 20 bands reach 81.49% on HyRANK, outperforming the corresponding full-spectrum SVM baselines while using only 14.7% and 11.4% of the original channels, respectively. Across band budgets, ABG remains competitive with XGBS on Pavia Center and ranks first at all evaluated HyRANK budgets. Class-level and ablation results further show that adaptive gating improves over global gating and that FDDEM and source-side expansion provide complementary gains. The contrast between the two benchmarks is informative: ABG preserves near-saturated accuracy on Pavia Center and yields larger benefits on the more heterogeneous HyRANK transfer. These results establish adaptive source-only gating as an effective route to compact and transferable hyperspectral representations. Future work will extend the framework to additional sensors and classifier families, physically parameterized domain expansion, lightweight optimization, and wavelength-aware analysis.

Author Contributions

Conceptualization, H.Z., F.G. and Y.W.; methodology, H.Z. and F.G.; software, H.Z. and F.G.; validation, H.Z., F.G., J.X. and J.F.; formal analysis, H.Z. and F.G.; investigation, H.Z., F.G. and P.F.; resources, P.F., M.P. and Y.W.; data curation, H.Z. and T.Z.; writing—original draft preparation, H.Z. and F.G.; writing—review and editing, P.F., M.P. and Y.W.; visualization, F.G., R.Z. and J.X.; supervision, Y.W.; project administration, Y.W.; funding acquisition, Y.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Innovation Park for Forestry and Grass Equipments, Grant No. 2024YG15; the National Key Research and Development Program of China, Grant No. 2023YFF0715100; and the University-level Innovation Project of the Hangzhou Institute for Advanced Study, UCAS, Grant No. B02006C019012.

Data Availability Statement

The Pavia University and Pavia Center datasets are publicly available from the hyperspectral remote sensing data repositories maintained by their original providers. The HyRANK Dioni and Loukia datasets are publicly available from the HyRANK benchmark released under the ISPRS scientific initiative. The experimental result files used to prepare the tables and curves are organized with the manuscript package and are available from the corresponding author upon reasonable request.

Acknowledgments

The authors thank the providers of the Pavia and HyRANK hyperspectral benchmarks and the developers of the open-source baseline resources used for comparison.

Conflicts of Interest

Author Mingzhong Pan is employed by Hangzhou Hyperspectral Imaging Technology Co., Ltd. The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AbbreviationDefinition
AAAverage accuracy
ABGAdaptive Band Gating
FDDEMFrequency-Domain Decoupling Enhancement Module
FFT/IFFTFast Fourier transform/inverse fast Fourier transform
HSIHyperspectral image
OAOverall accuracy
RBFRadial basis function
SVMSupport vector machine

References

  1. Bioucas-Dias, J.M.; Plaza, A.; Camps-Valls, G.; Scheunders, P.; Nasrabadi, N.M.; Chanussot, J. Hyperspectral Remote Sensing Data Analysis and Future Challenges. IEEE Geosci. Remote Sens. Mag. 2013, 1, 6–36. [Google Scholar] [CrossRef] [Scilit]
  2. Sun, W.; Du, Q. Hyperspectral Band Selection: A Review. IEEE Geosci. Remote Sens. Mag. 2019, 7, 118–139. [Google Scholar] [CrossRef] [Scilit]
  3. Zhang, Y.; Li, W.; Sun, W.; Tao, R.; Du, Q. Single-Source Domain Expansion Network for Cross-Scene Hyperspectral Image Classification. IEEE Trans. Image Process. 2023, 32, 1498–1512. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  4. Zhang, C.; Ye, M.; Lei, L.; Qian, Y. Feature Selection for Cross-Scene Hyperspectral Image Classification Using Cross-Domain I-ReliefF. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2021, 14, 5932–5949. [Google Scholar] [CrossRef] [Scilit]
  5. Su, P.; Tarkoma, S.; Pellikka, P.K.E. Band Ranking via Extended Coefficient of Variation for Hyperspectral Band Selection. Remote Sens. 2020, 12, 3319. [Google Scholar] [CrossRef] [Scilit]
  6. Li, S.; Peng, B.; Fang, L.; Li, Q. Hyperspectral Band Selection via Optimal Combination Strategy. Remote Sens. 2022, 14, 2858. [Google Scholar] [CrossRef] [Scilit]
  7. Sun, X.; Shen, X.; Pang, H.; Fu, X. Multiple Band Prioritization Criteria-Based Band Selection for Hyperspectral Imagery. Remote Sens. 2022, 14, 5679. [Google Scholar] [CrossRef] [Scilit]
  8. Wang, W.; Wang, W.; Liu, H. Correlation-Guided Ensemble Clustering for Hyperspectral Band Selection. Remote Sens. 2022, 14, 1156. [Google Scholar] [CrossRef] [Scilit]
  9. Habermann, M.; Shiguemori, E.H.; Frémont, V. Unsupervised Cluster-Wise Hyperspectral Band Selection for Classification. Remote Sens. 2022, 14, 5374. [Google Scholar] [CrossRef] [Scilit]
  10. Chang, C.I.; Kuo, Y.M.; Ma, K.Y. Band Selection via Band Density Prominence Clustering for Hyperspectral Image Classification. Remote Sens. 2024, 16, 942. [Google Scholar] [CrossRef] [Scilit]
  11. Liu, Y.; Li, X.; Hua, Z.; Zhao, L. EBARec-BS: Effective Band Attention Reconstruction Network for Hyperspectral Imagery Band Selection. Remote Sens. 2021, 13, 3602. [Google Scholar] [CrossRef] [Scilit]
  12. Cai, Y.; Liu, X.; Cai, Z. BS-Nets: An End-to-End Framework for Band Selection of Hyperspectral Image. IEEE Trans. Geosci. Remote Sens. 2020, 58, 1969–1984. [Google Scholar] [CrossRef] [Scilit]
  13. Roy, S.K.; Das, S.; Song, T.; Chanda, B. DARecNet-BS: Unsupervised Dual-Attention Reconstruction Network for Hyperspectral Band Selection. IEEE Geosci. Remote Sens. Lett. 2021, 18, 2152–2156. [Google Scholar] [CrossRef] [Scilit]
  14. Yu, C.; Zhou, S.; Song, M.; Chang, C.I. Unsupervised Hyperspectral Band Selection via Hybrid Graph Convolutional Network. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5530515. [Google Scholar] [CrossRef] [Scilit]
  15. Liu, Y.; Li, X.; Xu, Z.; Zhang, L. BSFormer: Transformer-Based Reconstruction Network for Hyperspectral Band Selection. IEEE Geosci. Remote Sens. Lett. 2023, 20, 5507305. [Google Scholar] [CrossRef] [Scilit]
  16. Mou, L.; Saha, S.; Hua, Y.; Bovolo, F.; Bruzzone, L.; Zhu, X.X. Deep Reinforcement Learning for Band Selection in Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5504414. [Google Scholar] [CrossRef] [Scilit]
  17. Shang, X.; Cui, C.; Sun, X.; Wang, X.; Zhang, J. Classification Task-Driven Hyperspectral Band Selection via Interpretability From XGBoost. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2025, 18, 13733–13754. [Google Scholar] [CrossRef] [Scilit]
  18. Yang, H.L.; Crawford, M.M. Spectral and Spatial Proximity-Based Manifold Alignment for Multitemporal Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2016, 54, 51–64. [Google Scholar] [CrossRef] [Scilit]
  19. Zhou, X.; Prasad, S. Deep Feature Alignment Neural Networks for Domain Adaptation of Hyperspectral Data. IEEE Trans. Geosci. Remote Sens. 2018, 56, 5863–5872. [Google Scholar] [CrossRef]
  20. Li, Z.; Tang, X.; Li, W.; Wang, C.; Liu, C.; He, J. A Two-Stage Deep Domain Adaptation Method for Hyperspectral Image Classification. Remote Sens. 2020, 12, 1054. [Google Scholar] [CrossRef] [Scilit]
  21. Shen, D.; Hu, H.; He, F.; Zhang, F.; Zhao, J.; Shen, X. Hierarchical Prototype-Aligned Graph Neural Network for Cross-Scene Hyperspectral Image Classification. Remote Sens. 2024, 16, 2464. [Google Scholar] [CrossRef] [Scilit]
  22. Zhang, Y.; Li, W.; Tao, R.; Peng, J.; Du, Q.; Cai, Z. Cross-Scene Hyperspectral Image Classification with Discriminative Cooperative Alignment. IEEE Trans. Geosci. Remote Sens. 2021, 59, 9646–9660. [Google Scholar] [CrossRef] [Scilit]
  23. Ma, X.; Mou, X.; Wang, J.; Liu, X.; Geng, J.; Wang, H. Cross-Dataset Hyperspectral Image Classification Based on Adversarial Domain Adaptation. IEEE Trans. Geosci. Remote Sens. 2021, 59, 4179–4190. [Google Scholar] [CrossRef] [Scilit]
  24. Tang, X.; Li, C.; Peng, Y. Unsupervised Joint Adversarial Domain Adaptation for Cross-Scene Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5536415. [Google Scholar] [CrossRef] [Scilit]
  25. Fang, Z.; Yang, Y.; Li, Z.; Li, W.; Chen, Y.; Ma, L.; Du, Q. Confident Learning-Based Domain Adaptation for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5527116. [Google Scholar] [CrossRef] [Scilit]
  26. Chen, T.; Kornblith, S.; Norouzi, M.; Hinton, G. A Simple Framework for Contrastive Learning of Visual Representations. In Proceedings of the 37th International Conference on Machine Learning, Virtual, 13–18 July 2020; pp. 1597–1607. [Google Scholar]
  27. Khosla, P.; Teterwak, P.; Wang, C.; Sarna, A.; Tian, Y.; Isola, P.; Maschinot, A.; Liu, C.; Krishnan, D. Supervised Contrastive Learning. In Advances in Neural Information Processing Systems; MIT Press: Cambridge, MA, USA, 2020; pp. 18661–18673. [Google Scholar]
  28. Zhu, L.; Chen, Y.; Ghamisi, P.; Benediktsson, J.A. Generative Adversarial Networks for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2018, 56, 5046–5063. [Google Scholar] [CrossRef] [Scilit]
  29. Hang, R.; Zhou, F.; Liu, Q.; Ghamisi, P. Classification of Hyperspectral Images via Multitask Generative Adversarial Networks. IEEE Trans. Geosci. Remote Sens. 2021, 59, 1424–1436. [Google Scholar] [CrossRef] [Scilit]
  30. Bai, J.; Zhang, Y.; Xiao, Z.; Ye, F.; Li, Y.; Alazab, M.; Jiao, L. Immune Evolutionary Generative Adversarial Networks for Hyperspectral Image Classification. IEEE Trans. Geosci. Remote Sens. 2022, 60, 5543614. [Google Scholar] [CrossRef] [Scilit]
  31. Dong, Y.; Wang, Q.; Li, X. A Cross-Scene Self-Representative Network for Hyperspectral Band Selection. IEEE Trans. Geosci. Remote Sens. 2024, 62, 5509212. [Google Scholar] [CrossRef] [Scilit]
  32. Ulyanov, D.; Vedaldi, A.; Lempitsky, V. Improved Texture Networks: Maximizing Quality and Diversity in Feed-Forward Stylization and Texture Synthesis. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, Honolulu, HI, USA, 21–26 July 2017; pp. 4105–4113. [Google Scholar] [CrossRef] [Scilit]
  33. Huang, X.; Belongie, S. Arbitrary Style Transfer in Real-Time with Adaptive Instance Normalization. In Proceedings of the IEEE International Conference on Computer Vision, Venice, Italy, 22–29 October 2017; pp. 1501–1510. [Google Scholar] [CrossRef] [Scilit]
  34. Sun, K.; Geng, X.; Ji, L. A New Sparsity-Based Band Selection Method for Target Detection of Hyperspectral Image. IEEE Geosci. Remote Sens. Lett. 2015, 12, 329–333. [Google Scholar] [CrossRef] [Scilit]
  35. Jia, S.; Tang, G.; Zhu, J.; Li, Q. A Novel Ranking-Based Clustering Approach for Hyperspectral Band Selection. IEEE Trans. Geosci. Remote Sens. 2016, 54, 88–102. [Google Scholar] [CrossRef] [Scilit]
  36. Sun, W.; Zhang, L.; Du, B.; Li, W.; Mark Lai, Y. Band Selection Using Improved Sparse Subspace Clustering for Hyperspectral Imagery Classification. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2015, 8, 2784–2797. [Google Scholar] [CrossRef] [Scilit]
  37. Wang, J.; Ye, M.; Xiong, F.; Qian, Y. Cross-Scene Hyperspectral Feature Selection via Hybrid Whale Optimization Algorithm with Simulated Annealing. IEEE J. Sel. Top. Appl. Earth Obs. Remote Sens. 2021, 14, 2473–2483. [Google Scholar] [CrossRef] [Scilit]
  38. Urbanowicz, R.J.; Meeker, M.; La Cava, W.; Olson, R.S.; Moore, J.H. Relief-Based Feature Selection: Introduction and Review. J. Biomed. Inform. 2018, 85, 189–203. [Google Scholar] [CrossRef] [Scilit] [PubMed]
  39. Congalton, R.G. A Review of Assessing the Accuracy of Classifications of Remotely Sensed Data. Remote Sens. Environ. 1991, 37, 35–46. [Google Scholar] [CrossRef] [Scilit]
  40. Stehman, S.V. Selecting and Interpreting Measures of Thematic Classification Accuracy. Remote Sens. Environ. 1997, 62, 77–89. [Google Scholar] [CrossRef] [Scilit]
  41. Cohen, J. A Coefficient of Agreement for Nominal Scales. Educ. Psychol. Meas. 1960, 20, 37–46. [Google Scholar] [CrossRef] [Scilit]
  42. Landis, J.R.; Koch, G.G. The Measurement of Observer Agreement for Categorical Data. Biometrics 1977, 33, 159–174. [Google Scholar] [CrossRef] [Scilit]
Figure 1. Source-only ABG workflow. FDDEM, adaptive gating, source-side view construction, and the dual-head evaluator are trained with source data. The contrastive temperature is 0.07 for the supervised, adversarial domain-diversity, band-level, and full-to-gated consistency contrastive objectives. Target labels are used only after the selector is frozen, for downstream SVM fitting and evaluation.
Figure 1. Source-only ABG workflow. FDDEM, adaptive gating, source-side view construction, and the dual-head evaluator are trained with source data. The contrastive temperature is 0.07 for the supervised, adversarial domain-diversity, band-level, and full-to-gated consistency contrastive objectives. Target labels are used only after the selector is frozen, for downstream SVM fitting and evaluation.
Remotesensing 18 02855 g001
Figure 2. FDDEM architecture. The diagram shows spectral smoothing, the aligned Sobel structural prior used in the concatenations, learnable channel mapping, amplitude and phase refinement, and FFT/IFFT operations that integrate spectral trend, frequency energy, and spatial structure for band-aligned gating.
Figure 2. FDDEM architecture. The diagram shows spectral smoothing, the aligned Sobel structural prior used in the concatenations, learnable channel mapping, amplitude and phase refinement, and FFT/IFFT operations that integrate spectral trend, frequency energy, and spatial structure for band-aligned gating.
Remotesensing 18 02855 g002
Figure 3. Adaptive band gating in the original-band space. Global and sample-specific gates are fused, applied to the FDDEM output, averaged over source samples, and ranked to select top-K original bands.
Figure 3. Adaptive band gating in the original-band space. Global and sample-specific gates are fused, applied to the FDDEM output, averaged over source samples, and ranked to select top-K original bands.
Remotesensing 18 02855 g003
Figure 4. Morphology-inspired structural expansion applied after adaptive gating. Opening, closing, top-hat, and black-hat operations use k 3 , 5 , 7 to generate scale-aware variations in connectivity, boundaries, and bright/dark details.
Figure 4. Morphology-inspired structural expansion applied after adaptive gating. Opening, closing, top-hat, and black-hat operations use k 3 , 5 , 7 to generate scale-aware variations in connectivity, boundaries, and bright/dark details.
Remotesensing 18 02855 g004
Figure 5. Pavia cross-scene benchmark. (a) False-color composite image of Pavia University; (b) false-color composite image of Pavia Center; (c) ground-truth map of Pavia University; (d) ground-truth map of Pavia Center.
Figure 5. Pavia cross-scene benchmark. (a) False-color composite image of Pavia University; (b) false-color composite image of Pavia Center; (c) ground-truth map of Pavia University; (d) ground-truth map of Pavia Center.
Remotesensing 18 02855 g005
Figure 6. HyRANK cross-scene benchmark. (a) False-color composite image of Dioni; (b) false-color composite image of Loukia; (c) ground-truth map of Dioni; (d) ground-truth map of Loukia.
Figure 6. HyRANK cross-scene benchmark. (a) False-color composite image of Dioni; (b) false-color composite image of Loukia; (c) ground-truth map of Dioni; (d) ground-truth map of Loukia.
Remotesensing 18 02855 g006
Figure 7. OA curves under different selected-band numbers on Pavia Center and HyRANK. The dashed horizontal lines denote the full-spectrum all-band OA baselines, which are evaluated using the same target-domain 5% SVM training split and held-out target-domain testing procedure as the selected-band subsets.
Figure 7. OA curves under different selected-band numbers on Pavia Center and HyRANK. The dashed horizontal lines denote the full-spectrum all-band OA baselines, which are evaluated using the same target-domain 5% SVM training split and held-out target-domain testing procedure as the selected-band subsets.
Remotesensing 18 02855 g007
Figure 8. Classification maps on Pavia Center. (a) Ground truth; (b) SPA-BS; (c) EFDPC; (d) ISSC; (e) BS-Conv; (f) DARecNet; (g) COWOASA; (h) CDIRF; (i) XGBS; (j) ABG.
Figure 8. Classification maps on Pavia Center. (a) Ground truth; (b) SPA-BS; (c) EFDPC; (d) ISSC; (e) BS-Conv; (f) DARecNet; (g) COWOASA; (h) CDIRF; (i) XGBS; (j) ABG.
Remotesensing 18 02855 g008
Figure 9. Classification maps on HyRANK. (a) Ground truth; (b) SPA-BS; (c) EFDPC; (d) ISSC; (e) BS-Conv; (f) DARecNet; (g) COWOASA; (h) CDIRF; (i) XGBS; (j) ABG.
Figure 9. Classification maps on HyRANK. (a) Ground truth; (b) SPA-BS; (c) EFDPC; (d) ISSC; (e) BS-Conv; (f) DARecNet; (g) COWOASA; (h) CDIRF; (i) XGBS; (j) ABG.
Remotesensing 18 02855 g009
Figure 10. OA under controlled target-label fractions. Blue circles denote full bands and orange squares denote the frozen selected-band subsets. Pavia Center uses K = 15 / 102 bands and HyRANK uses K = 20 / 176 bands.
Figure 10. OA under controlled target-label fractions. Blue circles denote full bands and orange squares denote the frozen selected-band subsets. Pavia Center uses K = 15 / 102 bands and HyRANK uses K = 20 / 176 bands.
Remotesensing 18 02855 g010
Table 1. Class sample counts for the Pavia University to Pavia Center transfer task.
Table 1. Class sample counts for the Pavia University to Pavia Center transfer task.
No.ClassPavia UniversityPavia Center
1Trees75983064
2Asphalt92486631
3Brick26853682
4Bitumen72871330
5Shadow2863947
6Meadow309018,649
7Bare soil65845029
Total 39,35539,332
Table 2. Class sample counts for the Dioni to Loukia transfer task in HyRANK.
Table 2. Class sample counts for the Dioni to Loukia transfer task in HyRANK.
No.ClassDioniLoukia
1Dense urban fabric1262206
2Mineral extraction sites20454
3Non-irrigated arable land614426
4Fruit trees15079
5Olive groves17681107
6Coniferous forest361422
7Dense sclerophyllous vegetation50352996
8Sparse sclerophyllous vegetation63742361
9Sparse vegetated areas1754399
10Rocks and sand492453
11Water16121393
12Coastal water398421
Total 20,02410,317
Table 3. Average classification accuracy over the selected-band range. Unit: %.
Table 3. Average classification accuracy over the selected-band range. Unit: %.
MethodPavia OAPavia AAPavia KappaHyRANK OAHyRANK AAHyRANK Kappa
SPA-BS92.7391.4591.2376.3374.2172.18
EFDPC95.1394.2494.0578.8177.5575.67
ISSC95.0994.2194.0876.1174.8672.54
BS-Conv94.6793.7193.5778.2076.9375.29
DARecNet94.7493.8793.6577.7576.5374.61
COWOASA94.6893.6493.5978.4977.2075.31
CDIRF94.1893.2892.9878.1776.8274.93
XGBS95.5194.7794.5978.8467.0974.62
ABG95.5294.7494.6080.5679.3277.84
Table 4. Class-level classification results on Pavia Center. Mean ± standard deviation, unit: %.
Table 4. Class-level classification results on Pavia Center. Mean ± standard deviation, unit: %.
Class/metricSPA-BSEFDPCISSCBS-ConvDARecNetCOWOASACDIRFXGBSABG
194.64 ± 0.3895.86 ± 0.4695.96 ± 0.3695.58 ± 0.8496.06 ± 0.5596.56 ± 0.6294.36 ± 1.5196.32 ± 1.2296.69 ± 0.20
297.53 ± 0.7298.70 ± 0.4697.76 ± 0.4398.05 ± 0.9797.47 ± 0.8598.58 ± 0.2697.68 ± 0.9398.47 ± 0.3698.62 ± 0.28
379.26 ± 1.8085.48 ± 0.1885.39 ± 1.1782.07 ± 2.8285.65 ± 1.4085.86 ± 3.5882.70 ± 3.4588.53 ± 2.5788.86 ± 0.97
492.11 ± 0.3092.81 ± 1.7392.44 ± 0.2592.17 ± 0.7391.42 ± 0.5393.00 ± 0.6692.18 ± 1.4593.34 ± 0.6293.47 ± 0.72
5100.00 ± 0.0099.96 ± 0.0099.95 ± 0.0699.94 ± 0.0299.95 ± 0.0299.98 ± 0.0299.99 ± 0.0299.96 ± 0.0499.98 ± 0.02
686.69 ± 0.2991.29 ± 0.7293.76 ± 1.1389.37 ± 2.8689.51 ± 2.8390.84 ± 0.8989.12 ± 0.8592.45 ± 0.6593.07 ± 0.54
795.96 ± 0.4295.03 ± 0.6795.43 ± 0.6294.90 ± 1.2296.46 ± 0.5995.20 ± 1.4096.36 ± 0.1396.78 ± 0.7297.19 ± 0.41
OA93.79 ± 0.0795.05 ± 0.2895.04 ± 0.2494.32 ± 0.4094.66 ± 0.2195.22 ± 0.4594.27 ± 0.5495.78 ± 0.4696.05 ± 0.12
AA92.31 ± 0.1493.88 ± 0.7794.38 ± 0.2093.15 ± 0.7393.79 ± 0.3594.29 ± 0.6293.20 ± 0.3595.12 ± 0.5995.41 ± 0.12
Kappa92.50 ± 0.0893.85 ± 0.6594.02 ± 0.2993.15 ± 0.4893.56 ± 0.2594.23 ± 0.5593.09 ± 0.6594.91 ± 0.5695.23 ± 0.14
Table 5. Class-level classification results on HyRANK. Mean ± standard deviation, unit: %.
Table 5. Class-level classification results on HyRANK. Mean ± standard deviation, unit: %.
Class/MetricSPA-BSEFDPCISSCBS-ConvDARecNetCOWOASACDIRFXGBSABG
156.02 ± 4.9061.31 ± 3.1054.56 ± 2.8465.33 ± 8.7748.18 ± 0.5264.05 ± 14.7163.32 ± 4.3954.74 ± 7.0167.84 ± 7.94
253.91 ± 16.5735.16 ± 1.1171.88 ± 15.4766.41 ± 14.3651.56 ± 6.6382.81 ± 2.2178.91 ± 18.7859.38 ± 23.3379.45 ± 9.46
360.00 ± 7.6981.16 ± 3.3071.84 ± 0.0076.80 ± 0.1473.01 ± 1.1079.81 ± 5.2273.30 ± 4.2678.68 ± 4.3181.01 ± 3.09
45.26 ± 1.869.21 ± 3.7211.84 ± 16.757.89 ± 3.7259.85 ± 2.3343.42 ± 9.3019.74 ± 20.478.42 ± 7.1237.66 ± 3.92
549.17 ± 3.8885.54 ± 1.5471.56 ± 0.9074.53 ± 1.7081.33 ± 0.6981.03 ± 3.5681.41 ± 0.0587.90 ± 2.2087.25 ± 2.40
640.57 ± 8.6754.72 ± 13.3449.76 ± 6.3458.02 ± 3.3446.23 ± 1.3353.54 ± 21.6855.66 ± 7.3440.47 ± 5.7167.74 ± 5.18
741.89 ± 13.4050.00 ± 0.7452.32 ± 5.5147.37 ± 4.7653.58 ± 2.5350.10 ± 8.9355.16 ± 5.0650.53 ± 8.2667.24 ± 4.45
854.66 ± 1.6761.24 ± 9.7159.13 ± 4.5156.04 ± 7.4955.64 ± 2.5062.22 ± 3.0563.84 ± 13.9556.74 ± 4.1059.98 ± 2.18
981.44 ± 0.8281.81 ± 2.2280.73 ± 2.8480.16 ± 3.4983.39 ± 0.4980.88 ± 2.8278.51 ± 2.0283.21 ± 1.1480.30 ± 3.49
1079.93 ± 1.0982.80 ± 3.0878.33 ± 1.9180.08 ± 0.0876.17 ± 2.1577.22 ± 3.5978.82 ± 3.2482.43 ± 2.2682.62 ± 1.34
1145.44 ± 6.4557.42 ± 1.2936.20 ± 15.4749.48 ± 7.0050.39 ± 3.8758.07 ± 4.4242.97 ± 2.2149.48 ± 13.0671.39 ± 8.31
1286.61 ± 0.6189.42 ± 1.5382.29 ± 7.0376.13 ± 5.6588.34 ± 1.8380.78 ± 10.6983.05 ± 7.4886.48 ± 2.4890.42 ± 1.21
OA73.17 ± 0.3580.05 ± 0.7275.99 ± 0.5976.76 ± 0.3277.40 ± 0.5078.38 ± 0.3477.62 ± 0.1579.57 ± 0.4281.49 ± 1.38
AA61.06 ± 0.7667.84 ± 0.5865.75 ± 3.3767.02 ± 3.0064.84 ± 0.0272.42 ± 1.8769.62 ± 1.3967.03 ± 2.6676.64 ± 2.11
Kappa67.51 ± 0.6076.15 ± 0.8571.16 ± 0.9172.15 ± 0.5572.86 ± 0.5774.21 ± 0.3373.29 ± 0.3075.46 ± 0.5077.97 ± 1.61
Table 6. Overall accuracy under controlled target-label fractions. Unit: %.
Table 6. Overall accuracy under controlled target-label fractions. Unit: %.
DatasetTarget LabelsFull BandsSelected BandsDifference
Pavia Center0%70.3269.21−1.11
Pavia Center1%91.2592.53+1.27
Pavia Center3%94.2994.57+0.27
Pavia Center5%95.4196.05+0.64
Pavia Center10%96.2796.68+0.42
HyRANK0%49.8255.79+5.97
HyRANK1%69.8772.43+2.56
HyRANK3%75.8178.39+2.58
HyRANK5%79.2081.49+2.29
HyRANK10%81.3784.12+2.75
Table 7. Ablation study on band-selection strategies and model modules. Unit: %.
Table 7. Ablation study on band-selection strategies and model modules. Unit: %.
DatasetBand-Selection StrategyModuleOA ↑AA ↑Kappa ↑
VarianceGlobal GateAdaptive GateFDDEMDomain Expansion
Pavia
Center
××83.3278.2776.08
××93.3291.9891.94
×××92.2591.0390.65
×××91.5490.4289.80
××96.0595.4195.23
HyRANK××72.2458.9766.48
××80.0567.8476.15
×××78.4268.7374.24
×××78.3070.3074.06
××81.4976.6477.97
“↑” indicates that a higher value is better; “√” and “×” indicate inclusion and exclusion, respectively.
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

Zhu, H.; Gao, F.; Zhu, T.; Zhou, R.; Xing, J.; Fan, J.; Pan, M.; Fang, P.; Wang, Y. Reliability-Aware Adaptive Band Gating with Domain Expansion for Cross-Scene Hyperspectral Band Selection. Remote Sens. 2026, 18, 2855. https://doi.org/10.3390/rs18172855

AMA Style

Zhu H, Gao F, Zhu T, Zhou R, Xing J, Fan J, Pan M, Fang P, Wang Y. Reliability-Aware Adaptive Band Gating with Domain Expansion for Cross-Scene Hyperspectral Band Selection. Remote Sensing. 2026; 18(17):2855. https://doi.org/10.3390/rs18172855

Chicago/Turabian Style

Zhu, Huaixi, Fang Gao, Tong Zhu, Ran Zhou, Jiaoyang Xing, Jingyan Fan, Mingzhong Pan, Peipei Fang, and Yikun Wang. 2026. "Reliability-Aware Adaptive Band Gating with Domain Expansion for Cross-Scene Hyperspectral Band Selection" Remote Sensing 18, no. 17: 2855. https://doi.org/10.3390/rs18172855

APA Style

Zhu, H., Gao, F., Zhu, T., Zhou, R., Xing, J., Fan, J., Pan, M., Fang, P., & Wang, Y. (2026). Reliability-Aware Adaptive Band Gating with Domain Expansion for Cross-Scene Hyperspectral Band Selection. Remote Sensing, 18(17), 2855. https://doi.org/10.3390/rs18172855

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