Continual GUI Agents
Ziwei Liu, Borui Kang, Hangjie Yuan, Zixiang Zhao, Wei Li, Yifan Zhu, Tao Feng
TL;DR
The paper addresses the problem of GUI grounding under domain and resolution shifts by proposing Continual GUI Agents. It introduces GUI-AiF, a reinforcement fine-tuning framework that adds two anchoring rewards, APR-iF and ARR-iF, to encourage exploration of diverse interaction points and region scales, integrated with GRPO and KL regularization to mitigate forgetting. Empirical results on ScreenSpot-V1, V2, and Pro show that GUI-AiF outperforms SFT and existing RFT baselines, with ablations confirming the complementary benefits of APR-iF and ARR-iF and revealing forward transfer benefits. This work establishes the first continual GUI agent framework and demonstrates the potential of reinforcement fine-tuning to sustain grounding performance across evolving GUIs, enabling more robust real-world automation across platforms and resolutions.
Abstract
As digital environments (data distribution) are in flux, with new GUI data arriving over time-introducing new domains or resolutions-agents trained on static environments deteriorate in performance. In this work, we introduce Continual GUI Agents, a new task that requires GUI agents to perform continual learning under shifted domains and resolutions. We find existing methods fail to maintain stable grounding as GUI distributions shift over time, due to the diversity of UI interaction points and regions in fluxing scenarios. To address this, we introduce GUI-Anchoring in Flux (GUI-AiF), a new reinforcement fine-tuning framework that stabilizes continual learning through two novel rewards: Anchoring Point Reward in Flux (APR-iF) and Anchoring Region Reward in Flux (ARR-iF). These rewards guide the agents to align with shifting interaction points and regions, mitigating the tendency of existing reward strategies to over-adapt to static grounding cues (e.g., fixed coordinates or element scales). Extensive experiments show GUI-AiF surpasses state-of-the-art baselines. Our work establishes the first continual learning framework for GUI agents, revealing the untapped potential of reinforcement fine-tuning for continual GUI Agents.
