Paper:Zheng et al., 2025, “X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model” (arXiv:2510.10274)
🚀 Overview
Successful generalist Vision-Language-Action (VLA) models rely on effective training across diverse robotic platforms with large-scale, cross-embodiment, heterogeneous datasets.
To facilitate and leverage the heterogeneity in rich robotic data sources, X-VLA introduces a Soft Prompt approach with minimally added parameters: we infuse prompt-learning concepts into cross-embodiment robot learning, introducing separate sets of learnable embeddings for each distinct embodiment.
These embodiment-specific prompts empower VLA models to exploit cross-embodiment features effectively.
Our architecture—a clean, flow-matching-based VLA design relying exclusively on soft-prompted standard Transformers—achieves superior scalability and simplicity.
Trained on Bridge Data and evaluated across six simulations and three real-world robots, the 0.9B-parameter X-VLA simultaneously achieves state-of-the-art performance across diverse benchmarks, demonstrating flexible dexterity and fast adaptation across embodiments, environments, and tasks.
Flow-matching action denoiser using learnable soft prompts per embodiment.
Action Hub
Defines action spaces, masking rules, pre/post-processing, and losses.
🧪 Performance on Simpler-Env (WidowX)
Task (Simpler-WidowX)
Spoon
Carrot
Blocks
Eggplant
Average
Visual Matching (WidowX Robot)
100
91.7
95.8
95.8
95.8 %
(Evaluated on four WidowX tasks in Simpler-Env.)
🧪 Performance on Real-World (WidowX)
screenshot-20251104-214209
🧠 Training Summary
Setting
Value
Training Data
Bridge Data V2
Parameters
≈ 0.9 B
Action Mode
ee6d
Precision
BP16
Framework
PyTorch + Transformers
🪪 License
Copyright 2025 2toINF (https://github.com/2toINF)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
http://www.apache.org/licenses/LICENSE-2.0
📚 Citation
bibtex
1@article{zheng2025x,
2 title = {X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model},
3 author = {Zheng, Jinliang and Li, Jianxiong and Wang, Zhihao and Liu, Dongxiu and Kang, Xirui
4 and Feng, Yuchun and Zheng, Yinan and Zou, Jiayin and Chen, Yilun and Zeng, Jia and others},
5 journal = {arXiv preprint arXiv:2510.10274},
6 year = {2025}
7}