Seeing Farther and Smarter: Value-Guided Multi-Path Reflection for VLM Policy Optimization
Yanting Yang, Shenyuan Gao, Qingwen Bu, Li Chen, Dimitris N. Metaxas
TL;DR
The paper tackles long-horizon robotic manipulation with Vision-Language Models by identifying limitations of prior reflective planning approaches that rely on implicit value learning, a single greedy forecast, and high latency. It introduces a value-guided post-training framework where action-plan value is defined as the distance-to-goal reduction $\Delta d_t^{(H)}$ and estimated by a scalable critic, enabling explicit value supervision. A multi-path reflection mechanism uses beam search to explore multiple imagined futures and aggregates their guidance during decoding, while a confidence-based early exit gate reduces unnecessary reflection. Across 100 unseen tasks, the method achieves substantial gains in success rate and reductions in inference time, validating robustness and efficiency gains for real-world, long-horizon robotic manipulation with VLMs.
Abstract
Solving complex, long-horizon robotic manipulation tasks requires a deep understanding of physical interactions, reasoning about their long-term consequences, and precise high-level planning. Vision-Language Models (VLMs) offer a general perceive-reason-act framework for this goal. However, previous approaches using reflective planning to guide VLMs in correcting actions encounter significant limitations. These methods rely on inefficient and often inaccurate implicit learning of state-values from noisy foresight predictions, evaluate only a single greedy future, and suffer from substantial inference latency. To address these limitations, we propose a novel test-time computation framework that decouples state evaluation from action generation. This provides a more direct and fine-grained supervisory signal for robust decision-making. Our method explicitly models the advantage of an action plan, quantified by its reduction in distance to the goal, and uses a scalable critic to estimate. To address the stochastic nature of single-trajectory evaluation, we employ beam search to explore multiple future paths and aggregate them during decoding to model their expected long-term returns, leading to more robust action generation. Additionally, we introduce a lightweight, confidence-based trigger that allows for early exit when direct predictions are reliable, invoking reflection only when necessary. Extensive experiments on diverse, unseen multi-stage robotic manipulation tasks demonstrate a 24.6% improvement in success rate over state-of-the-art baselines, while significantly reducing inference time by 56.5%.
