paper-with-me

Papers

PearlVLA: Progressive Embodied Action-Plan Refinement in Latent Space

2026-06-16 · Bochen Yang, Lianlei Shan arxiv

Current Vision-Language-Action (VLA) models face a trade-off between efficient action generation and explicit deliberation. Directly decoding actions from vision-language backbone representations enables low-latency control, whereas explicit reasoning through textual chains, pixel-level subgoals, or action search can improve planning but incurs substantial latency and computational cost. We propose PearlVLA, a VLA framework that moves deliberation into the latent space of a vision-language model (VLM). 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 lightweight frozen latent world model for an action-free future observation latent, which is fed back to guide plan refinement. A future-guided RefineNet then applies scheduled residual updates to progressively refine a coarse semantic draft into a fine-grained latent action plan. The refined plan after K rounds is then decoded in parallel into an action chunk for low-latency execution. We further introduce Causal Refinement-Grouped Process-Reward RL to optimize the latent refinement process with rewards from longer-horizon imagined futures induced by latent plan edits. Empirical evaluations on the LIBERO benchmark demonstrate that PearlVLA achieves state-of-the-art performance among existing methods.

📄 PDF Abstract BibTeX arXiv:2606.17924

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

Plan Verification for LLM-Based Embodied Task Completion Agents

2025-09-02 · Ananth Hariharan, Vardhan Dongre, Dilek Hakkani-Tür, Gokhan Tur arxiv

Large language model (LLM) based task plans and corresponding human demonstrations for embodied AI may be noisy, with unnecessary actions, redundant navigation, and logical errors that reduce policy quality. We propose a…

StreamEQA: Towards Streaming Video Understanding for Embodied Scenarios

2025-12-04 · Yifei Wang, Zhenkai Li, Tianwen Qian, Huanran Zheng 외 arxiv

As embodied intelligence advances toward real-world deployment, the ability to continuously perceive and reason over streaming visual inputs becomes essential. In such settings, an agent must maintain situational awarene…

Video Question Answering

SDA-PLANNER: State-Dependency Aware Adaptive Planner for Embodied Task Planning

2025-09-30 · Zichao Shen, Chen Gao, Jiaqi Yuan, Tianchen Zhu 외 arxiv

Embodied task planning requires agents to produce executable actions in a close-loop manner within the environment. With progressively improving capabilities of LLMs in task decomposition, planning, and generalization, c…

P-RAG: Progressive Retrieval Augmented Generation For Planning on Embodied Everyday Task

2024-09-17 · Weiye Xu, Min Wang, Wengang Zhou, Houqiang Li

Embodied Everyday Task is a popular task in the embodied AI community, requiring agents to make a sequence of actions based on natural language instructions and visual observations. Traditional learning-based approaches …

Large Language ModelRAGRetrievalRetrieval-augmented Generation+1

LLM-Driven Self-Refinement for Embodied Drone Task Planning

2025-08-21 · Deyu Zhang, Xicheng Zhang, Jiahao Li, Tingting Long 외 arxiv

We introduce SRDrone, a novel system designed for self-refinement task planning in industrial-grade embodied drones. SRDrone incorporates two key technical contributions: First, it employs a continuous state evaluation m…