ruichunma commited on
Commit
5356c9e
·
verified ·
1 Parent(s): d9c1559

Add MuseVLA model card

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ library_name: pytorch
4
+ tags:
5
+ - Robotics
6
+ - Vision-Language-Action
7
+ - Manipulation
8
+ - Multimodal
9
+ - Sensor-Fusion
10
+ - Diffusion
11
+ language:
12
+ - en
13
+ pipeline_tag: robotics
14
+ arxiv:
15
+ - 2606.17598
16
+ ---
17
+ <div align="center">
18
+ <span style="font-size:32px;">MuseVLA: An Adaptive Multimodal Sensing Vision-Language-Action Model for Robotic Manipulation</span>
19
+ </div>
20
+ <p align="center">
21
+ <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>
22
+ <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>
23
+ <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>
24
+ <a href="https://huggingface.co/datasets/microsoft/MuseVLA-dataset"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Dataset-blue" alt="Hugging Face Dataset"></a>
25
+ </p>
26
+
27
+ MuseVLA is an adaptive multimodal sensing Vision-Language-Action (VLA) model
28
+ for robotic manipulation. Built on top of
29
+ [VITRA](https://github.com/microsoft/VITRA), MuseVLA treats novel sensors as
30
+ on-demand tools: it first selects the modality needed for a task, grounds the
31
+ selected sensor observation in the RGB image, and then generates robot actions.
32
+ The model supports thermal, acoustic, and mmWave radar sensing in addition to
33
+ RGB observations. MuseVLA achieves an average success rate of **80.6%** across
34
+ thermal-, audio-, and radar-guided manipulation tasks, as well as **66.7%**
35
+ average success on unseen sensor-guided tasks.
36
+
37
+
38
+ All our [code](https://github.com/microsoft/MuseVLA) and
39
+ [pre-trained model weights](https://huggingface.co/microsoft/MuseVLA) are
40
+ licensed under the MIT license.
41
+
42
+ Please refer to our [paper](https://arxiv.org/abs/2606.17598),
43
+ [code repository](https://github.com/microsoft/MuseVLA), and
44
+ [dataset](https://huggingface.co/datasets/microsoft/MuseVLA-dataset) for more
45
+ details.
46
+
47
+
48
+ ## Model Summary
49
+
50
+ - **Model type:** Vision-Language-Action Model
51
+ - **Sensor modalities:** RGB, thermal, acoustic, and mmWave radar
52
+ - **Language(s) (NLP):** en
53
+ - **License:** MIT
54
+ - **Training Dataset:** [MuseVLA-dataset](https://huggingface.co/datasets/microsoft/MuseVLA-dataset)
55
+ - **Repository:** [https://github.com/microsoft/MuseVLA](https://github.com/microsoft/MuseVLA)
56
+ - **Paper:** [MuseVLA: An Adaptive Multimodal Sensing Vision-Language-Action Model for Robotic Manipulation](https://arxiv.org/abs/2606.17598)
57
+
58
+ ## Citation
59
+
60
+ ```bibtex
61
+ @misc{liu2026musevlaadaptivemultimodalsensing,
62
+ title={MuseVLA: An Adaptive Multimodal Sensing Vision-Language-Action Model for Robotic Manipulation},
63
+ 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},
64
+ year={2026},
65
+ eprint={2606.17598},
66
+ archivePrefix={arXiv},
67
+ primaryClass={cs.RO},
68
+ url={https://arxiv.org/abs/2606.17598},
69
+ }
70
+ ```