How Mobile World Model Guides GUI Agents?
TLDR
Investigates how mobile world models guide GUI agents by comparing four modalities and evaluating downstream utility on benchmarks.
Reasoning
The paper provides a systematic comparison of world model modalities and demonstrates strong empirical results on multiple benchmarks, which is a strength. However, the abstract does not detail limitations or failure cases, and the focus on mobile GUI agents may limit generalizability.
Read-first score
Read-first score 54.6, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 42.
Field roles
Rank sensitivity
Stability: volatile; rank range: 284.
Keyword Scores
Deep Analysis
Innovations
- Training world models across four modalities: delta text, full text, diffusion-based images, and renderable code.
- Achieving state-of-the-art performance on MobileWorldBench and Code2WorldBench.
- Identifying that renderable code reconstruction provides high in-distribution fidelity and effective multimodal supervision, while text-based feedback is more robust for online out-of-distribution execution.
- Demonstrating that world-model-generated trajectories can improve agent end-to-end task performance despite not preserving the original distribution.
- Finding that world models are more effective as prior perception or training supervision than as universal post-hoc verifiers for overconfident agents.
Methodology
The authors filter and annotate mobile world-model data, then train world models across four modalities: delta text, full text, diffusion-based images, and renderable code. They evaluate these models on MobileWorldBench and Code2WorldBench for state-of-the-art comparison, and assess downstream utility on AITZ, AndroidControl, and AndroidWorld to derive findings about representation utility, trajectory transfer, and the role of world models.
Key Results
The proposed world models achieve state-of-the-art results on both MobileWorldBench and Code2WorldBench. Three key findings emerge: renderable code excels in-distribution but text is more robust for OOD; world-model trajectories improve agent training despite distribution shift; and world models are better suited as prior perception or training supervision than as post-hoc verifiers for overconfident agents.
Limitations
- World-model-generated trajectories do not preserve the original data distribution.
- Posterior self-reflection provides limited gains for overconfident mobile agents with low action entropy.
- Renderable code reconstruction has limited out-of-distribution robustness compared to text-based feedback.