让AI先理解界面再执行指令,提升操作准确率
Falcon-UI: Understanding GUI Before Following User Instructions
- 用自动构建的界面数据集训练模型理解通用界面规律
- 70亿参数模型在多项任务上媲美720亿参数大模型
- 适合研究GUI智能体、人机交互的开发者与研究者
为实现类人级图形用户界面(GUI)交互,需同时具备界面理解与指令遵循能力。现有方法多将二者耦合,侧重指令跟随而忽视界面上下文理解。本文提出无需指令的GUI导航数据集Insight-UI,基于Common Crawl语料库自动生成,覆盖iOS、Android、Windows、Linux等平台,支持312,000个域名及多种分辨率。尽管界面交互随上下文变化,但各类界面存在共性模式,如点击项目查看详情,表明可独立学习界面操作规律,再联合指令微调。据此,我们构建了Falcon-UI模型:先在Insight-UI数据集上预训练,再在AITW、AITZ、Android Control和Mind2Web等安卓与网页数据集上微调。该模型仅含70亿参数,在AITZ数据集上的表现接近720亿参数的Qwen2VL,验证了界面理解与代理性能间的正向关联。代码与数据集将开源。
原文摘要 · Abstract (English)
Pursuing human-like interaction for Graphical User Interface (GUI) agents requires understanding the GUI context and following user instructions. However, existing works typically couple these two aspects and focus more on instruct-following abilities, while ignoring the importance of understanding the GUI context. In this paper, we introduce an instruction-free GUI navigation dataset, termed Insight-UI Dataset, to enhance model comprehension of GUI environments. Insight-UI Dataset is automatically generated from the Common Crawl corpus, simulating various platforms -- including iOS, Android, Windows, and Linux -- across multiple resolutions on 312K domains. Although GUI interactions vary by context, diverse interfaces share common internal patterns, such as clicking an item to view its details. It implies the feasibility of independent GUI operation learning, followed by joint optimization with instruction tuning. Thereby, we develop the GUI agent model Falcon-UI, which is initially pretrained on Insight-UI Dataset and subsequently fine-tuned on Android and Web GUI datasets, including AITW, AITZ, Android Control, and Mind2Web. With 7 billion parameters, Falcon-UI achieves accuracy comparable to the 72 billion-parameter Qwen2VL on AITZ, validating the alignment between GUI context comprehension and agent performance. Our code and dataset will be open-sourced.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。