Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model:
|
4 |
+
- hongyuw/bitvla-bitsiglipL-224px-bf16
|
5 |
+
datasets:
|
6 |
+
- openvla/modified_libero_rlds
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
pipeline_tag: robotics
|
10 |
+
tags:
|
11 |
+
- 1-bit
|
12 |
+
- vla
|
13 |
+
---
|
14 |
+
Table: The success rate (%) of \our{} and the baselines on LIBERO simulation environment
|
15 |
+
| **Models** | **Size** | **Memory Usage↓** | **Spatial** | **Object** | **Goal** | **Long** | **Avg.** |
|
16 |
+
| ----------------------------- | -------- | ----------------- | ----------- | ---------- | -------- | -------- | -------- |
|
17 |
+
| *w/ Robotics pre-training* | | | | | | | |
|
18 |
+
| OpenVLA | 7.5B | 15.1GB (10.79×) | 84.7 | 88.4 | 79.2 | 53.7 | 76.5 |
|
19 |
+
| SpatialVLA | 4.2B | 8.5GB (6.07×) | 88.2 | 89.9 | 78.6 | 55.5 | 78.1 |
|
20 |
+
| CoT-VLA | 8.0B | 16.2GB (11.57×) | 87.5 | 91.6 | 87.6 | 69.0 | 81.1 |
|
21 |
+
| NORA-Long | 3.8B | 7.5GB (5.36×) | 92.2 | 95.4 | 89.4 | 74.6 | 87.9 |
|
22 |
+
| π₀ | 3.5B | 7.0GB (5.00×) | 96.8 | 98.8 | 95.8 | 85.2 | 94.2 |
|
23 |
+
| OpenVLA-OFT | 7.7B | 15.4GB (11.00×) | 97.6 | 98.4 | 97.9 | 94.5 | 97.1 |
|
24 |
+
| *w/o Robotics pre-training* | | | | | | | |
|
25 |
+
| OpenVLA-OFT | 7.7B | 15.4GB (11.00×) | 94.3 | 95.2 | 91.7 | 86.5 | 91.9 |
|
26 |
+
| **BitVLA** | 3.0B | 1.4GB (1.00×) | 97.4 | 99.6 | 94.4 | 87.6 | 94.8 |
|
27 |
+
|