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

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

23 Sep 2024arXiv:2409.14818archive 2025-07-28

Qinzhuo Wu, Weikai Xu, Wei Liu, Tao Tan, Jianfeng Liu, Ang Li, Jian Luan, Bin Wang, Shuo Shang

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.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2409.14818")

Code

Syntology Ran 13 of 18 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 12 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xiaomi/mobilevlm officialmentioned in paperpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 13 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
12ran
5unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from xiaomi/mobilevlm. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_iou xiaomi/mobilevlm/test_515/count_aver_iou.py official repository ran licence not identified · pointer only · 3aac5dfd1627a360 · report
dict2dict xiaomi/mobilevlm/corpus/list_prefix.py official repository ran licence not identified · pointer only · e4b5d64062a91b7f · report
dict2txt xiaomi/mobilevlm/corpus/list_prefix.py official repository ran licence not identified · pointer only · 48c980f8b78480c1 · report
dictcount xiaomi/mobilevlm/corpus/list_prefix.py official repository ran licence not identified · pointer only · b2e1feaa54352576 · report
gpt_usage xiaomi/mobilevlm/corpus/chatgpt.py official repository ran licence not identified · pointer only · e479638f07e3d5f2 · report
load_dict xiaomi/mobilevlm/corpus/bm25.py official repository ran licence not identified · pointer only · e0f0dbdcd40e0123 · report
load_json xiaomi/mobilevlm/corpus/bm25.py official repository ran licence not identified · pointer only · 1c84aeb1de479bcc · report
load_txt xiaomi/mobilevlm/corpus/bm25.py official repository ran licence not identified · pointer only · 1aa5d2a1084ca8a3 · report
local_image_to_data_url xiaomi/mobilevlm/test_515/gpt.py official repository ran licence not identified · pointer only · 829b3a29017bf6be · report
preprocess xiaomi/mobilevlm/finetune.py official repository ran · our draft was wrong no licence file found · pointer only · 8b733c9fc590e4c1 · report
process_html xiaomi/mobilevlm/test_515/build_test_inout_put.py official repository ran fingerprinted licence not identified · pointer only · d4b2c3b54965a829 · report
read_json_file xiaomi/mobilevlm/corpus/xml_test_22.py official repository ran licence not identified · pointer only · 707a0ecb9f3c6f2d · report
scale_coordinates xiaomi/mobilevlm/test_515/count_aver_iou.py official repository ran licence not identified · pointer only · a8686802123b33d2 · report
any_tree_to_html xiaomi/mobilevlm/xml_to_html.py official repository unverified licence not identified · pointer only · 2f9f1293699146bc · report
chatgpt xiaomi/mobilevlm/corpus/chatgpt.py official repository unverified licence not identified · pointer only · ff85b6fede884ce7 · report
extract_coordinates xiaomi/mobilevlm/test_515/count_aver_iou.py official repository unverified licence not identified · pointer only · 7261ce7a4e26085e · report
gpt_4v_actionspace xiaomi/mobilevlm/test_515/gpt.py official repository unverified licence not identified · pointer only · b6659c22b1479358 · report
gpt_4v_ref xiaomi/mobilevlm/test_515/gpt.py official repository unverified licence not identified · pointer only · e513b28efe0be636 · report

Tasks

Language ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections