paper-with-me

Papers

MambaOut: Do We Really Need Mamba for Vision?

2024-05-13 · CVPR 2025 1 · Weihao Yu, Xinchao Wang

Mamba, an architecture with RNN-like token mixer of state space model (SSM), was recently introduced to address the quadratic complexity of the attention mechanism and subsequently applied to vision tasks. Nevertheless, the performance of Mamba for vision is often underwhelming when compared with convolutional and attention-based models. In this paper, we delve into the essence of Mamba, and conceptually conclude that Mamba is ideally suited for tasks with long-sequence and autoregressive characteristics. For vision tasks, as image classification does not align with either characteristic, we hypothesize that Mamba is not necessary for this task; Detection and segmentation tasks are also not autoregressive, yet they adhere to the long-sequence characteristic, so we believe it is still worthwhile to explore Mamba's potential for these tasks. To empirically verify our hypotheses, we construct a series of models named MambaOut through stacking Mamba blocks while removing their core token mixer, SSM. Experimental results strongly support our hypotheses. Specifically, our MambaOut model surpasses all visual Mamba models on ImageNet image classification, indicating that Mamba is indeed unnecessary for this task. As for detection and segmentation, MambaOut cannot match the performance of state-of-the-art visual Mamba models, demonstrating the potential of Mamba for long-sequence visual tasks. The code is available at https://github.com/yuweihao/MambaOut

📄 PDF Abstract BibTeX arXiv:2405.07992

Code (4)

rwightman/pytorch-image-models 공식 구현 pytorch
yuweihao/mambaout 공식 구현 pytorch
huggingface/pytorch-image-models pytorch
pwc-1/Paper-9/tree/main/mamba mindspore

Tasks

image-classificationImage ClassificationInstance SegmentationMambaObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

TYrPPG: Uncomplicated and Enhanced Learning Capability rPPG for Remote Heart Rate Estimation

2025-11-08 · Taixi Chen, Yiu-ming Cheung arxiv

Remote photoplethysmography (rPPG) can remotely extract physiological signals from RGB video, which has many advantages in detecting heart rate, such as low cost and no invasion to patients. The existing rPPG model is us…

Heart rate estimation

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

Remote sensing colour image semantic segmentation of trails created by large herbivorous Mammals

2025-04-16 · Jose Francisco Diez-Pastor, Francisco Javier Gonzalez-Moya, Pedro Latorre-Carmona, Francisco Javier Perez-Barbería 외

Identifying spatial regions where biodiversity is threatened is crucial for effective ecosystem conservation and monitoring. In this stydy, we assessed varios machine learning methods to detect grazing trails automatical…

Image SegmentationManagementSemantic Segmentation

Is Long Range Sequential Modeling Necessary For Colorectal Tumor Segmentation?

2025-02-10 · Abhishek Srivastava, Koushik Biswas, Gorkem Durak, Gulsah Ozden 외

Segmentation of colorectal cancer (CRC) tumors in 3D medical imaging is both complex and clinically critical, providing vital support for effective radiation therapy planning and survival outcome assessment. Recently, 3D…

Image SegmentationLong-range modelingMambaMedical Image Segmentation+3

Image Rotation Angle Estimation: Comparing Circular-Aware Methods

2026-03-26 · Maximilian Woehrer arxiv

Automatic image rotation estimation is a key preprocessing step in many vision pipelines. This task is challenging because angles have circular topology, creating boundary discontinuities that hinder standard regression …

Transfer Learning