ROLGApr 19

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

arXiv:2604.1473294.72 citationsh-index: 10Has Code
Predicted impact top 6% in RO · last 90 daysOriginality Highly original
AI Analysis

For embodied agents, the WAV model addresses the limitation of direct action prediction by enabling long-horizon reasoning, improving performance in complex decision-making tasks.

The paper introduces the World-Value-Action (WAV) model, a unified framework for Vision-Language-Action systems that enables implicit planning via learned latent representations of future trajectories. The model outperforms state-of-the-art methods in task success rate, generalization, and robustness, particularly in long-horizon and compositional scenarios.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes