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

arXiv cs.RO / 4/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The World-Value-Action (WAV) model is proposed to improve Vision-Language-Action (VLA) systems by enabling implicit long-horizon planning rather than relying mainly on direct action prediction.
  • WAV learns a structured latent representation of future trajectories, using a learned world model to predict future states and a trajectory value function to assess long-term utility.
  • Action generation is performed as inference in the latent space, progressively shifting probability toward trajectories that are both high-value and dynamically feasible.
  • The authors provide a theoretical argument that planning in action space becomes inefficient as horizon length increases due to an exponential drop in feasible trajectory probability, while latent-space inference better reshapes the search distribution.
  • Experiments (simulations and real-world) show WAV consistently outperforms state-of-the-art approaches, with notable gains in task success, generalization, and robustness in long-horizon and compositional settings.

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.