paper-with-me

홈 › Papers

GUI-Xplore: Empowering Generalizable GUI Agents with One Exploration

2025-03-22 · CVPR 2025 1 · Yuchen Sun, Shanhui Zhao, Tao Yu, Hao Wen, Samith Va, Mengwei Xu, Yuanchun Li, Chongyang Zhang

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.

📄 PDF Abstract BibTeX arXiv:2503.17709

Code (1)

921112343/GUI-Xplore 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Look Before You Leap: Autonomous Exploration for LLM Agents

2026-05-15 · Ziang Ye, Wentao Shi, Yuxin Liu, Yu Wang 외 arxiv

Large language model based agents often fail in unfamiliar environments due to premature exploitation: a tendency to act on prior knowledge before acquiring sufficient environment-specific information. We identify autono…

Reinforcement Learning

Conversational Data Exploration: A Game-Changer for Designing Data Science Pipelines

2023-11-12 · Genoveva Vargas-Solar, Tania Cerquitelli, Javier A. Espinosa-Oviedo, François Cheval 외

This paper proposes a conversational approach implemented by the system Chatin for driving an intuitive data exploration experience. Our work aims to unlock the full potential of data analytics and artificial intelligenc…

SpatialNav: Leveraging Spatial Scene Graphs for Zero-Shot Vision-and-Language Navigation

2026-01-11 · Jiwen Zhang, Zejun Li, Siyuan Wang, Xiangyu Shi 외 arxiv

Although learning-based vision-and-language navigation (VLN) agents can learn spatial knowledge implicitly from large-scale training data, zero-shot VLN agents lack this process, relying primarily on local observations f…

Object Localization

Safe Reinforcement Learning in Black-Box Environments via Adaptive Shielding

2024-05-28 · Daniel Bethell, Simos Gerasimou, Radu Calinescu, Calum Imrie

Empowering safe exploration of reinforcement learning (RL) agents during training is a critical challenge towards their deployment in many real-world scenarios. When prior knowledge of the domain or task is unavailable, …

reinforcement-learningReinforcement Learning (RL)Safe ExplorationSafe Reinforcement Learning

Empowering GUI Agents via Autonomous Experience Exploration and Hindsight Experience Utilization for Task Planning

2026-06-25 · Tianyi Men, Zhuoran Jin, Pengfei Cao, Yubo Chen 외 arxiv

Multimodal web agents can assist humans in operating repetitive GUI tasks, where effective task planning is essential for decomposing complex tasks into executable actions. While small open source MLLMs are cost efficien…