paper-with-me

Papers

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

2026-03-16 · Rongjie Jiang, Jianwei Wang, Gengda Zhao, Chengyang Luo, Kai Wang, Wenjie Zhang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.15280

Code (0)

등록된 구현이 없습니다.

Tasks

Multimodal ReasoningDecision Making

Similar Papers 제목 키워드 기반

MTBBench: A Multimodal Sequential Clinical Decision-Making Benchmark in Oncology

2025-11-25 · Kiril Vasilev, Alexandre Misrahi, Eeshaan Jain, Phil F Cheng 외 arxiv

Multimodal Large Language Models (LLMs) hold promise for biomedical reasoning, but current benchmarks fail to capture the complexity of real-world clinical workflows. Existing evaluations primarily assess unimodal, decon…

Seeing, Listening, Remembering, and Reasoning: A Multimodal Agent with Long-Term Memory

2025-08-13 · Lin Long, Yichen He, Wentao Ye, Yiyuan Pan 외 arxiv

We introduce M3-Agent, a novel multimodal agent framework equipped with long-term memory. Like humans, M3-Agent can process real-time visual and auditory inputs to build and update episodic and semantic memories, gradual…

Video Question AnsweringReinforcement LearningGeneral Knowledge

EgoBench: An Interactive Egocentric Multimodal Benchmark for Tool-Using Agents

2026-05-27 · Yunqi Liu, Tong Niu, Zitong Wang, Zhenlong Dai 외 arxiv

As AI agents increasingly operate in open, real-world environments, they require a deep synergy of multimodal perception, tool invocation with multi-hop reasoning, and dynamic interaction with users. However, existing be…

UniM: A Unified Any-to-Any Interleaved Multimodal Benchmark

2026-03-05 · Yanlin Li, Minghui Guo, Kaiwen Zhang, Shize Zhang 외 arxiv

In real-world multimodal applications, systems usually need to comprehend arbitrarily combined and interleaved multimodal inputs from users, while also generating outputs in any interleaved multimedia form. This capabili…

InfiGUI-R1: Advancing Multimodal GUI Agents from Reactive Actors to Deliberative Reasoners

2025-04-19 · Yuhang Liu, Pengxiang Li, Congkai Xie, Xavier Hu 외

Multimodal Large Language Models (MLLMs) have powered Graphical User Interface (GUI) Agents, showing promise in automating tasks on computing devices. Recent works have begun exploring reasoning in GUI tasks with encoura…

Action GenerationLogical ReasoningSpatial Reasoning