paper-with-me

Papers

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, Ming Yan, Weizhou Shen, Ji Zhang, Fei Huang, Jitao Sang

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 function effectively as operation assistants. Instead, MLLM-based agents, which enhance capabilities through tool invocation, are gradually being applied to this scenario. However, the two major navigation challenges in mobile device operation tasks, task progress navigation and focus content navigation, are significantly complicated under the single-agent architecture of existing work. This is due to the overly long token sequences and the interleaved text-image data format, which limit performance. To address these navigation challenges effectively, we propose Mobile-Agent-v2, a multi-agent architecture for mobile device operation assistance. The architecture comprises three agents: planning agent, decision agent, and reflection agent. The planning agent generates task progress, making the navigation of history operations more efficient. To retain focus content, we design a memory unit that updates with task progress. Additionally, to correct erroneous operations, the reflection agent observes the outcomes of each operation and handles any mistakes accordingly. Experimental results indicate that Mobile-Agent-v2 achieves over a 30% improvement in task completion compared to the single-agent architecture of Mobile-Agent. The code is open-sourced at https://github.com/X-PLUG/MobileAgent.

📄 PDF Abstract BibTeX arXiv:2406.01014

Code (2)

x-plug/mobileagent 공식 구현 pytorch
modelscope/modelscope-agent

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Mobile-Agent: Autonomous Multi-Modal Mobile Device Agent with Visual Perception

2024-01-29 · Junyang Wang, Haiyang Xu, Jiabo Ye, Ming Yan 외

Mobile device agent based on Multimodal Large Language Models (MLLM) is becoming a popular application. In this paper, we introduce Mobile-Agent, an autonomous multi-modal mobile device agent. Mobile-Agent first leverage…

CHOP: Mobile Operating Assistant with Constrained High-frequency Optimized Subtask Planning

2025-03-05 · Yuqi Zhou, Shuai Wang, Sunhao Dai, Qinglin Jia 외

The advancement of visual language models (VLMs) has enhanced mobile device operations, allowing simulated human-like actions to address user requirements. Current VLM-based mobile operating assistants can be structured …

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 …

When Large Language Model Agents Meet 6G Networks: Perception, Grounding, and Alignment

2024-01-15 · Minrui Xu, Dusit Niyato, Jiawen Kang, Zehui Xiong 외

AI agents based on multimodal large language models (LLMs) are expected to revolutionize human-computer interaction and offer more personalized assistant services across various domains like healthcare, education, manufa…

Integrated sensing and communicationLanguage ModelingLanguage ModellingLarge Language Model

Mobile-Agent-V: Learning Mobile Device Operation Through Video-Guided Multi-Agent Collaboration

2025-02-24 · Junyang Wang, Haiyang Xu, Xi Zhang, Ming Yan 외

The rapid increase in mobile device usage necessitates improved automation for seamless task management. However, many AI-driven frameworks struggle due to insufficient operational knowledge. Manually written knowledge h…

Management