Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/30 15:50:10
Why Are GUI Agents Correct but Late? Decode on the Decision-Time Critical Path, Tested with Pre-Compiled Policy Trees
AI 中文解读
核心亮点:AI电脑助手终于赶上“手速”了——新方法让它在关键时刻不再慢半拍,操作成功率近乎翻倍。
通俗解读:以前AI帮你操作电脑,经常遇到“窗口弹出来又消失了,它才反应过来”的尴尬。原因不是AI笨,而是它做决定前要“想半天”。新方法像给AI提前画好“决策地图”:趁屏幕闲着时,AI把可能发生的情况和应对动作都准备好;真出状况时,只需快速“对号入座”,立刻执行,完全不用临时思考。实测中,这个方法把急事处理成功率从一半提高到近八成,而且不乱操作,比那些临时想对策的方案靠谱得多。
实际影响:以后你用AI订机票、抢优惠券或处理临时弹出的验证窗口时,AI能眼疾手快地帮你抓住时机,不再错过关键步骤。尤其对需要快速响应的工作流,比如自动化办公、网页操作,体验会从“卡顿迟钝”变成“行云流水”。虽然遇到完全没预见过的新情况,老办法仍有用,但在可预见的日常操作里,AI助手会明显变得更“机灵”。
Computer-use agents often fail on transient GUI events because they produce the correct action only after the relevant window has already closed. We identify the main cause as expensive autoregressive decoding on the decision-time critical path. We propose Adaptive Anticipatory Policy Trees (AAPT), which eliminates this delay without modifying the underlying model. During idle screen periods, the same frozen multimodal model constructs a bounded conditional policy tree with observable guards, pre-authorized actions, and branch-specific deadlines. The tree is sized to cover the model's own decoding latency. When an event occurs, a lightweight observer matches change-gated frames to a prepared branch and immediately executes the corresponding action without generating new text. In paired trials with pre-registered endpoints and exact McNemar tests, AAPT improves the success rate from 0.50 to 0.79 within a contested decision window ($p=1.8\times10^{-3}$), while producing no incorrect actions. Both open-loop and predict-and-replan baselines achieve zero success because they still decode during execution. A preparation-time sweep shows that the gain emerges where the latency-based tree-sizing rule predicts, and ablations reveal three key requirements: fast observer decoding, valid tree planning, and accurate branch routing. A pre-registered oracle probe rejects our initial hypothesis and instead points to branch routing as the causal bottleneck. We further reproduce the effect on an independent general-purpose multimodal model over 126 paired trials ($p=4.9\times10^{-13}$). On an external benchmark, AAPT matches the overall performance of a reactive baseline, although the two methods exhibit complementary strengths. Together, these results suggest that AAPT performs best when candidate actions can be enumerated in advance, whereas reactive execution remains stronger when they cannot.
分享
阅读原文 ↗