paper-with-me

Papers

AndroidLab: Training and Systematic Benchmarking of Android Autonomous Agents

2024-10-31 · Yifan Xu, Xiao Liu, Xueqiao Sun, Siyi Cheng, Hao Yu, Hanyu Lai, Shudan Zhang, Dan Zhang, Jie Tang, Yuxiao Dong

Autonomous agents have become increasingly important for interacting with the real world. Android agents, in particular, have been recently a frequently-mentioned interaction method. However, existing studies for training and evaluating Android agents lack systematic research on both open-source and closed-source models. In this work, we propose AndroidLab as a systematic Android agent framework. It includes an operation environment with different modalities, action space, and a reproducible benchmark. It supports both large language models (LLMs) and multimodal models (LMMs) in the same action space. AndroidLab benchmark includes predefined Android virtual devices and 138 tasks across nine apps built on these devices. By using the AndroidLab environment, we develop an Android Instruction dataset and train six open-source LLMs and LMMs, lifting the average success rates from 4.59% to 21.50% for LLMs and from 1.93% to 13.28% for LMMs. AndroidLab is open-sourced and publicly available at https://github.com/THUDM/Android-Lab.

📄 PDF Abstract BibTeX arXiv:2410.24024

Code (1)

THUDM/Android-Lab 공식 구현

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

EchoTrail-GUI: Building Actionable Memory for GUI Agents via Critic-Guided Self-Exploration

2025-12-22 · Runze Li, Yuwen Zhai, Bo Xu, LiWu Xu 외 arxiv

Contemporary GUI agents, while increasingly capable due to advances in Large Vision-Language Models (VLMs), often operate with a critical limitation: they treat each task in isolation, lacking a mechanism to systematical…

Android Coach: Improve Online Agentic Training Efficiency with Single State Multiple Actions

2026-04-08 · Guo Gan, Yuxuan Ding, Cong Chen, Yuwei Ren 외 arxiv

Online reinforcement learning (RL) serves as an effective method for enhancing the capabilities of Android agents. However, guiding agents to learn through online interaction is prohibitively expensive due to the high la…

Reinforcement Learning

AutoGLM: Autonomous Foundation Agents for GUIs

2024-10-28 · Xiao Liu, Bo Qin, Dongzhu Liang, Guang Dong 외

We present AutoGLM, a new series in the ChatGLM family, designed to serve as foundation agents for autonomous control of digital devices through Graphical User Interfaces (GUIs). While foundation models excel at acquirin…

ZeroGUI: Automating Online GUI Learning at Zero Human Cost

2025-05-29 · Chenyu Yang, Shiqian Su, Shi Liu, Xuan Dong 외

The rapid advancement of large Vision-Language Models (VLMs) has propelled the development of pure-vision-based GUI Agents, capable of perceiving and operating Graphical User Interfaces (GUI) to autonomously fulfill user…

MobileUse: A GUI Agent with Hierarchical Reflection for Autonomous Mobile Operation

2025-07-21 · Ning Li, Xiangmou Qu, Jiamu Zhou, Jun Wang 외 arxiv

Recent advances in Multimodal Large Language Models (MLLMs) have enabled the development of mobile agents that can understand visual inputs and follow user instructions, unlocking new possibilities for automating complex…