AI Navigate

Advancing Multimodal Agent Reasoning with Long-Term Neuro-Symbolic Memory

arXiv cs.AI / 3/17/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • NS-Mem is a long-term neuro-symbolic memory framework designed to advance multimodal agent reasoning by integrating neural memory with explicit symbolic structures and rules.
  • The system uses a three-layer memory architecture (episodic, semantic, and logic-rule layers), along with SK-Gen for automatic construction and maintenance of structured knowledge and incremental updates to both neural representations and symbolic rules.
  • A hybrid memory retrieval mechanism combines similarity-based search with deterministic symbolic query functions to support structured reasoning.
  • Experiments on real-world multimodal reasoning benchmarks show NS-Mem achieving an average 4.35% improvement in overall reasoning accuracy over pure neural memory systems, with gains up to 12.5% on constrained reasoning queries.

Abstract

Recent advances in large language models have driven the emergence of intelligent agents operating in open-world, multimodal environments. To support long-term reasoning, such agents are typically equipped with external memory systems. However, most existing multimodal agent memories rely primarily on neural representations and vector-based retrieval, which are well-suited for inductive, intuitive reasoning but fundamentally limited in supporting analytical, deductive reasoning critical for real-world decision making. To address this limitation, we propose NS-Mem, a long-term neuro-symbolic memory framework designed to advance multimodal agent reasoning by integrating neural memory with explicit symbolic structures and rules. Specifically, NS-Mem is operated around three core components of a memory system: (1) a three-layer memory architecture that consists episodic layer, semantic layer and logic rule layer, (2) a memory construction and maintenance mechanism implemented by SK-Gen that automatically consolidates structured knowledge from accumulated multimodal experiences and incrementally updates both neural representations and symbolic rules, and (3) a hybrid memory retrieval mechanism that combines similarity-based search with deterministic symbolic query functions to support structured reasoning. Experiments on real-world multimodal reasoning benchmarks demonstrate that Neural-Symbolic Memory achieves an average 4.35% improvement in overall reasoning accuracy over pure neural memory systems, with gains of up to 12.5% on constrained reasoning queries, validating the effectiveness of NS-Mem.