论文精选

机器人卡壳时该问人吗?论文用注入故障的基准测了六个开源VLM

When Should a Failing Robot Ask? Initiating Corrective Human-Robot Dialogue from Audited Sensor Evidence

精选理由

六个开源VLM看故障画面全不及格,喂十行力数据才翻盘;机器人该不该问人,这篇论文给出了可计算的判断标准。

研究者构建仿真基准并自行注入故障,确保每个失败的真因已知:力觉数据可把故障诊断到 0.99 的准确率,而任何基于图像的方法都不超过 0.55。六个开源视觉语言模型只看画面帧时,所有提示变体下的准确率都不高于多数类基线,自报置信度也与对错无关。提示词措辞却能左右行为:把拒绝选项从答案列表末尾移到最前,六个模型-家族对中三个的拒答率从 78-100% 掉到 0-6%。把力觉数据写成十行文本喂给模型后,六个模型中四个首次跑赢基线,说明主要瓶颈是缺传感器数据而非能力。论文把'自己行动、查自家传感器、问人'设为三选一决策问题,问一次人即可把表现抬到 0.70-0.81,而模型的求助率对四倍的问题成本变化毫无反应。

原文 · arXiv cs.AI

When Should a Failing Robot Ask? Initiating Corrective Human-Robot Dialogue from Audited Sensor Evidence

A robot that fails at a task faces the first decision in corrective dialogue: act on its own diagnosis, consult another onboard sensor, or interrupt a person. Choosing well requires knowing how much the robot's sensors reveal about the cause and how reliable the robot's own diagnosis is. We build a simulated benchmark in which every failure's true cause is known, because we injected it, and measure what each sensor reveals, with explicit checks against data leakage. Some failures are diagnosable from camera images; others only from the robot's force data (0.99 from force data, no image method above 0.55). We then test six open vision-language models. Their behavior tracks the surface of the prompt, not the evidence: moving the refusal option from last to first in the answer list collapses refusal rates from 78-100% to 0-6% in three of the six swept model-and-family pairs. Accuracy from frames stays at or below a majority-class baseline under every prompt variant, with or without worked examples, and stated confidence carries no information about correctness. Handing the same models the force data as ten lines of text produces the first above-baseline diagnoses, in four of the six models: much of the failure reflects missing sensor data, not missing ability. We pose the choice as a three-action decision problem, act, consult your own sensors, or ask a human, whose optimal policy follows from measured accuracy. The models do not follow it, and their ask rates ignore a fourfold change in question cost. One question to a human still lifts them from that baseline to roughly the answerer's own reliability (0.70-0.81 when they ask). The decision to ask should be tied to measured accuracy and stated costs, not to the model's confidence.