Visual Test-time Scaling for GUI Agent Grounding
By: Tiange Luo , Lajanugen Logeswaran , Justin Johnson and more
Potential Business Impact:
Helps robots understand web pages better.
We introduce RegionFocus, a visual test-time scaling approach for Vision Language Model Agents. Understanding webpages is challenging due to the visual complexity of GUI images and the large number of interface elements, making accurate action selection difficult. Our approach dynamically zooms in on relevant regions, reducing background clutter and improving grounding accuracy. To support this process, we propose an image-as-map mechanism that visualizes key landmarks at each step, providing a transparent action record and enables the agent to effectively choose among action candidates. Even with a simple region selection strategy, we observe significant performance gains of 28+\% on Screenspot-pro and 24+\% on WebVoyager benchmarks on top of two state-of-the-art open vision language model agents, UI-TARS and Qwen2.5-VL, highlighting the effectiveness of visual test-time scaling in interactive settings. We achieve a new state-of-the-art grounding performance of 61.6\% on the ScreenSpot-Pro benchmark by applying RegionFocus to a Qwen2.5-VL-72B model. Our code will be released publicly at https://github.com/tiangeluo/RegionFocus.
Similar Papers
GTA1: GUI Test-time Scaling Agent
Artificial Intelligence
Computer agents learn to do tasks on screens.
GUI-Actor: Coordinate-Free Visual Grounding for GUI Agents
Computation and Language
Helps computers understand where to click on screens.
R-VLM: Region-Aware Vision Language Model for Precise GUI Grounding
CV and Pattern Recognition
Helps computers understand and click on screen buttons.