MEGA Hub

UniMem: Complementary Episodic-to-Parametric Memory for Boundary-Agnostic Task Streams

Authors

Do you know Siyu Xia?You can claim authorship or link another user.Do you know Chenheng Zhang?You can claim authorship or link another user.Do you know Yanting Wu?You can claim authorship or link another user.Do you know Haoxuan Li?You can claim authorship or link another user.Do you know Jiajun Chai?You can claim authorship or link another user.Do you know Xiaohan Wang?You can claim authorship or link another user.Do you know Guojun Yin?You can claim authorship or link another user.Do you know Wei Lin?You can claim authorship or link another user.Do you know Zhouchen Lin?You can claim authorship or link another user.Do you know Haifeng Zhang?You can claim authorship or link another user.Do you know Jun Wang?You can claim authorship or link another user.

Abstract

Memory is essential for LLM agents to accumulate task experience and reuse task-specific execution strategies. However, real-world deployment over boundary-agnostic and evolving task streams exposes a fundamental stability-plasticity dilemma. External retrieval-based memory can rapidly absorb new evidence, but it often fails to internalize recurring execution patterns and incurs inference-time retrieval overhead. Parametric memory enables stable and efficient execution once learned, but typically relies on explicit task boundaries and fixed parameter budgets. Inspired by the human brain, which balances plasticity and stability through complementary episodic storage and gradual consolidation, we propose UniMem, a self-routing framework for autonomous memory management. UniMem uses learnable routing tokens as memory controllers, enabling adaptive coordination between complementary memory pathways: novel or sparse tasks are retained in an episodic buffer for retrieval-augmented execution, while recurring and reliable patterns are consolidated into expandable parametric memory. By decoupling task identification from task execution with routing tokens and parametric memory blocks, UniMem expands memory on demand without task labels during deployment or uncontrolled parameter growth. Experiments on long-horizon streaming task sequences show that UniMem consistently outperforms baselines while maintaining execution fidelity, achieving an average gain of 4.0 EM points across three backbone models.

Community

00