Pith. sign in

REVIEW 4 major objections 6 minor 300 references

Transformers Meet Hyperspectral Imaging: A Comprehensive Study of Models, Challenges and Open Problems

T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read The paper argues that the scattered literature on Transformer-based hyperspectral image classification is actually one design space, and presents the first end-to-end survey that maps more than 300 papers onto a seven-stage pipeline…

desk verdict A useful, well-organized survey of Transformer-based HSI classification with a pipeline-stage taxonomy, but the 'first dedicated survey' claim rests on a search protocol that is not fully reproducible. read the letter →

arxiv 2506.08596 v1 pith:DITIITMI submitted 2025-06-10 cs.CV cs.AI

classification cs.CVcs.AI
keywords hyperspectralimagingTransformerclassificationsurveyself-attentionspatial-spectralfeatureextractiondeeplearningremotesensing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims to be the first end-to-end survey devoted to Transformer-based hyperspectral image (HSI) classification, built from a review of more than 300 papers published through 2024. Its central organizing assertion is that the many HSI-Transformer models differ along a single pipeline — preprocessing, tokenization, positional encoding, spatial-spectral feature extraction, self-attention variants, skip connections, and loss design — and that each design choice is best understood against HSI's spatial-spectral character: hundreds of correlated bands, non-adjacent bands with long-range dependencies, scarce labels, and heavy computational cost. The authors argue that the Transformer is a natural fit for the spectral dimension because of those long-range dependencies, but that naive adoption of vision-Transformer recipes fails on HSI's local spatial structure and limited samples. If the survey's organization is right, a researcher entering the field can see which components have been tried, which combinations remain open, and which obstacles — public datasets, on-edge deployment, robustness to illumination and sensor shift, and interpretable attention — are the real bottlenecks.

What carries the argument

The load-bearing device is the seven-stage pipeline taxonomy, a decomposition of any Transformer-based HSI classifier into preprocessing, tokenization, positional encoding, spatial-spectral feature extraction, multi-head self-attention modification, skip connections, and loss design. The taxonomy carries the argument by converting a scattered literature into a grid: each cell is a family of design choices, and the survey places reviewed papers into cells while contrasting the alternatives with HSI-specific constraints, such as grouped spectral tokenization for correlated adjacent bands, Gaussian positional weights for spatial locality, and attention-cost reductions that exploit the spectral dimension. The organizing assumption underneath is that the Transformer's long-range attention matches the long-range dependency of non-adjacent spectral bands, which makes the architecture a principled, not incidental, choice for HSI classification.

What would settle it

Re-running the paper's own search protocol would settle the completeness claim: execute the two stated keyword combinations across IEEE, ScienceDirect, SCOPUS, MDPI, Springer, Wiley, Taylor & Francis, and Sage, inspect the returned titles for Transformer-based hyperspectral image classification, and count how many eligible papers are missing from the survey's reviewed set; a substantial gap, or the existence of an earlier end-to-end survey of the same scope, would falsify the paper's claim to be the first complete survey of the field.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that Transformer-based HSI classification, despite its fragmented literature, is a single design space: methods differ along seven pipeline stages, and the differences are responses to the properties of hyperspectral data. The survey sorts methods by how the image cube is preprocessed (PCA, band selection, autoencoders), how it is split into tokens (pixel-wise, patch-wise, image-based, superpixel clustering), how tokens are embedded (linear, grouped-spectral, convolutional, 3D), how position is encoded (sine-cosine, learnable, relative-bias, Gaussian, or not at all), how spatial and spectral features are extracted (jointly, separately, cascaded, or in parallel branches), how self-attention is modified (alternative QKV generation, in-attention fusion, cost reduction), how layers are skip-connected (dense, mid-range, multilayer), and how losses are designed (cross-entropy variants, label smoothing, focal, joint losses). The authors assert that no prior review covered Transformer-based HSI classification end to end, and that mapping design choices onto HSI's spatial-spectral properties is what makes the taxonomy useful for selecting, combining, or extending components.

Load-bearing premise

The survey's claims of firstness and completeness rest on the assumption that the keyword searches 'Transformer + hyperspectral + classification' and 'self-attention + hyperspectral + classification' across the eight listed databases, together with the exclusion of works that did not add sufficiently novel modifications, captured the full population of relevant Transformer-based hyperspectral image classification papers published through December 2024.

Editorial extensions

If this is right

  • A researcher entering HSI classification can use the taxonomy as a menu: it shows which pipeline stages are settled, which are contested, and which combinations of tokenization, attention, and loss have not yet been tried.
  • The survey's open-problems list implies that the field's next gains will come less from new attention variants than from new data, particularly public datasets beyond Indian Pines, Pavia, Salinas, and Houston, and from lightweight models that can run on portable and UAV-borne systems.
  • Because each design choice is framed as a response to HSI's spatial-spectral properties, the survey implies that stage choices interact: for instance, grouped spectral tokenization changes what positional encoding and attention masking should look like, so copying vision-Transformer defaults stage by stage is likely suboptimal.
  • For the scarce-label problem that dominates HSI, the catalogued remedies — transfer learning, masked autoencoders, contrastive learning, active and semi-supervised schemes — give practitioners a comparative view of what has been tried, which is a precondition for deciding what to try next.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A natural extension the paper does not make: the taxonomy could become a reporting checklist, so that future papers state their choices on the seven stages explicitly; if adopted, that would let researchers compare papers without re-implementation.
  • The survey's qualitative contrasts invite a quantitative test it does not perform: a controlled ablation that fixes the dataset and varies one stage at a time across the standard benchmarks would show which stages actually drive accuracy, rather than which stages appear most often in the literature.
  • The paper's call for interpretable attention points to a validation criterion it leaves implicit: checking whether learned attention weights align with known spectral absorption or reflection signatures of target materials would test whether the model is learning physics or merely dataset statistics.
  • Because the completeness claim depends on a subjective novelty filter, the 'more than 300 papers' count is best treated as a lower bound on a fast-moving literature; the same taxonomy could be re-run periodically to track how the design space grows.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. This manuscript presents a survey of Transformer-based hyperspectral image (HSI) classification. The authors organize roughly 300 cited papers into a pipeline-level taxonomy covering learning techniques for scarce labels, preprocessing, patch/pixel tokenization, positional encoding, spatial-spectral feature extraction, multi-head self-attention variants, skip connections, and loss functions. They claim to review more than 300 papers published up to 2025 and to present the first end-to-end survey dedicated to Transformer-based HSI classification. The manuscript also compiles a table of public datasets and proposes future research directions including dataset collection, lightweight models, robustness, and explainability. The survey is descriptive; it reports no quantitative comparisons of the reviewed methods.

Significance. The main contribution is organizational: the paper provides a broad, internally consistent taxonomy of design choices for Transformer-based HSI classifiers, and it cites a large and fragmented literature. If the coverage is reliable, the survey will be a useful entry point for researchers. The dataset table (Table 2) and the discussion of preprocessing, tokenization, and self-attention variants are practical assets. The paper does not contain machine-checked proofs or reproducible code, and it does not perform quantitative meta-analysis. The two claims that need verification are the 'more than 300 papers' count and the 'first dedicated survey' novelty; both are asserted rather than demonstrated.

major comments (4)
  1. [Section 1, 'To generalize current research methods...'] The search methodology is not described at a reproducible level. Only two keyword combinations are given ('Transformer + hyperspectral + classification' and 'self-attention + hyperspectral + classification'), with no query syntax, database-specific filtering, deduplication, or PRISMA-style flow diagram. The exclusion criterion ('works that did not contribute sufficiently novel modifications to HSI classification or Transformer architectures or did not use self-attention mechanisms') is subjective and appears to be applied without a documented protocol. As a result, the claim of reviewing 'more than 300 papers' cannot be independently checked, and the completeness of the corpus for the 'first end-to-end survey' claim is unverified.
  2. [Section 1 vs. Appendix A / Table 1] The stated scope contradicts the included corpus. Section 1 says target detection [55,68,126], anomaly detection [127,150,322], change detection [56,223,91], denoising [69,73,124], unmixing [70,224,246], super-resolution [218,226,252], and reconstruction will 'not be included in this article.' Yet references to such works appear in the bibliography and some are listed in Table 1 (e.g., [101] oil spill mapping, [122] cholangiocarcinoma segmentation, [292] pathology image segmentation, [253] object tracking). This makes the population of 'reviewed papers' ill-defined and prevents a reader from mapping the '>300 papers' figure to the claimed domain of HSI classification.
  3. [Section 1, 'To the best of our knowledge...'] The first-survey claim is a negative claim that the described search cannot support. The keyword strings omit survey/review terms, and the venue list omits arXiv, Google Scholar, and the main computer vision proceedings (CVPR, ICCV, ECCV, NeurIPS), which are major sources of HSI Transformer papers. The manuscript itself cites [446] as a review of HSI classification 'from conventional methods to the most advanced Transformer and Mamba' but never explains why that work is not a dedicated Transformer survey. The authors should either carry out a systematic prior-art search with explicit inclusion criteria or reformulate the novelty claim in a way that is documented and verifiable.
  4. [Section 6.3 and Section 10] The survey is purely descriptive and provides no quantitative summary of the reviewed methods: no accuracy ranges, parameter counts, FLOPs, or training-sample statistics are tabulated. Statements such as 'the above architectures can improve classification performance according to the reviewed works' experiments' (Section 6.3) and the research agenda in Section 10 are therefore not supported by aggregable evidence. Adding a comparative table (e.g., datasets, number of samples, accuracies, model size) or, failing that, explicitly limiting the claims to qualitative observations would make the survey's guidance claims verifiable.
minor comments (6)
  1. [Abstract and Section 1] The abstract states 'published up to 2025' while Section 1 states papers are collected 'until December 2024'; please harmonize the coverage window.
  2. [Section 7.2, near Eq. (18)] The phrase 'enhance the spectral feature representation by by calculating' contains a duplicated word.
  3. [Section 6.3] In the description of morphFormer, 'erotic images are acquired by selecting the pixel with the minimum value' should read 'eroded images are acquired by selecting the pixel with the minimum value.'
  4. [Sections 5.2 and 5.3] There are several typos: 'Gaussian Positional Embendding' should be 'Embedding', and 'dipicted' should be 'depicted.'
  5. [Table 2] Several dataset entries are unstable or non-archival URLs (e.g., the Kaggle share link for the MHSI Choledoch Dataset and the Google Drive link for the oil spill benchmark); prefer DOIs or institutional repository links.
  6. [References] Reference [323] (metasurface-empowered snapshot hyperspectral imaging with convex/deep small-data learning) is cited in the Introduction as an example of a Transformer-based HSI method, but the cited work does not appear to be a Transformer-based classification method; please verify the citation.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the survey categorizes external published work and derives no result from its own inputs.

full rationale

This is a literature survey, not a derivation. It reports, categorizes, and taxonomizes externally published Transformer-based HSI classification methods, and it fits no parameters, solves no equations, and generates no predictions from the papers it reviews. The central claim is that the authors reviewed more than 300 papers and provide the first end-to-end survey dedicated to Transformer-based HSI classification; that claim rests on the completeness and interpretation of the literature search, which is an empirical and verifiable matter, not a circularity. Even the weakest assumption identified in the reader's take — that the keyword-based search and exclusion criteria may miss relevant works or earlier surveys — is a correctness and completeness risk, not a circular-reasoning step. The paper also explicitly lists existing surveys and reviews, and notes one work [446] reviewing HSI classification from conventional methods to Transformer and Mamba; this could undermine the novelty claim if [446] is earlier and dedicated, but again that is an external factual question, not a circular reduction. No self-citation is load-bearing: the authors do not invoke their own prior work to define the taxonomy, justify a uniqueness theorem, or smuggle in an ansatz. The survey is self-contained as a literature-organizing document, so the appropriate circularity score is 0.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

This is a review paper, so there are no fitted parameters or new entities. The survey's validity rests on the accuracy of its characterizations of cited papers and on the completeness of its literature search, both of which are assumed rather than demonstrated.

assumptions (3)
  • domain assumption The brief descriptions of cited methods accurately reflect the original papers.
    The survey categorizes each method into a pipeline stage based on its reading of the cited work; if any reading is wrong, the taxonomy misleads readers. This is not independently checked by the survey.
  • domain assumption The search strategy and filtering criteria identify the population of relevant Transformer-based HSI classification papers.
    The paper states keywords, databases, and an exclusion criterion in Section 1 but does not provide exact queries, search dates per database, or a reproducible screening protocol.
  • domain assumption No prior review dedicated specifically to Transformer-based HSI classification exists.
    The authors assert this in Section 1 based on their search; the claim is load-bearing for the survey's stated novelty but is not verified against a systematic protocol.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Transformers Meet Hyperspectral Imaging: A Comprehensive Study of Models, Challenges and Open Problems." pith.science (2026). https://pith.science/paper/DITIITMI

@misc{pith2026250608596,
  author       = {Pith},
  title        = {Pith review of: Transformers Meet Hyperspectral Imaging: A Comprehensive Study of Models, Challenges and Open Problems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/DITIITMI}},
  note         = {Machine review of arXiv:2506.08596}
}
read the original abstract

Transformers have become the architecture of choice for learning long-range dependencies, yet their adoption in hyperspectral imaging (HSI) is still emerging. We reviewed more than 300 papers published up to 2025 and present the first end-to-end survey dedicated to Transformer-based HSI classification. The study categorizes every stage of a typical pipeline-pre-processing, patch or pixel tokenization, positional encoding, spatial-spectral feature extraction, multi-head self-attention variants, skip connections, and loss design-and contrasts alternative design choices with the unique spatial-spectral properties of HSI. We map the field's progress against persistent obstacles: scarce labeled data, extreme spectral dimensionality, computational overhead, and limited model explainability. Finally, we outline a research agenda prioritizing valuable public data sets, lightweight on-edge models, illumination and sensor shifts robustness, and intrinsically interpretable attention mechanisms. Our goal is to guide researchers in selecting, combining, or extending Transformer components that are truly fit for purpose for next-generation HSI applications.

