NVIDIA

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.

We categorize existing VLAs into three families. VLA-0 takes the simplest approach.

Examples: RT-2, OpenVLA

Examples: π₀, SmolVLA

Examples: OpenVLA-OFT, π-FAST

Zero modification approach

VLA-0 outperforms SmolVLA on real robot tasks using the SO-100 platform

VLA-0 achieves the best performance among models without large-scale pretraining

ModelLarge-scale PretrainTypeSpatialObjectGoalLongAverageAvg. Rank
Models without large-scale pretraining
Diffusion PolicyN/A78.392.568.350.572.46.5
π₀-FAST (Paligemma)Custom87.063.089.048.071.86.0
SmolVLA (0.24B)Gen Head87.093.088.063.082.85.3
SmolVLA (2.25B)Gen Head93.094.091.077.088.84.0
OpenVLA-OFTCustom94.395.291.786.591.92.8
π₀.₅-KIGen Head96.697.294.685.893.32.3
VLA-0 (Ours)
Simple
97.0
97.8
96.2
87.6
94.7
1.0
Models with large-scale pretraining (for reference)
OctoGen Head78.985.784.651.175.18.8
OpenVLADis. Tok.84.788.479.253.776.58.0
π₀-FASTCustom90.086.095.073.086.06.5
MolmoActDis. Tok.87.095.487.677.286.86.5
GR00T-N1Gen Head94.497.693.090.693.94.5
π₀Gen Head96.898.8
95.885.294.23.3
π₀.₅-KIGen Head98.0
97.895.685.894.33.0
OpenVLA-OFTCustom97.698.497.9
94.5
97.1
1.5
VLA-0 (Ours)
Simple
97.0
97.8
96.2
87.6
94.7
2.8

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 Blukis, Valts and Ramos, Fabio},
journal={arXiv preprint arXiv:2510.13054},
year={2025}
}