Papers
arxiv:2607.09759

ReflectWorld-MM: An Entity-Oriented Multimodal Memory System for Open-Ended Video Streams

Published on Jul 14
· Submitted by
can lee
on Jul 21
Authors:
,
,
,
,
,
,

Abstract

Building assistants that can continually watch the world, remember what they see, and reason over their accumulated experience is a long-standing goal, and recently multimodal agents equipped with long-term memory over video streams have attracted increasing interest. Unfortunately, existing systems either keep their memory inside the model context or in a flat feature store, and organize it around frames rather than around the persistent entities a stream is really about, which confines them to bounded videos and weakens their ability to track who and what reappears over time. In this paper, we propose ReflectWorld-MM, an entity-oriented multimodal memory system for open-ended video streams. It consists of three parts. The first is a perception front-end that turns an audiovisual stream into entity-resolved observations under a bounded short-term memory. The second is a hierarchical long-term memory, grounded in human memory theory, that couples a multi-scale episodic memory, an evolving entity-centric semantic memory, and a procedural memory. The third is a complete realization, built for real-world operation, that ingests arbitrary streams and plugs into off-the-shelf assistants. Across six long-video and lifelong-memory benchmarks, ReflectWorld-MM achieves the best accuracy on all six, outperforming strong memory agents and a frontier model.

Community

Paper submitter

ReflectWorld is live world memory for AI agents. It turns camera streams into persistent visual experience: what happened, who or what appeared, what changed, and what an agent should remember next.

·

Nice paper! Looking forward seeing it be used in industry soon!

Really interesting approach to entity-centric memory instead of frame-based storage. Curious about the memory scalability aspect — for continuous real-world deployment (e.g., smart glasses running for months), how does the system handle memory growth for highly repetitive daily entities? Does the hierarchical compression fully offset long-term storage costs, or is there a practical upper bound before retrieval latency degrades?

·

Thanks for the thoughtful question and for your interest in our work!
For repetitive daily entities, new observations are associated with the same recognized entity, and its semantic memory is periodically consolidated and updated rather than creating a separate profile each time. However, the corresponding fine-grained episodic records still accumulate, so hierarchical memory reduces retrieval and context costs but does not make lifetime storage constant.
At query time, the system retrieves a bounded set of relevant memories from an indexed database instead of scanning the full history. We therefore expect retrieval to remain practical for a typical single-camera deployment, but we have not yet conducted a months-scale stress test and cannot report a universal latency limit. For indefinite deployment, we plan to introduce importance-aware retention that removes redundant, low-value episodes while preserving important evidence. We consider this an important direction for future evaluation.

Sign up or log in to comment

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2607.09759 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2607.09759 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2607.09759 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.