WorldMemArena: Evaluating Multimodal Agent Memory Through Action-World Interaction

TL;DR

WorldMemArena evaluates multimodal agent memory, revealing flexible yet unreliable memory management.

cs.CV 🔴 Advanced 2026-05-28 15 views
Chengzhi Liu Yuzhe Yang Sophia Xiao Pu Yepeng Liu Lin Long Yichen Guo Nuo Chen Zhaotian Weng Elena Kochkina Simerjot Kaur Charese Smiley Xiaomo Liu James Zou Sheng Liu Yuheng Bu Songyou Peng Xin Eric Wang
multimodal memory evaluation long-term memory agent systems interaction

Key Findings

Methodology

WorldMemArena evaluates multimodal agent memory through an 'Action-World Interaction Loop' framework, encompassing four stages: writing, maintenance, retrieval, and use. This framework allows for comparisons between manually designed and self-managing systems, using RAG and external memory systems as benchmarks.

Key Results

  • Result 1: Better memory writing and storage do not guarantee better performance, especially in complex visual tasks, performance remains limited.
  • Result 2: Multimodal memory is unstable across domains, degrading on realistic trajectories.
  • Result 3: Memory management is flexible but costly and less reliable.

Significance

This study provides a new perspective on evaluating multimodal agent memory, emphasizing the integrity and dynamics of the memory lifecycle. It fills gaps in existing benchmarks regarding dynamic interaction and multimodal evidence use.

Technical Contribution

Introduced the 'Action-World Interaction Loop' framework, defining a four-stage memory lifecycle, enabling the first unified comparison of long-context, manually designed, and self-managing memory agents.

Novelty

First to define multimodal agent memory as an observable lifecycle, allowing stage-level diagnosis of memory writing, maintenance, retrieval, and use.

Limitations

  • Limitation 1: Multimodal memory systems still struggle to fully utilize visual evidence.
  • Limitation 2: Systems are unstable across domains, degrading on realistic trajectories.

Future Work

Future research could focus on improving the efficiency of multimodal evidence use, enhancing system stability across domains, and reducing memory management costs.

AI Executive Summary

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 stale information, and surface the right evidence at decision time. Existing benchmarks fail to effectively evaluate these capabilities. WorldMemArena evaluates multimodal agent memory through an 'Action-World Interaction Loop' framework, covering 400 multi-session tasks with annotations for gold memory points, updates, distractors, and evidence chains. Experiments show that better memory writing and storage do not guarantee better performance; multimodal memory still struggles with visual evidence; systems are unstable across domains and degrade on realistic trajectories; and memory management is flexible but costly and less reliable.

Deep Analysis

Background

Multimodal large language models are increasingly used in dynamic environments, requiring memory systems to support task state tracking, learning from actions, and decision-making through real-world interaction. Existing benchmarks focus on static dialogue recall, failing to evaluate dynamic interaction capabilities.

Core Problem

The core problem is that existing benchmarks fail to effectively evaluate the dynamic interaction capabilities of multimodal agent memory, especially in long-term tasks where memory must support information writing, updating, retrieval, and use.

Innovation

WorldMemArena introduces an 'Action-World Interaction Loop' framework, defining multimodal agent memory as an observable lifecycle, allowing stage-level diagnosis of memory writing, maintenance, retrieval, and use.

Methodology

  • �� Define 'Action-World Interaction Loop' framework, covering four-stage memory lifecycle.
  • �� Design 400 multi-session tasks with annotations for gold memory points, updates, distractors, and evidence chains.
  • �� Conduct unified comparison of manually designed and self-managing memory agents.

Experiments

Experiments use the WorldMemArena benchmark, covering long-context, manually designed, and self-managing memory agents. Evaluation metrics include accuracy of memory writing, maintenance, retrieval, and use.

Results

Results show that better memory writing and storage do not guarantee better performance; multimodal memory struggles with visual evidence; systems are unstable across domains and degrade on realistic trajectories.

Applications

This research can be used to evaluate multimodal agents' memory capabilities in dynamic environments, particularly in applications requiring long-term memory and multimodal evidence use.

Limitations & Outlook

Multimodal memory systems struggle with full utilization of visual evidence, systems are unstable across domains, degrading on realistic trajectories.

Plain Language Accessible to non-experts

Imagine a large library with many books and resources. A multimodal agent is like a librarian who needs to find the right information at different times to answer questions. WorldMemArena acts as a test to check if this librarian can effectively find, update, and use this information in various situations.

ELI14 Explained like you're 14

Imagine you're playing a complex game where you need to remember lots of things, like what you've done before and what tasks are still incomplete. WorldMemArena is like a super helper that helps you remember all the important stuff in the game and gives you hints when you need them.

Glossary

Multimodal

Involves multiple data types such as text, images, and videos.

Used in the paper to describe the capability of handling multiple data types simultaneously.

Memory Lifecycle

The complete process from writing to using memory.

Used to evaluate the dynamic interaction capabilities of multimodal agent memory.

Action-World Interaction Loop

A framework describing agent-environment interaction.

Used to define the evaluation framework for multimodal agent memory.

RAG (Retrieval-Augmented Generation)

A technique combining information retrieval and generation.

Used as a benchmark for comparing manually designed and self-managing memory agents.

Gold Memory Points

Information that should be retained after a session.

Used to evaluate the accuracy of memory writing and maintenance.

Open Questions Unanswered questions from this research

  • 1 Multimodal memory systems struggle with full utilization of visual evidence.
  • 2 Systems are unstable across domains, degrading on realistic trajectories.

Applications

Immediate Applications

Agent Evaluation in Dynamic Environments

Can be used to evaluate multimodal agents' memory capabilities in dynamic environments.

Long-term Vision

Memory Management in Intelligent Agents

Advances memory management capabilities in intelligent agents for complex tasks.

Abstract

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 decision time. Existing benchmarks measure recall over static dialogue, collapse memory into a single end-of-task accuracy, and reduce visual observations to captions, leaving us unable to localize failures to writing, maintenance, retrieval, or use. The rise of agent harnesses that author their own memory sharpens this gap, since we have no principled way to compare hand-designed pipelines with self-managing alternatives. To close these gaps, we formulate multimodal agent memory as an Action-World Interaction Loop with an observable four-stage lifecycle, and instantiate it in WorldMemArena: 400 multi-session multimodal tasks spanning Lifelong Evolution (evolving personal and task states) and Agentic Execution (memory from real observations, actions, and feedback), annotated with gold memory points, updates, distractors, and evidence chains for stage-level diagnosis. This enables the first head-to-head comparison of long-context, manually designed (RAG and external memory systems), and harness-based memory agents. Results show that: (1) better memory writing and storage do not guarantee better performance; (2) multimodal memory still struggles to fully use visual evidence; (3) systems are unstable across domains and degrade on realistic agentic trajectories; and (4) harness memory is more flexible but remains costly and less reliable.

cs.CV cs.CL