PearlVLA: Progressive Embodied Action-Plan Refinement in Latent Space
TLDR
PearlVLA refines action plans in latent space using a frozen world model and RL, achieving state-of-the-art on LIBERO.
Reasoning
The paper introduces a novel latent-space deliberation method that separates visual grounding from iterative plan refinement using a frozen world model, reducing latency. However, it is only evaluated on the simulated LIBERO benchmark, lacking real-world validation.
Read-first score
Read-first score 53.3, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 32.
Field roles
Rank sensitivity
Stability: volatile; rank range: 406.
Keyword Scores
Deep Analysis
Innovations
- Moving deliberation into the latent space of a vision-language model (VLM) to avoid costly explicit reasoning
- Separating VLM meta-query representations into a fixed visual grounding branch and an iterative latent plan branch
- Plan-conditioned world query that probes a frozen latent world model for action-free future observation latents
- Future-guided RefineNet with scheduled residual updates for progressive coarse-to-fine latent action plan refinement
- Causal Refinement-Grouped Process-Reward RL to optimize the latent refinement process using rewards from longer-horizon imagined futures
Methodology
PearlVLA separates VLM meta-query representations into a fixed visual grounding branch and an iterative latent plan branch. At each refinement round, a plan-conditioned world query probes a frozen latent world model for a future observation latent, which is fed back to guide plan refinement via a future-guided RefineNet that applies scheduled residual updates. After K rounds, the refined latent plan is decoded in parallel into an action chunk for low-latency execution. Training employs Causal Refinement-Grouped Process-Reward RL with rewards from longer-horizon imagined futures induced by latent plan edits.
Key Results
Empirical evaluations on the LIBERO benchmark demonstrate that PearlVLA achieves state-of-the-art performance among existing methods.