paper-with-me

홈 › Papers

MobileAgent: enhancing mobile control via human-machine interaction and SOP integration

2024-01-04 · Tinghe Ding

Agents centered around Large Language Models (LLMs) are now capable of automating mobile device operations for users. After fine-tuning to learn a user's mobile operations, these agents can adhere to high-level user instructions online. They execute tasks such as goal decomposition, sequencing of sub-goals, and interactive environmental exploration, until the final objective is achieved. However, privacy concerns related to personalized user data arise during mobile operations, requiring user confirmation. Moreover, users' real-world operations are exploratory, with action data being complex and redundant, posing challenges for agent learning. To address these issues, in our practical application, we have designed interactive tasks between agents and humans to identify sensitive information and align with personalized user needs. Additionally, we integrated Standard Operating Procedure (SOP) information within the model's in-context learning to enhance the agent's comprehension of complex task execution. Our approach is evaluated on the new device control benchmark AitW, which encompasses 30K unique instructions across multi-step tasks, including application operation, web searching, and web shopping. Experimental results show that the SOP-based agent achieves state-of-the-art performance in LLMs without incurring additional inference costs, boasting an overall action success rate of 66.92\%. The code and data examples are available at https://github.com/alipay/mobile-agent.

📄 PDF Abstract BibTeX arXiv:2401.04124

Code (1)

alipay/mobile-agent 공식 구현 jax

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

MobileAgentBench: An Efficient and User-Friendly Benchmark for Mobile LLM Agents

2024-06-12 · Luyuan Wang, Yongyu Deng, Yiwei Zha, Guodong Mao 외

Large language model (LLM)-based mobile agents are increasingly popular due to their capability to interact directly with mobile phone Graphic User Interfaces (GUIs) and their potential to autonomously manage daily tasks…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model

HyMobileAgent: Data-Environment Co-Scaling for Efficient GUI Agents

2026-07-16 · Hy Vision Team, Huawen Shen, Zhengyang Tang, Shangpin Peng 외 arxiv

As large multimodal models move from understanding content to operating on digital environments, mobile GUI has emerged as a challenging and consequential testbed for digital embodied intelligence. Mobile agents operate …

Reinforcement LearningDecision Making

Advancing Mobile GUI Agents: A Verifier-Driven Approach to Practical Deployment

2025-03-20 · Gaole Dai, Shiqi Jiang, Ting Cao, Yuanchun Li 외

We propose V-Droid, a mobile GUI task automation agent. Unlike previous mobile agents that utilize Large Language Models (LLMs) as generators to directly generate actions at each step, V-Droid employs LLMs as verifiers t…

Decision Making

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…

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

2025-01-20 · Zhenhailong Wang, Haiyang Xu, Junyang Wang, Xi Zhang 외

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 th…