LightAgent: Mobile Agentic Foundation Models
Yangqin Jiang, Chao Huang
TL;DR
LightAgent addresses the tension between on-device compute limits and cloud-model costs for mobile GUI tasks by integrating a compact $3\text{B}$ on-device GUI agent trained with a two-stage SFT+GRPO pipeline on synthetic GUI data and a device-cloud orchestration layer. It introduces an efficient long-horizon reasoning module and textual history compression to extend reasoning across steps, paired with a dynamic task-complexity–driven switch to cloud models to minimize costs without sacrificing performance. Evaluations on AndroidLab and popular apps show the approach achieves competitive task success with substantial cloud-cost reductions, validating a practical path toward capable mobile GUI automation. The work demonstrates how a carefully designed on-device model, reinforcement-aligned training, and adaptive cloud offloading can enable robust, cost-effective mobile AI assistants.
Abstract
With the advancement of multimodal large language models (MLLMs), building GUI agent systems has become an increasingly promising direction-especially for mobile platforms, given their rich app ecosystems and intuitive touch interactions. Yet mobile GUI agents face a critical dilemma: truly on-device models (4B or smaller) lack sufficient performance, while capable models (starting from 7B) are either too large for mobile deployment or prohibitively costly (e.g., cloud-only closed-source MLLMs). To resolve this, we propose LightAgent, a mobile agentic foundation model solution that leverages device-cloud collaboration to tap the cost-efficiency of on-device models and the high capability of cloud models, while avoiding their drawbacks. Specifically, LightAgent enhances Qwen2.5-VL-3B via two-stage SFT->GRPO training on synthetic GUI data for strong decision-making, integrates an efficient long-reasoning mechanism to utilize historical interactions under tight resources, and defaults to on-device execution-only escalating challenging subtasks to the cloud via real-time complexity assessment. Experiments on the online AndroidLab benchmark and diverse apps show LightAgent matches or nears larger models, with a significant reduction in cloud costs.
