CLAISep 23, 2024

MobileVLM: A Vision-Language Model for Better Intra- and Inter-UI Understanding

arXiv:2409.14818v256 citationsh-index: 11
AI Analysis

This work addresses mobile AI agents' limitations in UI understanding, though it is incremental as it builds on existing VLM fine-tuning approaches.

The paper tackles the problem of vision-language models lacking mobile-specific capabilities for recognizing UI elements and understanding page transitions, proposing MobileVLM with additional pre-training stages and a 3-million-page dataset, which outperforms existing VLMs on mobile benchmarks.

Recently, mobile AI agents based on VLMs have been gaining increasing attention. These works typically utilize VLM as a foundation, fine-tuning it with instruction-based mobile datasets. However, these VLMs are typically pre-trained on general-domain data, which often results in a lack of fundamental capabilities specific to the mobile domain. Therefore, they may struggle to recognize specific UI elements and understand intra-UI fine-grained information. In addition, the current fine-tuning task focuses on interacting with the most relevant element for the given instruction. These fine-tuned VLMs may still ignore the relationships between UI pages, neglect the roles of elements in page transitions and lack inter-UI understanding. To address issues, we propose a VLM called MobileVLM, which includes two additional pre-training stages to enhance both intra- and inter-UI understanding. We defined four UI-based pre-training tasks, enabling the model to better perceive fine-grained elements and capture page transition actions. To address the lack of mobile pre-training data, we built a large Chinese mobile dataset Mobile3M from scratch, which contains 3 million UI pages, and real-world transition actions, forming a directed graph structure. Experimental results show MobileVLM excels on both our test set and public mobile benchmarks, outperforming existing VLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes