SOTAVerified

MambaVision: A Hybrid Mamba-Transformer Vision Backbone

2024-07-10CVPR 2025Code Available7· sign in to hype

Ali Hatamizadeh, Jan Kautz

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a novel hybrid Mamba-Transformer backbone, MambaVision, specifically tailored for vision applications. Our core contribution includes redesigning the Mamba formulation to enhance its capability for efficient modeling of visual features. Through a comprehensive ablation study, we demonstrate the feasibility of integrating Vision Transformers (ViT) with Mamba. Our results show that equipping the Mamba architecture with self-attention blocks in the final layers greatly improves its capacity to capture long-range spatial dependencies. Based on these findings, we introduce a family of MambaVision models with a hierarchical architecture to meet various design criteria. For classification on the ImageNet-1K dataset, MambaVision variants achieve state-of-the-art (SOTA) performance in terms of both Top-1 accuracy and throughput. In downstream tasks such as object detection, instance segmentation, and semantic segmentation on MS COCO and ADE20K datasets, MambaVision outperforms comparably sized backbones while demonstrating favorable performance. Code: https://github.com/NVlabs/MambaVision

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ImageNetMambaVision-L3Top 1 Accuracy88.1Unverified
ImageNetMambaVision-LTop 1 Accuracy85Unverified
ImageNetMambaVision-BTop 1 Accuracy84.2Unverified
ImageNetMambaVision-STop 1 Accuracy83.3Unverified
ImageNetMambaVision-T2Top 1 Accuracy82.7Unverified
ImageNetMambaVision-TTop 1 Accuracy82.3Unverified

Reproductions