paper-with-me

홈 › Papers

MMA: Multimodal Memory Agent

2026-02-18 · Yihao Lu, Wanru Cheng, Zeyu Zhang, Hao Tang arxiv

Long-horizon multimodal agents depend on external memory; however, similarity-based retrieval often surfaces stale, low-credibility, or conflicting items, which can trigger overconfident errors. We propose Multimodal Memory Agent (MMA), which assigns each retrieved memory item a dynamic reliability score by combining source credibility, temporal decay, and conflict-aware network consensus, and uses this signal to reweight evidence and abstain when support is insufficient. We also introduce MMA-Bench, a programmatically generated benchmark for belief dynamics with controlled speaker reliability and structured text-vision contradictions. Using this framework, we uncover the "Visual Placebo Effect", revealing how RAG-based agents inherit latent visual biases from foundation models. On FEVER, MMA matches baseline accuracy while reducing variance by 35.2% and improving selective utility; on LoCoMo, a safety-oriented configuration improves actionable accuracy and reduces wrong answers; on MMA-Bench, MMA reaches 41.18% Type-B accuracy in Vision mode, while the baseline collapses to 0.0% under the same protocol. Code: https://github.com/AIGeeksGroup/MMA.

📄 PDF Abstract BibTeX arXiv:2602.16493

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SMMBench: A Benchmark for Source-Distributed Multimodal Agent Memory

2026-05-15 · Huacan Chai, Yukai Wang, Yingxuan Yang, Dan Peng 외 arxiv

Existing benchmarks for multimodal memory reasoning largely evaluate systems within pre-assembled contexts, but under-evaluate whether agents can use evidence distributed across independently originated sources. We argue…

Multimodal Reasoning

WorldMemArena: Evaluating Multimodal Agent Memory Through Action-World Interaction

2026-05-28 · Chengzhi Liu, Yuzhe Yang, Sophia Xiao Pu, Yepeng Liu 외 arxiv

Multimodal large language models are increasingly deployed as long-horizon agents, where memory must do more than recall: it must track an evolving world, revise what has gone stale, and surface the right evidence at dec…

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

Mem-Gallery: Benchmarking Multimodal Long-Term Conversational Memory for MLLM Agents

2026-01-07 · Yuanchen Bei, Tianxin Wei, Xuying Ning, Yanjun Zhao 외 arxiv

Long-term memory is a critical capability for multimodal large language model (MLLM) agents, particularly in conversational settings where information accumulates and evolves over time. However, existing benchmarks eithe…

Test-time Adaptation

AUGUSTUS: An LLM-Driven Multimodal Agent System with Contextualized User Memory

2025-10-17 · Jitesh Jain, Shubham Maheshwari, Ning Yu, Wen-mei Hwu 외 arxiv

Riding on the success of LLMs with retrieval-augmented generation (RAG), there has been a growing interest in augmenting agent systems with external memory databases. However, the existing systems focus on storing text i…