Paper 2605.14747
Video2GUI: Synthesizing Large-Scale Interaction Trajectories for Generalized GUI Agent Pretraining
- Published
- May 2026
- Research lab
- Independent
- Citations
- 2
- GitHub
- 38 stars
01 In brief
Summary
The paper introduces Video2GUI, a fully automated framework that extracts grounded GUI interaction trajectories from unlabeled internet videos to address the scarcity of large-scale training data for GUI agents.
The pipeline uses a coarse-to-fine filtering strategy: first, metadata-based classification (using a fine-tuned Qwen2.5-7B) reduces 500 million videos to ~20 million candidates; then, a video quality scorer (fine-tuned Qwen2.5-Omni) retains 4.16 million high-quality tutorial videos (~300,000 hours).
Trajectory extraction uses Gemini-3-Pro with a sliding-window approach to generate task instructions, action timestamps, and low-level instructions.
Action spatial grounding maps actions to precise screen coordinates using multi-frame high-resolution screenshots.
The resulting dataset, WildGUI, contains 12.7 million trajectories and 124.5 million screenshots across 1,500+ applications and websites.
Pre-training Qwen2.5-VL and Mimo-VL on WildGUI yields consistent improvements of 5–20% across GUI grounding and agent benchmarks, matching or surpassing state-of-the-art performance.
Scaling studies show performance increases with pretraining tokens up to 200 billion.
Ablations confirm the importance of grounding, action, and trajectory losses, and the two-stage training paradigm.
Human evaluation rates WildGUI trajectories higher than baselines (4.62 vs.
3.35 and 4.05).
The dataset and pipeline will be released to facilitate future research.
02 From the paper
Abstract
Recent advances in multimodal large language models have driven growing interest in graphical user interface (GUI) agents, yet their generalization remains constrained by the scarcity of large-scale training data spanning diverse real-world applications. Existing datasets rely heavily on costly manual annotations and are typically confined to narrow domains. To address this challenge, we propose Video2GUI, a fully automated framework that extracts grounded GUI interaction trajectories directly from unlabeled Internet videos. Video2GUI employs a coarse-to-fine filtering strategy to identify high-quality GUI tutorial videos and convert them into structured agent trajectories. Applying this pipeline to 500 million video metadata entries, we construct WildGUI, a large-scale dataset containing 12 million interaction trajectories spanning over 1,500 applications and websites. Pre-training Qwen2.5-VL and Mimo-VL on WildGUI yields consistent improvements of 5-20% across multiple GUI grounding and action benchmarks, matching or surpassing state-of-the-art performance. We will release both the WildGUI dataset and the Video2GUI pipeline to support future research of GUI agents.