Reflection with Action-Induced Visual Differences for Desktop GUI Agents

📅 2026-08-24
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决桌面GUI中状态变化检测问题,提出Evidence-First Reflection方法,通过两阶段分离视觉差异提取与结果验证,提高反射器准确性。
📝 Abstract
The Planner-Operator-Reflector (POR) framework is widely used in GUI agents to maintain objective alignment in complex tasks through modular collaboration. However, desktop GUIs introduce a key challenge: large, dense interfaces often exhibit subtle or scattered state changes, placing most of the burden on the reflector, which must compare pre- and post-action screens, while the planner and operator reason over a single state. Existing reflectors collapse change detection and outcome verification into one step, leaving evidence implicit and yielding weakly grounded decisions. To address this limitation, we propose Evidence-First Reflection (EFR), a two-stage reflector that explicitly decouples action-induced visual differences extraction from outcome verification. EFR identifies the action location and candidate changed regions with Set-of-Marks annotations, describes and filters action-relevant changes, and makes the final judgment from the cleaned evidence. This evidence-reasoning decoupled design makes reflection better grounded in screen transitions, while reducing both visual search complexity and reasoning burden. Experiments on OSWorld-Verified and WindowsAgentArena demonstrate that EFR improves reflector accuracy by 7.11%, yielding average end-to-end task success gains of 5.94% and 4.95% on the two benchmarks, respectively.
Problem

Research questions and friction points this paper is trying to address.

GUI Agents
Change Detection
Outcome Verification
Visual Differences
Innovation

Methods, ideas, or system contributions that make the work stand out.

Evidence-First Reflection
action-induced visual differences
Set-of-Marks annotations
visual search complexity