通过扩展数据与回溯历史,提升GUI自动化代理的执行准确性
ScaleTrack: Scaling and back-tracking Automated GUI Agents
- 构建统一模板的多源GUI数据集,增强视觉定位能力
- 引入回溯机制预测下一步操作,准确率提升18.7%
- 适合研究自动化交互、智能代理的开发者参考
自动化GUI代理旨在通过自动执行复杂任务来辅助用户操作数字环境(如网页、移动设备、桌面应用)。它接收文本任务指令和GUI描述,逐步生成可执行动作(如点击)及操作框。训练此类代理主要包含定位与规划两个阶段:定位阶段需根据任务找到执行坐标,规划阶段则基于历史动作预测下一步。然而,现有方法存在训练数据不足导致的定位不准,以及忽略历史行为回溯的问题。为此,本文提出ScaleTrack框架,通过扩大定位数据规模并引入历史行为回溯的规划策略。我们从多种来源收集不同合成标准的GUI样本,并统一为相同模板用于训练定位模型;同时设计新训练策略,在给定当前GUI图像时,不仅预测下一步动作,还回溯导致该状态的历史操作序列。该机制有效揭示了GUI图像与动作之间的对应关系,刻画了界面演化的规律。大量实验表明,ScaleTrack显著提升了代理性能。数据与代码将公开于url。
原文摘要 · Abstract (English)
Automated GUI agents aims to facilitate user interaction by automatically performing complex tasks in digital environments, such as web, mobile, desktop devices. It receives textual task instruction and GUI description to generate executable actions (\emph{e.g.}, click) and operation boxes step by step. Training a GUI agent mainly involves grounding and planning stages, in which the GUI grounding focuses on finding the execution coordinates according to the task, while the planning stage aims to predict the next action based on historical actions. However, previous work suffers from the limitations of insufficient training data for GUI grounding, as well as the ignorance of backtracking historical behaviors for GUI planning. To handle the above challenges, we propose ScaleTrack, a training framework by scaling grounding and backtracking planning for automated GUI agents. We carefully collected GUI samples of different synthesis criterions from a wide range of sources, and unified them into the same template for training GUI grounding models. Moreover, we design a novel training strategy that predicts the next action from the current GUI image, while also backtracking the historical actions that led to the GUI image. In this way, ScaleTrack explains the correspondence between GUI images and actions, which effectively describes the evolution rules of the GUI environment. Extensive experimental results demonstrate the effectiveness of ScaleTrack. Data and code will be available at url.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。