GUI-R1 : A Generalist R1-Style Vision-Language Action Model For GUI Agents
About
Existing efforts in building Graphical User Interface (GUI) agents largely rely on the training paradigm of supervised fine-tuning on Large Vision-Language Models (LVLMs). However, this approach not only demands extensive amounts of training data but also struggles to effectively understand GUI screenshots and generalize to unseen interfaces. The issue significantly limits its application in real-world scenarios, especially for high-level tasks. Inspired by Reinforcement Fine-Tuning (RFT) in large reasoning models (e.g., DeepSeek-R1), which efficiently enhances the problem-solving capabilities of large language models in real-world settings, we propose \name, the first reinforcement learning framework designed to enhance the GUI capabilities of LVLMs in high-level real-world task scenarios, through unified action space rule modeling. By leveraging a small amount of carefully curated high-quality data across multiple platforms (including Windows, Linux, MacOS, Android, and Web) and employing policy optimization algorithms such as Group Relative Policy Optimization (GRPO) to update the model, \name achieves superior performance using only 0.02\% of the data (3K vs. 13M) compared to previous state-of-the-art methods like OS-Atlas across eight benchmarks spanning three different platforms (mobile, desktop, and web). These results demonstrate the immense potential of reinforcement learning based on unified action space rule modeling in improving the execution capabilities of LVLMs for real-world GUI agent tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| GUI Grounding | ScreenSpot Pro | Average Score1.60e+3 | 169 | |
| GUI Grounding | ScreenSpot | Avg Acc77 | 76 | |
| Mobile GUI Automation | GUI-Odyssey | Success Rate (SR)47.7 | 50 | |
| UI Navigation | AndroidControl (offline) | Step Success Rate51.7 | 23 | |
| GUI planning | AndroidControl High | SR46.6 | 21 | |
| GUI planning | AndroidControl Low | SR (%)64.4 | 21 | |
| GUI Agent | AITZ | SR50.5 | 20 | |
| Short-Term Planning | AndroidControl Low | Type85.17 | 16 | |
| Short-Term Planning | OmniAct Desktop | Type Success Rate92.2 | 16 | |
| Short-Term Planning | GUI-Act-Web | Type Success Rate90.85 | 16 |