SimVLA-LIBERO / README.md
YuankaiLuo's picture
Update README.md
e93397d verified
metadata
license: apache-2.0
tags:
  - robotics
  - vla
pipeline_tag: robotics
base_model:
  - HuggingFaceTB/SmolVLM-500M-Instruct

SimVLA (LIBERO Edition)

Repository: LUOyk1999/SimVLA

Paper: Luo et al., 2026, “SimVLA: A Simple VLA Baseline for Robotic Manipulation” (arXiv:2602.18224)

Overview

image

Vision-Language-Action (VLA) models have emerged as a promising paradigm for general-purpose robotic manipulation, leveraging large-scale pre-training to achieve strong performance. The field has rapidly evolved with additional spatial priors and diverse architectural innovations. However, these advancements are often accompanied by varying training recipes and implementation details, which can make it challenging to disentangle the precise source of empirical gains.

In this work, we introduce SimVLA, a streamlined baseline designed to establish a transparent reference point for VLA research. By strictly decoupling perception from control—using a standard vision-language backbone and a lightweight action head—and standardizing critical training dynamics, we demonstrate that a minimal design can achieve state-of-the-art performance. Despite having only 0.5B parameters, SimVLA outperforms multi-billion-parameter models on standard simulation benchmarks without robot pretraining. SimVLA also reaches on-par real-robot performance compared to π0.5. Our results establish SimVLA as a robust, reproducible baseline that enables clear attribution of empirical gains to future architectural innovations.

Project website: https://frontierrobo.github.io/SimVLA

Citation

@misc{luo2026simvlasimplevlabaseline,
      title={SimVLA: A Simple VLA Baseline for Robotic Manipulation}, 
      author={Yuankai Luo and Woping Chen and Tong Liang and Baiqiao Wang and Zhenguo Li},
      year={2026},
      eprint={2602.18224},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2602.18224}, 
}