D-Mem: A Dual-Process Memory System for LLM Agents
Zhixing You, Jiachen Yuan, Jason Cai

TL;DR
D-Mem introduces a dual-process memory system for LLM agents that combines fast vector retrieval with a high-fidelity fallback, improving contextual understanding and efficiency in long-horizon reasoning tasks.
Contribution
This paper presents D-Mem, a novel dual-process memory architecture with a dynamic gating policy, enhancing memory accuracy and efficiency over traditional retrieval methods.
Findings
D-Mem achieves an F1 score of 53.5 on LoCoMo with GPT-4o-mini.
It recovers 96.7% of the Full Deliberation's performance.
D-Mem reduces computational costs compared to static retrieval baselines.
Abstract
Driven by the development of persistent, self-adapting autonomous agents, equipping these systems with high-fidelity memory access for long-horizon reasoning has emerged as a critical requirement. However, prevalent retrieval-based memory frameworks often follow an incremental processing paradigm that continuously extracts and updates conversational memories into vector databases, relying on semantic retrieval when queried. While this approach is fast, it inherently relies on lossy abstraction, frequently missing contextually critical information and struggling to resolve queries that rely on fine-grained contextual understanding. To address this, we introduce D-Mem, a dual-process memory system. It retains lightweight vector retrieval for routine queries while establishing an exhaustive Full Deliberation module as a high-fidelity fallback. To achieve cognitive economy without…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Topic Modeling · Information Retrieval and Search Behavior
