paper-with-me

홈 › Papers

AppAgentX: Evolving GUI Agents as Proficient Smartphone Users

2025-03-04 · Wenjia Jiang, Yangyang Zhuang, Chenxi Song, Xu Yang, Chi Zhang

Recent advancements in Large Language Models (LLMs) have led to the development of intelligent LLM-based agents capable of interacting with graphical user interfaces (GUIs). These agents demonstrate strong reasoning and adaptability, enabling them to perform complex tasks that traditionally required predefined rules. However, the reliance on step-by-step reasoning in LLM-based agents often results in inefficiencies, particularly for routine tasks. In contrast, traditional rule-based systems excel in efficiency but lack the intelligence and flexibility to adapt to novel scenarios. To address this challenge, we propose a novel evolutionary framework for GUI agents that enhances operational efficiency while retaining intelligence and flexibility. Our approach incorporates a memory mechanism that records the agent's task execution history. By analyzing this history, the agent identifies repetitive action sequences and evolves high-level actions that act as shortcuts, replacing these low-level operations and improving efficiency. This allows the agent to focus on tasks requiring more complex reasoning, while simplifying routine actions. Experimental results on multiple benchmark tasks demonstrate that our approach significantly outperforms existing methods in both efficiency and accuracy. The code will be open-sourced to support further research.

📄 PDF Abstract BibTeX arXiv:2503.02268

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Mind the Third Eye! Benchmarking Privacy Awareness in MLLM-powered Smartphone Agents

2025-08-27 · Zhixin Lin, Jungang Li, Shidong Pan, Yibo Shi 외 arxiv

Smartphones bring significant convenience to users but also enable devices to extensively record various types of personal information. Existing smartphone agents powered by Multimodal Large Language Models (MLLMs) have …

WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning

2024-11-04 · Zehan Qi, Xiao Liu, Iat Long Iong, Hanyu Lai 외

Large language models (LLMs) have shown remarkable potential as autonomous agents, particularly in web-based tasks. However, existing LLM web agents heavily rely on expensive proprietary LLM APIs, while open LLMs lack th…

SPA-Bench: A Comprehensive Benchmark for SmartPhone Agent Evaluation

2024-10-19 · Jingxuan Chen, Derek Yuen, Bin Xie, Yuhao Yang 외

Smartphone agents are increasingly important for helping users control devices efficiently, with (Multimodal) Large Language Model (MLLM)-based approaches emerging as key contenders. Fairly comparing these agents is esse…

AI AgentBenchmarkingLanguage ModellingLarge Language Model+1

PSPA-Bench: A Personalized Benchmark for Smartphone GUI Agent

2026-03-31 · Hongyi Nie, Xunyuan Liu, Yudong Bai, Yaqing Wang 외 arxiv

Smartphone GUI agents execute tasks by operating directly on app interfaces, offering a path to broad capability without deep system integration. However, real-world smartphone use is highly personalized: users adopt div…

AppAgent: Multimodal Agents as Smartphone Users

2023-12-21 · Chi Zhang, Zhao Yang, Jiaxuan Liu, Yucheng Han 외

Recent advancements in large language models (LLMs) have led to the creation of intelligent agents capable of performing complex tasks. This paper introduces a novel LLM-based multimodal agent framework designed to opera…

Navigate