Table of Contents
Fetching ...

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

Aitao Yang, Min Li, Yao Ding, Leyuan Fang, Yaoming Cai, Yujie He

TL;DR

This work tackles hyperspectral image classification under spectral redundancy and limited spatial resolution. It proposes GraphMamba, a Graph-structure learning vision Mamba framework, including HVGM for spatial-spectral cubes, HyperMamba for spectral efficiency, and SpatialGCN for adaptive spatial context. The approach yields state-of-the-art accuracy on IP, SA, and UH2013 with reduced computational cost, thanks to parallel processing and multi-hop adaptive neighborhood encoding. The results demonstrate a scalable, information-rich method for joint spatial-spectral feature extraction with strong edge preservation and robustness to training data size.

Abstract

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 mainstream classification frameworks due to their long-range feature capture capabilities. In terms of spatial information aggregation, CNN enhances the receptive field to retain integrated spatial information as much as possible. However, the spectral feature-capturing architectures exhibit low computational efficiency, and CNNs lack the flexibility to perceive spatial contextual information. To address these issues, this paper proposes GraphMamba--an efficient graph structure learning vision Mamba classification framework that fully considers HSI characteristics to achieve deep spatial-spectral information mining. Specifically, we propose a novel hyperspectral visual GraphMamba processing paradigm (HVGM) that preserves spatial-spectral features by constructing spatial-spectral cubes and utilizes linear spectral encoding to enhance the operability of subsequent tasks. The core components of GraphMamba include the HyperMamba module for improving computational efficiency and the SpectralGCN module for adaptive spatial context awareness. The HyperMamba mitigates clutter interference by employing the global mask (GM) and introduces a parallel training inference architecture to alleviate computational bottlenecks. The SpatialGCN incorporates weighted multi-hop aggregation (WMA) spatial encoding to focus on highly correlated spatial structural features, thus flexibly aggregating contextual information while mitigating spatial noise interference. Extensive experiments were conducted on three different scales of real HSI datasets, and compared with the state-of-the-art classification frameworks, GraphMamba achieved optimal performance.

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

TL;DR

This work tackles hyperspectral image classification under spectral redundancy and limited spatial resolution. It proposes GraphMamba, a Graph-structure learning vision Mamba framework, including HVGM for spatial-spectral cubes, HyperMamba for spectral efficiency, and SpatialGCN for adaptive spatial context. The approach yields state-of-the-art accuracy on IP, SA, and UH2013 with reduced computational cost, thanks to parallel processing and multi-hop adaptive neighborhood encoding. The results demonstrate a scalable, information-rich method for joint spatial-spectral feature extraction with strong edge preservation and robustness to training data size.

Abstract

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 mainstream classification frameworks due to their long-range feature capture capabilities. In terms of spatial information aggregation, CNN enhances the receptive field to retain integrated spatial information as much as possible. However, the spectral feature-capturing architectures exhibit low computational efficiency, and CNNs lack the flexibility to perceive spatial contextual information. To address these issues, this paper proposes GraphMamba--an efficient graph structure learning vision Mamba classification framework that fully considers HSI characteristics to achieve deep spatial-spectral information mining. Specifically, we propose a novel hyperspectral visual GraphMamba processing paradigm (HVGM) that preserves spatial-spectral features by constructing spatial-spectral cubes and utilizes linear spectral encoding to enhance the operability of subsequent tasks. The core components of GraphMamba include the HyperMamba module for improving computational efficiency and the SpectralGCN module for adaptive spatial context awareness. The HyperMamba mitigates clutter interference by employing the global mask (GM) and introduces a parallel training inference architecture to alleviate computational bottlenecks. The SpatialGCN incorporates weighted multi-hop aggregation (WMA) spatial encoding to focus on highly correlated spatial structural features, thus flexibly aggregating contextual information while mitigating spatial noise interference. Extensive experiments were conducted on three different scales of real HSI datasets, and compared with the state-of-the-art classification frameworks, GraphMamba achieved optimal performance.
Paper Structure (19 sections, 25 equations, 10 figures, 8 tables, 1 algorithm)

This paper contains 19 sections, 25 equations, 10 figures, 8 tables, 1 algorithm.

Figures (10)

  • Figure 1: The improvements of the proposed spatial-spectral feature extraction modules HyperMamba and SpatialGCN compared to other frameworks are discussed in this paper.
  • Figure 2: The overall view of GraphMamba. We first segment HSI into multiple spatial-spectral cubes, then linearly project them into patch tokens, and then send the token sequences to the proposed GraphMamba encoders to extract features. Finally, classification prediction features are obtained through MLP.
  • Figure 3: Diagram of the HyperMamba in the proposed GraphMamba. The luminous marking modules are Global Mask and AutoRes, respectively.
  • Figure 4: Three datasets. (a1), (b1), and (c1) are the color maps of IP, SA, UH2013. (a2), (b2), and (c2) are the ground-truth maps.
  • Figure 5: Classification maps of IP. (a) Train Label (b) Test Label (c) SVM-RBF (d) 3D CNN (e) DFFN (f) AB-LSTM (g) RSSAN (h) WFCG (i) AMGCFN (j) SF (k) GAHT (l) GraphMamba
  • ...and 5 more figures