WaveMamba: Spatial-Spectral Wavelet Mamba for Hyperspectral Image Classification
Muhammad Ahmad, Muhammad Usama, Manuel Mazzara, Salvatore Distefano
TL;DR
Hyperspectral image classification often faces data-efficiency and compute constraints. The paper proposes WaveMamba, which fuses Haar wavelet-based multi-resolution spatial-spectral features with the Spatial-Spectral Mamba backbone and a State-Space Model to capture local textures, global context, and temporal dependencies. Key ideas include dividing HSI into overlapping 3D patches, generating spectral and spatial tokens, applying a gate-driven refinement, and decomposing features into Haar wavelet subbands for state-space processing, with L2 regularization at the classifier. Empirical results on University of Houston and Pavia University show notable accuracy gains (4.5% and 2.0% respectively) over strong baselines, with WaveMamba outperforming CNN-, Transformer-, and Mamba-based methods in OA, AA, and kappa, especially under limited training data.
Abstract
Hyperspectral Imaging (HSI) has proven to be a powerful tool for capturing detailed spectral and spatial information across diverse applications. Despite the advancements in Deep Learning (DL) and Transformer architectures for HSI classification, challenges such as computational efficiency and the need for extensive labeled data persist. This paper introduces WaveMamba, a novel approach that integrates wavelet transformation with the spatial-spectral Mamba architecture to enhance HSI classification. WaveMamba captures both local texture patterns and global contextual relationships in an end-to-end trainable model. The Wavelet-based enhanced features are then processed through the state-space architecture to model spatial-spectral relationships and temporal dependencies. The experimental results indicate that WaveMamba surpasses existing models, achieving an accuracy improvement of 4.5\% on the University of Houston dataset and a 2.0\% increase on the Pavia University dataset.
