paper-with-me

Papers

CheckVLA: Execution-Time Verification with Action-Conditioned World Model for Long-Horizon Mobile Manipulation

2026-07-29 · Yushan Liu, Peibo Sun, Xintao Chao, Zhenyang Yang, Yifan Xie, Lingfeng Zhang, Shoujie Li, Chenyu Tang, Fang Chen, Xiao-Ping Zhang, Wenbo Ding arxiv

Vision-language-action (VLA) policies commonly execute long-horizon mobile manipulation through open-loop action chunks, issuing multiple actions without receiving new high-level visual input. A committed chunk therefore implies how observations should evolve, but accidental deviations can violate this expectation while the remaining actions continue to propagate the error: commit-time policy confidence cannot react to a deviation that occurs after dispatch, and observation-only anomaly scores lack an action-conditioned reference for separating expected effects from unexplained changes. We propose CheckVLA, which verifies execution with a separately trained, frozen action-conditioned world model. A conformally calibrated risk threshold bounds the episode-level probability of an unnecessary first intervention and determines when to intervene, its exceedance controls how strongly the rewritten suffix retains the superseded chunk, latency-aware hard prefixing restricts replacement to actions that remain deployable, and an event-driven keyframe bank preserves evidence of prior progress across repairs. On RoboCasa365, under a common training recipe and a matched invocation budget, CheckVLA attains a 36.1% average success rate against 27.6% for periodic replanning (+8.5 points). At a matched 5% episode-level false-alarm target, action conditioning raises timely recall to 77.9%, against 48.6% for an observation-only control and 37.9% for an action-shuffled control. These simulation results support action-conditioned verification as a way to restore feedback during chunked execution while keeping the repair consistent with inference latency.

📄 PDF Abstract BibTeX arXiv:2607.26789

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Open-Loop Planning, Closed-Loop Verification: Speculative Verification for VLA

2026-04-03 · Zihua Wang, Zhitao Lin, Ruibo Li, Yu Zhang 외 arxiv

Vision-Language-Action (VLA) models, as large foundation models for embodied control, have shown strong performance in manipulation tasks. However, their performance comes at high inference cost. To improve efficiency, r…

Dynamic Execution Commitment of Vision-Language-Action Models

2026-05-12 · Feng Chen, Xianghui Wang, Yuxuan Chen, Boying Li 외 arxiv

Vision-Language-Action (VLA) models predominantly adopt action chunking, i.e., predicting and committing to a short horizon of consecutive low-level actions in a single forward pass, to amortize the inference cost of lar…

Diagnosing Semantic Handoff Failures in Agent-Orchestrated Vision-Language-Action Skill Composition

2026-07-07 · Ke Rui, Yushen Zuo, Jiawei Wang, Haoran Jia 외 arxiv

Long-horizon household tasks require robots to compose many language-conditioned skills, yet the boundary between consecutive skills is rarely explicit. A skill may satisfy its own postcondition while leaving the robot, …

ABot-AgentOS: A General Robotic Agent OS with Lifelong Multi-modal Memory

2026-07-11 · Jiayi Tian, Shiao Liu, Yuting Xu, Jia Lu 외 arxiv

Recent VLM and VLA systems have improved robotic perception and action prediction, yet long-horizon embodied agents still require a general runtime layer for reasoning, memory, tool use, verification, and cross-embodimen…

Inference-time Policy Steering via Vision and Touch

2026-06-12 · Yilin Wu, Zilin Si, Zeynep Temel, Oliver Kroemer 외 arxiv

Inference-time steering adapts pre-trained generative robot policies during deployment by verifying candidate actions before execution. While prior methods typically perform this verification only with visual observation…