paper-with-me

홈 › Papers

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

2025-12-19 · Qian Zeng, Yihui Wang, Shu Yang, Yingxue Xu, Fengtao Zhou, Jiabo Ma, Dejia Cai, Zhengyu Zhang, Lijuan Qu, Yu Wang, Li Liang, Hao Chen 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 learning (MIL) offers a solution by treating each WSI as a bag of patch-level instances, but effectively modeling ultra-long sequences with rich spatial context remains difficult. Recently, Mamba has emerged as a promising alternative for long sequence learning, scaling linearly to thousands of tokens. However, despite its efficiency, it still suffers from limited spatial context modeling and memory decay, constraining its effectiveness to WSI analysis. To address these limitations, we propose MambaMIL+, a new MIL framework that explicitly integrates spatial context while maintaining long-range dependency modeling without memory forgetting. Specifically, MambaMIL+ introduces 1) overlapping scanning, which restructures the patch sequence to embed spatial continuity and instance correlations; 2) a selective stripe position encoder (S2PE) that encodes positional information while mitigating the biases of fixed scanning orders; and 3) a contextual token selection (CTS) mechanism, which leverages supervisory knowledge to dynamically enlarge the contextual memory for stable long-range modeling. Extensive experiments on 20 benchmarks across diagnostic classification, molecular prediction, and survival analysis demonstrate that MambaMIL+ consistently achieves state-of-the-art performance under three feature extractors (ResNet-50, PLIP, and CONCH), highlighting its effectiveness and robustness for large-scale computational pathology

📄 PDF Abstract BibTeX arXiv:2512.17726

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple Instance LearningLong-range modeling

Similar Papers 제목 키워드 기반

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

MambaMIL: Enhancing Long Sequence Modeling with Sequence Reordering in Computational Pathology

2024-03-11 · Shu Yang, Yihui Wang, Hao Chen

Multiple Instance Learning (MIL) has emerged as a dominant paradigm to extract discriminative feature representations within Whole Slide Images (WSIs) in computational pathology. Despite driving notable progress, existin…

MambaMultiple Instance Learningwhole slide images

Memory Augmented Graph Neural Networks for Sequential Recommendation

2019-12-26 · Chen Ma, Liheng Ma, Yingxue Zhang, Jianing Sun 외

The chronological order of user-item interactions can reveal time-evolving and sequential user behaviors in many recommender systems. The items that users will interact with may depend on the items accessed in the past. …

Graph Neural NetworkRecommendation SystemsSequential Recommendation

Towards Long-Form Video Understanding

2021-06-21 · CVPR 2021 1 · Chao-yuan Wu, Philipp Krähenbühl

Our world offers a never-ending stream of visual stimuli, yet today's vision systems only accurately recognize patterns within a few seconds. These systems understand the present, but fail to contextualize it in past or …

Action RecognitionFormVideo RecognitionVideo Understanding

Pre-training Enhanced Spatial-temporal Graph Neural Network for Multivariate Time Series Forecasting

2022-06-18 · Zezhi Shao, Zhao Zhang, Fei Wang, Yongjun Xu

Multivariate Time Series (MTS) forecasting plays a vital role in a wide range of applications. Recently, Spatial-Temporal Graph Neural Networks (STGNNs) have become increasingly popular MTS forecasting methods. STGNNs jo…

Graph Neural NetworkMultivariate Time Series ForecastingTime SeriesTime Series Analysis+2