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-L-21K is pretrained on ImageNet-21K dataset and finetuned on ImageNet-1K.
|
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-L-21K</td>
|
33 |
+
<td>86.1</td>
|
34 |
+
<td>97.9</td>
|
35 |
+
<td>227.9</td>
|
36 |
+
<td>34.9</td>
|
37 |
+
<td>224x224</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">
|