BMAM: Brain-inspired Multi-Agent Memory Framework
Yang Li, Jiaxiang Liu, Yusong Wang, Yujie Wu, Mingkun Xu
TL;DR
This paper tackles soul erosion, the degradation of temporal coherence, semantic consistency, and identity in long-horizon AI agents, by introducing BMAM, a brain-inspired multi-agent memory framework. BMAM decomposes memory into specialized subsystems (episodic, semantic, salience) coordinated by a central controller, and employs a StoryArc timeline for explicit temporal indexing along with a hybrid retrieval scheme that fuses lexical, semantic, relational, and temporal signals, enabling temporally grounded reasoning. Empirical evaluation on LoCoMo and LongMemEval shows BMAM achieves 78.45% accuracy on LoCoMo and 67.60% on LongMemEval, with ablations underscoring the critical role of the hippocampus-inspired episodic memory for temporal reasoning; error analysis highlights temporal confusion and entity ambiguity as primary challenges. The work presents a principled architectural pattern for persistent memory in AI agents and points to future directions in cross-modal memory, embodied agents, and adaptive component activation to further strengthen long-horizon memory and personalization.
Abstract
Language-model-based agents operating over extended interaction horizons face persistent challenges in preserving temporally grounded information and maintaining behavioral consistency across sessions, a failure mode we term soul erosion. We present BMAM (Brain-inspired Multi-Agent Memory), a general-purpose memory architecture that models agent memory as a set of functionally specialized subsystems rather than a single unstructured store. Inspired by cognitive memory systems, BMAM decomposes memory into episodic, semantic, salience-aware, and control-oriented components that operate at complementary time scales. To support long-horizon reasoning, BMAM organizes episodic memories along explicit timelines and retrieves evidence by fusing multiple complementary signals. Experiments on the LoCoMo benchmark show that BMAM achieves 78.45 percent accuracy under the standard long-horizon evaluation setting, and ablation analyses confirm that the hippocampus-inspired episodic memory subsystem plays a critical role in temporal reasoning.
