paper-with-me

홈 › Papers

Mamba-in-Mamba: Centralized Mamba-Cross-Scan in Tokenized Mamba Model for Hyperspectral Image Classification

2024-05-20 · Weilian Zhou, Sei-ichiro Kamata, Haipeng Wang, Man-Sing Wong, Huiying, Hou

Hyperspectral image (HSI) classification is pivotal in the remote sensing (RS) field, particularly with the advancement of deep learning techniques. Sequential models, adapted from the natural language processing (NLP) field such as Recurrent Neural Networks (RNNs) and Transformers, have been tailored to this task, offering a unique viewpoint. However, several challenges persist 1) RNNs struggle with centric feature aggregation and are sensitive to interfering pixels, 2) Transformers require significant computational resources and often underperform with limited HSI training samples, and 3) Current scanning methods for converting images into sequence-data are simplistic and inefficient. In response, this study introduces the innovative Mamba-in-Mamba (MiM) architecture for HSI classification, the first attempt of deploying State Space Model (SSM) in this task. The MiM model includes 1) A novel centralized Mamba-Cross-Scan (MCS) mechanism for transforming images into sequence-data, 2) A Tokenized Mamba (T-Mamba) encoder that incorporates a Gaussian Decay Mask (GDM), a Semantic Token Learner (STL), and a Semantic Token Fuser (STF) for enhanced feature generation and concentration, and 3) A Weighted MCS Fusion (WMF) module coupled with a Multi-Scale Loss Design to improve decoding efficiency. Experimental results from three public HSI datasets with fixed and disjoint training-testing samples demonstrate that our method outperforms existing baselines and state-of-the-art approaches, highlighting its efficacy and potential in HSI applications.

📄 PDF Abstract BibTeX arXiv:2405.12003

Code (1)

zhouweilian1904/mamba-in-mamba 공식 구현 pytorch

Tasks

Hyperspectral Image Classificationimage-classificationImage ClassificationMamba

Methods 이 논문이 사용한 방법론

MIM 설명 없음

Similar Papers 제목 키워드 기반

Hi-Mamba: Hierarchical Mamba for Efficient Image Super-Resolution

2024-10-14 · Junbo Qiao, Jincheng Liao, Wei Li, Yulun Zhang 외

State Space Models (SSM), such as Mamba, have shown strong representation ability in modeling long-range dependency with linear complexity, achieving successful applications from high-level to low-level vision tasks. How…

Image Super-ResolutionMambaState Space ModelsSuper-Resolution

TSP-Mamba: The Travelling Salesman Problem Meets Mamba for Image Super-resolution and Beyond

2025-01-01 · CVPR 2025 1 · Kun Zhou, Xinyu Lin, Jiangbo Lu

Recently, Mamba-based frameworks have achieved substantial advancements across diverse computer vision and NLP tasks, particularly in their capacity for reasoning over long-range information with linear complexity. H…

Image Super-ResolutionMambaSuper-ResolutionTraveling Salesman Problem

VMambaMorph: a Multi-Modality Deformable Image Registration Framework based on Visual State Space Model with Cross-Scan Module

2024-04-07 · Ziyang Wang, Jian-Qing Zheng, Chao Ma, Tao Guo

Image registration, a critical process in medical imaging, involves aligning different sets of medical imaging data into a single unified coordinate system. Deep learning networks, such as the Convolutional Neural Networ…

Image Registration

A Survey on Mamba Architecture for Vision Applications

2025-02-11 · Fady Ibrahim, Guangjun Liu, Guanghui Wang

Transformers have become foundational for visual tasks such as object detection, semantic segmentation, and video understanding, but their quadratic complexity in attention mechanisms presents scalability challenges. To …

Mambaobject-detectionObject DetectionPosition+4

EAMamba: Efficient All-Around Vision State Space Model for Image Restoration

2025-06-27 · Yu-Cheng Lin, Yu-Syuan Xu, Hao-Wei Chen, Hsien-Kai Kuo 외

Image restoration is a key task in low-level computer vision that aims to reconstruct high-quality images from degraded inputs. The emergence of Vision Mamba, which draws inspiration from the advanced state space model M…

AllDeblurringDenoisingImage Restoration+2