菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-28
📄 Abstract - Benchmarking and Improving GUI Agents in High-Dynamic Environments

Recent advancements in Graphical User Interface (GUI) agents have predominantly focused on training paradigms like supervised fine-tuning (SFT) and reinforcement learning (RL). However, the challenge of high-dynamic GUI environments remains largely underexplored. Existing agents typically rely on a single screenshot after each action for decision-making, leading to a partially observable (or even unobservable) Markov decision process, where the key GUI state including important information for actions is often inadequately captured. To systematically explore this challenge, we introduce DynamicGUIBench, a comprehensive online GUI benchmark spanning ten applications and diverse interaction scenarios characterized by important interface changes between actions. Furthermore, we present DynamicUI, an agent designed for dynamic interfaces, which takes screen-recording videos of the interaction process as input and consists of three components: a dynamic perceiver, a refinement strategy, and a reflection. Specifically, the dynamic perceiver clusters frames of the GUI video, generates captions for the centroids, and iteratively selects the most informative frames as the salient dynamic context. Considering that there may be inconsistencies and noise between the selected frames and the textual context of the agent, the refinement strategy employs an action-conditioned filtering to refine thoughts to mitigate thought-action inconsistency and redundancy. Based on the refined agent trajectories, the reflection module provides effective and accurate guidance for further actions. Experiments on DynamicGUIBench demonstrate that DynamicUI significantly improves the performance in dynamic GUI environments, while maintaining competitive performance on other public benchmarks.

顶级标签: agents multi-modal
详细标签: gui agents benchmark dynamic environments video understanding reflection 或 搜索:

高动态环境下的GUI代理基准测试与改进 / Benchmarking and Improving GUI Agents in High-Dynamic Environments


1️⃣ 一句话总结

本文针对现有图形界面代理在处理界面频繁变化的高动态环境时信息获取不足的问题,提出了一个覆盖十个应用场景的在线基准测试DynamicGUIBench,并设计了一种名为DynamicUI的新代理方法,通过分析交互过程视频、动态选择关键帧、优化思考与动作一致性以及引入反思模块,显著提升了代理在动态环境中的表现。

源自 arXiv: 2604.25380