paper-with-me

Papers

Spectral-Spatial Mamba for Hyperspectral Image Classification

2024-04-29 · Lingbo Huang, Yushi Chen, Xin He

Recently, deep learning models have achieved excellent performance in hyperspectral image (HSI) classification. Among the many deep models, Transformer has gradually attracted interest for its excellence in modeling the long-range dependencies of spatial-spectral features in HSI. However, Transformer has the problem of quadratic computational complexity due to the self-attention mechanism, which is heavier than other models and thus has limited adoption in HSI processing. Fortunately, the recently emerging state space model-based Mamba shows great computational efficiency while achieving the modeling power of Transformers. Therefore, in this paper, we make a preliminary attempt to apply the Mamba to HSI classification, leading to the proposed spectral-spatial Mamba (SS-Mamba). Specifically, the proposed SS-Mamba mainly consists of spectral-spatial token generation module and several stacked spectral-spatial Mamba blocks. Firstly, the token generation module converts any given HSI cube to spatial and spectral tokens as sequences. And then these tokens are sent to stacked spectral-spatial mamba blocks (SS-MB). Each SS-MB block consists of two basic mamba blocks and a spectral-spatial feature enhancement module. The spatial and spectral tokens are processed separately by the two basic mamba blocks, respectively. Besides, the feature enhancement module modulates spatial and spectral tokens using HSI sample's center region information. In this way, the spectral and spatial tokens cooperate with each other and achieve information fusion within each block. The experimental results conducted on widely used HSI datasets reveal that the proposed model achieves competitive results compared with the state-of-the-art methods. The Mamba-based method opens a new window for HSI classification.

📄 PDF Abstract BibTeX arXiv:2404.18401

Code (1)

mengduanjinghua/spectral-spatial-mamba-for-hsic pytorch

Tasks

ClassificationComputational EfficiencyHyperspectral Image Classificationimage-classificationImage ClassificationMamba

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

DCT-Mamba3D: Spectral Decorrelation and Spatial-Spectral Feature Extraction for Hyperspectral Image Classification

2025-02-04 · Weijia Cao, Xiaofei Yang, Yicong Zhou, Zheng Zhang

Hyperspectral image classification presents challenges due to spectral redundancy and complex spatial-spectral dependencies. This paper proposes a novel framework, DCT-Mamba3D, for hyperspectral image classification. DCT…

Hyperspectral Image Classificationimage-classificationImage ClassificationMamba

S$^2$Mamba: A Spatial-spectral State Space Model for Hyperspectral Image Classification

2024-04-28 · Guanchun Wang, Xiangrong Zhang, Zelin Peng, Tianyang Zhang 외

Land cover analysis using hyperspectral images (HSI) remains an open problem due to their low spatial resolution and complex spectral information. Recent studies are primarily dedicated to designing Transformer-based arc…

Hyperspectral Image Classificationimage-classificationImage ClassificationMamba+1

MambaHSI: Spatial-Spectral Mamba for Hyperspectral Image Classification

2025-01-09 · Yapeng Li, Yong Luo, Lefei Zhang, Zengmao Wang 외

Transformer has been extensively explored for hyperspectral image (HSI) classification. However, transformer poses challenges in terms of speed and memory usage because of its quadratic computational complexity. Recently…

ClassificationHyperspectral Image Classificationimage-classificationImage Classification+1

GraphMamba: An Efficient Graph Structure Learning Vision Mamba for Hyperspectral Image Classification

2024-07-11 · Aitao Yang, Min Li, Yao Ding, Leyuan Fang 외

Efficient extraction of spectral sequences and geospatial information has always been a hot topic in hyperspectral image classification. In terms of spectral sequence feature capture, RNN and Transformer have become main…

Computational EfficiencyGraph structure learningHyperspectral Image Classificationimage-classification+2

3DSS-Mamba: 3D-Spectral-Spatial Mamba for Hyperspectral Image Classification

2024-05-21 · Yan He, Bing Tu, Bo Liu, Jun Li 외

Hyperspectral image (HSI) classification constitutes the fundamental research in remote sensing fields. Convolutional Neural Networks (CNNs) and Transformers have demonstrated impressive capability in capturing spectral-…

Computational EfficiencyHyperspectral Image Classificationimage-classificationImage Classification+1