SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics
About
Vision-language models (VLMs) pretrained on large-scale multimodal datasets encode rich visual and linguistic knowledge, making them a strong foundation for robotics. Rather than training robotic policies from scratch, recent approaches adapt VLMs into vision-language-action (VLA) models that enable natural language-driven perception and control. However, existing VLAs are typically massive--often with billions of parameters--leading to high training costs and limited real-world deployability. Moreover, they rely on academic and industrial datasets, overlooking the growing availability of community-collected data from affordable robotic platforms. In this work, we present SmolVLA, a small, efficient, and community-driven VLA that drastically reduces both training and inference costs, while retaining competitive performance. SmolVLA is designed to be trained on a single GPU and deployed on consumer-grade GPUs or even CPUs. To further improve responsiveness, we introduce an asynchronous inference stack decoupling perception and action prediction from action execution, allowing higher control rates with chunked action generation. Despite its compact size, SmolVLA achieves performance comparable to VLAs that are 10x larger. We evaluate SmolVLA on a range of both simulated as well as real-world robotic benchmarks and release all code, pretrained models, and training data.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robot Manipulation | LIBERO | Goal Achievement91 | 700 | |
| Robot Manipulation | LIBERO (test) | Average Success Rate88.8 | 184 | |
| Robot Policy Learning | LIBERO | S (Spatial) Rate93 | 65 | |
| Robot Manipulation | LIBERO simulation | Average Success Rate88.8 | 36 | |
| Robotic Manipulation | LIBERO Spatial Object Goal Long | Overall Success Rate (Long)90 | 31 | |
| Robotic Manipulation | ManiSkill3 | Average Success Rate51.5 | 21 | |
| Robotic Manipulation | WISER (train) | Grasp Success Rate99 | 18 | |
| Robotic Manipulation | WISER (test) | Grasp Success29 | 18 | |
| Vision-Language-Action | LIBERO | Success Rate (Spatial)93 | 17 | |
| Robotic Manipulation | Meta-World | Success Rate (Easy)82.5 | 16 |