paper-with-me

홈 › Papers

Mobile-Agent-E: Self-Evolving Mobile Assistant for Complex Tasks

2025-01-20 · Zhenhailong Wang, Haiyang Xu, Junyang Wang, Xi Zhang, Ming Yan, Ji Zhang, Fei Huang, Heng Ji

Smartphones have become indispensable in modern life, yet navigating complex tasks on mobile devices often remains frustrating. Recent advancements in large multimodal model (LMM)-based mobile agents have demonstrated the ability to perceive and act in mobile environments. However, current approaches face significant limitations: they fall short in addressing real-world human needs, struggle with reasoning-intensive and long-horizon tasks, and lack mechanisms to learn and improve from prior experiences. To overcome these challenges, we introduce Mobile-Agent-E, a hierarchical multi-agent framework capable of self-evolution through past experience. By hierarchical, we mean an explicit separation of high-level planning and low-level action execution. The framework comprises a Manager, responsible for devising overall plans by breaking down complex tasks into subgoals, and four subordinate agents--Perceptor, Operator, Action Reflector, and Notetaker--which handle fine-grained visual perception, immediate action execution, error verification, and information aggregation, respectively. Mobile-Agent-E also features a novel self-evolution module which maintains a persistent long-term memory comprising Tips and Shortcuts. Tips are general guidance and lessons learned from prior tasks on how to effectively interact with the environment. Shortcuts are reusable, executable sequences of atomic operations tailored for specific subroutines. The inclusion of Tips and Shortcuts facilitates continuous refinement in performance and efficiency. Alongside this framework, we introduce Mobile-Eval-E, a new benchmark featuring complex mobile tasks requiring long-horizon, multi-app interactions. Empirical results show that Mobile-Agent-E achieves a 22% absolute improvement over previous state-of-the-art approaches across three foundation model backbones. Project page: https://x-plug.github.io/MobileAgent.

📄 PDF Abstract BibTeX arXiv:2501.11733

Code (1)

x-plug/mobileagent pytorch

Similar Papers 제목 키워드 기반

MobileMem: Learning from a Year of Mobile Experiences

2026-08-11 · Xinle Deng, Yida Xue, Xiangyuan Ru, Haoming Xu 외 hf

The next generation of AI agents is increasingly moving beyond systems that answer isolated questions toward persistent personal assistants that can understand, remember, and continuously learn from users' experiences. S…

Information Retrieval

From Assistants to Adversaries: Exploring the Security Risks of Mobile LLM Agents

2025-05-19 · Liangxuan Wu, Chao Wang, Tianming Liu, Yanjie Zhao 외

The growing adoption of large language models (LLMs) has led to a new paradigm in mobile computing--LLM-powered mobile AI agents--capable of decomposing and automating complex tasks directly on smartphones. However, the …

Darwin Mobile Agent: A Roadmap for Self-Evolution

2026-05-26 · Daniel Beechey, Derek Yuen, Jianheng Liu, Dezhao Luo 외 arxiv

The goal of artificial intelligence is to create agents capable of general, adaptive behaviour in open-ended environments. Guided by the "Bitter Lesson", we argue that the most effective path toward this goal is to syste…

Reinforcement Learning

UI-Voyager: A Self-Evolving GUI Agent Learning via Failed Experience

2026-03-25 · Zichuan Lin, Feiyu Liu, Yijun Yang, Jiafei Lyu 외 arxiv

Autonomous mobile GUI agents have attracted increasing attention along with the advancement of Multimodal Large Language Models (MLLMs). However, existing methods still suffer from inefficient learning from failed trajec…

Mobile-Agent-v2: Mobile Device Operation Assistant with Effective Navigation via Multi-Agent Collaboration

2024-06-03 · Junyang Wang, Haiyang Xu, Haitao Jia, Xi Zhang 외

Mobile device operation tasks are increasingly becoming a popular multi-modal AI application scenario. Current Multi-modal Large Language Models (MLLMs), constrained by their training data, lack the capability to functio…