Add MuseVLA links and citation
Browse files
README.md
CHANGED
|
@@ -15,15 +15,24 @@ tags:
|
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
| 17 |
pretty_name: MuseVLA Dataset
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# MuseVLA Dataset
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
Multi-modal robot manipulation dataset with synchronized RGB, depth, acoustic,
|
| 23 |
thermal, and radar streams. Released as two parts (`dataset_01/`,
|
| 24 |
`dataset_02/`) sharing the same per-episode layout. Together they cover
|
| 25 |
~1400 episodes across 11 instructions (towel / clothes / box / item / drink
|
| 26 |
manipulation).
|
|
|
|
| 27 |
## Per-episode contents
|
| 28 |
|
| 29 |
```
|
|
@@ -50,6 +59,21 @@ normalization.
|
|
| 50 |
|---:|---:|---:|---:|---|---|
|
| 51 |
| 1397 (1279 + 118) | 1010 (913 + 97) | 1930 (1737 + 193) | 11 | 1280 × 720 | 30 fps |
|
| 52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
## License
|
| 54 |
|
| 55 |
CC-BY-NC-4.0 (research use only).
|
|
|
|
|
|
| 15 |
size_categories:
|
| 16 |
- 10K<n<100K
|
| 17 |
pretty_name: MuseVLA Dataset
|
| 18 |
+
arxiv:
|
| 19 |
+
- 2606.17598
|
| 20 |
---
|
| 21 |
|
| 22 |
# MuseVLA Dataset
|
| 23 |
|
| 24 |
+
<p align="center">
|
| 25 |
+
<a href="https://arxiv.org/abs/2606.17598"><img src="https://img.shields.io/badge/arXiv-Paper-red?logo=arxiv&logoColor=white" alt="arXiv"></a>
|
| 26 |
+
<a href="https://github.com/microsoft/MuseVLA"><img src="https://img.shields.io/badge/Code-GitHub-181717?logo=github&logoColor=white" alt="Code Repository"></a>
|
| 27 |
+
<a href="https://huggingface.co/microsoft/MuseVLA"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-blue" alt="Hugging Face Model"></a>
|
| 28 |
+
</p>
|
| 29 |
+
|
| 30 |
Multi-modal robot manipulation dataset with synchronized RGB, depth, acoustic,
|
| 31 |
thermal, and radar streams. Released as two parts (`dataset_01/`,
|
| 32 |
`dataset_02/`) sharing the same per-episode layout. Together they cover
|
| 33 |
~1400 episodes across 11 instructions (towel / clothes / box / item / drink
|
| 34 |
manipulation).
|
| 35 |
+
|
| 36 |
## Per-episode contents
|
| 37 |
|
| 38 |
```
|
|
|
|
| 59 |
|---:|---:|---:|---:|---|---|
|
| 60 |
| 1397 (1279 + 118) | 1010 (913 + 97) | 1930 (1737 + 193) | 11 | 1280 × 720 | 30 fps |
|
| 61 |
|
| 62 |
+
## Citation
|
| 63 |
+
|
| 64 |
+
```bibtex
|
| 65 |
+
@misc{liu2026musevlaadaptivemultimodalsensing,
|
| 66 |
+
title={MuseVLA: An Adaptive Multimodal Sensing Vision-Language-Action Model for Robotic Manipulation},
|
| 67 |
+
author={Xingyuming Liu and Ruichun Ma and Heyu Guo and Qixiu Li and Qingwen Yang and Lin Luo and Shiqi Jiang and Chenren Xu and Jiaolong Yang and Baining Guo},
|
| 68 |
+
year={2026},
|
| 69 |
+
eprint={2606.17598},
|
| 70 |
+
archivePrefix={arXiv},
|
| 71 |
+
primaryClass={cs.RO},
|
| 72 |
+
url={https://arxiv.org/abs/2606.17598},
|
| 73 |
+
}
|
| 74 |
+
```
|
| 75 |
+
|
| 76 |
## License
|
| 77 |
|
| 78 |
CC-BY-NC-4.0 (research use only).
|
| 79 |
+
|