Spectral-Spatial Mamba for Hyperspectral Image Classification
Lingbo Huang, Yushi Chen, and Xin He

TL;DR
This paper introduces a spectral-spatial Mamba model for hyperspectral image classification, combining efficiency and modeling power, and demonstrates competitive performance on standard datasets.
Contribution
The paper pioneers the application of the state space model-based Mamba to hyperspectral image classification, enhancing efficiency and modeling capabilities.
Findings
Achieves competitive accuracy on HSI datasets
Demonstrates computational efficiency over Transformer-based models
Introduces spectral-spatial token processing with feature enhancement
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote-Sensing Image Classification
MethodsAttention Is All You Need · Dropout · Residual Connection · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer · Dense Connections · Label Smoothing
