SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics

Papers with Code Trending Papers

Summary

SmolVLA is a compact vision-language-action model that achieves competitive robotic control performance at reduced computational cost, enabling deployment on consumer-grade hardware. It introduces asynchronous inference and leverages community-collected datasets.

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.
Original Article
View Cached Full Text

Cached at: 07/20/26, 09:42 AM

Paper page - SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics

Source: https://huggingface.co/papers/2506.01844

Abstract

SmolVLA is a compact, efficient vision-language-action model that achieves competitive performance at reduced computational costs and can be deployed on consumer-grade hardware.

Vision-language models(VLMs) pretrained on large-scalemultimodal datasetsencode rich visual and linguistic knowledge, making them a strong foundation for robotics. Rather than trainingrobotic policiesfrom scratch, recent approaches adapt VLMs into vision-language-action (VLA) models that enablenatural language-driven perceptionand 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 anasynchronous inferencestack decoupling perception and action prediction fromaction 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.

View arXiv pageView PDFProject pageGitHub26kAdd to collection

Get this paper in your agent:

hf papers read 2506\.01844

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper1,000+

#### lerobot/smolvla_base Robotics• 0.5B• UpdatedJan 22 • 40.8k • 402 #### HuggingFaceVLA/smolvla_libero Robotics• 0.6B• UpdatedSep 17, 2025 • 21.4k • 15 #### jadechoghari/smolvla_metaworld Robotics• 0.6B• UpdatedOct 5, 2025 • 180 • 4 #### ezzzeee/my_smolvla Robotics• 0.5B• UpdatedJun 25, 2025 • 4 • 3 Browse 1,000+ models citing this paper## Datasets citing this paper11

#### lerobot/community_dataset_v3 Updatedabout 18 hours ago • 4.83k • 3 #### HuggingFaceVLA/community_dataset_v1 Viewer• UpdatedNov 13, 2025 • 44.4k • 2.69k • 6 #### HuggingFaceVLA/community_dataset_v2 Viewer• UpdatedNov 13, 2025 • 200 • 2.69k • 4 #### HuggingFaceVLA/community_dataset_v3 Viewer• UpdatedDec 10, 2025 • 12.5k • 1.96k • 24 Browse 11 datasets citing this paper### Spaces citing this paper10

Browse 10 spaces citing this paper## Collections including this paper32

Browse 32 collections that include this paper

Similar Articles

LabVLA: Grounding Vision-Language-Action Models in Scientific Laboratories

Hugging Face Daily Papers

LabVLA is a vision-language-action model for scientific laboratory automation, trained with a two-stage approach combining action token pretraining and flow matching. It achieves state-of-the-art success rates on the LabUtopia benchmark by leveraging simulated data to bridge the gap between household demonstrations and lab-specific tasks.

MotionVLA: Vision-Language-Action Model for Humanoid Motion

Hugging Face Daily Papers

Proposes MotionVLA, a vision-language-action model for humanoid motion generation using a dual-stream frequency tokenizer that separately encodes pose and physical dynamics, achieving better diversity and consistency.