NeFut Logo NeFut
Admin Login

[CS.AI] CoMem: Collective‑Individual Memory Synergy for Evolutionary Multi‑Agent Systems

Published at: 2026-09-16 22:00 Last updated: 2026-09-18 00:46
#algorithm #AI #Machine Learning

Effective memory mechanisms are essential for improving the performance of LLM‑driven multi‑agent systems (MAS). Most existing approaches rely on flat, unstructured memory stores that quickly become noisy and erase distinctions among agents. To tackle this, we introduce the notion of collective‑individual memory synergy and present the CoMem architecture, which unifies private experience with shared knowledge for multi‑agent learning.\ \ CoMem consists of three core components:\

  1. Private Experience Sedimentation – each agent continuously preserves and updates its own useful memories, preventing valuable information from being overwritten.\
  2. Collective Wisdom Curation – only ideas that have been widely validated across agents are written to the shared memory, limiting noise propagation.\
  3. Parallel Dual‑Stream Retrieval – during inference agents query both their private memory and the group memory; clustering ensures diverse retrieval results, balancing individual expertise with collective insight.\ \ Benchmarks on ALFWorld and PDDL show that CoMem consistently outperforms flat‑memory baselines in overall success rate, task efficiency, and resistance to memory pollution. The results demonstrate that synergizing collective and individual memories enables MAS to retain rich, reliable knowledge over long‑term evolution.\ \ Review
Original Source: https://arxiv.org/abs/2609.15009

[h] Back to Home