arXiv:2608.02958cs.ROcs.AI2026-08

用分阶段标签提升视觉语言动作策略的失败检测与训练效率

ValueFormer: A Causal Transformer Value Function with Stage-Aware Labels for Semi-Autonomous Vision-Language-Action Policies

论文配图:ValueFormer: A Causal Transformer Value Function with Stage-Aware Labels for Semi-Autonomous Vision-Language-Action Policies
图 1 · 摘自论文原文
  • 设计因果Transformer,每帧输出连续价值与二值错误信号
  • 分阶段成功衰减奖励使失败前进展可追踪,提升训练效果
  • 在真实双臂三明治装配任务上将完成率从70%提至85%

基于行为克隆的视觉语言动作(VLA)策略会无声失效:仅从动作流看,崩溃轨迹与顺利进展难以区分,因模仿学习缺乏进展判断。强化学习虽可提供进展信号,但真实机器人成本高且可变形食物难仿真。低成本的终局成功/失败标签过于稀疏,无法定位问题发生时刻。本文提出ValueFormer,一个基于冻结DINOv3主干的轻量级因果Transformer,在单次前向传播中输出两个每帧信号:用于优势估计的平滑蒙特卡洛价值(V_mc)和用于在线错误检测的尖锐二值信号,两者目标相反以增强表达。失败样本采用分阶段成功衰减回报,保留失败前的成功曲线;错误检测基于错误时间段而非单一失败点,使可恢复错误也携带信号。在真实双臂三明治装配任务(1,427个回合)中,基于评判器的每帧训练权重将任务完成率从70%提升至85%(噪声范围内,n=20),批量bf16编码器使实时服务成本降低3~5倍,评判器可在单张GPU上以2Hz运行,与策略并行。

原文摘要 · Abstract (English)

Vision-Language-Action (VLA) policies trained by behavior cloning fail silently: from the action stream alone, a collapsing rollout looks much like one making clean progress, because imitation supplies no notion of progress. Reinforcement learning would supply one, but it is impractical here, where real-robot experience is costly and deformable food resists simulation. The cheap alternative, a terminal success / failure bit, is learnable in principle yet far too sparse to say when a rollout went wrong. We argue that the per-frame label, not the architecture, is the hard part: to be useful it must be dense, continuous, and correctly shaped. We present ValueFormer, a compact policy-agnostic causal transformer over a frozen DINOv3 backbone that emits two per-frame signals in one forward pass: a smooth Monte Carlo value, V_mc, for advantage estimation and a sharp binary value for online mistake detection, targets that pull in opposite directions by design. Failed episodes are labeled with a stage-aware, success-then-decay return that preserves the success curve before the failure stage, and detection is supervised from mistake intervals rather than a single failure time, so mistakes the policy recovers from also carry signal. On a real-robot bimanual sandwich-assembly task 1,427 episodes), a critic-derived per-frame training weight lifts task completion from 70% to 85% (within noise at n=20), and a batched bf16 encoder cuts the live serving cost 3~5 times so the critic runs at 2 Hz alongside the policy on a single GPU.

视觉语言动作价值函数真实机器人失败检测

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。