GUI-Xplore: Empowering Generalizable GUI Agents with One Exploration
Yuchen Sun, Shanhui Zhao, Tao Yu, Hao Wen, Samith Va, Mengwei Xu, Yuanchun Li, Chongyang Zhang
TL;DR
GUI-Xplore introduces a cross-app, cross-task GUI dataset built from per-app exploration videos and five hierarchical downstream tasks, addressing generalization gaps in GUI agents. The Xplore-Agent baseline combines Action-aware GUI Modeling with a GUI Transition Graph to enable exploration-guided reasoning, achieving around a 10% improvement in unfamiliar apps. The study demonstrates the value of exploration-then-reasoning for robust cross-domain GUI understanding, while also outlining practical limitations such as text-only outputs and data privacy concerns. Overall, the work provides a concrete dataset and baseline that push toward more versatile GUI agents capable of adapting to diverse software environments.
Abstract
GUI agents hold significant potential to enhance the experience and efficiency of human-device interaction. However, current methods face challenges in generalizing across applications (apps) and tasks, primarily due to two fundamental limitations in existing datasets. First, these datasets overlook developer-induced structural variations among apps, limiting the transferability of knowledge across diverse software environments. Second, many of them focus solely on navigation tasks, which restricts their capacity to represent comprehensive software architectures and complex user interactions. To address these challenges, we introduce GUI-Xplore, a dataset meticulously designed to enhance cross-application and cross-task generalization via an exploration-and-reasoning framework. GUI-Xplore integrates pre-recorded exploration videos providing contextual insights, alongside five hierarchically structured downstream tasks designed to comprehensively evaluate GUI agent capabilities. To fully exploit GUI-Xplore's unique features, we propose Xplore-Agent, a GUI agent framework that combines Action-aware GUI Modeling with Graph-Guided Environment Reasoning. Further experiments indicate that Xplore-Agent achieves a 10% improvement over existing methods in unfamiliar environments, yet there remains significant potential for further enhancement towards truly generalizable GUI agents.
