Add robotics pipeline tag and license
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- robotics
|
| 4 |
- vision-language-action models
|
|
@@ -6,27 +8,33 @@ tags:
|
|
| 6 |
|
| 7 |
# VLANeXt: Recipes for Building Strong VLA Models
|
| 8 |
|
| 9 |
-
[](https://
|
| 10 |
[](https://dravenalg.github.io/VLANeXt)
|
| 11 |
-
[](https://github.com/DravenALG/awesome-vla)
|
| 13 |
|
| 14 |
-
|
| 15 |
-
Welcome to the official Hugging Face repository for **VLANeXt**! This repository hosts the checkpoints for evaluation on the LIBERO and LIBERO-plus benchmark suites.
|
| 16 |
|
| 17 |
## 📖 Abstract
|
| 18 |
|
| 19 |
-
Following the rise of large foundation models, Vision–Language–Action models (VLAs) emerged, leveraging strong visual and language understanding for general-purpose policy learning. Yet, the current VLA landscape remains fragmented and exploratory.
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## 📚 Citation
|
| 22 |
|
| 23 |
-
If you find VLANeXt useful for your research or applications, please cite
|
| 24 |
|
| 25 |
```bibtex
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
| 31 |
```
|
| 32 |
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
pipeline_tag: robotics
|
| 4 |
tags:
|
| 5 |
- robotics
|
| 6 |
- vision-language-action models
|
|
|
|
| 8 |
|
| 9 |
# VLANeXt: Recipes for Building Strong VLA Models
|
| 10 |
|
| 11 |
+
[](https://huggingface.co/papers/2602.18532)
|
| 12 |
[](https://dravenalg.github.io/VLANeXt)
|
| 13 |
+
[](https://github.com/DravenALG/VLANeXt)
|
| 14 |
[](https://github.com/DravenALG/awesome-vla)
|
| 15 |
|
| 16 |
+
VLANeXt is a Vision-Language-Action (VLA) model designed for general-purpose robotic policy learning. By systematically reexamining the VLA design space, the authors distill a set of 12 practical findings that significantly improve model performance and generalization across benchmarks like LIBERO and LIBERO-plus.
|
|
|
|
| 17 |
|
| 18 |
## 📖 Abstract
|
| 19 |
|
| 20 |
+
Following the rise of large foundation models, Vision–Language–Action models (VLAs) emerged, leveraging strong visual and language understanding for general-purpose policy learning. Yet, the current VLA landscape remains fragmented and exploratory. VLANeXt reexamines the VLA design space under a unified framework and evaluation setup, dissecting design choices along three dimensions: foundational components, perception essentials, and action modelling perspectives. The resulting model outperforms prior state-of-the-art methods and demonstrates strong generalization in real-world experiments.
|
| 21 |
+
|
| 22 |
+
## 🛠️ Usage
|
| 23 |
+
|
| 24 |
+
This repository hosts the checkpoints for evaluation on the LIBERO and LIBERO-plus benchmark suites. For environment setup, training, and evaluation instructions, please refer to the official [VLANeXt GitHub repository](https://github.com/DravenALG/VLANeXt).
|
| 25 |
+
|
| 26 |
## 📚 Citation
|
| 27 |
|
| 28 |
+
If you find VLANeXt useful for your research or applications, please cite the paper:
|
| 29 |
|
| 30 |
```bibtex
|
| 31 |
+
@article{wu2026vlanext,
|
| 32 |
+
title={VLANeXt: Recipes for Building Strong VLA Models},
|
| 33 |
+
author={Xiao-Ming Wu and Bin Fan and Kang Liao and Jian-Jian Jiang and Runze Yang and Yihang Luo and Zhonghua Wu and Wei-Shi Zheng and Chen Change Loy},
|
| 34 |
+
journal={arXiv preprint arXiv:2602.18532},
|
| 35 |
+
year={2026}
|
| 36 |
+
}
|
| 37 |
```
|
| 38 |
|
| 39 |
+
## 🗞️ License
|
| 40 |
+
This project is licensed under the [NTU S-Lab License 1.0](https://github.com/DravenALG/VLANeXt/blob/main/LICENSE).
|