MambaMoE: Mixture-of-Spectral-Spatial-Experts State Space Model for Hyperspectral Image Classification
Yichu Xu, Di Wang, Hongzan Jiao, Lefei Zhang, Liangpei Zhang
TL;DR
The paper tackles hyperspectral image (HSI) classification by addressing directional heterogeneity and receptive-field limitations in patch-based Mamba models. It introduces MambaMoE, a spectral-spatial mixture-of-experts framework with Mixture of Mamba Expert Blocks (MoMEB) consisting of Spatial Routed Experts (SRE) and a Spectral Shared Expert (SSE) within a Dynamic Spectral-Spatial Expert Mamba (DSSEM), plus a lightweight routing module and an uncertainty-guided corrective learning (UGCL) decoder strategy. The approach employs image-level input, sparse expert activation, and dynamic supervision from uncertain regions to enhance feature learning in challenging areas, achieving state-of-the-art accuracy and efficiency on multiple public benchmarks. Ablation and visualization studies confirm the necessity of DSSEM components and UGCL, while showing interpretable directional expert usage aligned with land-cover geometry; the work demonstrates practical impact for accurate, efficient HSI classification with potential for real-time remote sensing applications.
Abstract
Mamba-based models have recently demonstrated significant potential in hyperspectral image (HSI) classification, primarily due to their ability to perform contextual modeling with linear computational complexity. However, existing Mamba-based approaches often overlook the directional modeling heterogeneity across different land-cover types, leading to limited classification performance. To address these limitations, we propose MambaMoE, a novel spectral-spatial Mixture-of-Experts (MoE) framework, which represents the first MoE-based approach in the HSI classification domain. Specifically, we design a Mixture of Mamba Expert Block (MoMEB) that performs adaptive spectral-spatial feature modeling via a sparse expert activation mechanism. Additionally, we introduce an uncertainty-guided corrective learning (UGCL) strategy that encourages the model to focus on complex regions prone to prediction ambiguity. This strategy dynamically samples supervision signals from regions with high predictive uncertainty, guiding the model to adaptively refine feature representations and thereby enhancing its focus on challenging areas. Extensive experiments conducted on multiple public HSI benchmark datasets show that MambaMoE achieves state-of-the-art performance in both classification accuracy and computational efficiency compared to existing advanced methods, particularly Mamba-based ones. The code will be available online at https://github.com/YichuXu/MambaMoE.
