TLDR: X-VLA is a new Vision-Language-Action (VLA) model that addresses the challenge of controlling diverse robots by introducing “soft prompts.” These learnable embeddings allow the model to efficiently adapt to different hardware configurations and data sources with minimal parameter changes. X-VLA achieves state-of-the-art performance across multiple simulation and real-world robotic tasks, demonstrating strong scalability and adaptability, even with limited data for new domains. The approach enables a single model to effectively operate across a wide spectrum of robotic embodiments.
The field of robotics is constantly striving to create autonomous agents that can understand human instructions and perform complex tasks across a variety of environments and robot designs. This ambition has led to the development of Vision-Language-Action (VLA) models, which extend the capabilities of large language and vision models to robotic control by incorporating precise action modalities.
A significant challenge for VLA models is adapting to the vast differences, or heterogeneity, found in robotic platforms and datasets. These differences can range from hardware configurations and action spaces to camera settings and data collection strategies. Traditional VLA methods often struggle to reconcile these variations, leading to unstable training and poor performance when adapting to new robots or tasks.
A new research paper, titled X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model, introduces a novel solution to this problem: X-VLA. Developed by Jinliang Zheng, Jianxiong Li, Zhihao Wang, Dongxiu Liu, Xirui Kang, Yuchun Feng, Yinan Zheng, Jiayin Zou, Yilun Chen, Jia Zeng, Ya-Qin Zhang, Jiangmiao Pang, Jingjing Liu, Tai Wang, and Xianyuan Zhan, X-VLA leverages a concept called “Soft Prompts” to enable scalable and simple cross-embodiment robot learning.
What are Soft Prompts?
Soft Prompts are learnable embeddings, essentially small sets of adjustable parameters, that are introduced for each distinct data source or robot type. Instead of requiring extensive modifications to the core VLA model for every new robot, these prompts act as embodiment-specific guides. They help the model understand and exploit the unique features of different robotic platforms, from their physical structure to their control interfaces, with minimal added complexity.
X-VLA itself is built upon a streamlined architecture that uses soft-prompted standard Transformer encoders. This design ensures both scalability and simplicity. The model processes high-dimensional inputs like multi-view images and language instructions, as well as low-dimensional states such as proprioception (the robot’s sense of its own body position) and action tokens.
A Two-Phase Training Approach
The training of X-VLA involves two main phases:
1. Pretraining: X-VLA is initially trained on a diverse mix of robotic data from various platforms. During this phase, the model learns a generalist policy that is largely independent of any single robot’s specific characteristics, while the soft prompts absorb the embodiment-specific variations.
2. Domain Adaptation: When deploying X-VLA to a new robot or task, a new set of soft prompts is introduced and optimized for that specific hardware configuration. The pretrained core of the model remains largely frozen, allowing for efficient specialization to the new domain with minimal training cost. This process is highly parameter-efficient, meaning only a small fraction of the model’s total parameters need to be adjusted.
Impressive Performance Across Diverse Benchmarks
X-VLA-0.9B, a 0.9-billion parameter version of the model, has been rigorously evaluated across 6 simulation benchmarks and 3 real-world robots. It has achieved state-of-the-art performance in most benchmarks, demonstrating superior results in areas like flexible dexterity and quick adaptation across different robot types, environments, and tasks.
For instance, in a challenging dexterous cloth-folding task on a real-world bi-manual robot, X-VLA-0.9B achieved nearly a 100% success rate. Furthermore, using parameter-efficient finetuning (PEFT) techniques like LoRA, X-VLA-0.9B could adapt to new tasks with only about 1% of its parameters tuned, achieving success rates comparable to much larger, fully finetuned models.
Also Read:
- ManiAgent: Orchestrating Robot Actions with AI Agents
- Unmasking Hidden Threats: How Targeted Backdoor Attacks Exploit Vision-Language-Action Models
Understanding Soft Prompts
An in-depth analysis of the learned soft prompts revealed that they form distinct clusters corresponding to different hardware configurations. This indicates that the prompts successfully capture meaningful, embodiment-specific information. Interestingly, similar robot setups, even if from different datasets, showed intermingled prompts, suggesting that X-VLA doesn’t just separate data sources but leverages cross-embodiment similarities.
The X-VLA framework, with its innovative Soft Prompt mechanism, represents a significant step towards building more scalable and adaptable generalist VLA models. Its ability to handle diverse robotic platforms with efficiency and high performance paves the way for future advancements in embodied AI systems.


