English

World-Value-Action Model: Implicit Planning for Vision-Language-Action Systems

Robotics 2026-04-21 v2 Machine Learning

Abstract

Vision-Language-Action (VLA) models have emerged as a promising paradigm for building embodied agents that ground perception and language into action. However, most existing approaches rely on direct action prediction, lacking the ability to reason over long-horizon trajectories and evaluate their consequences, which limits performance in complex decision-making tasks. In this work, we introduce World-Value-Action (WAV) model, a unified framework that enables implicit planning in VLA systems. Rather than performing explicit trajectory optimization, WAV model learn a structured latent representation of future trajectories conditioned on visual observations and language instructions. A learned world model predicts future states, while a trajectory value function evaluates their long-horizon utility. Action generation is then formulated as inference in this latent space, where the model progressively concentrates probability mass on high-value and dynamically feasible trajectories. We provide a theoretical perspective showing that planning directly in action space suffers from an exponential decay in the probability of feasible trajectories as the horizon increases. In contrast, latent-space inference reshapes the search distribution toward feasible regions, enabling efficient long-horizon decision making. Extensive simulations and real-world experiments demonstrate that the WAV model consistently outperforms state-of-the-art methods, achieving significant improvements in task success rate, generalization ability, and robustness, especially in long-horizon and compositional scenarios. Code is available at https://github.com/Win-commit/WAV.

Keywords

Cite

@article{arxiv.2604.14732,
  title  = {World-Value-Action Model: Implicit Planning for Vision-Language-Action Systems},
  author = {Runze Li and Hongyin Zhang and Junxi Jin and Qixin Zeng and Zifeng Zhuang and Yiqi Tang and Shangke Lyu and Donglin Wang},
  journal= {arXiv preprint arXiv:2604.14732},
  year   = {2026}
}
R2 v1 2026-07-01T12:12:12.675Z