nielsr HF Staff commited on
Commit
8c97e1d
·
verified ·
1 Parent(s): 263f5e1

Improve model card with metadata and links

Browse files

This PR improves the model card by adding the `any-to-any` pipeline tag and `transformers` library name to the metadata section. It also ensures the model card includes links to the project page and paper.

Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: any-to-any
4
+ library_name: transformers
5
+ ---
6
+
7
+ # Visual Embodied Brain: Let Multimodal Large Language Models See, Think, and Control in Spaces
8
+
9
+ [![Paper](https://img.shields.io/badge/arxiv-2506.00123-b31b1b.svg)](https://arxiv.org/abs/2506.00123)
10
+ [![Project Page](https://img.shields.io/badge/Project-Page-blue)](https://internvl.github.io/blog/2025-05-26-VeBrain/)
11
+
12
+
13
+ The remarkable progress of Multimodal Large Language Models (MLLMs) has attracted increasing attention to extend them to physical entities like legged robots. This typically requires MLLMs to not only grasp multimodal understanding abilities but also integrate visual-spatial reasoning and physical interaction capabilities. Nevertheless, existing methods struggle to unify these capabilities due to their fundamental differences. In this paper, we present the **V**isual **E**mbodied **Brain** (**VeBrain**), a unified framework for perception, reasoning, and control in the real world. VeBrain reformulates robotic control into common text-based MLLM tasks in the 2D visual space, thus unifying the objectives and mapping spaces of different tasks. Then, a novel robotic adapter is proposed to convert textual control signals from MLLMs to motion policies of real robots. From the data perspective, we further introduce VeBrain-600k, a high-quality instruction dataset encompassing various capabilities of VeBrain. In VeBrain-600k, we take hundreds of hours to collect, curate, and annotate the data, and adopt multimodal chain-of-thought (CoT) to mix the different capabilities into a single conversation. Extensive experiments on 13 multimodal benchmarks and 5 spatial intelligence benchmarks demonstrate the superior performance of VeBrain to existing MLLMs like Qwen2.5-VL. When deployed to legged robots and robotic arms, VeBrain shows strong adaptability, flexibility, and compositional capabilities compared to existing methods. For example, compared to Qwen2.5-VL, VeBrain not only achieves substantial gains on MMVet by +5.6% but also excels in legged robot tasks with +50% average gains.