CVApr 17, 2025

TongUI: Building Generalized GUI Agents by Learning from Multimodal Web Tutorials

arXiv:2504.12679v329 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of data scarcity for GUI agent development, enabling more robust automation across diverse systems and applications, though it is incremental as it builds on existing multimodal learning methods.

The paper tackles the challenge of insufficient trajectory data for generalized GUI agents by introducing the TongUI framework, which learns from multimodal web tutorials to create the GUI-Net dataset with 143K trajectories across five operating systems and over 200 applications, resulting in agents that outperform baselines by about 10% on grounding and navigation benchmarks.

Building Graphical User Interface (GUI) agents is a promising research direction, which simulates human interaction with computers or mobile phones to perform diverse GUI tasks. However, a major challenge in developing generalized GUI agents is the lack of sufficient trajectory data across various operating systems and applications, mainly due to the high cost of manual annotations. In this paper, we propose the TongUI framework that builds generalized GUI agents by learning from rich multimodal web tutorials. Concretely, we crawl and process online GUI tutorials (such as videos and articles) into GUI agent trajectory data, through which we produce the GUI-Net dataset containing 143K trajectory data across five operating systems and more than 200 applications. We develop the TongUI agent by fine-tuning Qwen2.5-VL-3B/7B models on GUI-Net, which show remarkable performance improvements on commonly used grounding and navigation benchmarks, outperforming baseline agents about 10\% on multiple benchmarks, showing the effectiveness of the GUI-Net dataset and underscoring the significance of our TongUI framework. We will fully open-source the code, the GUI-Net dataset, and the trained models soon.

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