ReGUIDE: Data Efficient GUI Grounding via Spatial Reasoning and Search
Hyunseok Lee, Jeonghoon Kim, Beomjun Kim, Jihoon Tack, Chansong Jo, Jaehong Lee, Cheonbok Park, Sookyo In, Jinwoo Shin, Kang Min Yoo
TL;DR
ReGUIDE tackles the data inefficiency of pixel-level GUI grounding for Multimodal LLM agents by combining self-generated reasoning through online reinforcement learning with spatial priors that enforce equivariance under transformations. A two-stage training pipeline first learns to explain localization using GRPO with a tailored reward and then enforces global-local consistency across transformations, while a test-time spatial search using KDE crops and aggregates multiple predictions to robustly locate GUI elements. Empirically, ReGUIDE achieves state-of-the-art grounding performance on ScreenSpot benchmarks using only ~0.2% of the data needed by comparable baselines and translates these gains into improved agentic task success. The work demonstrates practical, data-efficient grounding enhancements with clear pathways for extending planning hierarchies and incorporating safety measures for real-world deployment.
Abstract
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 elements (e.g., buttons) is often required for fine-grained actions. However, this remains significantly challenging, leading prior works to rely on large-scale web datasets to improve the grounding accuracy. In this work, we propose Reasoning Graphical User Interface Grounding for Data Efficiency (ReGUIDE), a novel and effective framework for web grounding that enables MLLMs to learn data efficiently through self-generated reasoning and spatial-aware criticism. More specifically, ReGUIDE learns to (i) self-generate a language reasoning process for the localization via online reinforcement learning, and (ii) criticize the prediction using spatial priors that enforce equivariance under input transformations. At inference time, ReGUIDE further boosts performance through a test-time scaling strategy, which combines spatial search with coordinate aggregation. Our experiments demonstrate that ReGUIDE significantly advances web grounding performance across multiple benchmarks, outperforming baselines with substantially fewer training data points (e.g., only 0.2% samples compared to the best open-sourced baselines).
