paper-with-me

홈 › Papers

WorldGUI: An Interactive Benchmark for Desktop GUI Automation from Any Starting Point

2025-02-12 · Henry Hengyuan Zhao, Kaiming Yang, Wendi Yu, Difei Gao, Mike Zheng Shou

GUI agents have achieved outstanding performance in GUI element grounding. However, planning remains highly challenging, especially due to the sensitivity to the initial state of the environment. Specifically, slight differences in the initial state-such as the target software not being open or the interface not being in its default state, often lead to planning errors. This issue is widespread in real application scenarios, but existing benchmarks fail to evaluate it. To address this gap, we introduce WorldGUI, a comprehensive GUI benchmark containing tasks across ten widely used desktop and web applications (e.g., PowerPoint, VSCode, Acrobat), each instantiated with diverse initial states to simulate authentic human-computer interactions. Complementing this, we propose WorldGUI-Agent, a universal framework that unifies three core modules: Planner-Critic for high-level plan refinement, Step-Check for intermediate verification, and Actor-Critic for action-level optimization to proactively detect and correct errors. Experimental evaluation shows that WorldGUI-Agent outperforms the outstanding existing model (Claude-3.5 Computer Use) by 12.4% in success rate on WorldGUI, and achieves a 31.2% overall success rate on WindowsAgentArena, surpassing the prior state-of-the-art by 11.7%. Our analysis further reveals that dynamic augmentation tasks and desktop environments pose substantial hurdles, underscoring the necessity of adaptive planning and feedback-driven execution for advancing real-world GUI automation. The code and data are available at https://github.com/showlab/WorldGUI.

📄 PDF Abstract BibTeX arXiv:2502.08047

Code (1)

showlab/WorldGUI 공식 구현

Similar Papers 제목 키워드 기반

GUIrilla: A Scalable Framework for Automated Desktop UI Exploration

2025-10-16 · Sofiya Garkot, Maksym Shamrai, Ivan Synytsia, Mariya Hirna arxiv

The performance and generalization of foundation models for interactive systems critically depend on the availability of large-scale, realistic training data. While recent advances in large language models (LLMs) have im…

UFO2: The Desktop AgentOS

2025-04-20 · Chaoyun Zhang, He Huang, Chiming Ni, Jian Mu 외

Recent Computer-Using Agents (CUAs), powered by multimodal large language models (LLMs), offer a promising direction for automating complex desktop workflows through natural language. However, most existing CUAs remain c…

MacAgentBench: Benchmarking AI Agents on Real-World macOS Desktop

2026-06-21 · Yikun Fu, Bowen Fu, Zhenyu Wu, Shuang Cheng 외 arxiv

Computer use agents (CUAs) have advanced rapidly in desktop automation, and a growing number of users deploy CUAs such as OpenClaw on Mac Mini for always-on automation. However, existing benchmarks, including those for m…

ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents

2025-08-19 · Hanyu Lai, Xiao Liu, Yanxiao Zhao, Han Xu 외 arxiv

We introduce ComputerRL, a framework for autonomous desktop intelligence that enables agents to operate complex digital workspaces skillfully. ComputerRL features the API-GUI paradigm, which unifies programmatic API call…

Reinforcement Learning

Sharingan: Extract User Action Sequence from Desktop Recordings

2024-11-13 · Yanting Chen, Yi Ren, Xiaoting Qin, Jue Zhang 외

Video recordings of user activities, particularly desktop recordings, offer a rich source of data for understanding user behaviors and automating processes. However, despite advancements in Vision-Language Models (VLMs) …