EG
V-VLAPS: Value-Guided Planning for Vision-Language-Action Models Using Monte Carlo Tree Search
ResearchJuly 20, 2026Embodied Global

V-VLAPS: Value-Guided Planning for Vision-Language-Action Models Using Monte Carlo Tree Search

Researchers propose V-VLAPS, a framework that augments VLA planners with a lightweight value estimator predicting Monte-Carlo returns, enabling MCTS to prioritize higher-utility branches and reduce failures from over-reliance on policy priors.

#V-VLAPS#VLA#MCTS#robot planning#value-guided#research
Reading in English

Researchers have introduced V-VLAPS (Value-Guided Vision-Language-Action Planning and Search), a novel framework that addresses a fundamental limitation of current VLA models: their reactive bias and inability to plan ahead in complex manipulation tasks. By augmenting VLA planners with a lightweight value estimator, V-VLAPS enables Monte Carlo Tree Search (MCTS) to prioritize higher-utility action branches, significantly reducing failures that stem from over-reliance on policy priors.

Vision-Language-Action (VLA) models have made impressive strides in robotic manipulation by learning joint embeddings that map images, text, and actions into a shared space. However, two persistent bottlenecks limit their deployment in unstructured environments: reactive bias, where purely policy-driven agents react to current observations without foresight; and exploration-exploitation imbalance, where planning methods that graft MCTS onto VLA policies still rely heavily on the policy's action probabilities for node selection.

The core innovation of V-VLAPS is a compact value head trained offline on a large corpus of VLA rollouts. This value head learns to predict the expected return (success probability) of a given state-action pair. During planning, V-VLAPS injects these predictions into the MCTS selection formula, allowing the tree search to favor branches that are not only likely under the policy but also estimated to yield higher returns.

The framework operates in three stages. First, during offline value training, the researchers collect a massive set of VLA rollouts across diverse LIBERO tasks. For each visited state-action pair, they compute the Monte Carlo return and train the value head to regress toward this target. Second, during online planning, the VLA policy proposes a distribution over possible actions while the value head evaluates the expected return of each candidate. Third, MCTS expands nodes using a modified UCB score that blends policy priors with learned value estimates.

Evaluation results on the LIBERO benchmark suite demonstrate that V-VLAPS consistently outperforms value-free baselines. At the default search budget of approximately 200 simulations per decision, V-VLAPS matched the baseline without degradation. When the budget was increased to approximately 800 simulations, V-VLAPS achieved significant improvements: +6 percentage points on LIBERO-Object and +4 percentage points on LIBERO-10. Failure analysis revealed that many hard errors were root-level timeouts where policy priors were indistinguishable, and V-VLAPS value estimates provided a decisive tie-breaker.

This work has important implications for embodied AI. The modular design means the value head can attach to any frozen VLA backbone, allowing existing pipelines to be upgraded without retraining the entire policy network. The approach also demonstrates robustness to distribution shift, as the value head trained on diverse rollouts captures failure patterns that the policy alone may miss. V-VLAPS offers a practical pathway to more reliable and adaptable autonomous agents.

Source: arXiv / ubos.tech
Language: English- Showing content in English