AIOct 28, 2025

MGA: Memory-Driven GUI Agent for Observation-Centric Interaction

arXiv:2510.24168v18 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses GUI navigation challenges for AI agents interacting with desktop/web interfaces, representing an incremental improvement over existing methods.

The paper tackles the problem of GUI agents' error propagation and local exploration bias by introducing MGA, which reframes interaction as 'observe first, then decide' using a triad of screenshot, spatial info, and structured memory, achieving substantial gains in robustness, generalization, and efficiency on benchmarks and real applications.

The rapid progress of Large Language Models (LLMs) and their multimodal extensions (MLLMs) has enabled agentic systems capable of perceiving and acting across diverse environments. A challenging yet impactful frontier is the development of GUI agents, which must navigate complex desktop and web interfaces while maintaining robustness and generalization. Existing paradigms typically model tasks as long-chain executions, concatenating historical trajectories into the context. While approaches such as Mirage and GTA1 refine planning or introduce multi-branch action selection, they remain constrained by two persistent issues: Dependence on historical trajectories, which amplifies error propagation. And Local exploration bias, where "decision-first, observation-later" mechanisms overlook critical interface cues. We introduce the Memory-Driven GUI Agent (MGA), which reframes GUI interaction around the principle of observe first, then decide. MGA models each step as an independent, context-rich environment state represented by a triad: current screenshot, task-agnostic spatial information, and a dynamically updated structured memory. Experiments on OSworld benchmarks, real desktop applications (Chrome, VSCode, VLC), and cross-task transfer demonstrate that MGA achieves substantial gains in robustness, generalization, and efficiency compared to state-of-the-art baselines. The code is publicly available at: {https://anonymous.4open.science/r/MGA-3571}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes