Search papers, labs, and topics across Lattice.
MobileForge introduces an annotation-free adaptation system for mobile GUI agents that addresses the challenges of adapting to diverse and frequently updated mobile applications. By integrating MobileGym for task generation and rollout evaluation with Hierarchical Feedback-Guided Policy Optimization (HiFPO), the system effectively utilizes automatically generated data to optimize agent performance. The results show that MobileForge achieves a Pass@3 score of 77.6% on AndroidWorld, outperforming existing models and establishing a new benchmark for open-data mobile GUI agents.
MobileForge achieves a remarkable 77.6% Pass@3 score for mobile GUI agents using only annotation-free adaptation data, setting a new standard in the field.
MLLM-based mobile GUI agents have made substantial progress in UI understanding and action execution, but adapting them to real target apps remains costly because mobile apps are numerous, frequently updated, and hard to cover with human-written tasks, demonstrations, or reward labels. Existing annotation-free GUI learning reduces manual supervision, yet lacks a unified substrate connecting target-app exploration, curriculum mining, rollout execution, and feedback, while policy optimization often relies on isolated rollouts and coarse rewards that are hard to convert into reliable improvement signals. We present MobileForge, an annotation-free adaptation system for mobile GUI agents. MobileForge consists of MobileGym, which grounds task generation and rollout evaluation in real mobile app interaction, and Hierarchical Feedback-Guided Policy Optimization (HiFPO), which turns trajectory outcomes, step-level process feedback, and corrective hints into hint-contextualized step-level GRPO updates. Using only automatically generated annotation-free adaptation data, MobileForge adapts Qwen3-VL-8B to 67.2% Pass@3 on AndroidWorld, close to the closed-data GUI-specialized GUI-Owl-1.5-8B base model at 69.0%. The MobileForge-adapted ForgeOwl-8B further reaches 77.6% Pass@3 on AndroidWorld and 41.0% success on the out-of-domain MobileWorld GUI-only split, establishing the strongest open-data mobile GUI agent in our evaluation. Code, data, and trained models will be released at https://mobile-forge.github.io/.