paper-with-me

Papers

SE-GA: Memory-Augmented Self-Evolution for GUI Agents

2026-05-16 · Shilong Jin, Lanjun Wang, Zhuosheng Zhang arxiv

Autonomous Graphical User Interface (GUI) agents often struggle with multi-step tasks due to constrained context windows and static policies that fail to adapt to dynamic environments. To address these limitations, this work proposes the Self-Evolving GUI Agent (SE-GA), a novel framework that integrates hierarchical memory structures with an iterative self-improvement mechanism. At the core of our approach is Test-Time Memory Extension (TTME), which facilitates long-term planning by dynamically retrieving episodic, semantic, and experiential memories to provide salient contexts during inference. To ensure continuous learning, we introduce Memory-Augmented Self-Evolution (MASE), which is a training pipeline that adopts the data collected by TTME to stabilize and enhance the agent's foundational policy. Extensive evaluations across both offline and online benchmarks demonstrate SE-GA achieves state-of-the-art performance, reaching success rates of 89.0\% on ScreenSpot and 75.8\% on the challenging AndroidControl-High dataset. Furthermore, significant improvements on the AndroidWorld benchmark highlight the superior generalization to dynamic environments. Open source code: https://github.com/jinshilong-dev/SE-GA

📄 PDF Abstract BibTeX arXiv:2605.16883

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

OPD-Evolver: Cultivating Holistic Agent Evolver via On-Policy Distillation

2026-06-16 · Guibin Zhang, Xun Xu, Yanwei Yue, Zikun Su 외 arxiv

Memory has become a standard substrate for self-evolving agents, yet retaining experience is not the same as learning how to evolve through it. Existing memory agents can store trajectories, retrieve reflections, or accu…

OEP: Poisoning Self-Evolving LLM Agents via Locally Correct but Non-Transferable Experiences

2026-05-18 · Kaixiang Wang, Jiong Lou, Zhaojiacheng Zhou, Jie Li arxiv

Memory-augmented large language model (LLM) agents use iterative reflection and self-evolution to solve complex tasks, but these mechanisms introduce security risks. Existing agentic memory attacks require privileged acc…

Zombie Agents: Persistent Control of Self-Evolving LLM Agents via Self-Reinforcing Injections

2026-02-17 · Xianglin Yang, Yufei He, Shuo Ji, Bryan Hooi 외 arxiv

Self-evolving LLM agents update their internal state across sessions, often by writing and reusing long-term memory. This design improves performance on long-horizon tasks but creates a security risk: untrusted external …

Memory Augmented Self-Play

2018-05-28 · Shagun Sodhani, Vardaan Pahuja

Self-play is an unsupervised training procedure which enables the reinforcement learning agents to explore the environment without requiring any external rewards. We augment the self-play setting by providing an external…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Your Agent May Misevolve: Emergent Risks in Self-evolving LLM Agents

2025-09-30 · Shuai Shao, Qihan Ren, Chen Qian, Boyi Wei 외 arxiv

Advances in Large Language Models (LLMs) have enabled a new class of self-evolving agents that autonomously improve through interaction with the environment, demonstrating strong capabilities. However, self-evolution als…