paper-with-me

Papers

SelfMem: Self-Optimizing Memory for AI Agents

2026-07-04 · Shu Yang, Junchao Wu, Derek F. Wong, Di Wang arxiv

While current AI agents support increasingly long context windows, tool use, and skill execution for long-horizon tasks, they still require memory systems to effectively leverage historical experience. Existing memory frameworks typically rely on fixed storage, retrieval, and summarization mechanisms, which can be rigid across different tasks and often require manual tuning. To address this limitation, we propose SelfMem, a self-optimizing memory framework. Inspired by prior work on self-improving AI, we follow the principle of "teaching an agent to fish rather than giving it a fish." Instead of forcing the model to follow a predefined memory strategy or format, SelfMem provides an environment with memory tools and feedback signals that allow the agent to explore, evaluate, and refine its own memory strategy. Our results show that SelfMem consistently outperforms retrieval, compression, and agent-memory baselines on BEAM across conversation scales from 100K to 1M tokens. Compared with the strongest baseline, SelfMem improves the official score by 48.7%, 40.8%, and 41.9% at 100K, 500K, and 1M, respectively. Further question-type analysis shows broad robustness across diverse memory demands, and our optimization study shows that model-guided strategy refinement further improves performance.

📄 PDF Abstract BibTeX arXiv:2607.03726

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Lift Yourself Up: Retrieval-augmented Text Generation with Self Memory

2023-05-03 · Xin Cheng, Di Luo, Xiuying Chen, Lemao Liu 외

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation~(w…

Abstractive Text SummarizationDialogue GenerationMachine TranslationRetrieval+3

Lift Yourself Up: Retrieval-augmented Text Generation with Self-Memory

2023-09-21 · NeurIPS 2023 11

With direct access to human-written reference as memory, retrieval-augmented generation has achieved much progress in a wide range of text generation tasks. Since better memory would typically prompt better generation (w…

Learn to Memorize: Optimizing LLM-based Agents with Adaptive Memory Framework

2025-08-15 · Zeyu Zhang, Quanyu Dai, Rui Li, Xiaohe Bo 외 arxiv

LLM-based agents have been extensively applied across various domains, where memory stands out as one of their most essential capabilities. Previous memory mechanisms of LLM-based agents are manually predefined by human …

SEDM: Scalable Self-Evolving Distributed Memory for Agents

2025-09-11 · Haoran Xu, Jiacong Hu, Ke Zhang, Lei Yu 외 arxiv

Long-term multi-agent systems inevitably generate vast amounts of trajectories and historical interactions, which makes efficient memory management essential for both performance and scalability. Existing methods typical…

Fact Verification

Hybrid Self-evolving Structured Memory for GUI Agents

2026-03-11 · Sibo Zhu, Wenyi Wu, Kun Zhou, Stephen Wang 외 arxiv

The remarkable progress of vision-language models (VLMs) has enabled GUI agents to interact with computers in a human-like manner. Yet real-world computer-use tasks remain difficult due to long-horizon workflows, diverse…