Ankit Goyal, Hugo Hadfield, Xuning Yang, Valts Bulkis, Fabio Ramos NVIDIA
We will release the code, trained models, and training scripts soon. Stay tuned!
For questions, please contact: Ankit Goyal - [email protected]
Vision-Language-Action models (VLAs) hold immense promise for enabling generalist robot manipulation. However, the best way to build them remains an open question. Current approaches often add complexity, such as modifying the existing vocabulary of a Vision-Language Model (VLM) with action tokens or introducing special action heads. Curiously, the simplest strategy of representing actions directly as text has remained largely unexplored.
This work introduces VLA-0 to investigate this idea. We find that VLA-0 is not only effective; it is surprisingly powerful. With the right design, VLA-0 outperforms more involved models. On LIBERO, a popular benchmark for evaluating VLAs, VLA-0 outperforms all existing methods trained on the same robotic data. Furthermore, without large-scale robotics-specific training, it outperforms methods trained on large-scale robotic data. These findings also translate to the real world, where VLA-0 outperforms SmolVLA, a VLA model pre-trained on large-scale real data.
- β Best performance on LIBERO among models without large-scale pretraining (94.7% average success rate)
 - β Outperforms methods with large-scale pretraining (Οβ, Οβ.β -KI, GR00T-N1, MolmoAct)
 - β Superior real-world performance (+12.5% over SmolVLA on SO-100 robot)
 - β No architectural changes to the base VLM required
 
- Paper: PDF
 - Website: https://vla0.github.io/
 - Code: Coming soon!
 
If you find VLA-0 useful in your research, please consider citing:
@article{goyal2025vla0,
  title={VLA-0: Building State-of-the-Art VLAs with Zero Modification},
  author={Goyal, Ankit and Hadfield, Hugo and Yang, Xuning and Bulkis, Valts and Ramos, Fabio},
  journal={arXiv},
  year={2025}
}