AIJan 30

Darwinian Memory: A Training-Free Self-Regulating Memory System for GUI Agent Evolution

arXiv:2601.22528v11 citationsh-index: 6
Originality Incremental advance
AI Analysis

This addresses a domain-specific problem for GUI automation by providing a self-evolving memory system to improve agent performance in dynamic environments.

The paper tackles the problem of GUI agents struggling with long-horizon, cross-application tasks due to limited context windows by proposing the Darwinian Memory System, which boosts success rates by 18.0% and execution stability by 33.9% without training costs.

Multimodal Large Language Model (MLLM) agents facilitate Graphical User Interface (GUI) automation but struggle with long-horizon, cross-application tasks due to limited context windows. While memory systems provide a viable solution, existing paradigms struggle to adapt to dynamic GUI environments, suffering from a granularity mismatch between high-level intent and low-level execution, and context pollution where the static accumulation of outdated experiences drives agents into hallucination. To address these bottlenecks, we propose the Darwinian Memory System (DMS), a self-evolving architecture that constructs memory as a dynamic ecosystem governed by the law of survival of the fittest. DMS decomposes complex trajectories into independent, reusable units for compositional flexibility, and implements Utility-driven Natural Selection to track survival value, actively pruning suboptimal paths and inhibiting high-risk plans. This evolutionary pressure compels the agent to derive superior strategies. Extensive experiments on real-world multi-app benchmarks validate that DMS boosts general-purpose MLLMs without training costs or architectural overhead, achieving average gains of 18.0% in success rate and 33.9% in execution stability, while reducing task latency, establishing it as an effective self-evolving memory system for GUI tasks.

Foundations

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

Your Notes