ROCVLGFeb 22

Seeing Farther and Smarter: Value-Guided Multi-Path Reflection for VLM Policy Optimization

arXiv:2602.19372v11 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of slow and unreliable decision-making in complex robotic manipulation tasks, offering a significant incremental improvement over existing methods.

The paper tackles the inefficiency and inaccuracy of reflective planning in vision-language models for robotic manipulation by proposing a test-time framework that decouples state evaluation from action generation, using explicit advantage modeling and multi-path beam search, resulting in a 24.6% improvement in success rate and a 56.5% reduction in inference time.

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%.

Foundations

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

Your Notes