Figures

Figures reproduced from arXiv: 2506.08596 by the authors.

Figure 1
Figure 1. This figure shows a classical framework of a Transformer-based network on an HSI classification task, [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. An overview of the framework of SpectralFormer [43]. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. The overall framework for SSFTT [12]. PCA is first applied to reduce the spectral dimension of the HSI hypercube. After PCA dimension reduction, the HSI data is divided into 3D patches, which are processed by (a) subsequent 3D convolution and 2D convolution for spectral-spatial feature extraction. The extracted features are then flattened and tokenized by (b) Gaussian Weighted Feature Tokenizer, where the features a… view at source ↗
Figures from the paper (6 more)
Figure 4
Figure 4. Figure 4: An illustration of different feature extraction architectures: (a) cascaded Transformer blocks; (b) parallel CNN [PITH_FULL_IMAGE:figures/full_fig_p016_4.png]
Figure 5
Figure 5. Figure 5: The framework of DATN [440] is illustrated as an example of feature extraction in sequential/cascaded architectures. The HSI cube X ∈ R H×W×C , where H, W, and C represent the spatial height, width, and spectral bands, respectively, is partitioned into 3D patches of si…
Figure 6
Figure 6. Figure 6: The overview framework of CTMixer [59] is depicted as an example of parallel CNN and Transformer branches. The HSI hypercube X ∈ R H×W×C , where H, W, and C represent the spatial height, width, and spectral bands, respectively, is divided into N patches. The HSI patche…
Figure 7
Figure 7. Figure 7: The overall framework of morphFormer [64] is illustrated as an example of multiple parallel modules and subsequent cascaded Transformer architectures. The HSI hypercube X ∈ R H×W×C , where H, W, and C represent the spatial height, width, and spectral bands, respectivel…
Figure 8
Figure 8. Figure 8: The scaled multi-head self-attention [1]. [PITH_FULL_IMAGE:figures/full_fig_p023_8.png]
Figure 9
Figure 9. Figure 9: An illustration of the self-attention module of network: (a) MATA [ [PITH_FULL_IMAGE:figures/full_fig_p025_9.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

300 extracted references · 77 canonical work pages

  1. [101]

    Self-supervised spectral–spatial transformer network for hyperspectral oil spill mapping.IEEE Transactions on Geoscience and Remote Sensing, 61:1–10, 2023

    Xudong Kang, Bin Deng, Puhong Duan, Xiaohui Wei, and Shutao Li. Self-supervised spectral–spatial transformer network for hyperspectral oil spill mapping.IEEE Transactions on Geoscience and Remote Sensing, 61:1–10, 2023

  2. [122]

    Swin-spectral transformer for cholangiocarcinoma hyperspectral image segmentation

    Zehao Zhou, Song Qiu, Yan Wang, Mei Zhou, Xinyuan Chen, Menghan Hu, Qingli Li, and Yue Lu. Swin-spectral transformer for cholangiocarcinoma hyperspectral image segmentation. In2021 14th International Congress on Image and Signal Processing, BioMedical Engineering and Informatics (CISP-BMEI), pages 1–6, Oct 2021

  3. [292]

    Spectr: Spectral transformer for microscopic hyperspectral pathology image segmentation.IEEE Transactions on Circuits and Systems for Video Technology, pages 1–1, 2023

    Boxiang Yun, Baiying Lei, Jieneng Chen, Huiyu Wang, Song Qiu, Wei Shen, Qingli Li, and Yan Wang. Spectr: Spectral transformer for microscopic hyperspectral pathology image segmentation.IEEE Transactions on Circuits and Systems for Video Technology, pages 1–1, 2023

  4. [253]

    Cbff-net: A new framework for efficient and accurate hyperspectral object tracking.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

    Long Gao, Pan Liu, Yan Jiang, Weiying Xie, Jie Lei, Yunsong Li, and Qian Du. Cbff-net: A new framework for efficient and accurate hyperspectral object tracking.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

  5. [1]

    Gomez, Łukasz Kaiser, and Illia Polosukhin

    Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. InProceedings of the 31st International Conference on Neural Information Processing Systems, NIPS’17, page 6000–6010, Red Hook, NY , USA, 2017. Curran Associates Inc

  6. [2]

    An image is worth 16x16 words: Transformers for image recognition at scale

    Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at scale. InInternational Conference on Learning Representations, 2021

  7. [3]

    Rethinking and improving relative position encoding for vision transformer

    Kan Wu, Houwen Peng, Minghao Chen, Jianlong Fu, and Hongyang Chao. Rethinking and improving relative position encoding for vision transformer. In2021 IEEE/CVF International Conference on Computer Vision (ICCV), pages 10013–10021, 2021

  8. [4]

    Hyperspectral microscopy- applications of hyperspectral imaging techniques in different fields of science: a review of recent advances.Applied Spectroscopy Reviews, 0(0):1–24, 2023

    Sharif Uddin Ahmed Kazi Saima Banu, Maricarmen Lerma and Jorge L Gardea-Torresdey. Hyperspectral microscopy- applications of hyperspectral imaging techniques in different fields of science: a review of recent advances.Applied Spectroscopy Reviews, 0(0):1–24, 2023

Show all 300 references
  1. [5]

    Spatial-spectral transformer for hyperspectral image classification

    Xin He, Yushi Chen, and Zhouhan Lin. Spatial-spectral transformer for hyperspectral image classification. Remote Sensing, 13(3), 2021

  2. [6]

    Honglin Liu, Yongzhao Zhan, Huifen Xia, Qirong Mao, and Yixin Tan. Self-supervised transformer-based pre-training method using latent semantic masking auto-encoder for pest and disease classification.Computers and Electronics in Agriculture, 203:107448, 2022

  3. [7]

    Masked autoencoders are scalable vision learners

    Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, and Ross Girshick. Masked autoencoders are scalable vision learners. In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 15979–15988, 2022

  4. [8]

    Bin Yang, Zhulian Wang, Jinyuan Guo, Lili Guo, Qiaokang Liang, Qiu Zeng, Ruiyuan Zhao, Jianwu Wang, and Caihong Li. Identifying plant disease and severity from leaves: A deep multitask learning framework using triple-branch swin transformer and deep supervision.Computers and E...

  5. [9]

    Multi-branch self-learning vision transformer (msvit) for crop type mapping with optical-sar time-series.Computers and Electronics in Agriculture, 203:107497, 2022

    Kaiyuan Li, Wenzhi Zhao, Rui Peng, and Tao Ye. Multi-branch self-learning vision transformer (msvit) for crop type mapping with optical-sar time-series.Computers and Electronics in Agriculture, 203:107497, 2022

  6. [10]

    Top-tuning on transformers and data augmentation transferring for boosting the performance of weed identification.Computers and Electronics in Agriculture, 211:108055, 2023

    Borja Espejo-Garcia, Hercules Panoutsopoulos, Evangelos Anastasiou, Francisco Javier Rodríguez-Rigueiro, and Spyros Fountas. Top-tuning on transformers and data augmentation transferring for boosting the performance of weed identification.Computers and Electronics in Agricultu...

  7. [11]

    Self-supervised pretraining of transformers for satellite image time series classification

    Yuan Yuan and Lei Lin. Self-supervised pretraining of transformers for satellite image time series classification. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 14:474–487, 2021

  8. [12]

    Spectral–spatial feature tokenization transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

    Le Sun, Guangrui Zhao, Yuhui Zheng, and Zebin Wu. Spectral–spatial feature tokenization transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

  9. [13]

    Deep spatial–spectral representation learning for hyperspectral image denoising.IEEE Transactions on Computational Imaging, 5(4):635–648, Dec 2019

    Weisheng Dong, Huan Wang, Fangfang Wu, Guangming Shi, and Xin Li. Deep spatial–spectral representation learning for hyperspectral image denoising.IEEE Transactions on Computational Imaging, 5(4):635–648, Dec 2019

  10. [14]

    Spectral-spatial-aware transformer fusion network for hyperspectral object tracking

    Ye Wang, Yuheng Liu, Ge Zhang, Yuru Su, Shun Zhang, and Shaohui Mei. Spectral-spatial-aware transformer fusion network for hyperspectral object tracking. In2022 12th Workshop on Hyperspectral Imaging and Signal Processing: Evolution in Remote Sensing (WHISPERS), pages 1–5, Sep. 2022

  11. [15]

    Exploring the collaboration between convolutional neural networks and transformers in hyperspectral image classification

    Hongmin Gao, Yiyan Zhang, Zhonghao Chen, Hongyi Wu, Weibo Zhang, and Chenming Li. Exploring the collaboration between convolutional neural networks and transformers in hyperspectral image classification. In2022 12th Workshop on Hyperspectral Imaging and Signal Processing: Evol...

  12. [16]

    Wenxuan Wang, Leiming Liu, Tianxiang Zhang, Jiachen Shen, Jing Wang, and Jiangyun Li. Hyper-es2t: Efficient spatial–spectral transformer for the classification of hyperspectral remote sensing images.International Journal of Applied Earth Observation and Geoinformation, 113:103...

  13. [17]

    Hyperspectral image classification based on spectrally-enhanced and densely connected transformer model

    Yongen Wu, Jie Feng, Gaiqin Bai, Qiyang Gao, and Xiangrong Zhang. Hyperspectral image classification based on spectrally-enhanced and densely connected transformer model. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 2746–2749, July 202...

  14. [18]

    A 3-d-swin transformer-based hierarchical contrastive learning method for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Xin Huang, Mengjie Dong, Jiayi Li, and Xian Guo. A 3-d-swin transformer-based hierarchical contrastive learning method for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  15. [19]

    Exploring simple siamese representation learning, 2020

    Xinlei Chen and Kaiming He. Exploring simple siamese representation learning, 2020

  16. [20]

    Bootstrap your own latent - a new approach to self-supervised learning

    Jean-Bastien Grill, Florian Strub, Florent Altché, Corentin Tallec, Pierre Richemond, Elena Buchatskaya, Carl Doersch, Bernardo Avila Pires, Zhaohan Guo, Mohammad Gheshlaghi Azar, Bilal Piot, koray kavukcuoglu, Remi Munos, and Michal Valko. Bootstrap your own latent - a new ap...

  17. [21]

    A simple framework for contrastive learning of visual representations, 2020

    Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations, 2020

  18. [22]

    Momentum contrast for unsupervised visual representation learning

    Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 9726–9735, June 2020

  19. [23]

    Whitening for self-supervised representation learning, 2021

    Aleksandr Ermolov, Aliaksandr Siarohin, Enver Sangineto, and Nicu Sebe. Whitening for self-supervised representation learning, 2021

  20. [24]

    Unsupervised learning of visual features by contrasting cluster assignments, 2021

    Mathilde Caron, Ishan Misra, Julien Mairal, Priya Goyal, Piotr Bojanowski, and Armand Joulin. Unsupervised learning of visual features by contrasting cluster assignments, 2021

  21. [25]

    Deep clustering for unsupervised learning of visual features, 2019

    Mathilde Caron, Piotr Bojanowski, Armand Joulin, and Matthijs Douze. Deep clustering for unsupervised learning of visual features, 2019

  22. [26]

    Representation learning with contrastive predictive coding, 2019

    Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive coding, 2019

  23. [27]

    Vicreg: Variance-invariance-covariance regularization for self- supervised learning, 2021

    Adrien Bardes, Jean Ponce, and Yann LeCun. Vicreg: Variance-invariance-covariance regularization for self- supervised learning, 2021

  24. [28]

    Barlow twins: Self-supervised learning via redundancy reduction, 2021

    Jure Zbontar, Li Jing, Ishan Misra, Yann LeCun, and Stéphane Deny. Barlow twins: Self-supervised learning via redundancy reduction, 2021

  25. [29]

    On feature decorrelation in self-supervised learning, 2021

    Tianyu Hua, Wenxiao Wang, Zihui Xue, Sucheng Ren, Yue Wang, and Hang Zhao. On feature decorrelation in self-supervised learning, 2021

  26. [30]

    Yu, and Dahua Lin

    Zhirong Wu, Yuanjun Xiong, Stella X. Yu, and Dahua Lin. Unsupervised feature learning via non-parametric instance discrimination. In2018 IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 3733–3742, June 2018

  27. [31]

    Hsi-transunet: A trans- former based semantic segmentation model for crop mapping from uav hyperspectral imagery.Computers and Electronics in Agriculture, 201:107297, 2022

    Bowen Niu, Quanlong Feng, Boan Chen, Cong Ou, Yiming Liu, and Jianyu Yang. Hsi-transunet: A trans- former based semantic segmentation model for crop mapping from uav hyperspectral imagery.Computers and Electronics in Agriculture, 201:107297, 2022

  28. [32]

    Wijayanti Nurul Khotimah, Mohammed Bennamoun, Farid Boussaid, Lian Xu, David Edwards, and Ferdous Sohel. Mce-st: Classifying crop stress using hyperspectral data with a multiscale conformer encoder and spectral-based tokens.International Journal of Applied Earth Observation an...

  29. [33]

    From center to surrounding: An interactive learning framework for hyperspectral image classification.ISPRS Journal of Photogrammetry and Remote Sensing, 197:145–166, 2023

    Jiaqi Yang, Bo Du, and Liangpei Zhang. From center to surrounding: An interactive learning framework for hyperspectral image classification.ISPRS Journal of Photogrammetry and Remote Sensing, 197:145–166, 2023

  30. [34]

    Pixel-wise mechanical damage detection of waxy maize using spectral–spatial feature extraction and hyperspectral image.Computers and Electronics in Agriculture, 209:107853, 2023

    Fengshuang Liu, Jun Fu, and Rongqiang Zhao. Pixel-wise mechanical damage detection of waxy maize using spectral–spatial feature extraction and hyperspectral image.Computers and Electronics in Agriculture, 209:107853, 2023

  31. [35]

    He Hui, Sun Ya-Dong, Yang Bo-Xiong, Xie Mu-Xi, Li She-Lei, Zhou Bo, and Zhang Kai-Cun. Building extraction based on hyperspectral remote sensing images and semisupervised deep learning with limited training samples.Computers and Electrical Engineering, 110:108851, 2023

  32. [36]

    Multi-scale receptive fields: Graph attention neural network for hyperspectral image classification.Expert Systems with Applications, 223:119858, 2023

    Yao Ding, Zhili Zhang, Xiaofeng Zhao, Danfeng Hong, Wei Cai, Nengjun Yang, and Bei Wang. Multi-scale receptive fields: Graph attention neural network for hyperspectral image classification.Expert Systems with Applications, 223:119858, 2023

  33. [37]

    Zhonghao Chen, Guoyong Wu, Hongmin Gao, Yao Ding, Danfeng Hong, and Bing Zhang. Local aggregation and global attention network for hyperspectral image classification with spectral-induced aligned superpixel segmentation.Expert Systems with Applications, 232:120828, 2023. 34 AP...

  34. [38]

    Dster: A dense spectral transformer for re- mote sensing spectral super-resolution.International Journal of Applied Earth Observation and Geoinformation, 109:102773, 2022

    Jiang He, Qiangqiang Yuan, Jie Li, Yi Xiao, Xinxin Liu, and Yun Zou. Dster: A dense spectral transformer for re- mote sensing spectral super-resolution.International Journal of Applied Earth Observation and Geoinformation, 109:102773, 2022

  35. [39]

    A spectrum contextual self-attention deep learning network for hyperspectral inversion of soil metals.Ecological Indicators, 152:110351, 2023

    Tingyu Zhang, Quan Fu, Runqing Tian, Yang Zhang, and Zenghui Sun. A spectrum contextual self-attention deep learning network for hyperspectral inversion of soil metals.Ecological Indicators, 152:110351, 2023

  36. [40]

    Learning from small data for hyperspectral image classifica- tion.Signal Processing, 213:109183, 2023

    Xiaoyan Luo, Sen Li, Xiaofeng Shi, and Jihao Yin. Learning from small data for hyperspectral image classifica- tion.Signal Processing, 213:109183, 2023

  37. [41]

    Hyperspectral image transformer classification networks

    Xiaofei Yang, Weijia Cao, Yao Lu, and Yicong Zhou. Hyperspectral image transformer classification networks. IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  38. [42]

    Development of deep learning methodology for maize seed variety recognition based on improved swin transformer.Agronomy, 12(8), 2022

    Chunguang Bi, Nan Hu, Yiqiang Zou, Shuo Zhang, Suzhen Xu, and Helong Yu. Development of deep learning methodology for maize seed variety recognition based on improved swin transformer.Agronomy, 12(8), 2022

  39. [43]

    Spectral- former: Rethinking hyperspectral image classification with transformers.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Danfeng Hong, Zhu Han, Jing Yao, Lianru Gao, Bing Zhang, Antonio Plaza, and Jocelyn Chanussot. Spectral- former: Rethinking hyperspectral image classification with transformers.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  40. [44]

    Ji He, Lina Zhao, Hongwei Yang, Mengmeng Zhang, and Wei Li. Hsi-bert: Hyperspectral image classification using the bidirectional encoder representation from transformers.IEEE Transactions on Geoscience and Remote Sensing, 58(1):165–178, Jan 2020

  41. [45]

    Stransfuse: Fusing swin transformer and convolutional neural network for remote sensing image semantic segmentation

    Liang Gao, Hui Liu, Minhang Yang, Long Chen, Yaling Wan, Zhengqing Xiao, and Yurong Qian. Stransfuse: Fusing swin transformer and convolutional neural network for remote sensing image semantic segmentation. IEEE Journal of Selected Topics in Applied Earth Observations and Remo...

  42. [46]

    Chunhui Zhao, Boao Qin, Shou Feng, Wenxiang Zhu, Lifu Zhang, and Jinchang Ren. An unsupervised domain adaptation method towards multi-level features and decision boundaries for cross-scene hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 6...

  43. [47]

    Optimized input for cnn-based hyperspectral image classification using spatial transformer network.IEEE Geoscience and Remote Sensing Letters, 16(12):1884–1888, Dec 2019

    Xin He and Yushi Chen. Optimized input for cnn-based hyperspectral image classification using spatial transformer network.IEEE Geoscience and Remote Sensing Letters, 16(12):1884–1888, Dec 2019

  44. [48]

    Mask-guided spectral-wise transformer for efficient hyperspectral image reconstruction

    Yuanhao Cai, Jing Lin, Xiaowan Hu, Haoqian Wang, Xin Yuan, Yulun Zhang, Radu Timofte, and Luc Van Gool. Mask-guided spectral-wise transformer for efficient hyperspectral image reconstruction. In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 1...

  45. [49]

    Siamese transformer network for hyperspectral image target detection.IEEE Transactions on Geoscience and Remote Sensing, 60:1–19, 2022

    Weiqiang Rao, Lianru Gao, Ying Qu, Xu Sun, Bing Zhang, and Jocelyn Chanussot. Siamese transformer network for hyperspectral image target detection.IEEE Transactions on Geoscience and Remote Sensing, 60:1–19, 2022

  46. [50]

    Zilong Zhong, Ying Li, Lingfei Ma, Jonathan Li, and Wei-Shi Zheng. Spectral–spatial transformer network for hyperspectral image classification: A factorized architecture search framework.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  47. [51]

    Deep hierarchical vision transformer for hyperspectral and lidar data classification.IEEE Transactions on Image Processing, 31:3095– 3110, 2022

    Zhixiang Xue, Xiong Tan, Xuchu Yu, Bing Liu, Anzhu Yu, and Pengqiang Zhang. Deep hierarchical vision transformer for hyperspectral and lidar data classification.IEEE Transactions on Image Processing, 31:3095– 3110, 2022

  48. [52]

    Mst++: Multi-stage spectral-wise transformer for efficient spectral reconstruction

    Yuanhao Cai, Jing Lin, Zudi Lin, Haoqian Wang, Yulun Zhang, Hanspeter Pfister, Radu Timofte, and Luc Van Gool. Mst++: Multi-stage spectral-wise transformer for efficient spectral reconstruction. In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (C...

  49. [53]

    Convolutional transformer network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Zhengang Zhao, Dan Hu, Hao Wang, and Xianchuan Yu. Convolutional transformer network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  50. [54]

    Zhaohui Xue, Qi Xu, and Mengxue Zhang. Local transformer with spatial partition restore for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:4307–4325, 2022

  51. [55]

    Learning orientation information from frequency-domain for oriented object detection in remote sensing images.IEEE Transactions on Geoscience and Remote Sensing, 60:1–12, 2022

    Shangdong Zheng, Zebin Wu, Yang Xu, Zhihui Wei, and Antonio Plaza. Learning orientation information from frequency-domain for oriented object detection in remote sensing images.IEEE Transactions on Geoscience and Remote Sensing, 60:1–12, 2022

  52. [56]

    Spectral–spatial–temporal transformers for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

    Yanheng Wang, Danfeng Hong, Jianjun Sha, Lianru Gao, Lian Liu, Yonggang Zhang, and Xianhui Rong. Spectral–spatial–temporal transformers for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

  53. [57]

    Hyperspectral image classification using group-aware hierarchical transformer.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

    Shaohui Mei, Chao Song, Mingyang Ma, and Fulin Xu. Hyperspectral image classification using group-aware hierarchical transformer.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022. 35 APREPRINT- SEPTEMBER22, 2025

  54. [58]

    Bs2t: Bottleneck spatial–spectral transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–17, 2022

    Ruoxi Song, Yining Feng, Wei Cheng, Zhenhua Mu, and Xianghai Wang. Bs2t: Bottleneck spatial–spectral transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–17, 2022

  55. [59]

    Convolution transformer mixer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Junjie Zhang, Zhe Meng, Feng Zhao, Hanqiang Liu, and Zhenhui Chang. Convolution transformer mixer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  56. [60]

    Mstnet: A multilevel spectral–spatial transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–13, 2022

    Haoyang Yu, Zhen Xu, Ke Zheng, Danfeng Hong, Hao Yang, and Meiping Song. Mstnet: A multilevel spectral–spatial transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–13, 2022

  57. [61]

    Kai Liu, Weiwei Sun, Yijun Shao, Weiwei Liu, Gang Yang, Xiangchao Meng, Jiangtao Peng, Dehua Mao, and Kai Ren. Mapping coastal wetlands using transformer in transformer deep network on china zy1-02d hyperspectral satellite images.IEEE Journal of Selected Topics in Applied Eart...

  58. [62]

    Hyperspectral image instance segmentation using spectral–spatial feature pyramid network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–13, 2023

    Leyuan Fang, Yifan Jiang, Yinglong Yan, Jun Yue, and Yue Deng. Hyperspectral image instance segmentation using spectral–spatial feature pyramid network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–13, 2023

  59. [63]

    Hyperspectral image classification based on multibranch attention transformer networks.IEEE Transactions on Geoscience and Remote Sensing, 60:1–17, 2022

    Jing Bai, Zheng Wen, Zhu Xiao, Fawang Ye, Yongdong Zhu, Mamoun Alazab, and Licheng Jiao. Hyperspectral image classification based on multibranch attention transformer networks.IEEE Transactions on Geoscience and Remote Sensing, 60:1–17, 2022

  60. [64]

    Haut, Qian Du, and Antonio Plaza

    Swalpa Kumar Roy, Ankur Deria, Chiranjibi Shah, Juan M. Haut, Qian Du, and Antonio Plaza. Spectral–spatial morphological attention transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  61. [65]

    Fractional fourier image transformer for multimodal remote sensing data classification.IEEE Transactions on Neural Networks and Learning Systems, pages 1–13, 2022

    Xudong Zhao, Mengmeng Zhang, Ran Tao, Wei Li, Wenzhi Liao, Lianfang Tian, and Wilfried Philips. Fractional fourier image transformer for multimodal remote sensing data classification.IEEE Transactions on Neural Networks and Learning Systems, pages 1–13, 2022

  62. [66]

    Lessformer: Local-enhanced spectral-spatial transformer for hyperspec- tral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

    Jiaqi Zou, Wei He, and Hongyan Zhang. Lessformer: Local-enhanced spectral-spatial transformer for hyperspec- tral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

  63. [67]

    Psrt: Pyramid shuffle-and-reshuffle transformer for multispectral and hyperspectral image fusion.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Shang-Qi Deng, Liang-Jian Deng, Xiao Wu, Ran Ran, Danfeng Hong, and Gemine Vivone. Psrt: Pyramid shuffle-and-reshuffle transformer for multispectral and hyperspectral image fusion.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  64. [68]

    Htd-vit: Spectral-spatial joint hyperspectral target detection with vision transformer

    Haonan Qin, Weiying Xie, Yunsong Li, and Qian Du. Htd-vit: Spectral-spatial joint hyperspectral target detection with vision transformer. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 1967–1970, July 2022

  65. [69]

    Hongyu Chen, Guangyi Yang, and Hongyan Zhang. Hider: A hyperspectral image denoising transformer with spatial–spectral constraints for hybrid noise removal.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2022

  66. [70]

    Hyperspectral unmixing using transformer network.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

    Preetam Ghosh, Swalpa Kumar Roy, Bikram Koirala, Behnood Rasti, and Paul Scheunders. Hyperspectral unmixing using transformer network.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

  67. [71]

    Multimodal fusion transformer for remote sensing image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–20, 2023

    Swalpa Kumar Roy, Ankur Deria, Danfeng Hong, Behnood Rasti, Antonio Plaza, and Jocelyn Chanussot. Multimodal fusion transformer for remote sensing image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–20, 2023

  68. [72]

    Translution-snet: A semisupervised hyperspectral image stripe noise removal based on transformer and cnn.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

    Chengjun Wang, Miaozhong Xu, Yonghua Jiang, Guo Zhang, Hao Cui, Litao Li, and Da Li. Translution-snet: A semisupervised hyperspectral image stripe noise removal based on transformer and cnn.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

  69. [73]

    Masked auto-encoding spec- tral–spatial transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

    Damian Ibañez, Ruben Fernandez-Beltran, Filiberto Pla, and Naoto Yokoya. Masked auto-encoding spec- tral–spatial transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022

  70. [74]

    Cross-scale mixing attention for multisource remote sensing data fusion and classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Yunhao Gao, Mengmeng Zhang, Junjie Wang, and Wei Li. Cross-scale mixing attention for multisource remote sensing data fusion and classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  71. [75]

    Grafting transformer on automatically designed convolutional neural network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

    Xizhe Xue, Haokui Zhang, Bei Fang, Zongwen Bai, and Ying Li. Grafting transformer on automatically designed convolutional neural network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–16, 2022

  72. [76]

    Qin Xu, Chao Yang, Jin Tang, and Bin Luo. Grouped bidirectional lstm network and multistage fusion convolutional transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–14, 2022. 36 APREPRINT- SEPTEMBER22, 2025

  73. [77]

    Ziping He, Kewen Xia, Pedram Ghamisi, Yuhen Hu, Shurui Fan, and Baokai Zu. Hypervitgan: Semisupervised generative adversarial network with transformer for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:60...

  74. [78]

    Local semantic feature aggregation-based transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Bing Tu, Xiaolong Liao, Qianming Li, Yishu Peng, and Antonio Plaza. Local semantic feature aggregation-based transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  75. [79]

    Spatial–spectral transformer with cross- attention for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Yishu Peng, Yuwen Zhang, Bing Tu, Qianming Li, and Wujing Li. Spatial–spectral transformer with cross- attention for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  76. [80]

    Tftn: A transformer-based fusion tracking framework of hyperspectral and rgb.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Chunhui Zhao, Hongjiao Liu, Nan Su, and Yiming Yan. Tftn: A transformer-based fusion tracking framework of hyperspectral and rgb.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  77. [81]

    Xianghai Wang, Keyun Zhao, Xiaoyang Zhao, and Siyao Li. Csdbf: Dual-branch framework based on tem- poral–spatial joint graph attention with complement strategy for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, 60:1–18, 2022

  78. [82]

    Hsi-mixer: Hyperspectral image classification using the spectral–spatial mixer representation from convolutions.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Hongbo Liang, Wenxing Bao, Xiangfei Shen, and Xiaowu Zhang. Hsi-mixer: Hyperspectral image classification using the spectral–spatial mixer representation from convolutions.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  79. [83]

    Hyperspectral image classification based on graph transformer network and graph attention mechanism.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Xiaofeng Zhao, Jiahui Niu, Chuntong Liu, Yao Ding, and Danfeng Hong. Hyperspectral image classification based on graph transformer network and graph attention mechanism.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  80. [84]

    Hyperspectral image classification based on multi-stage vision transformer with stacked samples

    Xiaoyue Chen, Sei-Ichiro Kamata, and Weilian Zhou. Hyperspectral image classification based on multi-stage vision transformer with stacked samples. InTENCON 2021 - 2021 IEEE Region 10 Conference (TENCON), pages 441–446, Dec 2021

  81. [85]

    Local–global feature-aware transformer based residual network for hyperspectral image denoising.IEEE Transactions on Geoscience and Remote Sensing, 60:1–19, 2022

    Fengfeng Wang, Jie Li, Qiangqiang Yuan, and Liangpei Zhang. Local–global feature-aware transformer based residual network for hyperspectral image denoising.IEEE Transactions on Geoscience and Remote Sensing, 60:1–19, 2022

  82. [86]

    Microscopic hyperspectral image classification based on fusion transformer with parallel cnn.IEEE Journal of Biomedical and Health Informatics, 27(6):2910–2921, June 2023

    Weijia Zeng, Wei Li, Mengmeng Zhang, Hao Wang, Meng Lv, Yue Yang, and Ran Tao. Microscopic hyperspectral image classification based on fusion transformer with parallel cnn.IEEE Journal of Biomedical and Health Informatics, 27(6):2910–2921, June 2023

  83. [87]

    Er Ouyang, Bin Li, Wenjing Hu, Guoyun Zhang, Lin Zhao, and Jianhui Wu. When multigranularity meets spatial–spectral attention: A hybrid transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–18, 2023

  84. [88]

    A model-inspired approach with transformers for hyperspectral pansharpening.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:7187–7202, 2022

    Yanli Shang, Jianjun Liu, Jinlong Yang, and Zebin Wu. A model-inspired approach with transformers for hyperspectral pansharpening.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:7187–7202, 2022

  85. [89]

    A spectral–spatial fusion transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

    Diling Liao, Cuiping Shi, and Liguo Wang. A spectral–spatial fusion transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  86. [90]

    Ning Huyan, Xiangrong Zhang, Dou Quan, Jocelyn Chanussot, and Licheng Jiao. Aud-net: A unified deep de- tector for multiple hyperspectral image anomaly detection via relation and few-shot learning.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2022

  87. [91]

    Cdformer: A hyperspectral image change detection method based on transformer encoders.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Jigang Ding, Xiaorun Li, and Liaoying Zhao. Cdformer: A hyperspectral image change detection method based on transformer encoders.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  88. [92]

    Csit: A multiscale vision transformer for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:9266–9277, 2022

    Wenxuan He, Weiliang Huang, Shuhong Liao, Zhen Xu, and Jingwen Yan. Csit: A multiscale vision transformer for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:9266–9277, 2022

  89. [93]

    Convolution transformer fusion splicing network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Feng Zhao, Shijie Li, Junjie Zhang, and Hanqiang Liu. Convolution transformer fusion splicing network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  90. [94]

    Double attention transformer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Ping Tang, Meng Zhang, Zhihui Liu, and Rong Song. Double attention transformer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  91. [95]

    Yifan Sun, Bing Liu, Xuchu Yu, Anzhu Yu, Pengqiang Zhang, and Zhixiang Xue. Exploiting discriminative advantage of spectrum for hyperspectral image classification: Spectralformer enhanced by spectrum motion feature.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023. 37 A...

  92. [96]

    Jing Yao, Bing Zhang, Chenyu Li, Danfeng Hong, and Jocelyn Chanussot. Extended vision transformer (exvit) for land use and land cover classification: A multimodal deep learning framework.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  93. [97]

    Hyperspectral image classification using hierarchical spatial-spectral transformer

    Song Chao, Mei Shaohui, Ma Mingyang, Xu Fulin, Zhang Yifan, and Du Qian. Hyperspectral image classification using hierarchical spatial-spectral transformer. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 3584–3587, July 2022

  94. [98]

    Yuwen Zhang, Yishu Peng, Bing Tu, and Yaru Liu. Local information interaction transformer for hyperspectral and lidar data classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:1130–1143, 2023

  95. [99]

    Yu Fang, Qiaolin Ye, Le Sun, Yuhui Zheng, and Zebin Wu. Multiattention joint convolution feature representation with lightweight transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

  96. [100]

    Self-supervised feature learning for multimodal remote sensing image land cover classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Zhixiang Xue, Xuchu Yu, Anzhu Yu, Bing Liu, Pengqiang Zhang, and Shentong Wu. Self-supervised feature learning for multimodal remote sensing image land cover classification.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  97. [102]

    Spectral transformer with dynamic spatial sampling and gaussian positional embedding for hyperspectral image classification

    Jiaqi Feng, Xiaoyan Luo, Sen Li, Qixiong Wang, and Jihao Yin. Spectral transformer with dynamic spatial sampling and gaussian positional embedding for hyperspectral image classification. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 355...

  98. [103]

    Two-branch pure transformer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Xin He, Yushi Chen, and Qingyun Li. Two-branch pure transformer for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  99. [104]

    A lightweight transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–17, 2023

    Xuming Zhang, Yuanchao Su, Lianru Gao, Lorenzo Bruzzone, Xingfa Gu, and Qingjiu Tian. A lightweight transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–17, 2023

  100. [105]

    A transformer-based three- branch siamese network for hyperspectral object tracking

    Nan Su, Hongjiao Liu, Chunhui Zhao, Yiming Yan, Jinpeng Wang, and Jiayue He. A transformer-based three- branch siamese network for hyperspectral object tracking. In2022 12th Workshop on Hyperspectral Imaging and Signal Processing: Evolution in Remote Sensing (WHISPERS), pages ...

  101. [106]

    Baokai Zu, Yafang Li, Jianqiang Li, Ziping He, Hongyuan Wang, and Panpan Wu. Cascaded convolution-based transformer with densely connected mechanism for spectral–spatial hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–19, 2023

  102. [107]

    Yishu Peng, Yaru Liu, Bing Tu, and Yuwen Zhang. Convolutional transformer-based few-shot learning for cross-domain hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:1335–1349, 2023

  103. [108]

    Dcn-t: Dual context network with transformer for hyperspectral image classification.IEEE Transactions on Image Processing, 32:2536–2551, 2023

    Di Wang, Jing Zhang, Bo Du, Liangpei Zhang, and Dacheng Tao. Dcn-t: Dual context network with transformer for hyperspectral image classification.IEEE Transactions on Image Processing, 32:2536–2551, 2023

  104. [109]

    Feedback-enhanced few-shot transformer learning for small-sized hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Lamei Liu, Dongyu Zuo, Ying Wang, and Haicheng Qu. Feedback-enhanced few-shot transformer learning for small-sized hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  105. [110]

    Global–local 3-d convolutional transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–20, 2023

    Wenchao Qi, Changping Huang, Yibo Wang, Xia Zhang, Weiwei Sun, and Lifu Zhang. Global–local 3-d convolutional transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–20, 2023

  106. [111]

    Grouped multi-attention network for hyperspectral image spectral-spatial classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Ting Lu, Mengkai Liu, Wei Fu, and Xudong Kang. Grouped multi-attention network for hyperspectral image spectral-spatial classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  107. [112]

    Hyper-vit: A novel light-weighted visual transformer-based supervised classification framework for hyperspectral remote sensing applications

    Bishwas Praveen and Vineetha Menon. Hyper-vit: A novel light-weighted visual transformer-based supervised classification framework for hyperspectral remote sensing applications. In2022 12th Workshop on Hyperspectral Imaging and Signal Processing: Evolution in Remote Sensing (W...

  108. [113]

    Hyperspectral image classification based on interactive transformer and cnn with multilevel feature fusion network.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Hao Yang, Haoyang Yu, Ke Zheng, Jiaochan Hu, Tingting Tao, and Qiang Zhang. Hyperspectral image classification based on interactive transformer and cnn with multilevel feature fusion network.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  109. [114]

    Hyperspectral image classification with multi-attention transformer and adaptive superpixel segmentation-based active learning

    Chunhui Zhao, Boao Qin, Shou Feng, Wenxiang Zhu, Weiwei Sun, Wei Li, and Xiuping Jia. Hyperspectral image classification with multi-attention transformer and adaptive superpixel segmentation-based active learning. IEEE Transactions on Image Processing, 32:3606–3621, 2023. 38 A...

  110. [115]

    Yuan Li, Ruoyu Wu, Qijuan Tan, Zhengchun Yang, and Hong Huang. Masked spectral bands modeling with shifted windows: An excellent self-supervised learner for classification of medical hyperspectral images.IEEE Signal Processing Letters, 30:543–547, 2023

  111. [116]

    Masked vision transformers for hyperspectral image classification

    Linus Scheibenreif, Michael Mommert, and Damian Borth. Masked vision transformers for hyperspectral image classification. In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops (CVPRW), pages 2166–2176, June 2023

  112. [117]

    Mixed residual convolutions with vision transformer in hyperspectral image classification

    Ying Cao, Yang Wang, Zhijian Yin, and Zhen Yang. Mixed residual convolutions with vision transformer in hyperspectral image classification. In2022 IEEE 22nd International Conference on Communication Technology (ICCT), pages 1595–1599, Nov 2022

  113. [118]

    Multiscanning-based rnn–transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–19, 2023

    Weilian Zhou, Sei-Ichiro Kamata, Haipeng Wang, and Xi Xue. Multiscanning-based rnn–transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–19, 2023

  114. [119]

    Ayesha Shafique, Seyd Teymoor Seydi, Tayeb Alipour-Fard, Guo Cao, and Di Yang. Ssvit-hcd: A spatial–spectral convolutional vision transformer for hyperspectral change detection.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:6487–6504, 2023

  115. [120]

    Spatial–spectral 1dswin transformer with groupwise feature tokenization for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

    Yifei Xu, Yixuan Xie, Bicheng Li, Chuanqi Xie, Yongchuan Zhang, Aichen Wang, and Li Zhu. Spatial–spectral 1dswin transformer with groupwise feature tokenization for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  116. [121]

    Lingbo Huang, Yushi Chen, and Xin He. Spectral–spatial masked transformer with supervised and contrastive learning for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–18, 2023

  117. [123]

    Vision transformer with contrastive learning for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Heng Zhou, Xin Zhang, Chunlei Zhang, and Qiaoyu Ma. Vision transformer with contrastive learning for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  118. [124]

    A spatial–spectral transformer network with total variation loss for hyperspectral image denoising.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Mengyuan Wang, Wei He, and Hongyan Zhang. A spatial–spectral transformer network with total variation loss for hyperspectral image denoising.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  119. [125]

    A spectrum-aware transformer network for change detection in hyperspectral imagery.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Wuxia Zhang, Liangxu Su, Yuhang Zhang, and Xiaoqiang Lu. A spectrum-aware transformer network for change detection in hyperspectral imagery.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  120. [126]

    An attention-based multiscale spectral–spatial network for hyperspectral target detection.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Shou Feng, Rui Feng, Jianfei Liu, Chunhui Zhao, Fengchao Xiong, and Lifu Zhang. An attention-based multiscale spectral–spatial network for hyperspectral target detection.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  121. [127]

    Song Xiao, Tian Zhang, Zhangchun Xu, Jiahui Qu, Shaoxiong Hou, and Wenqian Dong. Anomaly detection of hyperspectral images based on transformer with spatial–spectral dual-window mask.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:1414–1426, 2023

  122. [128]

    Cast: A cascade spectral aware transformer for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Xiangrong Zhang, Shunli Tian, Guanchun Wang, Xu Tang, Jie Feng, and Licheng Jiao. Cast: A cascade spectral aware transformer for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  123. [129]

    Causal meta-transfer learning for cross-domain few-shot hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Yuhu Cheng, Wei Zhang, Haoyu Wang, and Xuesong Wang. Causal meta-transfer learning for cross-domain few-shot hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  124. [130]

    Cruz-Guerrero, Juan N

    Inés A. Cruz-Guerrero, Juan N. Mendoza-Chavarría, Daniel U. Campos-Delgado, Himar Fabelo, Samuel Ortega, and Gustavo Marrero Callico. Classification of brain tissues in hyperspectral images using vision transformers. In2023 IEEE 20th International Symposium on Biomedical Imagi...

  125. [131]

    Convolution enhanced spatial-spectral unified transformer network for hyperspectral image classification

    Ziqi Xin, Zhongwei Li, Mingming Xu, Leiquan Wang, and Xue Zhu. Convolution enhanced spatial-spectral unified transformer network for hyperspectral image classification. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 2267–2270, July 2022

  126. [132]

    Els2t: Efficient lightweight spectral–spatial transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

    Zhang Shichao, Zhang Jiahua, Wang Xiaopeng, Wang Jingwen, and Wu Zhenjiang. Els2t: Efficient lightweight spectral–spatial transformer for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  127. [133]

    Fast hyperspectral image classification combining transformers and simam-based cnns.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Lianhui Liang, Ying Zhang, Shaoquan Zhang, Jun Li, Antonio Plaza, and Xudong Kang. Fast hyperspectral image classification combining transformers and simam-based cnns.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023. 39 APREPRINT- SEPTEMBER22, 2025

  128. [134]

    Simam: A simple, parameter-free attention module for convolutional neural networks

    Lingxiao Yang, Ru-Yuan Zhang, Lida Li, and Xiaohua Xie. Simam: A simple, parameter-free attention module for convolutional neural networks. In Marina Meila and Tong Zhang, editors,Proceedings of the 38th International Conference on Machine Learning, volume 139 ofProceedings of...

  129. [135]

    Hierarchical unified spectral-spatial aggregated transformer for hyperspectral image classification

    Weilian Zhou, Sei-Ichiro Kamata, Zhengbo Luo, and Xiaoyue Chen. Hierarchical unified spectral-spatial aggregated transformer for hyperspectral image classification. In2022 26th International Conference on Pattern Recognition (ICPR), pages 3041–3047, Aug 2022

  130. [136]

    Hyperspectral image classification using spectral-spatial lstms.Neurocomputing, 328:39–47, 2019

    Feng Zhou, Renlong Hang, Qingshan Liu, and Xiaotong Yuan. Hyperspectral image classification using spectral-spatial lstms.Neurocomputing, 328:39–47, 2019. Chinese Conference on Computer Vision 2017

  131. [137]

    Hybrid conv-vit network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Huaiping Yan, Erlei Zhang, Jun Wang, Chengcai Leng, Anup Basu, and Jinye Peng. Hybrid conv-vit network for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  132. [138]

    Hybrid vision transformer model for hyperspectral image classification

    Jiaqi Yang, Bo Du, and Chen Wu. Hybrid vision transformer model for hyperspectral image classification. In IGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 1388–1391, July 2022

  133. [139]

    Hyperspectral target detection based on interpretable representation network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

    Dunbin Shen, Xiaorui Ma, Wenfeng Kong, Jianjun Liu, Jie Wang, and Hongyu Wang. Hyperspectral target detection based on interpretable representation network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  134. [140]

    Large kernel spectral and spatial attention networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Genyun Sun, Zhaojie Pan, Aizhu Zhang, Xiuping Jia, Jinchang Ren, Hang Fu, and Kai Yan. Large kernel spectral and spatial attention networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  135. [141]

    Light self-gaussian-attention vision transformer for hyperspectral image classification.IEEE Transactions on Instru- mentation and Measurement, 72:1–12, 2023

    Chao Ma, Minjie Wan, Jian Wu, Xiaofang Kong, Ajun Shao, Fan Wang, Qian Chen, and Guohua Gu. Light self-gaussian-attention vision transformer for hyperspectral image classification.IEEE Transactions on Instru- mentation and Measurement, 72:1–12, 2023

  136. [142]

    Matnet: A combining multi-attention and transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Bo Zhang, Yaxiong Chen, Yi Rong, Shengwu Xiong, and Xiaoqiang Lu. Matnet: A combining multi-attention and transformer network for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  137. [143]

    Methanemapper: Spectral absorption aware hyperspectral transformer for methane detection

    Satish Kumar, Ivan Arevalo, ASM Iftekhar, and B S Manjunath. Methanemapper: Spectral absorption aware hyperspectral transformer for methane detection. In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 17609–17618, June 2023

  138. [144]

    Multiscale and cross-level attention learning for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Fulin Xu, Ge Zhang, Chao Song, Hui Wang, and Shaohui Mei. Multiscale and cross-level attention learning for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  139. [145]

    Rethinking unified spectral-spatial-based hy- perspectral image classification under 3d configuration of vision transformer

    Weilian Zhou, Sei-Ichiro Kamata, Zhengbo Luo, and Xi Xue. Rethinking unified spectral-spatial-based hy- perspectral image classification under 3d configuration of vision transformer. In2022 IEEE International Conference on Image Processing (ICIP), pages 711–715, Oct 2022

  140. [146]

    Sgt: A generalized processing model for 1-d remote sensing signal classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Wei Hu, Fangnian Wang, Qiang Yin, and Fan Zhang. Sgt: A generalized processing model for 1-d remote sensing signal classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  141. [147]

    Self-supervised feature learning based on spectral masking for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Weiwei Liu, Kai Liu, Weiwei Sun, Gang Yang, Kai Ren, Xiangchao Meng, and Jiangtao Peng. Self-supervised feature learning based on spectral masking for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  142. [148]

    Spectral enhanced rectangle transformer for hyperspectral image denoising

    Miaoyu Li, Ji Liu, Ying Fu, Yulun Zhang, and Dejing Dou. Spectral enhanced rectangle transformer for hyperspectral image denoising. In2023 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 5805–5814, June 2023

  143. [149]

    Triplet spectralwise transformer network for hyperspectral target detection.IEEE Transactions on Geoscience and Remote Sensing, 61:1–17, 2023

    Jinyue Jiao, Zhiqiang Gong, and Ping Zhong. Triplet spectralwise transformer network for hyperspectral target detection.IEEE Transactions on Geoscience and Remote Sensing, 61:1–17, 2023

  144. [150]

    Zhaoxu Li, Yingqian Wang, Chao Xiao, Qiang Ling, Zaiping Lin, and Wei An. You only train once: Learning a general anomaly enhancement network with random masks for hyperspectral anomaly detection.IEEE Transactions on Geoscience and Remote Sensing, 61:1–18, 2023

  145. [151]

    What do self-supervised vision transformers learn? InThe Eleventh International Conference on Learning Representations, 2023

    Namuk Park, Wonjae Kim, Byeongho Heo, Taekyung Kim, and Sangdoo Yun. What do self-supervised vision transformers learn? InThe Eleventh International Conference on Learning Representations, 2023

  146. [152]

    Shashank Shekhar, Florian Bordes, Pascal Vincent, and Ari S. Morcos. Objectives matter: Understanding the impact of self-supervised objectives on vision transformer representations.ArXiv, abs/2304.13089, 2023

  147. [153]

    A closer look at self-supervised lightweight vision transformers, 2023

    Shaoru Wang, Jin Gao, Zeming Li, Xiaoqin Zhang, and Weiming Hu. A closer look at self-supervised lightweight vision transformers, 2023. 40 APREPRINT- SEPTEMBER22, 2025

  148. [154]

    Contrastive learning rivals masked image modeling in fine-tuning via feature distillation.Tech Report, 2022

    Yixuan Wei, Han Hu, Zhenda Xie, Zheng Zhang, Yue Cao, Jianmin Bao, Dong Chen, and Baining Guo. Contrastive learning rivals masked image modeling in fine-tuning via feature distillation.Tech Report, 2022

  149. [155]

    Simmim: A simple framework for masked image modeling

    Zhenda Xie, Zheng Zhang, Yue Cao, Yutong Lin, Jianmin Bao, Zhuliang Yao, Qi Dai, and Han Hu. Simmim: A simple framework for masked image modeling. InInternational Conference on Computer Vision and Pattern Recognition (CVPR), 2022

  150. [156]

    Masked autoencoders are scalable vision learners

    Kaiming He, Xinlei Chen, Saining Xie, Yanghao Li, Piotr Dollár, and Ross Girshick. Masked autoencoders are scalable vision learners. In2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 15979–15988, June 2022

  151. [157]

    Hénaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, S

    Olivier J. Hénaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and Aaron Van Den Oord. Data-efficient image recognition with contrastive predictive coding. InProceedings of the 37th International Conference on Machine Learning, ICML’20. JMLR....

  152. [158]

    Transformer in transformer

    Kai Han, An Xiao, Enhua Wu, Jianyuan Guo, Chunjing Xu, and Yunhe Wang. Transformer in transformer. In A. Beygelzimer, Y . Dauphin, P. Liang, and J. Wortman Vaughan, editors,Advances in Neural Information Processing Systems, 2021

  153. [159]

    Dual-branch fourier-mixing transformer network for hyperspectral target detection.Remote Sensing, 15(19), 2023

    Jinyue Jiao, Zhiqiang Gong, and Ping Zhong. Dual-branch fourier-mixing transformer network for hyperspectral target detection.Remote Sensing, 15(19), 2023

  154. [160]

    Enhancing feature detection and matching in low-pixel-resolution hyperspectral images using 3d convolution-based siamese networks.Sensors, 23(18), 2023

    Chamika Janith Perera, Chinthaka Premachandra, and Hiroharu Kawanaka. Enhancing feature detection and matching in low-pixel-resolution hyperspectral images using 3d convolution-based siamese networks.Sensors, 23(18), 2023

  155. [161]

    Background reconstruction via 3d-transformer network for hyperspectral anomaly detection.Remote Sensing, 15(18), 2023

    Ziyu Wu and Bin Wang. Background reconstruction via 3d-transformer network for hyperspectral anomaly detection.Remote Sensing, 15(18), 2023

  156. [162]

    A complementary integrated transformer network for hyperspectral image classification.CAAI Transactions on Intelligence Technology, 2023

    Diling Liao, Cuiping Shi, and Liguo Wang. A complementary integrated transformer network for hyperspectral image classification.CAAI Transactions on Intelligence Technology, 2023

  157. [163]

    Spectral-spatial sequence characteristics-based convolutional transformer for hyperspectral change detection.CAAI Transactions on Intelligence Technology, 2023

    Chengle Zhou, Qian Shi, Da He, Bing Tu, Haoyang Li, and Antonio Plaza. Spectral-spatial sequence characteristics-based convolutional transformer for hyperspectral change detection.CAAI Transactions on Intelligence Technology, 2023

  158. [164]

    Deep transformer and few-shot learning for hyperspectral image classification.CAAI Transactions on Intelligence Technology, 2023

    Qiong Ran, Yonghao Zhou, Danfeng Hong, Meiqiao Bi, Li Ni, Xuan Li, and Muhammad Ahmad. Deep transformer and few-shot learning for hyperspectral image classification.CAAI Transactions on Intelligence Technology, 2023

  159. [165]

    Semantic and spatial-spectral feature fusion transformer network for the classification of hyperspectral image.CAAI Transactions on Intelligence Technology, 2023

    Erxin Xie, Na Chen, Jiangtao Peng, Weiwei Sun, Qian Du, and Xinge You. Semantic and spatial-spectral feature fusion transformer network for the classification of hyperspectral image.CAAI Transactions on Intelligence Technology, 2023

  160. [166]

    S2former: Parallel spectral-spatial transformer for hyperspectral image classification.Electronics, 12(18), 2023

    Dong Yuan, Dabing Yu, Yixi Qian, Yongbing Xu, and Yan Liu. S2former: Parallel spectral-spatial transformer for hyperspectral image classification.Electronics, 12(18), 2023

  161. [167]

    Hyperspectral image classification based on transposed convolutional neural network transformer.Electronics, 12(18), 2023

    Baisen Liu, Zongting Jia, Penggang Guo, and Weili Kong. Hyperspectral image classification based on transposed convolutional neural network transformer.Electronics, 12(18), 2023

  162. [168]

    Identification of turtle-shell growth year using hyperspectral imaging combined with an enhanced spatial-spectral attention 3dcnn and a transformer.Molecules, 28(17), 2023

    Tingting Wang, Zhenyu Xu, Huiqiang Hu, Huaxing Xu, Yuping Zhao, and Xiaobo Mao. Identification of turtle-shell growth year using hyperspectral imaging combined with an enhanced spatial-spectral attention 3dcnn and a transformer.Molecules, 28(17), 2023

  163. [169]

    Multiscale feature-learning with a unified model for hyperspectral image classification.Sensors, 23(17), 2023

    Tahir Arshad, Junping Zhang, Inam Ullah, Yazeed Yasin Ghadi, Osama Alfarraj, and Amr Gafar. Multiscale feature-learning with a unified model for hyperspectral image classification.Sensors, 23(17), 2023

  164. [170]

    Hyformer: Hybrid grouping- aggregation transformer and wide-spanning cnn for hyperspectral image super-resolution.Remote Sensing, 15(17), 2023

    Yantao Ji, Jingang Shi, Yaping Zhang, Haokun Yang, Yuan Zong, and Ling Xu. Hyformer: Hybrid grouping- aggregation transformer and wide-spanning cnn for hyperspectral image super-resolution.Remote Sensing, 15(17), 2023

  165. [171]

    Hyperspectral image classification via spatial shuffle-based convolu- tional neural network.Remote Sensing, 15(16), 2023

    Zhihui Wang, Baisong Cao, and Jun Liu. Hyperspectral image classification via spatial shuffle-based convolu- tional neural network.Remote Sensing, 15(16), 2023

  166. [172]

    Swin-mrdb: Pan-sharpening model based on the swin transformer and multi-scale cnn.Applied Sciences, 13(15), 2023

    Zifan Rong, Xuesong Jiang, Linfeng Huang, and Hongping Zhou. Swin-mrdb: Pan-sharpening model based on the swin transformer and multi-scale cnn.Applied Sciences, 13(15), 2023

  167. [173]

    Spectral swin transformer network for hyperspectral image classification.Remote Sensing, 15(15), 2023

    Baisen Liu, Yuanjia Liu, Wulin Zhang, Yiran Tian, and Weili Kong. Spectral swin transformer network for hyperspectral image classification.Remote Sensing, 15(15), 2023

  168. [174]

    Multi-temporal hyperspectral classification of grassland using transformer network.Sensors, 23(14), 2023

    Xuanhe Zhao, Shengwei Zhang, Ruifeng Shi, Weihong Yan, and Xin Pan. Multi-temporal hyperspectral classification of grassland using transformer network.Sensors, 23(14), 2023. 41 APREPRINT- SEPTEMBER22, 2025

  169. [175]

    Thangka hyperspectral image super-resolution based on a spatial-spectral integration network.Remote Sensing, 15(14), 2023

    Sai Wang and Fenglei Fan. Thangka hyperspectral image super-resolution based on a spatial-spectral integration network.Remote Sensing, 15(14), 2023

  170. [176]

    Spectral-temporal transformer for hyperspectral image change detection.Remote Sensing, 15(14), 2023

    Xiaorun Li and Jigang Ding. Spectral-temporal transformer for hyperspectral image change detection.Remote Sensing, 15(14), 2023

  171. [177]

    Hypersformer: A transformer-based end-to-end hyperspectral image classification method for crop classification.Remote Sensing, 15(14), 2023

    Jiaxing Xie, Jiajun Hua, Shaonan Chen, Peiwen Wu, Peng Gao, Daozong Sun, Zhendong Lyu, Shilei Lyu, Xiuyun Xue, and Jianqiang Lu. Hypersformer: A transformer-based end-to-end hyperspectral image classification method for crop classification.Remote Sensing, 15(14), 2023

  172. [178]

    Shallow-guided transformer for semantic segmentation of hyperspectral remote sensing imagery.Remote Sensing, 15(13), 2023

    Yuhan Chen, Pengyuan Liu, Jiechen Zhao, Kaijian Huang, and Qingyun Yan. Shallow-guided transformer for semantic segmentation of hyperspectral remote sensing imagery.Remote Sensing, 15(13), 2023

  173. [179]

    Yibo Wang, Xia Zhang, Changping Huang, Wenchao Qi, Jinnian Wang, Xiankun Yang, Songtao Ding, and Shiyu Tao. Spatial-convolution spectral-transformer interactive network for large-scale fast refined land cover classification and mapping based on zy1-02d satellite hyperspectral ...

  174. [180]

    Spectral-swin transformer with spatial feature extraction enhancement for hyperspectral image classification.Remote Sensing, 15(10), 2023

    Yinbin Peng, Jiansi Ren, Jiamei Wang, and Meilin Shi. Spectral-swin transformer with spatial feature extraction enhancement for hyperspectral image classification.Remote Sensing, 15(10), 2023

  175. [181]

    Unmixing-guided convolutional transformer for spectral reconstruction.Remote Sensing, 15(10), 2023

    Shiyao Duan, Jiaojiao Li, Rui Song, Yunsong Li, and Qian Du. Unmixing-guided convolutional transformer for spectral reconstruction.Remote Sensing, 15(10), 2023

  176. [182]

    A multidimensional spectral transformer with channel-wise correlation for hyperspectral image classification.Applied Sciences, 13(9), 2023

    Kai Zhang, Zheng Tan, Jianying Sun, Baoyu Zhu, Yuanbo Yang, and Qunbo Lv. A multidimensional spectral transformer with channel-wise correlation for hyperspectral image classification.Applied Sciences, 13(9), 2023

  177. [183]

    Spectralmae: Spectral masked autoencoder for hyperspectral remote sensing image reconstruction.Sensors, 23(7), 2023

    Lingxuan Zhu, Jiaji Wu, Wang Biao, Yi Liao, and Dandan Gu. Spectralmae: Spectral masked autoencoder for hyperspectral remote sensing image reconstruction.Sensors, 23(7), 2023

  178. [184]

    Unsupervised transformer boundary autoencoder network for hyperspectral image change detection.Remote Sensing, 15(7), 2023

    Song Liu, Haiwei Li, Feifei Wang, Junyu Chen, Geng Zhang, Liyao Song, and Bingliang Hu. Unsupervised transformer boundary autoencoder network for hyperspectral image change detection.Remote Sensing, 15(7), 2023

  179. [185]

    A spectral-spatial transformer fusion method for hyperspectral video tracking.Remote Sensing, 15(7), 2023

    Ye Wang, Yuheng Liu, Mingyang Ma, and Shaohui Mei. A spectral-spatial transformer fusion method for hyperspectral video tracking.Remote Sensing, 15(7), 2023

  180. [186]

    Spatial-spectral-associative contrastive learning for satellite hyperspectral image classification with transformers.Remote Sensing, 15(6), 2023

    Jinchun Qin and Hongrui Zhao. Spatial-spectral-associative contrastive learning for satellite hyperspectral image classification with transformers.Remote Sensing, 15(6), 2023

  181. [187]

    Ss-tmnet: Spatial-spectral transformer network with multi-scale convolution for hyperspectral image classification.Remote Sensing, 15(5), 2023

    Xiaohui Huang, Yunfei Zhou, Xiaofei Yang, Xianhong Zhu, and Ke Wang. Ss-tmnet: Spatial-spectral transformer network with multi-scale convolution for hyperspectral image classification.Remote Sensing, 15(5), 2023

  182. [188]

    Mmcan: Multi-modal cross-attention network for free-space detection with uncalibrated hyperspectral sensors.Remote Sensing, 15(4), 2023

    Feiyi Fang, Tao Zhou, Zhenbo Song, and Jianfeng Lu. Mmcan: Multi-modal cross-attention network for free-space detection with uncalibrated hyperspectral sensors.Remote Sensing, 15(4), 2023

  183. [189]

    Tmtnet: A transformer-based multimodality information transfer network for hyperspectral object tracking.Remote Sensing, 15(4), 2023

    Chunhui Zhao, Hongjiao Liu, Nan Su, Congan Xu, Yiming Yan, and Shou Feng. Tmtnet: A transformer-based multimodality information transfer network for hyperspectral object tracking.Remote Sensing, 15(4), 2023

  184. [190]

    Squconvnet: Deep sequencer convolutional network for hyperspectral image classification.Remote Sensing, 15(4), 2023

    Bing Li, Qi-Wen Wang, Jia-Hong Liang, En-Ze Zhu, and Rong-Qian Zhou. Squconvnet: Deep sequencer convolutional network for hyperspectral image classification.Remote Sensing, 15(4), 2023

  185. [191]

    Low-rank constrained attention-enhanced multiple spatial-spectral feature fusion for small sample hyperspectral image classification.Remote Sensing, 15(2), 2023

    Fan Feng, Yongsheng Zhang, Jin Zhang, and Bing Liu. Low-rank constrained attention-enhanced multiple spatial-spectral feature fusion for small sample hyperspectral image classification.Remote Sensing, 15(2), 2023

  186. [192]

    Shallow-to-deep spatial-spectral feature enhancement for hyperspectral image classification.Remote Sensing, 15(1), 2023

    Lijian Zhou, Xiaoyu Ma, Xiliang Wang, Siyuan Hao, Yuanxin Ye, and Kun Zhao. Shallow-to-deep spatial-spectral feature enhancement for hyperspectral image classification.Remote Sensing, 15(1), 2023

  187. [193]

    Convolution-transformer adaptive fusion network for hyperspectral image classification.Applied Sciences, 13(1), 2023

    Jiaju Li, Hanfa Xing, Zurui Ao, Hefeng Wang, Wenkai Liu, and Anbing Zhang. Convolution-transformer adaptive fusion network for hyperspectral image classification.Applied Sciences, 13(1), 2023

  188. [194]

    Hyper-lgnet: Coupling local and global features for hyperspectral image classification.Remote Sensing, 14(20), 2022

    Tianxiang Zhang, Wenxuan Wang, Jing Wang, Yuanxiu Cai, Zhifang Yang, and Jiangyun Li. Hyper-lgnet: Coupling local and global features for hyperspectral image classification.Remote Sensing, 14(20), 2022

  189. [195]

    Hyperspectral image classification with iformer network feature extraction.Remote Sensing, 14(19), 2022

    Qi Ren, Bing Tu, Sha Liao, and Siyuan Chen. Hyperspectral image classification with iformer network feature extraction.Remote Sensing, 14(19), 2022

  190. [196]

    Hyperspectral image classification via spectral pooling and hybrid transformer.Remote Sensing, 14(19), 2022

    Chen Ma, Junjun Jiang, Huayi Li, Xiaoguang Mei, and Chengchao Bai. Hyperspectral image classification via spectral pooling and hybrid transformer.Remote Sensing, 14(19), 2022

  191. [197]

    Trq3dnet: A 3d quasi-recurrent and transformer based network for hyperspectral image denoising.Remote Sensing, 14(18), 2022

    Li Pang, Weizhen Gu, and Xiangyong Cao. Trq3dnet: A 3d quasi-recurrent and transformer based network for hyperspectral image denoising.Remote Sensing, 14(18), 2022

  192. [198]

    Fusionnet: A convolution-transformer fusion network for hyperspectral image classification.Remote Sensing, 14(16), 2022

    Liming Yang, Yihang Yang, Jinghui Yang, Ningyuan Zhao, Ling Wu, Liguo Wang, and Tianrui Wang. Fusionnet: A convolution-transformer fusion network for hyperspectral image classification.Remote Sensing, 14(16), 2022. 42 APREPRINT- SEPTEMBER22, 2025

  193. [199]

    A hyperspectral image classification method based on adaptive spectral spatial kernel combined with improved vision transformer.Remote Sensing, 14(15), 2022

    Aili Wang, Shuang Xing, Yan Zhao, Haibin Wu, and Yuji Iwahori. A hyperspectral image classification method based on adaptive spectral spatial kernel combined with improved vision transformer.Remote Sensing, 14(15), 2022

  194. [200]

    Generative adversarial networks based on transformer encoder and convolution block for hyperspectral image classification.Remote Sensing, 14(14), 2022

    Jing Bai, Jiawei Lu, Zhu Xiao, Zheng Chen, and Licheng Jiao. Generative adversarial networks based on transformer encoder and convolution block for hyperspectral image classification.Remote Sensing, 14(14), 2022

  195. [201]

    Ranet: A reliability-guided aggregation network for hyperspectral and rgb fusion tracking.Remote Sensing, 14(12), 2022

    Chunhui Zhao, Hongjiao Liu, Nan Su, Lu Wang, and Yiming Yan. Ranet: A reliability-guided aggregation network for hyperspectral and rgb fusion tracking.Remote Sensing, 14(12), 2022

  196. [202]

    Pcvit: A pre-convolutional vit coal gangue identification method.Energies, 15(12), 2022

    Jianjian Yang, Boshen Chang, Yuzeng Zhang, Yucheng Zhang, and Wenjie Luo. Pcvit: A pre-convolutional vit coal gangue identification method.Energies, 15(12), 2022

  197. [203]

    Caevt: Convolutional autoencoder meets lightweight vision transformer for hyperspectral image classification.Sensors, 22(10), 2022

    Zhiwen Zhang, Teng Li, Xuebin Tang, Xiang Hu, and Yuanxi Peng. Caevt: Convolutional autoencoder meets lightweight vision transformer for hyperspectral image classification.Sensors, 22(10), 2022

  198. [204]

    Fusing spatial attention with spectral-channel attention mechanism for hyperspectral image classification via encoder-decoder networks.Remote Sensing, 14(9), 2022

    Jun Sun, Junbo Zhang, Xuesong Gao, Mantao Wang, Dinghua Ou, Xiaobo Wu, and Dejun Zhang. Fusing spatial attention with spectral-channel attention mechanism for hyperspectral image classification via encoder-decoder networks.Remote Sensing, 14(9), 2022

  199. [205]

    Lstnet: A reference-based learning spectral transformer network for spectral super-resolution.Sensors, 22(5), 2022

    Debao Yuan, Ling Wu, Huinan Jiang, Bingrui Zhang, and Jian Li. Lstnet: A reference-based learning spectral transformer network for spectral super-resolution.Sensors, 22(5), 2022

  200. [206]

    Fusion classification of hsi and msi using a spatial-spectral vision transformer for wetland biodiversity estimation

    Yunhao Gao, Xiukai Song, Wei Li, Jianbu Wang, Jianlong He, Xiangyang Jiang, and Yinyin Feng. Fusion classification of hsi and msi using a spatial-spectral vision transformer for wetland biodiversity estimation. Remote Sensing, 14(4), 2022

  201. [207]

    Enhanced tabnet: Attentive interpretable tabular learning for hyperspectral image classification.Remote Sensing, 14(3), 2022

    Chiranjibi Shah, Qian Du, and Yan Xu. Enhanced tabnet: Attentive interpretable tabular learning for hyperspectral image classification.Remote Sensing, 14(3), 2022

  202. [208]

    Double-branch feature fusion transformer for hyperspectral image classification.Scientific Reports, 13, 2023

    Lanxue Dang, Libo Weng, Yan e Hou, Xianyu Zuo, and Yang Liu. Double-branch feature fusion transformer for hyperspectral image classification.Scientific Reports, 13, 2023

  203. [209]

    Convolution- augmented transformer network for hyperspectral image subspace clustering.Earth Science Informatics, 16:1–15, 07 2023

    Zhongbiao Zhang, Huajun Wang, Shujun Liu, Jiaxin Chen, Zhongyu Zhang, and Sen Wang. Convolution- augmented transformer network for hyperspectral image subspace clustering.Earth Science Informatics, 16:1–15, 07 2023

  204. [210]

    Dictionary cache transformer for hyperspectral image classification.Applied Intelligence, pages 1–25, 08 2023

    Heng Zhou, Xin Zhang, Chunlei Zhang, Qiaoyu Ma, and Yanan Jiang. Dictionary cache transformer for hyperspectral image classification.Applied Intelligence, pages 1–25, 08 2023

  205. [211]

    Multi-head attention with cnn and wavelet for classification of hyperspectral image.Neural Computing and Applications, 35:1–15, 12 2022

    Harshula Tulapurkar, Biplab Banerjee, and Krishna Buddhiraju. Multi-head attention with cnn and wavelet for classification of hyperspectral image.Neural Computing and Applications, 35:1–15, 12 2022

  206. [212]

    Identifica- tion of haploid and diploid maize seeds using hybrid transformer model.Multimedia Systems, pages 1–13, 09 2023

    Emrah Dönmez, Serhat Kılıçarslan, Cemil Közkurt, Aykut Diker, Fahrettin Demir, and Abdullah Elen. Identifica- tion of haploid and diploid maize seeds using hybrid transformer model.Multimedia Systems, pages 1–13, 09 2023

  207. [213]

    Spectral-spatial transformer for hyperspectral image sharpening

    Lihui Chen, Gemine Vivone, Jiayi Qin, Jocelyn Chanussot, and Xiaomin Yang. Spectral-spatial transformer for hyperspectral image sharpening. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 1452–1455, July 2022

  208. [214]

    Dual self-attention swin transformer for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Yaqian Long, Xun Wang, Meng Xu, Shuyu Zhang, Shuguo Jiang, and Sen Jia. Dual self-attention swin transformer for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  209. [215]

    Bsformer: Transformer-based reconstruction network for hyperspectral band selection.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Yufei Liu, Xiaorun Li, Zezhong Xu, and Ziqiang Hua. Bsformer: Transformer-based reconstruction network for hyperspectral band selection.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  210. [216]

    Hyperspectral image denoising based on parallel cross- fusion network

    Zhuoran Gong, Feng Gao, Junyu Dong, and Lin Qi. Hyperspectral image denoising based on parallel cross- fusion network. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 1528–1531, July 2022

  211. [217]

    Transformer-based residual network for hyperspectral snapshot compressive reconstruction

    Junru Huang, Yubao Sun, Jiaxuan Wen, and Qingshan Liu. Transformer-based residual network for hyperspectral snapshot compressive reconstruction. In2022 26th International Conference on Pattern Recognition (ICPR), pages 5075–5081, Aug 2022

  212. [218]

    Fusformer: A transformer-based fusion network for hyperspectral image super-resolution.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Jin-Fan Hu, Ting-Zhu Huang, Liang-Jian Deng, Hong-Xia Dou, Danfeng Hong, and Gemine Vivone. Fusformer: A transformer-based fusion network for hyperspectral image super-resolution.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  213. [219]

    Hmf-former: Spatio-spectral transformer for hyperspectral and multispectral image fusion.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Tengfei You, Chanyue Wu, Yunpeng Bai, Dong Wang, Huibin Ge, and Ying Li. Hmf-former: Spatio-spectral transformer for hyperspectral and multispectral image fusion.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023. 43 APREPRINT- SEPTEMBER22, 2025

  214. [220]

    Hyperspectral image classification: An analysis employing cnn, lstm, transformer, and attention mechanism.IEEE Access, 11:24835–24850, 2023

    Felipe Viel, Renato Cotrim Maciel, Laio Oriel Seman, Cesar Albenes Zeferino, Eduardo Augusto Bezerra, and Valderi Reis Quietinho Leithardt. Hyperspectral image classification: An analysis employing cnn, lstm, transformer, and attention mechanism.IEEE Access, 11:24835–24850, 2023

  215. [221]

    Hyperspectral image classification based on global spectral projection and space aggregation.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Dong Chen, Junping Zhang, Qingle Guo, and Linlin Wang. Hyperspectral image classification based on global spectral projection and space aggregation.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  216. [222]

    Spectral and spatial feature fusion for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

    Siyuan Hao, Yufeng Xia, Lijian Zhou, Yuanxin Ye, and Wei Wang. Spectral and spatial feature fusion for hyperspectral image classification.IEEE Geoscience and Remote Sensing Letters, 19:1–5, 2022

  217. [223]

    Wenqian Dong, Yufei Yang, Jiahui Qu, Song Xiao, and Yunsong Li. Local information-enhanced graph- transformer for hyperspectral image change detection with limited training samples.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

  218. [224]

    Window transformer convolutional autoencoder for hyperspectral sparse unmixing.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Fanqiang Kong, Yuhan Zheng, Dan Li, Yunsong Li, and Mengyue Chen. Window transformer convolutional autoencoder for hyperspectral sparse unmixing.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  219. [225]

    Ke Wu, Jiayuan Fan, Peng Ye, and Mingzhen Zhu. Hyperspectral image classification using spectral–spatial token enhanced transformer with hash-based positional embedding.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  220. [226]

    Interactformer: Interactive transformer and cnn for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

    Yaoting Liu, Jianwen Hu, Xudong Kang, Jing Luo, and Shaosheng Fan. Interactformer: Interactive transformer and cnn for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, 60:1–15, 2022

  221. [227]

    Spatially varying prior learning for blind hyperspectral image fusion.IEEE Transactions on Image Processing, 32:4416–4431, 2023

    Junwei Xu, Fangfang Wu, Xin Li, Weisheng Dong, Tao Huang, and Guangming Shi. Spatially varying prior learning for blind hyperspectral image fusion.IEEE Transactions on Image Processing, 32:4416–4431, 2023

  222. [228]

    Grid-transformer for few-shot hyperspectral image classification

    Ying Guo, Mingyi He, and Bin Fan. Grid-transformer for few-shot hyperspectral image classification. In2023 IEEE International Conference on Image Processing (ICIP), pages 755–759, Oct 2023

  223. [229]

    Few-shot hyperspectral image classification based on cross-domain spectral semantic relation transformer

    Mengxin Cao, Guixin Zhao, Aimei Dong, Guohua Lv, Ying Guo, and Xiangjun Dong. Few-shot hyperspectral image classification based on cross-domain spectral semantic relation transformer. In2023 IEEE International Conference on Image Processing (ICIP), pages 1375–1379, Oct 2023

  224. [230]

    Progressive token reduction and compensation for hyperspectral image representation.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

    Chen Ma, Junjun Jiang, Huayi Li, Wenxue Cui, and Guoyuan Li. Progressive token reduction and compensation for hyperspectral image representation.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

  225. [231]

    Multisource remote sensing data classification using fractional fourier transformer

    Xudong Zhao, Mengmeng Zhang, Ran Tao, Wei Li, Wenzhi Liao, and Wilfried Phlips. Multisource remote sensing data classification using fractional fourier transformer. InIGARSS 2022 - 2022 IEEE International Geoscience and Remote Sensing Symposium, pages 823–826, July 2022

  226. [232]

    Spectral-spatial classification of hyperspectral images using bert-based methods with hyperslic segment embeddings.IEEE Access, 10:79152–79164, 2022

    Ibrahim Onur Sigirci and Gokhan Bilgin. Spectral-spatial classification of hyperspectral images using bert-based methods with hyperslic segment embeddings.IEEE Access, 10:79152–79164, 2022

  227. [233]

    Xianghai Wang, Keyun Zhao, Xiaoyang Zhao, and Siyao Li. Tritf: A triplet transformer framework based on parents and brother attention for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, 61:1–13, 2023

  228. [234]

    Kaidong Wang, Xiuwu Liao, Jun Li, Deyu Meng, and Yao Wang. Hyperspectral image super-resolution via knowledge-driven deep unrolling and transformer embedded convolutional recurrent neural network.IEEE Transactions on Image Processing, 32:4581–4594, 2023

  229. [235]

    Central attention network for hyperspectral imagery classification.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2022

    Huan Liu, Wei Li, Xiang-Gen Xia, Mengmeng Zhang, Chen-Zhong Gao, and Ran Tao. Central attention network for hyperspectral imagery classification.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2022

  230. [236]

    Mformer: Taming masked transformer for unsupervised spectral reconstruction.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Jiaojiao Li, Yihong Leng, Rui Song, Wei Liu, Yunsong Li, and Qian Du. Mformer: Taming masked transformer for unsupervised spectral reconstruction.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  231. [237]

    Msdformer: Multi-scale deformable transformer for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Shi Chen, Lefei Zhang, and Liangpei Zhang. Msdformer: Multi-scale deformable transformer for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  232. [238]

    Hyperspectral image classification based on co-learning through dual- architecture ensemble

    Chen Xiaoyue and Cao Xianghai. Hyperspectral image classification based on co-learning through dual- architecture ensemble. InICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 2804–2808, May 2022

  233. [239]

    Xin Qiao, Swalpa Kumar Roy, and Weimin Huang. Multiscale neighborhood attention transformer with optimized spatial pattern for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023. 44 APREPRINT- SEPTEMBER22, 2025

  234. [240]

    Dstrans: Dual-stream transformer for hyperspectral image restoration

    Dabing Yu, Qingwu Li, Xiaolin Wang, Zhiliang Zhang, Yixi Qian, and Chang Xu. Dstrans: Dual-stream transformer for hyperspectral image restoration. In2023 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), pages 3728–3738, Jan 2023

  235. [241]

    Sstf-unet: Spatial–spectral transformer-based u-net for high-resolution hyperspectral image acquisition.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2023

    Haibo Liu, Chenguo Feng, Renwei Dian, and Shutao Li. Sstf-unet: Spatial–spectral transformer-based u-net for high-resolution hyperspectral image acquisition.IEEE Transactions on Neural Networks and Learning Systems, pages 1–15, 2023

  236. [242]

    Spatial-spectral attention bilateral network for hyperspectral unmixing.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Zhiru Yang, Mingming Xu, Shanwei Liu, Hui Sheng, and Hongxia Zheng. Spatial-spectral attention bilateral network for hyperspectral unmixing.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  237. [243]

    Unsupervised deep hyperspectral super- resolution with unregistered images

    Jiangtao Nie, Lei Zhang, Wei Wei, Chen Ding, and Yanning Zhang. Unsupervised deep hyperspectral super- resolution with unregistered images. In2020 IEEE International Conference on Multimedia and Expo (ICME), pages 1–6, July 2020

  238. [244]

    Spectral–spatial mlp-like network with reciprocal points learning for open-set hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–18, 2023

    Yifan Sun, Bing Liu, Ruirui Wang, Pengqiang Zhang, and Mofan Dai. Spectral–spatial mlp-like network with reciprocal points learning for open-set hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–18, 2023

  239. [245]

    Transformer-based masked autoencoder with contrastive loss for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Xianghai Cao, Haifeng Lin, Shuaixu Guo, Tao Xiong, and Licheng Jiao. Transformer-based masked autoencoder with contrastive loss for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  240. [246]

    Undat: Double-aware transformer for hyperspectral unmixing.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

    Yuexin Duan, Xia Xu, Tao Li, Bin Pan, and Zhenwei Shi. Undat: Double-aware transformer for hyperspectral unmixing.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  241. [247]

    Spectral grouping driven hyperspectral super-resolution

    Sadia Hussain and Brejesh Lall. Spectral grouping driven hyperspectral super-resolution. In2023 IEEE International Conference on Image Processing (ICIP), pages 3210–3214, Oct 2023

  242. [248]

    Ziqing Deng, Yang Wang, Bing Zhang, Linwei Li, Jihong Wang, Lifeng Bian, and Chen Yang. A triple-path spectral–spatial network with interleave-attention for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:...

  243. [249]

    Spatial–spectral involution mlp network for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:9293–9310, 2022

    Yihao Shao, Jianjun Liu, Jinlong Yang, and Zebin Wu. Spatial–spectral involution mlp network for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 15:9293–9310, 2022

  244. [250]

    Spectral reconstruction from satellite multispectral imagery using convolution and transformer joint network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Dakuan Du, Yanfeng Gu, Tianzhu Liu, and Xian Li. Spectral reconstruction from satellite multispectral imagery using convolution and transformer joint network.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

  245. [251]

    Wenqian Dong, Jingyu Zhao, Jiahui Qu, Song Xiao, Nan Li, Shaoxiong Hou, and Yunsong Li. Abundance matrix correlation analysis network based on hierarchical multihead self-cross-hybrid attention for hyperspectral change detection.IEEE Transactions on Geoscience and Remote Sensi...

  246. [252]

    Qin Xu, Shiji Liu, Jiahui Wang, Bo Jiang, and Jin Tang. As3itransunet: Spatial–spectral interactive transformer u-net with alternating sampling for hyperspectral image super-resolution.IEEE Transactions on Geoscience and Remote Sensing, 61:1–13, 2023

  247. [254]

    Collaborative active learning based on improved capsule networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–26, 2023

    Heng Wang and Liguo Wang. Collaborative active learning based on improved capsule networks for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–26, 2023

  248. [255]

    Mengmeng Zhang, Wei Li, Xudong Zhao, Huan Liu, Ran Tao, and Qian Du. Morphological transformation and spatial-logical aggregation for tree species classification using hyperspectral imagery.IEEE Transactions on Geoscience and Remote Sensing, 61:1–12, 2023

  249. [256]

    Spectral-learning-based transformer network for the spectral super-resolution of remote-sensing degraded images.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

    Zengyi Li, Ligang Li, Bo Liu, Yuan Cao, Wenbo Zhou, Wei Ni, and Zhen Yang. Spectral-learning-based transformer network for the spectral super-resolution of remote-sensing degraded images.IEEE Geoscience and Remote Sensing Letters, 20:1–5, 2023

  250. [257]

    Spectral token guidance transformer for multisource images change detection.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:2559–2572, 2023

    Bangyong Sun, Qinsen Liu, Nianzeng Yuan, Jiahai Tan, Xiaomei Gao, and Tao Yu. Spectral token guidance transformer for multisource images change detection.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:2559–2572, 2023

  251. [258]

    Stereo cross-attention network for unregistered hyperspectral and multispectral image fusion.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023

    Yujuan Guo, Xiyou Fu, Meng Xu, and Sen Jia. Stereo cross-attention network for unregistered hyperspectral and multispectral image fusion.IEEE Transactions on Geoscience and Remote Sensing, 61:1–15, 2023. 45 APREPRINT- SEPTEMBER22, 2025

  252. [259]

    Long-short attention network for the spectral super-resolution of multispectral images

    Kai Zhang, Tian Jin, Feng Zhang, and Jiande Sun. Long-short attention network for the spectral super-resolution of multispectral images. InICASSP 2023 - 2023 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), pages 1–5, June 2023

  253. [260]

    Two headed dragons: Multimodal fusion and cross modal transactions

    Rupak Bose, Shivam Pande, and Biplab Banerjee. Two headed dragons: Multimodal fusion and cross modal transactions. In2021 IEEE International Conference on Image Processing (ICIP), pages 2893–2897, Sep. 2021

  254. [261]

    Beyond the patchwise classification: Spectral-spatial fully convo- lutional networks for hyperspectral image classification.IEEE Transactions on Big Data, 6(3):492–506, Sep

    Yonghao Xu, Bo Du, and Liangpei Zhang. Beyond the patchwise classification: Spectral-spatial fully convo- lutional networks for hyperspectral image classification.IEEE Transactions on Big Data, 6(3):492–506, Sep. 2020

  255. [262]

    Dss-trm: deep spatial–spectral transformer for hyperspectral image classification.European Journal of Remote Sensing, 55(1):103–114, 2022

    Kuiliang Gao Xiong Tan Yifan Sun Bing Liu, Anzhu Yu and Xuchu Yu. Dss-trm: deep spatial–spectral transformer for hyperspectral image classification.European Journal of Remote Sensing, 55(1):103–114, 2022

  256. [263]

    Prajit Ramachandran, Barret Zoph, and Quoc V . Le. Searching for activation functions.ArXiv, abs/1710.05941, 2018

  257. [264]

    Making vision transformers efficient from a token sparsification view

    Shuning Chang, Pichao Wang, Ming Lin, Fan Wang, David Junhao Zhang, Rong Jin, and Mike Zheng Shou. Making vision transformers efficient from a token sparsification view. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 6195–6205...

  258. [265]

    Davit: Dual attention vision transformers

    Mingyu Ding, Bin Xiao, Noel Codella, Ping Luo, Jingdong Wang, and Lu Yuan. Davit: Dual attention vision transformers. In Shai Avidan, Gabriel Brostow, Moustapha Cissé, Giovanni Maria Farinella, and Tal Hassner, editors,Computer Vision – ECCV 2022, pages 74–92, Cham, 2022. Spri...

  259. [266]

    Mhcformer: Multiscale hierarchical conv-aided fourierformer for hyperspectral image classification.IEEE Transactions on Instrumentation and Measurement, 73:1–15, 2024

    Hao Shi, Youqiang Zhang, Guo Cao, and Di Yang. Mhcformer: Multiscale hierarchical conv-aided fourierformer for hyperspectral image classification.IEEE Transactions on Instrumentation and Measurement, 73:1–15, 2024

  260. [267]

    Factoformer: Factorized hyperspectral transformers with self-supervised pretraining.IEEE Transactions on Geoscience and Remote Sensing, 62:1–14, 2024

    Shaheer Mohamed, Maryam Haghighat, Tharindu Fernando, Sridha Sridharan, Clinton Fookes, and Peyman Moghadam. Factoformer: Factorized hyperspectral transformers with self-supervised pretraining.IEEE Transactions on Geoscience and Remote Sensing, 62:1–14, 2024

  261. [268]

    Multiple spatial–spectral features aggregated neural network for hyperspectral change detection.IEEE Geoscience and Remote Sensing Letters, 21:1–5, 2024

    Jigang Ding, Xiaorun Li, Jingsui Li, and Shuhan Chen. Multiple spatial–spectral features aggregated neural network for hyperspectral change detection.IEEE Geoscience and Remote Sensing Letters, 21:1–5, 2024

  262. [269]

    Zhiqiang Xiao, Kuntao Ye, and Guolong Cui. Differential self-feedback dilated convolution network with dual- tree channel attention mechanism for hyperspectral image classification.IEEE Transactions on Instrumentation and Measurement, 73:1–17, 2024

  263. [270]

    Sanet: A self-attention network for agricultural hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 62:1–15, 2024

    Bo Zhang, Yaxiong Chen, Zhiheng Li, Shengwu Xiong, and Xiaoqiang Lu. Sanet: A self-attention network for agricultural hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 62:1–15, 2024

  264. [271]

    Afifi, Samuel T

    Ahmed J. Afifi, Samuel T. Thiele, Aldino Rizaldy, Sandra Lorenz, Pedram Ghamisi, Raimon Tolosana-Delgado, Moritz Kirsch, Richard Gloaguen, and Michael Heizmann. Tinto: Multisensor benchmark for 3-d hyperspectral point cloud segmentation in the geosciences.IEEE Transactions on ...

  265. [272]

    Xiaoyang Zhao, Siyao Li, Tingting Geng, and Xianghai Wang. Gtranscd: Graph transformer-guided multitempo- ral information united framework for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, 62:1–13, 2024

  266. [273]

    A hyperspectral image classification method based on pyramid feature extraction with deformable–dilated convolution.IEEE Geoscience and Remote Sensing Letters, 21:1–5, 2024

    Jinghui Yang, Anqi Li, Jinxi Qian, Jia Qin, and Liguo Wang. A hyperspectral image classification method based on pyramid feature extraction with deformable–dilated convolution.IEEE Geoscience and Remote Sensing Letters, 21:1–5, 2024

  267. [274]

    Xin Qiao, Swalpa Kumar Roy, and Weimin Huang. 3-d sharpened cosine similarity operation for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 17:1114–1125, 2024

  268. [275]

    Weili Kong, Baisen Liu, Xiaojun Bi, Jiaming Pei, and Zheng Chen. Instructional mask autoencoder: A scalable learner for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 17:1348–1362, 2024

  269. [276]

    Iter: Image-to-pixel representation for weakly supervised hsi classification.IEEE Transactions on Image Processing, 33:257–272, 2024

    Jiaqi Yang, Bo Du, Di Wang, and Liangpei Zhang. Iter: Image-to-pixel representation for weakly supervised hsi classification.IEEE Transactions on Image Processing, 33:257–272, 2024

  270. [277]

    Spectrum-induced transformer-based feature learning for multiple change detection in hyperspectral images.IEEE Transactions on Geoscience and Remote Sensing, 62:1–12, 2024

    Wuxia Zhang, Yuhang Zhang, Shiwen Gao, Xiaoqiang Lu, Yi Tang, and Shihu Liu. Spectrum-induced transformer-based feature learning for multiple change detection in hyperspectral images.IEEE Transactions on Geoscience and Remote Sensing, 62:1–12, 2024. 46 APREPRINT- SEPTEMBER22, 2025

  271. [278]

    Cross-domain distribution calibration of hyperspectral image classifica- tion.IEEE Geoscience and Remote Sensing Letters, pages 1–1, 2023

    Junyuan Ding, Wei Wei, and Lei Zhang. Cross-domain distribution calibration of hyperspectral image classifica- tion.IEEE Geoscience and Remote Sensing Letters, pages 1–1, 2023

  272. [279]

    Self-supervised hyperspectral anomaly detection based on finite spatial-wise attention.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Zhipeng Wang, Dan Ma, Guanghui Yue, Beichen Li, Runmin Cong, and Zhiqiang Wu. Self-supervised hyperspectral anomaly detection based on finite spatial-wise attention.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  273. [280]

    Spformer: Self-pooling transformer for few-shot hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Ziyu Li, Zhaohui Xue, Qi Xu, Ling Zhang, Tianzhi Zhu, and Mengxue Zhang. Spformer: Self-pooling transformer for few-shot hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  274. [281]

    Jigang Ding, Xiaorun Li, Shu Xiang, and Shuhan Chen. Multi-level features fused and change information enhanced neural network for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  275. [282]

    Masked spectral-spatial feature prediction for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Feng Zhou, Chao Xu, Guowei Yang, Renlong Hang, and Qingshan Liu. Masked spectral-spatial feature prediction for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  276. [283]

    A joint saliency temporal-spatial- spectral information network for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Yaxiong Chen, Zhipeng Zhang, Le Dong, Shengwu Xiong, and Xiaoqiang Lu. A joint saliency temporal-spatial- spectral information network for hyperspectral image change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  277. [284]

    Parallel compared-and- stacked pyramid transformer network for unsupervised hyperspectral change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

    Yunshuang Xu, Song Xiao, Jiahui Qu, Wenqian Dong, Yunsong Li, and Haoming Xia. Parallel compared-and- stacked pyramid transformer network for unsupervised hyperspectral change detection.IEEE Transactions on Geoscience and Remote Sensing, pages 1–1, 2023

  278. [285]

    Jingpeng Gao, Xiangyu Ji, Geng Chen, and Ruitong Guo. Main-sub transformer with spectral-spatial separable convolution for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, pages 1–17, 2023

  279. [286]

    Lan Zhang, Yang Wang, Linzi Yang, Jianfeng Chen, Zijie Liu, Lifeng Bian, and Chen Yang. D2s2bot: Dual- dimension spectral-spatial bottleneck transformer for hyperspectral image classification.IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, pag...

  280. [287]

    Xin Zhang, Rui Zhang, Ling Li, and Wei Li. Local–global cross fusion network with gaussian-initialized learnable positional prompting for hyperspectral image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–16, 2023

  281. [288]

    Improved u-net with global attention block for hyperspectral image classification

    Jing Zhou, Zhicheng Zhang, Xiaoxu Peng, and Chengwei Wu. Improved u-net with global attention block for hyperspectral image classification. In2023 IEEE International Conference on Unmanned Systems (ICUS), pages 1387–1392, Oct 2023

  282. [289]

    Ss-mae: Spatial–spectral masked autoencoder for multisource remote sensing image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

    Junyan Lin, Feng Gao, Xiaochen Shi, Junyu Dong, and Qian Du. Ss-mae: Spatial–spectral masked autoencoder for multisource remote sensing image classification.IEEE Transactions on Geoscience and Remote Sensing, 61:1–14, 2023

  283. [290]

    A dual-branch network based on transformer and depthwise convolution for hyperspectral image classification

    Caihong Mu, Zeyu Zhang, Suling Chen, and Yi Liu. A dual-branch network based on transformer and depthwise convolution for hyperspectral image classification. In2023 International Conference on Cyber-Physical Social Intelligence (ICCSI), pages 115–119, Oct 2023

  284. [291]

    A dual frequency transformer network for hyperspectral image classification

    Xin Qiao and Weimin Huang. A dual frequency transformer network for hyperspectral image classification. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 16:10344–10358, 2023

  285. [293]

    Hyperspectral image classification via 3d-cnn mhsa fusion transformer

    Wen Xie, Yuzhuo Zhang, Hongyue Sun, and Qinzhe Wu. Hyperspectral image classification via 3d-cnn mhsa fusion transformer. InIGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium, pages 7633–7636, July 2023

  286. [294]

    Hsi-sstrans: Hyperspectral image classification with spectral and space transformer

    Daohong Niu, Xiaohua Zhang, Longfei Li, and Yuxuan Zhou. Hsi-sstrans: Hyperspectral image classification with spectral and space transformer. InIGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium, pages 7625–7628, July 2023

  287. [295]

    Jana Wieme, Kaveh Mollazade, Ioannis Malounas, Manuela Zude-Sasse, Ming Zhao, Aoife Gowen, Dimitrios Argyropoulos, Spyros Fountas, and Jonathan Van Beek. Application of hyperspectral imaging systems and artifi- cial intelligence for quality assessment of fruit, vegetables and ...

  288. [296]

    Hyperspectral imaging–based assessment of fresh meat quality: Progress and applications.Microchemical Journal, 197:109785, 2024

    Kyung Jo, Seonmin Lee, Seul-Ki-Chan Jeong, Dae-Hyun Lee, Hayeon Jeon, and Samooel Jung. Hyperspectral imaging–based assessment of fresh meat quality: Progress and applications.Microchemical Journal, 197:109785, 2024

  289. [297]

    A review of the medical hyperspectral imaging systems and unmixing algorithms’ in biological tissues.Photodiagnosis and Photodynamic Therapy, 33:102165, 2021

    Aziz ul Rehman and Shahzad Ahmad Qureshi. A review of the medical hyperspectral imaging systems and unmixing algorithms’ in biological tissues.Photodiagnosis and Photodynamic Therapy, 33:102165, 2021

  290. [298]

    Cross-domain hyperspectral image classification based on transformer

    Jiawei Ling, Minchao Ye, Yuntao Qian, and Qipeng Qian. Cross-domain hyperspectral image classification based on transformer. InIGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium, pages 7629–7632, July 2023

  291. [299]

    Spectral masked autoencoder for few-shot hyperspectral image classification

    Pengming Feng, Kaihan Wang, Jian Guan, Guangjun He, and Shichao Jin. Spectral masked autoencoder for few-shot hyperspectral image classification. InIGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium, pages 5041–5044, July 2023

  292. [300]

    Hyperspectral image classification of tree species with low-depth features

    Zhengqi Guo, Mengmeng Zhang, Wen Jia, and Wei Li. Hyperspectral image classification of tree species with low-depth features. InIGARSS 2023 - 2023 IEEE International Geoscience and Remote Sensing Symposium, pages 7571–7574, July 2023

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.