paper-with-me

홈 › Papers

PlainMamba: Improving Non-Hierarchical Mamba in Visual Recognition

2024-03-26 · Chenhongyi Yang, Zehui Chen, Miguel Espinosa, Linus Ericsson, Zhenyu Wang, Jiaming Liu, Elliot J. Crowley

We present PlainMamba: a simple non-hierarchical state space model (SSM) designed for general visual recognition. The recent Mamba model has shown how SSMs can be highly competitive with other architectures on sequential data and initial attempts have been made to apply it to images. In this paper, we further adapt the selective scanning process of Mamba to the visual domain, enhancing its ability to learn features from two-dimensional images by (i) a continuous 2D scanning process that improves spatial continuity by ensuring adjacency of tokens in the scanning sequence, and (ii) direction-aware updating which enables the model to discern the spatial relations of tokens by encoding directional information. Our architecture is designed to be easy to use and easy to scale, formed by stacking identical PlainMamba blocks, resulting in a model with constant width throughout all layers. The architecture is further simplified by removing the need for special tokens. We evaluate PlainMamba on a variety of visual recognition tasks, achieving performance gains over previous non-hierarchical models and is competitive with hierarchical alternatives. For tasks requiring high-resolution inputs, in particular, PlainMamba requires much less computing while maintaining high performance. Code and models are available at: https://github.com/ChenhongyiYang/PlainMamba .

📄 PDF Abstract BibTeX arXiv:2403.17695

Code (2)

chenhongyiyang/plainmamba 공식 구현 pytorch
karl1109/scsegamba pytorch

Tasks

Image ClassificationInstance SegmentationMambaobject-detectionObject DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

VCMamba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation

2025-09-04 · Mustafa Munir, Alex Zhang, Radu Marculescu arxiv

Recent advances in Vision Transformers (ViTs) and State Space Models (SSMs) have challenged the dominance of Convolutional Neural Networks (CNNs) in computer vision. ViTs excel at capturing global context, and SSMs like …

Semantic Segmentation

Spatial-Aware Reduction Framework: Towards Efficient and Faithful Visual State Space Models

2026-06-18 · Jindi Lv, Aoyu Li, Yuhao Zhou, Zheng Zhu 외 arxiv

Mamba demonstrates strong efficiency in modeling long visual sequences. However, when token reduction is applied to structurally enhanced Mamba variants, these models exhibit a severe performance collapse. We attribute t…

EndoMamba: An Efficient Foundation Model for Endoscopic Videos via Hierarchical Pre-training

2025-02-26 · Qingyao Tian, Huai Liao, Xinyan Huang, Bingyu Yang 외

Endoscopic video-based tasks, such as visual navigation and surgical phase recognition, play a crucial role in minimally invasive surgeries by providing real-time assistance. While recent video foundation models have sho…

MambaRepresentation LearningState Space ModelsSurgical phase recognition+1

Coarse-to-fine Hierarchical Architecture with Sequential Mamba for Brain Reconstruction

2026-06-03 · Hoang-Son Vo, Van-Hung Bui, Minh-Huy Mai-Duc, Tien-Dung Mai 외 arxiv

Understanding the relationship between deep visual representations and the human visual system is a fundamental challenge in computational neuroscience. While modern vision models achieve strong performance in image reco…

EMMA: Empowering Multi-modal Mamba with Structural and Hierarchical Alignment

2024-10-08 · Yifei Xing, Xiangyuan Lan, Ruiping Wang, Dongmei Jiang 외

Mamba-based architectures have shown to be a promising new direction for deep learning models owing to their competitive performance and sub-quadratic deployment speed. However, current Mamba multi-modal large language m…

cross-modal alignmentHallucinationMamba