Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

MambaVision: A Hybrid Mamba-Transformer Vision Backbone

About

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

Ali Hatamizadeh, Jan Kautz• 2024

Related benchmarks

TaskDatasetResultRank
Semantic segmentationADE20K (val)
mIoU49.1
2731
Semantic segmentationADE20K
mIoU49.1
936
Image ClassificationImageNet-1K
Top-1 Acc82.3
836
Image ClassificationImageNet 1k (test)
Top-1 Accuracy84.2
359
Image ClassificationImageNet-1k (val)
Accuracy85.3
189
Disparity EstimationKITTI 15
EPE0.71
11
Disparity EstimationvKITTI 2
EPE1.04
11
Disparity EstimationSintel
EPE1.43
11
Scene-graph-based image retrievalPSG standard (test)
NDCG@10.7532
8
Scene-graph-based image retrievalFlickr30k automatically generated scene graphs (test)
NDCG@150.32
8
Showing 10 of 10 rows

Other info

Code

Follow for update