paper-with-me

홈 › Papers

Scaling Computer-Use Grounding via User Interface Decomposition and Synthesis

2025-05-19 · Tianbao Xie, Jiaqi Deng, Xiaochuan Li, Junlin Yang, Haoyuan Wu, Jixuan Chen, Wenjing Hu, Xinyuan Wang, Yuhui Xu, Zekun Wang, Yiheng Xu, Junli Wang, Doyen Sahoo, Tao Yu, Caiming Xiong

Graphical user interface (GUI) grounding, the ability to map natural language instructions to specific actions on graphical user interfaces, remains a critical bottleneck in computer use agent development. Current benchmarks oversimplify grounding tasks as short referring expressions, failing to capture the complexity of real-world interactions that require software commonsense, layout understanding, and fine-grained manipulation capabilities. To address these limitations, we introduce OSWorld-G, a comprehensive benchmark comprising 564 finely annotated samples across diverse task types including text matching, element recognition, layout understanding, and precise manipulation. Additionally, we synthesize and release the largest computer use grounding dataset Jedi, which contains 4 million examples through multi-perspective decoupling of tasks. Our multi-scale models trained on Jedi demonstrate its effectiveness by outperforming existing approaches on ScreenSpot-v2, ScreenSpot-Pro, and our OSWorld-G. Furthermore, we demonstrate that improved grounding with Jedi directly enhances agentic capabilities of general foundation models on complex computer tasks, improving from 5% to 27% on OSWorld. Through detailed ablation studies, we identify key factors contributing to grounding performance and verify that combining specialized data for different interface elements enables compositional generalization to novel interfaces. All benchmark, data, checkpoints, and code are open-sourced and available at https://osworld-grounding.github.io.

📄 PDF Abstract BibTeX arXiv:2505.13227

Code (0)

등록된 구현이 없습니다.

Tasks

Text Matching

Similar Papers 제목 키워드 기반

ReGUIDE: Data Efficient GUI Grounding via Spatial Reasoning and Search

2025-05-21 · Hyunseok Lee, Jeonghoon Kim, Beomjun Kim, Jihoon Tack 외

Recent advances in Multimodal Large Language Models (MLLMs) have enabled autonomous agents to interact with computers via Graphical User Interfaces (GUIs), where accurately localizing the coordinates of interface element…

Spatial Reasoning

GTA1: GUI Test-time Scaling Agent

2025-07-08 · Yan Yang, Dongxu Li, Yutong Dai, Yuhao Yang 외

Graphical user interface (GUI) agents autonomously operate across platforms (e.g., Linux) to complete tasks by interacting with visual elements. Specifically, a user instruction is decomposed into a sequence of action pr…

Reinforcement Learning (RL)Task PlanningVisual Grounding

Think Twice, Click Once: Enhancing GUI Grounding via Fast and Slow Systems

2025-03-09 · Fei Tang, Yongliang Shen, Hang Zhang, Siqi Chen 외

Humans can flexibly switch between different modes of thinking based on task complexity: from rapid intuitive judgments to in-depth analytical understanding. However, current Graphical User Interface (GUI) grounding syst…

Visual grounding for desktop graphical user interfaces

2024-05-05 · Tassnim Dardouri, Laura Minkova, Jessica López Espejel, Walid Dahhane 외

Most instance perception and image understanding solutions focus mainly on natural images. However, applications for synthetic images, and more specifically, images of Graphical User Interfaces (GUI) remain limited. This…

Language ModelingLanguage ModellingLarge Language Modelobject-detection+2

Zoom to Essence: Trainless GUI Grounding by Inferring upon Interface Elements

2026-03-15 · Ziwei Liu, Tao Feng, Borui Kang, Yanbing Yang 외 arxiv

Multimodal Large Language Model (MLLM)-based Graphical User Interface (GUI) agents develop rapidly, with visual grounding that maps natural language instructions to target UI elements serving as the core capability. Exis…

Visual Grounding