paper-with-me

홈 › Papers

M3amba: Memory Mamba is All You Need for Whole Slide Image Classification

2025-01-01 · CVPR 2025 1 · Tingting Zheng, Kui Jiang, Yi Xiao, Sicheng Zhao, Hongxun Yao

Multi-instance learning (MIL) has demonstrated impressive performance in whole slide image (WSI) analysis. However, existing approaches struggle with undesirable results and unbearable computational overhead due to the quadratic complexity of Transformers. Recently, Mamba has offered a feasible solution for modeling long-range dependencies with linear complexity. However, vanilla Mamba inherently suffers from contextual forgetting issues, making it ill-suited for capturing global dependencies across instances in large-scale WSIs. To address this, we propose a memory-driven Mamba network, dubbed M3amba, to fully explore the global latent relations among instances. Specifically, M3amba retains and iteratively updates historical information with a dynamic memory bank (DMB), thus overcoming the catastrophic forgetting defects of Mamba for long-term context representation. For better feature representation, M3amba involves an intra-group bidirectional Mamba (BiMamba) block to refine local interactions within groups. Meanwhile, we additionally perform cross-attention fusion to incorporate relevant historical information across groups, facilitating richer inter-group connections. The joint learning of inter- and intra-group representations with memory merits enables M3amba with a more powerful capability for achieving accurate and comprehensive WSI representation. Extensive experiments on four datasets demonstrate that M3amba outperforms the state-of-the-art by 6.2% and 7.0% in accuracy on the TCGA BRAC and TCGA Lung datasets while maintaining low computational costs.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Allimage-classificationImage ClassificationMamba

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 제목 키워드 기반

MambaBack: Bridging Local Features and Global Contexts in Whole Slide Image Analysis

2026-04-17 · Sicheng Chen, Chad Wong, Tianyi Zhang, Enhui Chai 외 arxiv

Whole Slide Image (WSI) analysis is pivotal in computational pathology, enabling cancer diagnosis by integrating morphological and architectural cues across magnifications. Multiple Instance Learning (MIL) serves as the …

Multiple Instance Learning

MambaMIL+: Modeling Long-Term Contextual Patterns for Gigapixel Whole Slide Image

2025-12-19 · Qian Zeng, Yihui Wang, Shu Yang, Yingxue Xu 외 arxiv

Whole-slide images (WSIs) are an important data modality in computational pathology, yet their gigapixel resolution and lack of fine-grained annotations challenge conventional deep learning models. Multiple instance lear…

Multiple Instance LearningLong-range modeling

From Pixels to Gigapixels: Bridging Local Inductive Bias and Long-Range Dependencies with Pixel-Mamba

2024-12-21 · Zhongwei Qiu, Hanqing Chao, Tiancheng Lin, Wanxing Chang 외

Histopathology plays a critical role in medical diagnostics, with whole slide images (WSIs) offering valuable insights that directly influence clinical decision-making. However, the large size and complexity of WSIs may …

Computational EfficiencyDecision MakingInductive BiasMamba+3

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 외

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 q…

Computational Efficiencyimage-classificationImage ClassificationMamba+2

MoEMambaMIL: Structure-Aware Selective State Space Modeling for Whole-Slide Image Analysis

2026-03-06 · Dongqing Xie, Yonghuang Wu arxiv

Whole-slide image (WSI) analysis is challenging due to the gigapixel scale of slides and their inherent hierarchical multi-resolution structure. Existing multiple instance learning (MIL) approaches often model WSIs as un…

Multiple Instance Learning