paper-with-me

홈 › Papers

2DMamba: Efficient State Space Model for Image Representation with Applications on Giga-Pixel Whole Slide Image Classification

2024-12-01 · CVPR 2025 1 · Jingwei Zhang, Anh Tien Nguyen, Xi Han, Vincent Quoc-Huy Trinh, Hong Qin, Dimitris Samaras, Mahdi S. Hosseini

Efficiently modeling large 2D contexts is essential for various fields including Giga-Pixel Whole Slide Imaging (WSI) and remote sensing. Transformer-based models offer high parallelism but face challenges due to their quadratic complexity for handling long sequences. Recently, Mamba introduced a selective State Space Model (SSM) with linear complexity and high parallelism, enabling effective and efficient modeling of wide context in 1D sequences. However, extending Mamba to vision tasks, which inherently involve 2D structures, results in spatial discrepancies due to the limitations of 1D sequence processing. On the other hand, current 2D SSMs inherently model 2D structures but they suffer from prohibitively slow computation due to the lack of efficient parallel algorithms. In this work, we propose 2DMamba, a novel 2D selective SSM framework that incorporates the 2D spatial structure of images into Mamba, with a highly optimized hardware-aware operator, adopting both spatial continuity and computational efficiency. We validate the versatility of our approach on both WSIs and natural images. Extensive experiments on 10 public datasets for WSI classification and survival analysis show that 2DMamba~improves up to $2.48\%$ in AUC, $3.11\%$ in F1 score, $2.47\%$ in accuracy and $5.52\%$ in C-index. Additionally, integrating our method with VMamba for natural imaging yields $0.5$ to $0.7$ improvements in mIoU on the ADE20k semantic segmentation dataset, and $0.2\%$ accuracy improvement on ImageNet-1K classification dataset. Our code is available at https://github.com/AtlasAnalyticsLab/2DMamba.

📄 PDF Abstract BibTeX arXiv:2412.00678

Code (1)

atlasanalyticslab/2dmamba 공식 구현 pytorch

Tasks

Computational Efficiencyimage-classificationImage ClassificationMambaSemantic SegmentationSurvival Analysis

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

MedMamba: Vision Mamba for Medical Image Classification

2024-03-06 · Yubiao Yue, Zhenzhang Li

Since the era of deep learning, convolutional neural networks (CNNs) and vision transformers (ViTs) have been extensively studied and widely used in medical image classification tasks. Unfortunately, CNN's limitations in…

Classificationimage-classificationImage ClassificationLong-range modeling+3

OSDMamba: Enhancing Oil Spill Detection from Remote Sensing Images Using Selective State Space Model

2025-06-22 · Shuaiyu Chen, Fu Wang, Peng Ren, Chunbo Luo 외

Semantic segmentation is commonly used for Oil Spill Detection (OSD) in remote sensing images. However, the limited availability of labelled oil spill samples and class imbalance present significant challenges that can r…

PyramidMamba: Rethinking Pyramid Feature Fusion with Selective Space State Model for Semantic Segmentation of Remote Sensing Imagery

2024-06-16 · Libo Wang, Dongxu Li, Sijun Dong, Xiaoliang Meng 외

Semantic segmentation, as a basic tool for intelligent interpretation of remote sensing images, plays a vital role in many Earth Observation (EO) applications. Nowadays, accurate semantic segmentation of remote sensing i…

DecoderEarth ObservationMambaReal-Time Semantic Segmentation+3

MedMambaLite: Hardware-Aware Mamba for Medical Image Classification

2025-08-07 · Romina Aalishah, Mozhgan Navardi, Tinoosh Mohsenin arxiv

AI-powered medical devices have driven the need for real-time, on-device inference such as biomedical image classification. Deployment of deep learning models at the edge is now used for applications such as anomaly dete…

Medical Image ClassificationKnowledge DistillationAnomaly Detection

MedMamba: Multi-View State Space Models with Adaptive Graph Learning for Medical Time Series Classification

2026-05-24 · Da Zhang, Bingyu Li, Zhiyuan Zhao, Hongyuan Zhang 외 arxiv

Medical time series are central to healthcare, enabling continuous monitoring and supporting timely clinical decisions. Despite recent progress, existing methods struggle to jointly model local-global dynamics and handle…

Time Series ClassificationGraph Learning