Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,31 @@ We have developed the first hybrid model for computer vision which leverages the
|
|
| 16 |
|
| 17 |
## Model Performance
|
| 18 |
|
| 19 |
-
MambaVision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
terms of Top-1 accuracy and throughput.
|
| 21 |
|
| 22 |
<p align="center">
|
|
|
|
| 16 |
|
| 17 |
## Model Performance
|
| 18 |
|
| 19 |
+
MambaVision-L2-512-21K is pretrained on ImageNet-21K dataset and finetuned on ImageNet-1K at 512 x 512 resolution.
|
| 20 |
+
|
| 21 |
+
<table>
|
| 22 |
+
<tr>
|
| 23 |
+
<th>Name</th>
|
| 24 |
+
<th>Acc@1(%)</th>
|
| 25 |
+
<th>Acc@5(%)</th>
|
| 26 |
+
<th>#Params(M)</th>
|
| 27 |
+
<th>FLOPs(G)</th>
|
| 28 |
+
<th>Resolution</th>
|
| 29 |
+
</tr>
|
| 30 |
+
|
| 31 |
+
<tr>
|
| 32 |
+
<td>MambaVision-L2-512-21K</td>
|
| 33 |
+
<td>87.3</td>
|
| 34 |
+
<td>98.4</td>
|
| 35 |
+
<td>241.5</td>
|
| 36 |
+
<td>196.3</td>
|
| 37 |
+
<td>512x512</td>
|
| 38 |
+
</tr>
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
</table>
|
| 42 |
+
|
| 43 |
+
In addition, the MambaVision models demonstrate a strong performance by achieving a new SOTA Pareto-front in
|
| 44 |
terms of Top-1 accuracy and throughput.
|
| 45 |
|
| 46 |
<p align="center">
|