Improve model card for MambaVision-L-21K (#1)
Browse files- Improve model card for MambaVision-L-21K (f35a964dc7dae696e1460bdd944b23ed9a46f917)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,18 +1,21 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
3 |
license_name: nvclv1
|
4 |
license_link: LICENSE
|
5 |
-
|
6 |
-
|
7 |
-
pipeline_tag: image-feature-extraction
|
8 |
---
|
9 |
|
|
|
|
|
|
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
|
15 |
-
We have developed the first hybrid model for computer vision which leverages the strengths of Mamba and Transformers. Specifically, our core contribution includes redesigning the Mamba formulation to enhance its capability for efficient modeling of visual features. In addition, we conducted a comprehensive ablation study on the feasibility of integrating Vision Transformers (ViT) with Mamba. Our results demonstrate that equipping the Mamba architecture with several self-attention blocks at the final layers greatly improves the modeling capacity to capture long-range spatial dependencies. Based on our findings, we introduce a family of MambaVision models with a hierarchical architecture to meet various design criteria.
|
16 |
|
17 |
## Model Performance
|
18 |
|
|
|
1 |
---
|
2 |
+
datasets:
|
3 |
+
- ILSVRC/imagenet-21k
|
4 |
license: other
|
5 |
license_name: nvclv1
|
6 |
license_link: LICENSE
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: transformers
|
|
|
9 |
---
|
10 |
|
11 |
+
# MambaVision: A Hybrid Mamba-Transformer Vision Backbone
|
12 |
+
|
13 |
+
[**MambaVision: A Hybrid Mamba-Transformer Vision Backbone**](https://arxiv.org/abs/2407.08083)
|
14 |
|
15 |
+
## Model Description
|
16 |
|
17 |
+
We propose a novel hybrid Mamba-Transformer backbone, denoted as MambaVision, which is specifically tailored for vision applications. Our core contribution includes redesigning the Mamba formulation to enhance its capability for efficient modeling of visual features. In addition, we conduct a comprehensive ablation study on the feasibility of integrating Vision Transformers (ViT) with Mamba. Our results demonstrate that equipping the Mamba architecture with several self-attention blocks at the final layers greatly improves the modeling capacity to capture long-range spatial dependencies. Based on our findings, we introduce a family of MambaVision models with a hierarchical architecture to meet various design criteria. For Image classification on ImageNet-1K dataset, MambaVision model variants achieve a new State-of-the-Art (SOTA) performance in terms of Top-1 accuracy and image throughput. In downstream tasks such as object detection, instance segmentation and semantic segmentation on MS COCO and ADE20K datasets, MambaVision outperforms comparably-sized backbones and demonstrates more favorable performance. Code: https://github.com/NVlabs/MambaVision.
|
18 |
|
|
|
19 |
|
20 |
## Model Performance
|
21 |
|