paper-with-me

홈 › Papers

PG-Agent: An Agent Powered by Page Graph

2025-08-27 · Weizhi Chen, Ziwei Wang, Leyang Yang, Sheng Zhou, Xiaoxuan Tang, Jiajun Bu, Yong Li, Wei Jiang arxiv

Graphical User Interface (GUI) agents possess significant commercial and social value, and GUI agents powered by advanced multimodal large language models (MLLMs) have demonstrated remarkable potential. Currently, existing GUI agents usually utilize sequential episodes of multi-step operations across pages as the prior GUI knowledge, which fails to capture the complex transition relationship between pages, making it challenging for the agents to deeply perceive the GUI environment and generalize to new scenarios. Therefore, we design an automated pipeline to transform the sequential episodes into page graphs, which explicitly model the graph structure of the pages that are naturally connected by actions. To fully utilize the page graphs, we further introduce Retrieval-Augmented Generation (RAG) technology to effectively retrieve reliable perception guidelines of GUI from them, and a tailored multi-agent framework PG-Agent with task decomposition strategy is proposed to be injected with the guidelines so that it can generalize to unseen scenarios. Extensive experiments on various benchmarks demonstrate the effectiveness of PG-Agent, even with limited episodes for page graph construction.

📄 PDF Abstract BibTeX arXiv:2509.03536

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MapAgent: Trajectory-Constructed Memory-Augmented Planning for Mobile Task Automation

2025-07-29 · Yi Kong, Dianxi Shi, Guoli Yang, Zhang ke-di 외 arxiv

The recent advancement of autonomous agents powered by Large Language Models (LLMs) has demonstrated significant potential for automating tasks on mobile devices through graphical user interfaces (GUIs). Despite initial …

The Obvious Invisible Threat: LLM-Powered GUI Agents' Vulnerability to Fine-Print Injections

2025-04-15 · Chaoran Chen, Zhiping Zhang, Bingcan Guo, Shang Ma 외

A Large Language Model (LLM) powered GUI agent is a specialized autonomous system that performs tasks on the user's behalf according to high-level instructions. It does so by perceiving and interpreting the graphical use…

Large Language Model

ADAM: An Embodied Causal Agent in Open-World Environments

2024-10-29 · Shu Yu, Chaochao Lu

In open-world environments like Minecraft, existing agents face challenges in continuously learning structured knowledge, particularly causality. These challenges stem from the opacity inherent in black-box models and an…

Lifelong learningMinecraftNavigateWorld Knowledge

SPAgent: Adaptive Task Decomposition and Model Selection for General Video Generation and Editing

2024-11-28 · Rong-Cheng Tu, Wenhao Sun, Zhao Jin, Jingyi Liao 외

While open-source video generation and editing models have made significant progress, individual models are typically limited to specific tasks, failing to meet the diverse needs of users. Effectively coordinating these …

Intent RecognitionModel SelectionVideo Generation

FocusAgent: Simple Yet Effective Ways of Trimming the Large Context of Web Agents

2025-10-03 · Imene Kerboua, Sahar Omidi Shayegan, Megh Thakkar, Xing Han Lù 외 arxiv

Web agents powered by large language models (LLMs) must process lengthy web page observations to complete user goals; these pages often exceed tens of thousands of tokens. This saturates context limits and increases comp…