Search papers, labs, and topics across Lattice.
This paper introduces SyVLA, a Vision-Language-Action model designed to address the challenges of high-level reasoning and low-level control entanglement in real-world applications. By employing an Intention Decoupling algorithm to separate control-relevant features from reasoning contexts, along with a similar-sample guided reinforcement learning pipeline, the authors stabilize policy updates and enhance generalization. Experimental results show that SyVLA outperforms existing models in task success rates and out-of-distribution performance while maintaining essential vision-language capabilities.
SyVLA achieves unprecedented task success rates and generalization in real-world robotic applications by effectively decoupling intention from control.
Vision-Language-Action models face significant challenges in real-world deployment due to the entanglement of high-level reasoning with low-level control, and the instability of policy optimization. In this paper, we introduce SyVLA, a robust VLA model trained with diversified experiences. We propose an Intention Decoupling algorithm to isolate control-relevant features from reasoning contexts and a similar-sample guided RL pipeline to stabilize policy updates and mitigate distribution shift. Extensive experiments on real-world robotic tasks and multi-modal benchmarks demonstrate that SyVLA achieves superior task success rates and stronger out-of-distribution generalization compared to existing methods, while effectively preserving core vision-language capabilities. Codes and Datasets is released on \href{https://sy-vla.github.io/}{project page}.