paper-with-me

Papers

LatentMem: Customizing Latent Memory for Multi-Agent Systems

2026-02-03 · Muxin Fu, Xiangyuan Xue, Yafu Li, Zefeng He, Siyuan Huang, Xiaoye Qu, Yu Cheng, Yang Yang arxiv

Large language model (LLM)-powered multi-agent systems (MAS) demonstrate remarkable collective intelligence, wherein multi-agent memory serves as a pivotal mechanism for continual adaptation. However, existing multi-agent memory designs remain constrained by two fundamental bottlenecks: (i) memory homogenization arising from the absence of role-aware customization, and (ii) information overload induced by excessively fine-grained memory entries. To address these limitations, we propose LatentMem, a learnable multi-agent memory framework designed to customize agent-specific memories in a token-efficient manner. Specifically, LatentMem comprises an experience bank that stores raw interaction trajectories in a lightweight form, and a memory composer that synthesizes compact latent memories conditioned on retrieved experience and agent-specific contexts. Further, we introduce Latent Memory Policy Optimization (LMPO), which propagates task-level optimization signals through latent memories to the composer, encouraging it to produce compact and high-utility representations. Extensive experiments across diverse benchmarks and mainstream MAS frameworks show that LatentMem achieves a performance gain of up to $19.36$% over vanilla settings and consistently outperforms existing memory architectures, without requiring any modifications to the underlying frameworks.

📄 PDF Abstract BibTeX arXiv:2602.03036

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Visualized Framework for Event Cooperation with Generative Agents

2025-09-16 · Yuyang Tian, Shunqiang Mao, Wenchang Gao, Lanlan Qiu 외 arxiv

Large Language Models (LLMs) have revolutionized the simulation of agent societies, enabling autonomous planning, memory formation, and social interactions. However, existing frameworks often overlook systematic evaluati…

Confidant: Customizing Transformer-based LLMs via Collaborative Edge Training

2023-11-22 · Yuhao Chen, Yuxuan Yan, Qianqian Yang, Yuanchao Shu 외

Transformer-based large language models (LLMs) have demonstrated impressive capabilities in a variety of natural language processing (NLP) tasks. Nonetheless, it is challenging to deploy and fine-tune LLMs on mobile edge…

CPU

OPEN-THEATRE: An Open-Source Toolkit for LLM-based Interactive Drama

2025-09-20 · Tianyang Xu, Hongqiu Wu, Weiqi Wu, Hai Zhao arxiv

LLM-based Interactive Drama introduces a novel dialogue scenario in which the player immerses into a character and engages in a dramatic story by interacting with LLM agents. Despite the fact that this emerging area hold…

EconAgent: Large Language Model-Empowered Agents for Simulating Macroeconomic Activities

2023-10-16 · Nian Li, Chen Gao, Mingyu Li, Yong Li 외

The advent of artificial intelligence has led to a growing emphasis on data-driven modeling in macroeconomics, with agent-based modeling (ABM) emerging as a prominent bottom-up simulation paradigm. In ABM, agents (e.g., …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

Mem-W: Latent Memory-Native GUI Agents

2026-05-10 · Guibin Zhang, Yaohui Ling, Fanci Meng, Kun Wang 외 arxiv

GUI agents are beginning to operate the web, mobile, and desktop as interactive worlds, where successful control depends on carrying forward visual, procedural, and task-level evidence beyond the fleeting present screen.…