VLAA-GUI: Knowing When to Stop, Recover, and Search, A Modular Framework for GUI Automation
Qijun Han, Haoqin Tu, Zijun Wang, Haoyue Dai, Yiyang Zhou + 9 more
TLDR
VLAA-GUI is a modular framework for GUI automation, preventing early stopping and repetitive loops using a verifier, loop breaker, and search agent.
Key contributions
- Completeness Verifier enforces UI-observable success criteria, rejecting claims without direct visual evidence.
- Loop Breaker provides multi-tier filtering, switching interaction modes and forcing strategy changes after failures.
- Search Agent queries LLMs online for unfamiliar workflows, returning results as plain text.
- Achieves top performance on OSWorld (77.5%) and WindowsAgentArena (61.0%), surpassing human performance on OSWorld.
Why it matters
Autonomous GUI agents struggle with premature stopping and endless loops. VLAA-GUI offers a robust solution by integrating explicit mechanisms to verify success, break loops, and search for new strategies. This significantly improves agent reliability and performance across diverse GUI automation tasks.
Original Abstract
Autonomous GUI agents face two fundamental challenges: early stopping, where agents prematurely declare success without verifiable evidence, and repetitive loops, where agents cycle through the same failing actions without recovery. We present VLAA-GUI, a modular GUI agentic framework built around three integrated components that guide the system on when to Stop, Recover, and Search. First, a mandatory Completeness Verifier enforces UI-observable success criteria and verification at every finish step -- with an agent-level verifier that cross-examines completion claims with decision rules, rejecting those lacking direct visual evidence. Second, a mandatory Loop Breaker provides multi-tier filtering: switching interaction mode after repeated failures, forcing strategy changes after persistent screen-state recurrence, and binding reflection signals to strategy shifts. Third, an on-demand Search Agent searches online for unfamiliar workflows by directly querying a capable LLM with search ability, returning results as plain text. We additionally integrate a Coding Agent for code-intensive actions and a Grounding Agent for precise action grounding, both invoked on demand when required. We evaluate VLAA-GUI across five top-tier backbones, including Opus 4.5, 4.6 and Gemini 3.1 Pro, on two benchmarks with Linux and Windows tasks, achieving top performance on both (77.5% on OSWorld and 61.0% on WindowsAgentArena). Notably, three of the five backbones surpass human performance (72.4%) on OSWorld in a single pass. Ablation studies show that all three proposed components consistently improve a strong backbone, while a weaker backbone benefits more from these tools when the step budget is sufficient. Further analysis also shows that the Loop Breaker nearly halves wasted steps for loop-prone models.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.