π€ AI Summary
This work addresses the vulnerability of existing vision-language modelβdriven GUI automation agents to error accumulation and ineffective repetition in uncertain environments due to a lack of action-effect verification. To enhance robustness, we propose VeriGUI, which introduces the first TVAE (Test-Verify-Act-Execute) reasoning framework incorporating explicit action-effect validation and self-correction mechanisms. Our approach employs a two-stage training strategy that integrates robust supervised fine-tuning, synthetic failure trajectory augmentation, GRPO reinforcement learning, and an asymmetric verification reward scheme. We further establish the first GUI automation benchmark specifically designed to evaluate agent robustness. Experimental results demonstrate that VeriGUI maintains competitive performance on standard tasks while significantly reducing failure loops and improving recovery success rates.
π Abstract
Autonomous GUI agents based on vision-language models (VLMs) often assume deterministic environment responses, generating actions without verifying whether previous operations succeeded. In real-world settings with network latency, rendering delays, and system interruptions, this assumption leads to undetected action failures, repetitive ineffective behaviors, and catastrophic error accumulation. Moreover, learning robust recovery strategies is challenging due to the high cost of online interaction and the lack of real-time feedback in offline datasets.We propose VeriGUI (Verification-driven GUI Agent), which explicitly models action outcomes and recovery under noisy environments. VeriGUI introduces a Thinking--Verification--Action--Expectation (TVAE) framework to detect failures and guide corrective reasoning, and a two-stage training pipeline that combines Robust SFT with synthetic failure trajectories and GRPO with asymmetric verification rewards. We further construct a Robustness Benchmark based on AndroidControl to evaluate failure recognition and correction. Experiments show that VeriGUI significantly reduces failure loops and improves recovery success while maintaining competitive standard task performance.