paper-with-me

홈 › Papers

ROS2SmolVLA: Enabling Small Vision-Language-Action Models for Integration into Industrial-Grade Lightweight Robots

2026-08-24 · Nils Mandischer, Noah Böckmann, Ludwig Holl, Lars Mikelsons arxiv

Industrial demand changes the paradigms of production. Due to smaller batch sizes and more variations in products, companies face a growing challenge to adopt more adaptive production systems. In particular, robot-based automation is usually static and fails to respond to constantly changing processes. Vision-Language-Action (VLA) Models are a promising opportunity to mitigate this challenge by generating robot actions based on the observed system state. However, current research either focuses on large models that cannot be computed on premise, creating compliance and security challenges, or use lab-grade robot hardware that obscures exploitation in real industrial settings. In this work, we adapt Hugging Face's SmolVLA for Universal Robots lightweight robots. Further, we release the open-source repository ROS2SmolVLA that implements an interface for ROS 2 to SmolVLA, and makes it applicable for industrial-grade hardware. By this, we allow a lenient adoption into lab and industrial environments. We validate the functionality of SmolVLA for a Universal Robots UR10e using a pick-and-place task and give implementation guidelines. Our findings support that SmolVLA is a well-suited option for small-sized tasks that need to be computed on premise.

📄 PDF Abstract BibTeX arXiv:2608.23320

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

2025-06-02 · Mustafa Shukor, Dana Aubakirova, Francesco Capuano, Pepijn Kooijmans 외

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, r…

Action GenerationGPUVision-Language-Action

Encoder Winners Do Not Reliably Transfer Across VLA Backbone Scale: A Frozen-Backbone Grafting Diagnostic

2026-06-12 · Qingping Zeng, Fei She arxiv

Vision-language-action (VLA) policies typically inherit their vision encoder from upstream VLM releases, but it is unclear whether an encoder choice validated on a small VLA transfers to a larger backbone. We introduce a…

VLA-0: Building State-of-the-Art VLAs with Zero Modification

2025-10-15 · Ankit Goyal, Hugo Hadfield, Xuning Yang, Valts Blukis 외 arxiv

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 modifyi…

Robot Manipulation

Per-Group Error, Not Total MSE: Fine-Tuning Vision-Language-Action Models for 11-DoF Mobile Manipulation

2026-05-29 · Pau Montagut Bofi, Mario García Blasco, Tessa Pulli, Markus Vincze arxiv

Fine-tuning Vision-Language-Action (VLA) models for mobile manipulators with heterogeneous joint spaces can produce a counterintuitive result: the checkpoint with the lowest aggregate MSE is not the one that performs bes…

Guided Action Flow: Q-Guided Inference for Flow-Matching Vision-Language-Action Policies

2026-07-02 · Liuhaichen Yang, Zhuang Jiang, Chenchao Sheng, Zezhi Tang arxiv

Flow-matching vision-language-action policies generate robot action chunks through an iterative transport process, creating an opportunity for test-time guidance without retraining the base policy. We study this opportun…