paper-with-me

Papers

ReCoVLA: VLM-Guided Reward Compilation for Failure Recovery in Vision-Language-Action Policies

2026-06-08 · Haodi Hu, Chung-Ta Huang, Jing Liu, Ye Wang, Kei Suzuki, Matthew Brand, Toshiaki Koike-Akino arxiv

Vision-language-action (VLA) policies provide strong priors for language-conditioned manipulation, but remain brittle in off-nominal states requiring targeted recovery. We propose ReCoVLA -- a failure-conditioned residual recovery framework that keeps a pretrained VLA policy frozen, uses an external vision-language model (VLM) to infer the failure mode and recovery stage, and compiles a structured reward from task-relevant components. Rather than using the VLM to generate actions or rewards directly, ReCoVLA uses it as a semantic reward selector: it predicts a recovery descriptor and reward mask for in-simulation residual-policy training, followed by zero-shot sim-to-real deployment of the trained recovery policies. This decouples high-level failure understanding from low-level corrective control to support different VLAs. Experiments across short-horizon, long-horizon, and contact-rich manipulation tasks show that ReCoVLA outperforms the tested baselines on average. In simulation, our reward compiler improves average success from 36.7% for the fine-tuned $π_{0.5}$ baseline to 66.7%. In physical zero-shot sim-to-real experiments, ReCoVLA achieves the best average performance, with 61.7% success.

📄 PDF Abstract BibTeX arXiv:2606.09630

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CRRL: A Causality-Based Reinforcement Learning Framework for Autonomous System Recovery

2026-07-03 · Safia Fatima, Kai Olav Ellefsen, Leon Moonen arxiv

Traditional reinforcement learning (RL) for recovery in autonomous systems lacks causal understanding and generalizes poorly to novel failure scenarios. RL policies often stall in failure states, spending up to 70% of an…

Reinforcement Learning

WiCER: Wiki-memory Compile, Evaluate, Refine Iterative Knowledge Compilation for LLM Wiki Systems

2026-05-08 · Juan M. Huerta arxiv

The LLM Wiki pattern, to compile and provide domain knowledge into a persistent artifact and serve it to LLMs via KV cache inference, promises context access at sub-second latency with zero retrieval failure. Realizing t…

Constraint-Guided Multi-Agent Decompilation for Executable Binary Recovery

2026-04-27 · Yifan Zhang, Xiaohan Wang, Yueke Zhang, Yu Huang 외 arxiv

Decompilation -- recovering source code from compiled binaries -- is essential for security analysis, malware reverse engineering, and legacy software maintenance. However, existing decompilers produce code that often fa…

RACER: Rich Language-Guided Failure Recovery Policies for Imitation Learning

2024-09-23 · Yinpei Dai, Jayjun Lee, Nima Fazeli, Joyce Chai

Developing robust and correctable visuomotor policies for robotic manipulation is challenging due to the lack of self-recovery mechanisms from failures and the limitations of simple language instructions in guiding robot…

Imitation LearningLanguage ModelingLanguage Modelling

PCodeTrans: Translate Decompiled Pseudocode to Compilable and Executable Equivalent

2026-03-16 · Yuxin Cui, Zeyu Gao, Shuxian He, Siliang Qin 외 arxiv

Decompilation is foundational to binary analysis, yet conventional tools prioritize human readability over strict recompilability and verifiable runtime correctness. While recent LLM-based approaches attempt to refine de…