Submitted:
02 September 2026
Posted:
03 September 2026
You are already at the latest version
Abstract
Vision-language models (VLMs) have achieved remarkable progress in multimodal understanding and generation by integrating visual and linguistic representations. However, most current VLMs lack explicit mechanisms for persistent memory, limiting their ability to maintain contextual coherence, accumulate knowledge over time, and support long-term reasoning across extended interactions. To address these limitations, a diverse set of memory mechanisms has emerged, including latent memory, key-value caches, external memory stores, retrieval-augmented memory, and hybrid memory systems. Despite rapid advances, the design space of memory in VLMs remains fragmented, and a unified understanding of its design and application remains lacking. In this survey, we provide a comprehensive review of memory mechanisms in VLMs from a system-oriented perspective. We introduce a novel four-dimensional (4D) taxonomy that organizes existing approaches along four orthogonal aspects: when memory is maintained (temporal scope), where memory is stored (storage location), what memory encodes (information stored), and how memory is accessed, updated, and utilized (memory operations). Using this taxonomy as a unifying framework, we systematically analyze representative memory-enhanced VLM architectures, review evaluation protocols for memory capabilities, and summarize key application areas, including long-video understanding, multimodal dialogue, embodied agents, and robotic reasoning. We further discuss key challenges such as scalability, memory efficiency, continual updating and forgetting, and multimodal grounding, and outline promising directions toward adaptive and unified memory systems. Overall, this survey provides a comprehensive foundation for understanding memory in VLMs and serves as a roadmap for developing next-generation multimodal systems with persistent memory and long-term reasoning capabilities. A repository associated with this survey is available at https://github.com/Xzcv-hub/Awesome-Memory-in-VLM.
Keywords:
vision-language models
; memory mechanisms
; memory taxonomy
; multimodal intelligence
; retrieval-augmented generation
; long-video understanding
; embodied AI
; continual learning
1. Introduction
Vision-language models (VLMs) have recently achieved remarkable progress across a broad spectrum of multimodal tasks [1], including image captioning [2], visual question answering (VQA) [3], video understanding [4], multimodal dialogue [5], and embodied intelligence [6]. By combining powerful visual encoders with large language models, modern VLMs exhibit remarkable capabilities in multimodal perception, reasoning, and generation. However, intelligent behavior extends beyond reasoning over the current input. Real-world applications require models to accumulate experiences across interactions, maintain long-term temporal consistency, personalize behaviors, adapt to dynamic environments, and continually integrate new knowledge. Despite recent advances in long-context modeling, most existing VLMs fundamentally operate in a stateless manner, where information processing is largely confined to the current input and a finite interaction context, limiting their ability to perform persistent reasoning over extended time horizons.
Memory has thus emerged as a fundamental paradigm for persistent multimodal intelligence. Rather than merely extending the effective context length, memory enables VLMs to accumulate experiences across interactions, retain knowledge over long time horizons, and continually adapt to dynamic environments. Inspired by cognitive memory theories [7,8,9] and facilitated by recent advances in neural architectures, a growing body of research has incorporated diverse memory mechanisms into VLMs, ranging from implicit parametric memory encoded within model representations to explicit external memory systems that organize and retrieve episodic, semantic, or multimodal knowledge. Representative approaches include key-value caches [10], latent memory representations [11], recurrent memory states [12], memory banks [13], external memory stores [14], and retrieval-augmented modules [15]. Beyond serving as passive repositories of information, these memory systems actively support information encoding, storage, retrieval, consolidation, updating, reflection, and forgetting, allowing models to selectively preserve useful experiences while incorporating new knowledge over time. Collectively, these capabilities enable VLMs to maintain long-term contextual consistency, retrieve relevant historical information, integrate multimodal experiences, and support continual reasoning, planning, and decision-making. Ultimately, memory transforms VLMs from stateless predictors into persistent multimodal systems, driving substantial improvements across applications like long-video understanding, multimodal dialogue, robotic manipulation, personalized assistants, and embodied agents.
Table 1.
Positioning of our survey among related surveys on memory. •= explicit coverage; = partial or implicit coverage; ∘ = not covered.
Table 1.
Positioning of our survey among related surveys on memory. •= explicit coverage; = partial or implicit coverage; ∘ = not covered.
| Memory Taxonomy (Sec. 2) | Vision & Multimodal | Evaluation & Analysis | ||||||
|---|---|---|---|---|---|---|---|---|
| Related Survey |
Temporal Scope |
Storage Location |
Memory Entities |
Memory Operations |
Visual Memory |
Multimodal Apps. (≥5) |
Benchmarks / Metrics |
Coupling Insights |
| Cognitive Architectures for Language Agents [16] | ∘ | ∘ | • | ◐ | ∘ | ∘ | ∘ | ∘ |
| Large Multimodal Agents [17] | ∘ | ∘ | ◐ | ∘ | • | ◐ | ◐ | ∘ |
| Agent Memory Mechanism [18] | ◐ | ◐ | • | • | ∘ | ∘ | ∘ | ∘ |
| World Models Survey [19] | ∘ | ∘ | ◐ | ∘ | ◐ | ◐ | ∘ | ∘ |
| Rethinking Memory in AI [20] | ◐ | ◐ | • | • | ◐ | • | ∘ | ∘ |
| Memory in the Age of AI Agents [21] | • | ∘ | • | ◐ | ◐ | ∘ | ∘ | ∘ |
| Memory for Autonomous LLM Agents [22] | • | • | ◐ | • | ∘ | ∘ | ◐ | ∘ |
| From Storage to Experience [23] | ◐ | ∘ | ◐ | ∘ | ∘ | ∘ | ∘ | ∘ |
| Video-LLM Survey [4] | ∘ | ∘ | ∘ | ∘ | • | ∘ | • | ∘ |
| Continual Learning of LLMs [24] | ◐ | ∘ | ◐ | • | ∘ | ∘ | • | ∘ |
| The AI Hippocampus [25] | ◐ | ◐ | • | ◐ | ◐ | • | ∘ | ∘ |
| Memory in Large Language Models [26] | ◐ | • | • | • | ∘ | ∘ | • | ∘ |
| Ours | • | • | • | • | • | • | • | • |
Despite this rapid progress, the design space of memory mechanisms remains highly fragmented. Existing studies often investigate memory from task-specific [27,28], scenario-specific [29,30], or architecture-specific [31,32] perspectives, resulting in inconsistent terminology, diverse design choices, and limited understanding of how different memory paradigms relate to one another. Moreover, existing methods typically characterize memory through isolated viewpoints, such as temporal scope, storage location, memory representation, or retrieval strategy, without revealing how these design dimensions interact. Although several surveys have explored memory mechanisms in large language models, multimodal agents, and embodied systems [4,16,17,18,19,20,21,22,23,24,25], a systematic investigation dedicated to memory mechanisms in vision-language models remains lacking, even though representative memory-enabled VLMs have accumulated rapidly in recent years (Figure 2). Consequently, a unified understanding of memory design, architectural integration, evaluation methodologies, and application scenarios for VLMs has yet to be established.
To address this gap, we present the first comprehensive survey dedicated to memory mechanisms in VLMs. Rather than organizing prior work solely by architectures, tasks, or applications, we introduce a unified four-dimensional taxonomy, presented in Figure 1, that characterizes memory from four perspectives: when memory is maintained, where memory is stored, what information memory represents, and how memory is written, retrieved, updated, and utilized. Based on this taxonomy, we systematically review representative memory architectures and implementation mechanisms, including memory encoding, storage, retrieval, consolidation, and integration with multimodal backbones. We further summarize representative benchmarks and evaluation protocols, and analyze how memory facilitates a wide range of applications, including long-video reasoning, multimodal dialogue, robotics, and embodied intelligence. Finally, we discuss open challenges and future directions toward scalable, adaptive, and unified memory systems for persistent multimodal intelligence.
Figure 1.
4D Taxonomy of Memory Mechanisms

Figure 2.
The proposed 4D taxonomy and the timeline of representative memory-enabled VLMs together with broader foundation-model milestones for context, illustrating the evolution of representative methods across the four taxonomy dimensions.
Figure 2.
The proposed 4D taxonomy and the timeline of representative memory-enabled VLMs together with broader foundation-model milestones for context, illustrating the evolution of representative methods across the four taxonomy dimensions.

The main contributions of this survey are summarized as follows:
- 1.
- 4D Taxonomy. We propose a novel four-dimensional taxonomy that unifies existing memory mechanisms from the complementary perspectives of temporal scope, storage location, memory content, and memory operations, providing a principled framework for understanding and comparing existing approaches.
- 2.
- Unified Perspective. We provide the first systematic survey dedicated to memory mechanisms in vision-language models, synthesizing fragmented research across architectures, applications, and evaluation protocols into a unified conceptual framework.
- 3.
- Comprehensive Analysis. We systematically review representative memory architectures, implementation mechanisms, evaluation methodologies, and application domains, highlighting common design principles, advantages, and trade-offs across different memory paradigms.
- 4.
- Challenges and Future Directions. We identify key challenges and emerging research opportunities toward scalable, adaptive, and cognitively inspired memory systems.
- 5.
- Public Repository. To facilitate future research, we maintain a continuously updated repository containing representative publications, benchmarks, and resources related to memory-enhanced vision-language models.
The remainder of this survey is organized as follows. Section 2 introduces the proposed four-dimensional taxonomy, establishing a unified conceptual framework for understanding memory in VLMs. Section 3 reviews representative memory architectures and implementation mechanisms. Section 4 summarizes evaluation methodologies and benchmarks. Section 5 discusses representative application domains enabled by memory. Section 6 and Section 7 present current challenges and promising future research directions, respectively, followed by concluding remarks in Section 8.
2. 4D Taxonomy of Memory Mechanisms
Memory is the computational capability of an intelligent system to retain information beyond the computational step at which it is generated, such that the retained information can influence subsequent processing. Functionally, memory allows VLMs to carry forward representations of visual and textual observations, intermediate computational states, and prior multimodal experiences so that they can inform subsequent inference, reasoning, and action. The retained information may support transient reasoning within a single execution, episodic continuity across a bounded interaction, or persistent knowledge retention across sessions. It may reside in model-resident parameters, activations, latent states, and inference caches, or in independently addressable external stores such as memory banks, databases, and retrieval indexes. These temporal and architectural distinctions describe only part of the design space; our taxonomy therefore characterizes VLM memory jointly in terms of its temporal scope, storage location, memory entities, and memory operations.
From this perspective, memory should not be viewed merely as a storage component but as an evolving computational process. Regardless of its implementation, most memory systems involve a common lifecycle in which information is encoded from multimodal observations, selectively written into memory, organized or consolidated over time, retrieved when relevant to the current task, and subsequently updated, refined, or discarded through continual interaction. The effectiveness of a memory system therefore depends not only on what information is stored, but also on how memories are maintained, retrieved, and evolved throughout their lifetime.
To systematically compare diverse memory mechanisms without conflating distinct design choices, we organize existing approaches into a 4D taxonomy spanning four orthogonal dimensions:
- 1.
- Temporal Scope (When): The temporal horizon over which stored information remains addressable.
- 2.
- Storage Location (Where): Where memory is physically or logically stored.
- 3.
- Memory Entities (What): The representational form of the stored information.
- 4.
- Memory Operations (How): How memory is written, maintained, retrieved, and updated.
2.1. Temporal Scope (When)
Temporal scope, illustrated in Figure 3, classifies memory according to the boundary across which stored information remains available for reuse. Depending on when stored information ceases to be addressable, memory may be transient, remaining available only within a single inference; episodic, persisting across multiple turns or reasoning steps within a bounded interaction; or persistent, surviving beyond the current episode and remaining reloadable for future sessions.
2.1.1. Transient Memory
Transient memory refers to memory whose lifetime is limited to the current inference process. It functions as the model’s working memory, temporarily retaining task-relevant information so that intermediate computational states, visual evidence, and textual context remain available throughout ongoing reasoning. Unlike episodic or persistent memory, transient memory is discarded once inference concludes unless its state is explicitly preserved and transferred to a longer-lived memory system. Existing approaches primarily differ in how they construct, scale, and manage this temporary memory state.
Active Context Construction. Transient memory is formed through the representation and integration of multimodal information into the current model state. Early video-language systems explore this process through different strategies for representing and incorporating visual evidence. VideoBERT [33] places discretized video and language tokens within a bounded Transformer sequence, while ClipBERT [34] demonstrates that sparse clip sampling could improve the efficiency of visual evidence utilization. Flamingo [35] represents a prototypical example by integrating visual and textual information through interleaved few-shot prompts rather than an external memory store. Its Perceiver Resampler compresses visual features into a fixed number of visual tokens, which are incorporated into the language model through gated cross-attention during generation, making this visual evidence available only within the active context window and cache.
Active Context Scaling. Rather than introducing persistent memory, a subsequent line of work focuses on expanding transient memory capacity within a single inference. Representative efforts include adapting long-context language modeling to multimodal inputs [36], scaling active contexts toward million-token lengths [37], and jointly optimizing model architectures and system support to enable hour-scale video understanding [38,39]. Although these approaches substantially increase the capacity of transient memory during a single inference, enlarging the active context window alone does not establish episodic or persistent memory. Unless the resulting computational state is explicitly retained and made available for future interactions, the system remains stateless beyond the current inference. The same distinction applies to methods that maintain temporary buffers or online memory banks for streaming video analysis [40]; these mechanisms serve as transient workspaces rather than persistent stores, reflecting a broader trend in long-video modeling that substitutes expanded tracking for true memory retention [41].
Active Memory Management. Beyond scaling transient memory capacity, a critical challenge is determining which information should remain accessible within the limited active context during inference. Some recent works focus on improving the efficiency of transient memory by compressing multimodal KV caches [42], adopting modality-aware cache eviction strategies [43], and dynamically updating visual context during streaming generation [44]. These methods aim to preserve the most relevant information while operating within a finite context budget. Nevertheless, deciding what to retain remains challenging. Recent benchmarks show that simply increasing context length does not guarantee effective information utilization; models often struggle to retrieve and reason over relevant visual evidence when the active context becomes very large [45,46,47,48]. Consequently, transient memory management must balance two competing objectives: maximizing the amount of available evidence while maintaining efficient access to the information that matters most. Regardless of its capacity or management strategy, however, transient memory remains ephemeral and is discarded after inference unless its state is explicitly preserved and reused.
2.1.2. Episodic Memory
Episodic memory refers to interaction-specific information or internal state that captures context-rich experiences by preserving the sequential “what, when, and where” of an ongoing interaction. Unlike transient working context, which exists only during a single inference, episodic memory persists across multiple turns, observations, or decision steps within the same session, but is not intended to influence future independent interactions unless explicitly consolidated into persistent memory. Conceptually, it bridges transient context expansion and long-term knowledge retention.
Dialogue-bound State. In dialogue settings, episodic memory often takes the form of an evolving representation of grounded references and interaction history. VD-BERT [49] integrates image evidence with accumulated dialogue history, while multimodal dialogue state tracking explicitly models evolving visual states as new utterances and visual observations arrive [50]. RecFormer [51] maintains recurrent dialogue representations for visual dialogue, while MMCR [52] and Taking Notes [53] address multi-image, multi-turn scenarios in which previously observed visual information remains accessible across dialogue turns.
Streaming Video Sessions. Streaming video naturally exemplifies episodic memory because models must retain information from earlier video segments while processing subsequent segments within the same interaction. VideoLLM-online [54] maintains a rolling representation of previously observed video content to support later queries during an ongoing streaming session. Unlike transient context expansion, where information is discarded after a single inference, episodic memory preserves representations throughout the interaction. Mechanistically, this can be achieved either implicitly through recurrent state propagation or explicitly through event segmentation, which partitions continuous visual streams into discrete semantic episodes [55]. Sequence-focused benchmarks further evaluate whether models can reason over temporally ordered visual evidence within an episode rather than merely recognize isolated frames [56,57].
Embodied Episodes. Embodied agents provide another natural setting for episodic memory because completing a task often requires accumulating and binding information across multiple sequential decisions. During an episode, an agent must remember previous observations, actions, instructions, and spatial relationships to determine its next action. Vision-Dialog Navigation [58] is an early example in which the agent integrates language instructions, dialogue history, and visual observations throughout a navigation task. Subsequent approaches maintain similar episode-level state through navigation histories and topological representations, enabling agents to reason about previously visited locations and past interactions [59,60]. More recent embodied systems extend this idea beyond navigation to robotics and continuous environments, where agents continually reuse task-specific experiences during ongoing interactions [61,62,63].
Session closure provides the operational distinction between episodic and persistent memory. Dialogue histories, streaming summaries, and embodied trajectories remain episodic as long as they are confined to the temporal lifecycle of the current interaction. Once such information is deliberately consolidated, indexed, or retained to influence future independent sessions, it becomes persistent memory.
2.1.3. Persistent Memory
Persistent memory refers to information that survives beyond the temporal boundary of a single interaction and can be retrieved, reloaded, or reused to influence future independent sessions. Unlike episodic memory, which is tied to the current interaction, persistent memory remains available after session termination and supports continual accumulation of knowledge and experience.
Cross-session Retrieval. A common form of persistent memory stores raw or structured interaction history in an external repository that survives across sessions. Retrieval-augmented language models established this paradigm by retrieving textual knowledge from an external corpus rather than relying solely on parametric knowledge [15,64]. MuRAG [65] extended this paradigm to multimodal retrieval by incorporating image-text evidence into the external corpus. MemoryBank [13] further applied this principle to conversational agents, where previous interactions are archived and later retrieved to inform future conversations. These systems are persistent because the stored information remains reusable across decoupled interactions. Whether memory resides in an external database, a vector store, or directly within model parameters belongs to the storage substrate dimension rather than its temporal scope.
Cross-session Experience Accumulation. Persistent memory may also take the form of an evolving cognitive profile that accumulates experience over time instead of preserving raw interaction logs. Generative Agents [66] demonstrates this by storing observations, synthesizing them into higher-level reflections, and retrieving those reflections to guide planning and social interactions across simulated days. Unlike episodic memory, these abstract records survive session termination and continue to influence future behavior. Recent personalization systems make this distinction even more explicit by maintaining user preferences and behavioral profiles across highly disjointed interactions [67,68]. Similarly, Voyager [69] accumulates a reusable library of executable skills and experiences, enabling continual improvement over successive independent tasks rather than optimization within a single episode.
Embodied Long-term Memory. Embodied agents likewise benefit from retaining knowledge acquired through historical interactions to support a continuous operational lifetime. LifelongMemory [70] stores egocentric observations that can be retrieved to answer queries long after the original experiences have ended. This contrasts with episodic memory, where interaction-specific observations are discarded once the current task concludes. KARMA [71] explicitly combines short-term episodic and long-term persistent memory modules for embodied agents, while other robotic systems maintain reusable spatial and experiential memories to support later navigation, collaboration, and reasoning [72,73,74]. AtlasVA [75] similarly preserves visual skills as spatial heatmaps, visual exemplars, and symbolic representations that remain reusable across distinct embodied deployments.
Persistent memory does not need to reside in an explicit external repository. It can also be internalized through continual adaptation, localized fine-tuning, or dynamic parameter updates. Although such knowledge is encoded directly in model parameters rather than stored in a discrete memory structure, its defining property remains unchanged: it survives individual interactions and shapes future behavior. This further illustrates that temporal persistence (when) and storage substrate (where) are complementary but independent dimensions in our taxonomy.
2.2. Storage Location (Where)
Storage location partitions memory according to where remembered content resides and how it is accessed. Unlike temporal scope, which describes how long information persists, storage location distinguishes whether memory is maintained as model-resident state or as an independently addressable store. The same temporal behavior may therefore arise from different storage mechanisms: information that persists across requests may be encoded in model parameters or maintained in an external database, while short-lived state may appear either as intermediate activations or as temporary external records. Accordingly, we organize existing approaches into two categories. Internal memory stores information within the model’s computation, including parameters, hidden states, latent tokens, and inference caches that are accessed only through forward execution. External memory stores information in standalone repositories (such as documents, embeddings, records, and user profiles) that can be queried, updated, inspected, and replaced independently of the model itself.
Although storage location determines whether memory resides within or outside the model, each category can support diverse encoding substrates. Internal memory may be represented through parameters, hidden states, latent tokens, or activation caches, whereas external memory may be maintained as documents, embeddings, structured records, or knowledge graphs. These encoding choices affect properties such as interpretability, retrieval efficiency, and updateability, which are further analyzed in relation to memory entities and memory operations.
2.2.1. Internal Memory
Internal memory encompasses all forms of model-resident state. Although parameters, hidden activations, latent tokens, and KV caches differ in lifetime and functionality, they are unified by one property: remembered content exists only inside the model’s computation and is accessed through forward execution rather than through an independently queryable store. Internal memory may therefore be encoded through different substrates, including learned parameters, hidden states, latent representations, and activation caches.
Latent-token Memory. Learned latent tokens provide a compact internal representation for retaining task-relevant information within model computation. Perceiver [76] provides a canonical example by introducing a learned latent array that repeatedly attends to high-dimensional inputs while remaining entirely inside network computation. The latent array serves as an internal substrate that separates memory from raw observations without introducing an external store. BLIP-2 [77] extends this idea to VLMs by using learned query tokens to bridge a frozen image encoder and a frozen language model. Its Q-Former retains visual evidence as query-conditioned latent states rather than retrievable records. Flamingo [35] similarly employs resampled visual latents as internal state, while TokenLearner [78], learnable-memory image transformers [79], Perceiver IO [80], InstructBLIP [81], and mPLUG-Owl [82] instantiate related latent bottlenecks within model computation.
Hidden-state Memory. Sequential tasks require information from previous observations to remain available during subsequent computation. In these settings, hidden activations naturally function as memory by propagating contextual information across time:
where the hidden state summarizes previous observations while incorporating the current input . This formulation captures memory mechanisms employed by MART [83], Multimodal Transformer with Variable-Length Memory [84], and Perceiver IO [80], where memory is carried through evolving hidden representations rather than a separate storage module.
Parametric Memory. Some methods preserve knowledge by modifying and protecting model parameters instead of maintaining explicit retrievable memories. Learning Without Forgetting for Vision-Language Models [85] treats previously acquired visual-language knowledge as parametric state that should survive continual updates. LLaMA-Adapter [86] stores task adaptation within lightweight attention and adapter parameters, while Memory-Space Visual Prompting [87] introduces a learned memory space embedded within model parameters for efficient adaptation. Although these mechanisms often support persistent or continually evolving memory, the remembered content remains internal because it is encoded in model weights and accessed only through model computation.
KV-cache Memory. During long-context inference, key-value (KV) caches constitute another form of internal memory. Unlike external retrieval databases, cached keys and values exist only as intermediate activation states generated during inference. AKVQ-VL [88] illustrates this category by quantizing cached keys and values while preserving their role within attention computation. Likewise, KV-cache compression and eviction methods improve inference efficiency by reorganizing or compressing activation states without introducing an independently addressable memory store [42,43]. Internal caches therefore improve computational efficiency while remaining tightly coupled to model execution, making their contents difficult to inspect, edit, or reuse outside the forward pass.

2.2.2. External Memory
External memory stores remembered content outside the model itself. Rather than encoding information in activations or parameters, these approaches maintain independently addressable repositories that can be queried, updated, inspected, and replaced without modifying the model’s internal computation. External memory may take diverse forms, including indexed retrieval corpora, structured knowledge repositories, and experience records.
Retrieval-Augmented Memory. Retrieval-augmented approaches explicitly separate memory storage from model computation by coupling a generator with an external memory store. REALM [64] established an early non-parametric memory in which retrieved documents complemented model parameters. RAG [15] subsequently became the canonical framework by retrieving passages from an external corpus instead of relying solely on parametric knowledge. Because retrieved content resides outside the model, the underlying memory can be refreshed, re-indexed, or replaced without changing generator weights. This retrieval process can be abstracted as
where a query accesses an external memory store . MuRAG [65] extends this paradigm to multimodal image-text retrieval, while REVEAL [89] further incorporates multi-source multimodal knowledge stores during pretraining. More recent benchmarks and generalized retrieval frameworks continue to reinforce this separation between external storage and model computation [90,91].
Structured Knowledge Memory. For vision-language reasoning, external memory may consist of symbolic facts, entities, relations, and structured multimodal knowledge repositories rather than hidden activations or model parameters. KRISP [92] and KAT [93] illustrate explicit knowledge storage for visual question answering and vision-language transformers. Retrieval-Augmented Multimodal Language Modeling [94] similarly treats retrieved multimodal examples as external context for language modeling. Knowledge graphs, symbolic reasoning systems, and structured information repositories instantiate the same principle: remembered knowledge resides in an external store that can be queried independently of the model’s forward computation [95,96,97,98].
Open-domain Retrieval Memory. External memory can also originate from continuously evolving information sources beyond curated retrieval databases. SearchLVLMs [99] accesses the web as an up-to-date knowledge source for LVLMs. V* [100] treats visual search results as externally retrieved evidence. R4 [101] and VisRAG [102] further extend retrieval to spatio-temporal environments and multimodal documents, while End-to-End Optimization for Multimodal RAG [103] jointly optimizes retrieval and generation without altering the fundamental separation between external storage and model inference.
Experience Memory. Long-lived agents introduce another motivation for external storage: remembered experiences must remain editable, inspectable, and reusable long after an interaction has ended. LifelongMemory [70] stores egocentric experiences as external records rather than latent activations. MemoryBank [13] similarly maintains conversational histories as an independently accessible memory store. Although these systems are categorized as persistent memory under the temporal dimension, their defining property here is that remembered content exists as external data that can be queried independently of the model’s forward computation.

2.3. Memory Entities (What)
Memory entities describe the representational form of remembered information in a VLM, independent of where it is stored or how long it persists. These entities can be organized along a continuum of transformation, ranging from high-fidelity observations to increasingly processed representations. As summarized in Figure 4, we distinguish four complementary forms: raw observations, which preserve input evidence with minimal processing; structured episodic records, which organize observations into temporally or structurally defined events; abstract semantic knowledge, which captures reusable concepts, facts, and preferences; and latent representations, which encode information as distributed neural states optimized for computation. These entity types are not mutually exclusive, and modern multimodal foundation models often combine multiple forms simultaneously.
2.3.1. Raw Observations
Raw observations preserve multimodal evidence in a form that remains close to the original input, including image frames, video clips, audio tokens, text tokens, and patch-level visual streams before semantic abstraction or latent compression. Their defining characteristic is fidelity to the incoming signal rather than explicit structure or semantic interpretation. Unlike higher-level memory entities, raw observations preserve information before decisions about summarization, compression, or abstraction are made, making them valuable whenever downstream reasoning requires access to original sensory evidence.
Direct Sequence Storage. To mitigate premature information loss, several VLMs retain visual and textual tokens directly within the context window rather than converting observations into higher-level memory records. VideoBERT [33] exemplifies this design by representing multimodal experience as a discretized video-language token sequence, allowing visual units and words to occupy a shared Transformer sequence before any durable record or semantic abstraction is formed. ClipBERT [34] similarly treats sparse video clips as the primary visual evidence for downstream reasoning, while HERO [104] preserves raw video-language streams through hierarchical pretraining. Flamingo [35] interleaves images directly into the prompt before resampling, and Long Context Transfer [36] propagates visual tokens across extended contexts without first converting them into structured memories. More recent long-context VLMs extend the same principle to much larger temporal scales. LongVITA [37] preserves multimodal token streams across long contexts, Video-XL [39] retains hour-scale frame evidence, and LongVILA [38] keeps large collections of frames directly addressable as raw video evidence.
Streaming Raw Observations. In online and streaming environments, incoming observations may arrive faster than their long-term importance can be reliably determined, making raw buffers an essential intermediate memory form. TimeChat [105] maintains high-fidelity video observations for temporal grounding; VideoLLM-online [54] processes streaming chunks sequentially as raw evidence; and StreamChat [44] maintains an active rolling visual context during inference. Although later stages may compress, retrieve, or discard these observations, the underlying memory entity remains tied to the original sensory input.

2.3.2. Structured Episodic Records
Structured episodic records organize past multimodal experiences into bounded and addressable units such as dialogue turns, state slots, route trajectories, graph nodes, video segments, and event logs. Unlike raw observations, these memories introduce explicit temporal, spatial, or interaction structure that allows individual experiences to be selectively accessed. An observation becomes episodic once it is associated with a specific event, interaction, or temporal context rather than being retained as unstructured input evidence.
Dialogue Records. Dialogue-oriented VLMs naturally organize conversational history into bounded multimodal records instead of maintaining a flat prompt history. VD-BERT [49] exemplifies this design by jointly encoding dialogue history and visual context into a unified vision-dialogue representation that subsequent turns can systematically revisit. Multimodal dialogue state tracking [50] further formalizes this by introducing structured visual-object slots that evolve across turns, effectively transforming the conversational context into an explicit episodic state rather than raw dialogue text. This design choice, preserving structured interaction history over raw context windows, is mirrored across several recent paradigms. These include context-aware visual dialogue reasoning [106], recurrent dialogue history in RecFormer [51], cross-modal conversational representations [107], focused dialogue notes in Taking Notes [53], and multimodal turn-level context in MMCR [52].
Navigation Records. Embodied navigation systems similarly convert continuous perception into route-indexed records that associate observations with positions, actions, and traversal history. Vision-Dialog Navigation [58] stores route episodes that combine visual observations with conversational guidance, while history-aware navigation methods [59] explicitly maintain trajectory histories for subsequent planning. Dual-scale graph transformers [60] organize navigation experience into complementary global and local route representations, and ETPNav [63] maintains topological plans that remain tied to a specific traversal episode. More broadly, embodied-memory systems preserve action trajectories, object-goal routes, spatial-cognition memories, and robot spatiotemporal logs as reusable episodic records [61,62,72,108].
Streaming Records. Streaming video architectures transition raw observations into ordered session records once data frames acquire a stable temporal identity. Rather than processing isolated clips, these systems format historical context sequentially. For instance, VideoLLM-online [54] maintains rolling, causally linked video chunks across a continuous live session, while (author?) [55] propagate condensed chunk-level summaries recursively across extended video horizons to form a coherent chronological session log. Similarly, VideoLLaMB [109] introduces a recurrent memory bridge layer combined with a semantic segmentation algorithm to structurally link successive video segments without losing historical context. This requirement for ordered structure is highlighted by the Mementos framework [56], which evaluates a model’s sequential visual reasoning strictly across temporally ordered image sequences where the explicit order defines the episodic memory. By shifting from ephemeral inputs to ordered series, these approaches construct a coherent session-level archive of the stream.
Agent Logs. Long-lived autonomous agents frequently structure historical context into event-centered records that pair raw observations with the discrete interactions or metadata that generated them. Rather than treating history as an undifferentiated stream, these architectures serialize memory as discrete episodic units. For instance, LifelongMemory [70] indexes continuous egocentric video feeds by extracting localized visual descriptions into distinct, searchable text-based event traces. Similarly, Generative Agents [66] structures an agent’s memory stream as a ledger of timestamped event observations, preserving the chronological ground-truth before triggering higher-level reflection or planning layers. This pairing of raw interaction histories with structural metadata is also utilized by MemoryBank [13], which buffers sequential user-agent dialogues alongside personality and mood tracking before applying cognitive forgetting models to abstract the history into long-term user profiles. By anchoring memory to specific situational contexts, agent logs preserve the raw environmental history in a queryable, object-oriented format.

2.3.3. Abstract Semantic Knowledge
Abstract semantic knowledge stores information generalized beyond individual experiences, including facts, concepts, rules, preferences, summaries, and symbolic relations. Unlike episodic records, which preserve information about specific events, semantic knowledge represents reusable information whose validity is independent of the original observation or interaction from which it was derived. Its defining characteristic is generalization and cross-context applicability rather than event-specific recollection.
Retrieval Knowledge Stores. Retrieval-augmented systems represent semantic memory by storing interpretable knowledge objects, such as documents, text passages, image-text pairs, or structured knowledge bases, rather than opaque latent representations. Text-centric foundations such as RAG [15] and REALM [64] pioneered retrieving discrete textual passages as reusable semantic knowledge. Modern vision-language systems extend this paradigm to multimodal knowledge sources. Reveal [89] integrates image-text corpora and external knowledge into a unified multimodal memory for vision-language pretraining, while MuRAG [65] extends retrieval to multimodal image-text knowledge entries. Retrieval-augmented multimodal language modeling [94] further stores retrieved examples as explicit semantic priors. SearchLVLMs [99] grounds generation using real-time web knowledge, whereas VisRAG [102] retrieves complete multimodal documents as reusable knowledge objects rather than relying solely on textual evidence. More recent multimodal RAG frameworks further generalize this paradigm by integrating graph-structured memories, heterogeneous knowledge sources, and unified retrieval engines for multimodal knowledge access [91,97,98].
Symbolic and Explicit VQA Memories. Knowledge-based VQA makes semantic memory explicit by leveraging structured facts, symbolic relations, and localized knowledge evidence that cannot be reliably inferred from visual observations alone. KRISP [92] exemplifies this paradigm by linking detected visual concepts with external symbolic knowledge graphs to support open-domain reasoning. Similarly, KAT [93] augments vision-language reasoning by retrieving and integrating explicit textual knowledge aligned with visual concepts. Related approaches further enrich VQA by representing context as interpretable evidence rather than relying entirely on opaque latent features. These include architectures that incorporate plug-and-play textual knowledge blocks into the prompt space [95], systems that optimize visual prompting through localized external references [96], and frameworks that maintain explicit visual references through guided search and region-level retrieval mechanisms [100]. By representing memory through discrete knowledge tokens, symbolic relations, or explicit visual references, these approaches make stored context more interpretable and auditable than purely latent representations.
Personalized Knowledge. Long-lived agents often transform repeated interactions into durable knowledge about users, environments, and social conventions. MERLOT RESERVE [110] learns script-like multimodal knowledge that supports reasoning beyond individual video clips. Generative Agents [66] converts accumulated event traces into higher-level semantic reflections, while MemoryBank [13] abstracts interaction histories into persistent user facts and preferences. Similarly, AUGUSTUS [67] maintains contextual user profiles, and Ella [68] transforms embodied social experiences into long-term personalized knowledge.
Semantic Knowledge Maintenance through Editing and Pruning. Post-training knowledge maintenance further reveals the properties of semantic memory by examining how stored visual-language associations can be modified, removed, or preserved after initial training. Multimodal knowledge editing [111] directly targets specific semantic associations in VLMs while minimizing unintended changes to unrelated concepts. Complementing editing approaches, unified knowledge-maintenance frameworks [112] study how semantic capabilities encoded in model parameters can be selectively pruned, evaluated, and recovered after intervention. Together, these paradigms demonstrate that semantic associations are not fixed after training but can be explicitly targeted, refined, and maintained through controlled post-training operations.

2.3.4. Latent Representations
Latent representations store remembered information as distributed neural states rather than directly interpretable observations, episodic records, or symbolic knowledge. Unlike the previous categories, which characterize memory according to the semantic nature of stored information, latent representations describe the computational form through which information is maintained. Their defining property is representational opacity: downstream computation can exploit these states, but the preserved information is not directly accessible as a human-readable record or explicit fact. Latent representations include encoder outputs, learned tokens, query states, compressed activations, recurrent hidden states, and inference-time cache tensors.
Latent Arrays. Latent-array architectures mediate high-dimensional inputs through compact sets of learned memory slots that serve as intermediate computational states. Perceiver IO [80] exemplifies this design by introducing a structured latent array that decouples computational complexity from input size, mediating arbitrary modalities through a fixed number of learned latent variables. Rather than retaining dense, uncompressed visual tokens, TokenLearner [78] dynamically constructs a sparse set of learned visual tokens from image and video features to provide compact representations for downstream processing. Related approaches similarly employ learned vectors as task-specific latent memory states, including the original Perceiver architecture [76], learnable-memory image transformers [79], and Memory-Space Visual Prompting [87], which parameterizes prompt information within a highly compressed latent memory space.
Query-token Visual States. Many vision-language models maintain visual information through learned query tokens that bridge vision encoders and language models. Flamingo [35] uses a Perceiver Resampler to transform variable-length visual features into a small, fixed set of interface tokens consumed by the language model. BLIP-2 [77] similarly introduces a Q-Former to extract compact visual query states from a frozen image encoder. Building on this paradigm, InstructBLIP [81] conditions these visual queries on task instructions to produce instruction-aware latent tokens, while mPLUG-Owl [82] employs a visual abstractor module to compress dense visual features into a compact sequence of modular latent tokens.
Compressed Video Latents. Long-video understanding increasingly relies on compressing dense frame-level observations into compact latent states rather than retaining all raw visual tokens. MovieChat [113] exemplifies this paradigm by compressing dense video sequences into sparse token representations for efficient long-video reasoning. Similarly, LongVU [114] stores adaptive spatiotemporal representations that reduce spatial and temporal redundancy while preserving long-range video dependencies, whereas VideoChat-Flash [115] introduces a hierarchical video compression strategy that transforms long-duration visual context into compact latent representations for extended video understanding.
Recurrent Latent Bridges. Recurrent memory mechanisms propagate latent states across successive observations, allowing models to access historical context without replaying the complete input sequence. Variable-Length Memory architectures [84] instantiate this design by encoding embodied experiences into adaptive latent states for autonomous navigation. Similarly, MA-LMM [40] maintains long-video histories through a memory-augmented latent bank that supports information accumulation over extended temporal horizons, while VideoLLaMB [109] extends this recurrent latent bridging paradigm to long-context video-language modeling over extended temporal sequences.
Cache Representations. Transformer-based key-value (KV) cache mechanisms expose latent memory during inference because the stored information consists of activation tensors rather than interpretable records. Cache-centric frameworks explore how these latent states can be selectively retained, evicted, compressed, or quantized to extend multimodal context windows [42,43,88]. Although these caches do not correspond to explicit semantic entities, they function as transient memory states that preserve task-relevant intermediate information required for continued sequence generation and multimodal inference.

2.4. Memory Operations (How)
Memory operations describe the actions through which a VLM interacts with memory, independent of the memory content and storage location. Although memory architectures differ substantially across VLMs, most systems follow a common operational lifecycle consisting of four fundamental operations (Figure 5): memory writing, which admits new information into a memory-bearing representation; memory consolidation, which reorganizes, compresses, or stabilizes existing memories; memory retrieval, which selects and accesses relevant information for the current task; and memory updating, which revises, strengthens, weakens, or removes previously stored information. Together, these operations determine not only what information is retained, but also how efficiently and effectively memory supports long-term multimodal reasoning.
2.4.1. Memory Writing
Memory writing is the operation through which new information becomes part of a memory system. Unlike retrieval or updating, which operate on existing memories, writing determines whether newly observed information should be preserved in the first place. Since memory capacity is finite and not every observation contributes equally to future reasoning, writing mechanisms must address two fundamental questions: when information should be written and how it should be incorporated into a memory-bearing representation. Different writing policies therefore directly influence the quality, diversity, and long-term utility of stored memories, as information that is never written cannot be consolidated, retrieved, or updated later.
Depending on the architecture, writing may produce transient working memory, episodic records, or persistent knowledge. Although implementations differ considerably, existing approaches can be broadly categorized according to how information is admitted into memory.
Encoding Controllers. One common writing strategy employs dedicated encoding controllers that transform incoming multimodal observations into memory-bearing representations suitable for subsequent computation. Rather than directly storing raw visual or textual inputs, these architectures progressively integrate multimodal evidence into latent states that preserve information throughout the reasoning process. HERO [104] provides an early example of hierarchical video-language representation learning by integrating clip-level and video-level contexts into unified latent representations for downstream grounding tasks. Although these representations are not maintained as persistent external memory, they nevertheless function as memory-bearing computational states that preserve information across multiple stages of inference. MART [83] extends this idea through a recurrent memory mechanism that continually updates latent representations during video caption generation, enabling sequential visual observations to accumulate over time. More recent long-video systems further develop this paradigm by progressively admitting streaming observations into memory representations. For example, MA-LMM [40] maintains long-video context through a memory-augmented architecture, VideoLLM-online [54] continuously converts streaming video segments into reusable memory representations, while TimeChat [105] and related streaming frameworks [55] progressively incorporate temporal observations for subsequent reasoning.
Query-token-based Admission. Query-token mechanisms provide a compact interface for writing visual information into memory rather than storing raw, dense feature maps. By projecting high-dimensional visual observations into a small set of learned latent tokens, these methods preserve task-relevant context while ensuring compatibility with LLMs. Foundational architectures like the Perceiver [76] and TokenLearner [78] established this paradigm by using attention-based bottlenecks to extract compact tokens from dense visual features. Building on this principle for VLMs, Flamingo [35] introduced a cross-modal resampler to map visual inputs into latent representations. Similarly, BLIP-2 [77] utilized Q-Former queries to selectively extract task-relevant visual states for frozen language models, with InstructBLIP [81] further conditioning this admission process on task instructions. Together, these approaches demonstrate how incoming visual evidence can be efficiently transformed into compact, accessible memory states.
Recording Interaction History. Beyond encoding perceptual observations, many memory systems explicitly record information generated during interaction. Rather than preserving raw inputs alone, these approaches transform conversations, user feedback, planning trajectories, or behavioral experiences into reusable memory entries that can influence future interactions. MemoryBank [13] exemplifies this process by explicitly writing conversation-derived memories into a long-term memory structure to support personalized response generation across sessions. Generative Agents [66] similarly records observations, reflections, and behavioral experiences into persistent memory streams that can later support planning and decision-making. Taking Notes [53] extends this paradigm to multimodal dialogue by treating automatic note generation as an explicit writing mechanism that transforms long interaction histories into concise and reusable summaries. Multimodal dialogue state tracking frameworks [50] further formalize interaction-time writing by encoding turn-level evidence into structured slots that represent evolving dialogue states.
Implicit Parametric Writing. Not all memory writing creates explicitly addressable memory entries. Some approaches instead incorporate newly acquired information directly into model parameters or latent representations through parameter-efficient adaptation mechanisms. In these systems, writing modifies the computational behavior of the model itself rather than constructing an external memory store. Adapter-based methods, prompt tuning, and related parameter-efficient learning approaches [86,87,116] exemplify this implicit writing paradigm, where stored information becomes distributed across model parameters and can only be recalled indirectly through subsequent inference.
Regardless of implementation, memory writing establishes the foundation upon which all subsequent memory operations depend. Decisions made during writing determine not only what information becomes available for future retrieval, but also the effectiveness of later consolidation, updating, and long-term reasoning. Consequently, writing policies must balance information preservation against storage efficiency, ensuring that important experiences are retained without overwhelming finite memory resources.
2.4.2. Memory Consolidation
Unlike memory writing, which determines how newly observed information enters a memory system, memory consolidation operates on information that has already been retained. Its objective is to improve the long-term utility of existing memories by reorganizing them into forms that are more compact, structured, stable, and efficient to retrieve, thereby increasing scalability without sacrificing information useful for future reasoning. Inspired by memory consolidation in cognitive psychology, where newly acquired experiences are gradually transformed into stable long-term memories [7,8,9], computational consolidation extends beyond simple stabilization to encompass a broader family of operations, including compression, abstraction, hierarchical organization, semantic indexing, and graph restructuring. Although these approaches differ in implementation, they share a common objective: improving the accessibility, efficiency, and long-term usability of stored information as memory continues to grow.
Compression-based Consolidation. One of the most common consolidation strategies reduces redundancy within existing memory representations while preserving information most relevant for future reasoning and retrieval. Rather than modifying incoming observations during memory writing, these methods operate on previously stored representations to improve storage efficiency, increase memory capacity, and extend the effective reasoning horizon under constrained computational budgets. Such approaches typically consolidate memory by selecting informative observations, merging redundant representations, summarizing dense sequences, or transforming fine-grained token-level features into compact memory units. MovieChat [113] provides a representative example by organizing long-video understanding through a two-stage memory mechanism that aggregates dense visual observations into compact short-term and long-term memory representations. LongVU [114] similarly introduces adaptive spatiotemporal compression by pruning redundant visual tokens after encoding, while VideoChat-Flash [115] further extends this principle through hierarchical token compression across clip- and video-level representations. Although these methods differ in implementation, they share a common objective: reorganizing previously encoded information into more compact representations that preserve essential semantics while reducing storage and computational costs. Compression therefore functions not as an admission mechanism, but as a post-writing maintenance process that improves the long-term utility of stored memory.
Transient Memory Maintenance. Consolidation is not restricted to long-term memory stores. During inference, active working memory and KV caches grow continuously and must be regulated dynamically. Unlike long-term representation consolidation, which restructures stored memories after encoding, transient memory maintenance operates online throughout execution by continuously adapting the content and size of active memory. It regulates context by retaining informative states, compressing redundant representations, refreshing evolving information, and discarding entries with diminishing utility. The objective is not indefinite preservation, but maximizing the effectiveness of bounded working memory under strict computational and context constraints. Although these operations occur during inference rather than after explicit memory formation, they serve a similar consolidation function by allocating limited memory resources toward the representations most valuable for ongoing reasoning.
Online memory systems provide representative examples of this paradigm. MA-LMM [40] maintains an adaptive memory bank that continuously updates historical visual representations during long-video understanding, enabling previously observed content to remain accessible without repeatedly processing the entire video. Streaming VLMs such as StreamChat [44] and VideoLLM-online [54] similarly refresh memory representations as new visual observations arrive, ensuring that active memory evolves together with the incoming video stream. More recently, multimodal KV-cache management has emerged as an effective mechanism for maintaining transient memory under limited computational budgets. These methods typically estimate the importance of cached tokens through attention patterns, modality-aware heuristics, or learned retention policies, and then apply eviction, compression, or quantization to preserve critical information while reducing memory usage. LOOK-M [42] formulates cache management as an importance-aware retention problem by selectively preserving informative visual tokens, while MadaKV [43] introduces modality-aware cache eviction strategies and AKVQ-VL [88] further improves runtime efficiency through adaptive cache quantization. Although these methods differ in implementation, they share the common objective of maintaining an informative and computationally efficient working memory throughout long-context inference.
Structural Organization and Indexing. As memory repositories continue to grow, efficient memory utilization depends not only on what information is retained, but also on how it is organized. Simply accumulating memories eventually leads to inefficient retrieval, increased redundancy, and poor scalability. Consequently, many memory systems perform structural consolidation by transforming previously stored information into searchable, semantically meaningful structures that facilitate efficient future access. Unlike compression-based consolidation, which reduces redundancy within memory representations, structural organization preserves memory content while improving its accessibility through indexing, hierarchical organization, graph construction, embedding-based clustering, or dedicated retrieval databases. Through these operations, isolated memory entries are transformed into reusable repositories that can support scalable retrieval across future tasks.
Representative retrieval-augmented systems illustrate this organizational perspective. REALM [64] constructs an indexed retrieval corpus by associating stored documents with searchable representations, enabling efficient access to external knowledge during inference. RAG [15] similarly organizes large document collections into retrieval-ready indexes that can be queried across different tasks. Extending these concepts to multimodal settings, MuRAG [65] organizes textual and visual evidence into a unified retrieval memory, and REVEAL [89] maintains large-scale visual-linguistic knowledge within an external store for scalable access. Rather than emphasizing retrieval in isolation, these architectures demonstrate how memory can be consolidated into structured, reusable repositories over extended interactions. Recent frameworks push this paradigm further through increasingly sophisticated organization mechanisms: VisRAG [102] indexes document images directly as visual retrieval units to avoid information loss introduced by OCR-based conversion, whereas MegaRAG [97] and RAG-Anything [91] generalize structural consolidation to graph-based heterogeneous stores capable of representing relationships among text, images, tables, and auxiliary modalities within unified retrieval frameworks.
From the perspective of memory operations, structural organization transforms memory from a collection of isolated records into an organized knowledge repository that supports efficient and scalable retrieval. As memory repositories continue to expand in both size and modality, designing effective organizational structures becomes increasingly important for maintaining retrieval quality and long-term memory scalability.
Consolidating Embodied Experience. Embodied agents continuously accumulate vast perceptual observations, interaction histories, spatial trajectories, and behavioral experiences throughout extended operations. Retaining these experiences as isolated episodes is neither scalable nor effective for downstream decision-making. Consequently, embodied memory systems consolidate transient experiences into structured representations that preserve context critical for future planning, reasoning, and interaction. Such consolidation typically involves extracting meaningful events from continuous observations, summarizing past interactions, constructing spatial or semantic representations, and transforming individual experiences into reusable behavioral knowledge. For personalized interactive agents, MemoryBank [13] and LifelongMemory [70] maintain user histories and multimodal behavioral traces across multiple sessions, transforming isolated interactions into persistent profiles that support long-term assistance. In spatial navigation, frameworks like Mem4Nav [108] and KARMA [71] consolidate streaming observations, spatial trajectories, and environmental maps into structured episodic representations that can be efficiently queried during localization and task execution, avoiding reconstruction from raw observations. Beyond preserving individual episodes, recent architectures consolidate experience into higher-level behavioral abstractions. AtlasVA [75], for instance, decouples memory into complementary visual and symbolic layers, distilling trajectory histories into hierarchical skill atlases for long-horizon planning. Similar principles underpin modern robotic architectures, including ReMEmbR [72], RoboMemory [74], and RoboOS-Next [73]. These frameworks integrate multimodal interaction histories, spatio-temporal observations, and behavioral traces into structured stores designed for sustained manipulation and continuous control. Unlike compression-based consolidation, which primarily improves storage efficiency, or structural organization, which facilitates scalable retrieval, embodied memory consolidation transforms low-level interaction histories into increasingly abstract and reusable knowledge that enables agents to accumulate experience and improve behavior over extended lifetimes.
Taken together, these consolidation strategies demonstrate that effective memory depends not only on what information is stored, but also on how previously acquired memories are transformed and maintained over time. Whether through compression of redundant representations, structural organization for efficient access, or abstraction of embodied experiences into reusable knowledge, consolidation enables memory systems to remain scalable while preserving information most valuable for future reasoning, interaction, and decision-making.
2.4.3. Memory Retrieval
Memory retrieval is the operation through which a model accesses previously stored information during reasoning. Unlike memory writing and consolidation, which determine how information enters and is maintained within memory, retrieval governs which subset of stored knowledge becomes available for the current task. Since only a small fraction of accumulated memory can typically participate in inference under finite computational and context budgets, retrieval must selectively identify information that is both relevant and informative while avoiding unnecessary or distracting evidence. Consequently, retrieval largely determines whether stored memories can be effectively translated into improved reasoning and decision-making.
Depending on the memory architecture, retrieval may involve searching external databases, recalling episodic experiences, accessing structured knowledge, or attending over internal memory representations. Although these mechanisms differ substantially in implementation, they share the common objective of selecting useful information from potentially large and heterogeneous memory repositories.
Search-based Retrieval. Search-based retrieval formulates memory access as a query-driven search problem over external memory repositories. Given the current multimodal context, the model first constructs a retrieval query and then selects the most relevant information from large collections of textual, visual, or multimodal knowledge before incorporating the retrieved evidence into subsequent reasoning. This paradigm enables models to overcome the limited capacity of parametric memory by dynamically accessing external information only when it is needed.
Retrieval-augmented language models provide the foundation for this paradigm. REALM [64] learns to retrieve relevant documents from an indexed corpus during pretraining, while RAG [15] combines dense document retrieval with sequence generation to enable scalable knowledge access during inference. RETRO [117] further scales this paradigm by retrieving relevant document chunks from a large external corpus and integrating them into generation through chunked cross-attention. Extending retrieval beyond text, MuRAG [65] introduces a unified multimodal memory containing both textual and visual evidence, and REVEAL [89] scales multimodal retrieval through large external visual-linguistic knowledge stores. More recent VLMs continue to expand retrieval capabilities by incorporating web-scale search and multimodal evidence integration. SearchLVLMs [99] introduces plug-and-play web retrieval for vision-language models, while VisRAG [102] retrieves visually encoded document images directly instead of relying on OCR-based text conversion. Recent retrieval-augmented multimodal frameworks further improve retrieval quality through enhanced visual search, retrieval control, and multimodal evidence integration [94,100,101,103].
Knowledge-guided Retrieval. Not all relevant information is contained within perceptual observations or previously recorded experiences. Many reasoning tasks require external factual, commonsense, or relational knowledge that cannot be reliably inferred from visual evidence alone. Knowledge-guided retrieval therefore augments memory retrieval by selectively accessing structured knowledge bases, knowledge graphs, or symbolic repositories that complement multimodal perception.
Representative approaches include KRISP [92], which combines visual reasoning with symbolic knowledge retrieval for visual question answering, and KAT [93], which retrieves external knowledge to support knowledge-intensive vision-language reasoning. Plug-and-Play VQA [95] similarly demonstrates that external knowledge can be incorporated at inference time without requiring end-to-end retraining of the underlying vision-language model. Together, these approaches illustrate how retrieval extends beyond recalling previous experiences to incorporating structured knowledge unavailable from the current visual context.
Attention-based Retrieval. Attention-based retrieval accesses retained information by conditioning the current computation on memory representations through attention mechanisms. Depending on the architecture, these representations may consist of recurrent hidden states, compressed activations, dedicated memory tokens, cached key-value states, or entries obtained from a separately maintained memory. In model-resident variants, retrieval is performed through differentiable attention over states propagated from earlier segments or processing steps. Hybrid variants instead combine neural attention with non-differentiable lookup over an auxiliary memory. Attention-based retrieval is therefore characterized by how retained information is selected and integrated into the current computation, rather than by requiring the underlying memory to be exclusively internal.
Representative model-resident approaches include RMT [12], which propagates dedicated memory tokens across long sequences, and Transformer-XL [118], which applies segment-level recurrence and attention over cached hidden states to extend context beyond a fixed input window. Compressive Transformer [11] further maintains compressed representations of older activations, allowing attention to access both recent and more distant context. Memorizing Transformers [10] instantiate a hybrid design: they augment self-attention with approximate nearest-neighbor lookup over a separately maintained, non-differentiable memory of previous key-value pairs. Together, these approaches illustrate a spectrum ranging from attention over model-resident recurrent states to attention augmented by non-parametric memory lookup.
Episodic Memory Retrieval. Whereas search-based and knowledge-guided retrieval primarily access external information sources, episodic retrieval recalls experiences accumulated through previous interactions. These memories may include user preferences, dialogue histories, observations, navigation trajectories, or behavioral experiences that enable models and embodied agents to adapt future reasoning according to past events.
MemoryBank [13] retrieves previously stored user memories to support personalized responses across long-term interactions, while Generative Agents [66] recall observations, reflections, and prior experiences to guide planning and social behavior. In embodied settings, ReMEmbR [72] and Mem4Nav [108] retrieve previously encountered spatial-temporal experiences to support localization, navigation, and long-horizon decision-making. These systems demonstrate that retrieval transforms accumulated experiences from passive storage into actionable evidence that continuously informs future perception, reasoning, and action.
Taken together, these retrieval mechanisms demonstrate that effective memory depends not only on what information is stored, but also on how previously acquired knowledge and experiences are accessed during inference. Whether through search, knowledge integration, attention-based recall, or episodic retrieval, these mechanisms allow models to selectively leverage relevant information while maintaining computational efficiency. Effective retrieval therefore serves as the bridge between stored memory and downstream reasoning, enabling memory systems to transform accumulated information into actionable evidence.
2.4.4. Memory Updating and Forgetting
Memory updating and forgetting describe processes that modify retained information after its initial acquisition, enabling memory systems to adapt to evolving environments while controlling the persistence of outdated or less useful content. These operations include revising stored knowledge, incorporating new information, reorganizing existing representations, preserving important information against interference, and selectively removing obsolete memories. Unlike writing, which introduces new information into memory, updating transforms the content, representation, or accessibility of previously retained information.
Editing Stored Knowledge. Editing mechanisms aim to modify specific knowledge encoded within multimodal models without retraining the entire model. Such methods typically identify the parameters, representations, or external memory components responsible for a target association and apply localized modifications while minimizing unintended changes to unrelated knowledge. Can We Edit [111] provides a representative study of whether visual knowledge encoded in multimodal models can be selectively revised while controlling collateral effects. This line of work formulates updating as a targeted intervention problem, where the objective is to incorporate corrected information while preserving existing capabilities. Visual-oriented fine-tuning and unified knowledge maintenance approaches further investigate how VLMs can integrate updated visual knowledge through parameter adaptation or controlled fine-tuning strategies while reducing interference with previously learned representations [112,119]. These approaches highlight the challenge of balancing editability with knowledge consistency, as overly localized updates may fail to propagate necessary changes, whereas broad modifications may introduce unintended side effects.
Continual Learning and Forgetting Control. Continual learning considers memory updating as a sequential adaptation problem, where models continuously incorporate new multimodal information while maintaining previously acquired knowledge. A central challenge is catastrophic forgetting, where optimization toward new tasks overwrites representations required for earlier capabilities. Existing approaches address this problem through several mechanisms, including replaying representative historical data, constraining parameter updates, isolating task-specific knowledge, or generating synthetic examples that approximate previous experiences. Learning without Forgetting for VLMs [85] provides a representative example by balancing adaptation to new multimodal tasks with preservation of prior knowledge. Other approaches investigate interference reduction, replay-based learning, and synthetic data generation to improve knowledge retention during sequential updates [120,121]. Instruction-aware preservation and visual conditioning strategies further explore how models can selectively incorporate new instructions or visual information while maintaining compatibility with existing capabilities [122,123]. Together, these methods reveal the fundamental tradeoff between plasticity, which enables adaptation to new information, and stability, which preserves previously acquired knowledge.
Updating Transient Inference Memory. Updating also occurs within short-lived memory states used during inference, where limited computational resources require models to continuously refresh, compress, or discard intermediate representations. KV-cache management methods modify the key-value states retained by attention layers by estimating the importance of cached tokens and selectively applying eviction, compression, merging, or quantization strategies. LOOK-M [42] updates cache contents through importance-based retention policies, where less informative tokens are removed to reduce memory consumption while preserving relevant context. MadaKV [43] further adapts cache eviction according to modality-aware importance, recognizing that visual and textual tokens may contribute differently to downstream reasoning. AKVQ-VL [88] updates transient memory through adaptive quantization, reducing the precision of less critical representations while maintaining high-fidelity storage for important information. Streaming systems such as StreamChat [44] and VideoLLM-online [54] continuously update inference memory as new observations arrive, replacing or compressing older information to support long-context interaction in dynamic environments. These approaches demonstrate that forgetting can serve as an intentional memory management strategy rather than merely an undesirable failure mode.
Updating Persistent Memory Stores. Persistent memory systems require mechanisms for revising previously recorded experiences while maintaining consistency over long-term interactions. Unlike transient inference memory, persistent memory updates must determine when new information should create a new memory, modify an existing memory, or replace outdated information. MemoryBank [13] represents long-term user information as explicit memory entries stored outside model parameters. During interaction, newly observed information is compared with existing memories and used to update, merge, or create memory entries, enabling personalized responses across extended conversations. KARMA [71] similarly updates embodied memories by integrating newly acquired experiences to improve future action selection. Beyond explicit memory stores, parameter-efficient adaptation approaches update persistent knowledge implicitly by modifying lightweight parameter components rather than maintaining separate external memory structures [79,86,87]. These approaches reduce update costs but trade explicit memory control for less interpretable and less directly editable representations.
Taken together, these updating mechanisms demonstrate that effective memory depends not only on acquiring and storing information, but also on continuously adapting retained knowledge as new evidence emerges. Whether through knowledge editing, continual learning, transient state management, or persistent memory revision, updating enables memory systems to remain adaptive while preserving information that remains valuable over time. Controlled forgetting further ensures that limited memory capacity is allocated to the knowledge and experiences most relevant for future reasoning, interaction, and decision-making.
3. Memory as a Coupled System
In practical VLMs, the four dimensions of our taxonomy are analytically separable but operationally coupled. The preceding subsections introduced each dimension independently to establish a clear vocabulary, whereas concrete systems instantiate combinations in which choices along one dimension influence, but do not uniquely determine, choices along the others. Figure 6 presents eight representative such combinations. These dependencies arise jointly from task requirements, architectural constraints, computational budgets, and the intended lifetime of retained information. Temporal scope provides a useful organizing lens because it often constrains feasible storage and maintenance strategies; nevertheless, it should be interpreted as describing recurrent design patterns rather than imposing hard admissibility rules on the other dimensions. We therefore examine transient, episodic, and persistent memory in turn while explicitly allowing multiple storage locations, memory entities, and operation sets within each temporal regime.
When information is required only within a single execution, such as answering questions over an extended video or conditioning generation on interleaved demonstrations, the temporal scope is transient. Existing systems commonly realize transient memory through model-resident states, including raw observations retained near the input [33,38,39,104] and latent representations that compress such evidence into compact token sets [35,76,77]. Writing and online maintenance operations, such as compression, eviction, and reorganization of key-value caches, are therefore particularly common [42,43,88]. However, transient scope does not require memory to be internal: session-local scratchpads, temporary external caches, and tool-generated records may also be written and retrieved within a single execution. Updating and forgetting may likewise occur as active states are refreshed, compressed, or evicted. Internal storage and a restricted operational lifecycle are thus prevalent design choices for transient memory, rather than defining requirements.
When information must remain available throughout a bounded interaction, such as a multi-turn grounded dialogue or a streaming video session, the temporal scope becomes episodic. Episodic memory may be maintained internally through recurrent or compressed latent states [54,109,113], or externally through addressable interaction records such as dialogue turns, state slots, observations, and navigation steps [49,50,63]. Its operation set consequently depends on the implementation: internal recurrent states may emphasize writing and consolidation across turns, whereas explicit episodic stores may additionally require indexing, retrieval, updating, and capacity-aware forgetting. External retrieval is therefore compatible with episodic memory even when the retained information is discarded at the end of the interaction.
When information must persist across multiple sessions, for example to support long-term personalization or lifelong embodied agents, systems commonly employ explicit external stores, parametric memory, or combinations of the two. External stores may retain raw multimodal observations, structured episodic records, abstract semantic knowledge, or latent encodings, and make them independently addressable through retrieval mechanisms [15,64,65,102]. Parametric memory instead encodes retained knowledge in model weights and accesses it implicitly through forward computation; modifying such memory typically requires continual training, parameter-efficient adaptation, or model editing [85,86,111]. Persistent systems often benefit from a broader lifecycle comprising writing, consolidation, retrieval, updating, and forgetting [13,66,71], but persistence does not imply that every system implements every operation or adopts a particular memory entity.
Viewed from this perspective, the taxonomy defines a structured and non-uniform design space rather than either an unconstrained Cartesian product or a set of hard compatibility rules. Some combinations are common because they offer favorable trade-offs, whereas others remain uncommon because of implementation cost, limited editability, or insufficient retrieval interfaces. Latent representations illustrate this distinction: transient activation states are model-resident, whereas derived embeddings or key-value representations can be materialized in independently addressable external stores. Similarly, a transient hidden state cannot itself survive beyond its execution lifetime, but its content may be transformed and written into an episodic or persistent representation. Characterizing these couplings as empirical design tendencies, rather than intrinsic impossibilities, both improves the descriptive accuracy of the taxonomy and exposes under-explored combinations for future research.
4. Benchmarks & Evaluation Metrics
4.1. Benchmarks and Datasets
Memory-related evaluation spans diverse tasks that probe different aspects of memory, ranging from long-context reasoning to continual adaptation and personalized interaction. To provide a structured overview, we categorize existing benchmarks and datasets into eight groups according to the memory being evaluated, the task setting, and the primary evaluation objective: long video understanding and generation, image reasoning and captioning, continual learning, embodied AI, multimodal RAG, egocentric vision, personalized assistants, and virtual-environment interaction, mirroring the application domains of Figure 7. Table 2 summarizes representative benchmarks and datasets together with their data scales and task types.
Long Video Understanding and Generation. These benchmarks evaluate memory over long or streaming videos, where relevant information may be separated by substantial temporal gaps. They assess temporal retention, cross-segment retrieval, long-range reasoning, and generation or prediction conditioned on historical observations.
Image Reasoning and Captioning. These benchmarks evaluate memory across multiple images, image sequences, or visual contexts. Compared with long-video tasks, they place less emphasis on continuous temporal dynamics and instead focus on cross-image reasoning, visual context integration, and memory-aware description generation.
Continual Learning. Continual learning benchmarks evaluate memory across sequential training stages, where models must acquire new knowledge, domains, tasks, or instructions while preserving previously learned capabilities. They primarily measure knowledge retention, adaptation to new tasks, and resistance to catastrophic forgetting.
Embodied AI. Embodied AI benchmarks evaluate memory in agents operating in physical or simulated environments. They require models to maintain and utilize historical observations, object states, goals, and action histories to support navigation, manipulation, autonomous driving, and long-horizon decision-making.
Multimodal RAG. Multimodal RAG benchmarks evaluate retrieval-based external memory by measuring how effectively models retrieve, integrate, and reason over multimodal evidence, such as images, documents, charts, and structured knowledge sources, with evaluation emphasizing evidence grounding and cross-modal reasoning.
Egocentric Vision. Egocentric vision benchmarks evaluate memory from first-person visual streams, particularly those capturing daily activities and personal experiences. They emphasize episodic retrieval and first-person assistant capabilities, including recalling previously observed people, objects, events, and contextual information.
Personalized Assistants. Personalized-assistant benchmarks evaluate persistent user memory, including personalized visual concepts, preferences, experiences, and interaction histories. They assess whether models can retain user-specific information across interactions and use it to generate personalized responses.
Virtual-environment Interaction. Virtual-environment benchmarks evaluate memory in digital environments such as games, graphical user interfaces, web applications, and computer-use tasks. They assess whether agents can maintain task states, remember previous actions, and leverage long-term interaction histories during multi-step or multi-session execution.
4.2. Metric Taxonomy
Existing memory benchmarks employ diverse evaluation metrics because they target different aspects of multimodal memory, including long-context reasoning, egocentric recall, continual adaptation, embodied interaction, retrieval-augmented generation, personalization, and virtual-environment tasks. Consequently, their metrics are not directly comparable under a single unified scale. Instead, they capture complementary properties of memory, such as long-context utilization, information retention, knowledge preservation, action execution, evidence retrieval, generation consistency, and task success.
Based on their evaluation objectives, we organize existing metrics into the following eight categories:
- Task Performance measures overall task success, including accuracy, QA accuracy, MCQ accuracy, task score, and pass rate.
- Retrieval and Grounding measures the ability to retrieve, localize, and correctly ground relevant visual, textual, or multimodal evidence.
- Memory Recall and Retention evaluates whether models can successfully recover and utilize information from previous observations, sessions, or user interaction histories.
- Temporal and Long-Context Evaluation measures performance across varying video durations, context lengths, temporal dependencies, and streaming settings.
- Continual Learning measures the ability to preserve previously acquired knowledge while adapting to new tasks, domains, instructions, or knowledge.
- Generation Quality and Consistency evaluates the fidelity, visual quality, and temporal consistency of generated multimodal content.
- Embodied and Agentic Execution measures how effectively memory supports decision-making and action execution in embodied, robotic, or interactive environments.
- Efficiency and Robustness evaluates computational efficiency and robustness, including memory overhead, latency, computational cost, and performance under distracting or challenging memory conditions.
Representative metrics within each category are summarized in Table 3.
5. VLM Memory Applications
5.1. Long Video Understanding and Generation
Offline long-video understanding assumes the complete video is available before inference, allowing memory to be constructed over the full temporal context rather than incrementally during streaming. Within this setting, memory primarily supports retrieving, organizing, and reasoning over information distributed across extended temporal horizons (Figure 8).
5.1.1. Offline Long-Video Understanding
Long-form Video QA. Long-form Video QA requires preserving and retrieving question-relevant evidence across extended video histories, rather than merely understanding individual clips. Early work already connected this task with explicit memory access, as exemplified by DeepStory [188], which represents video history as a retrievable memory. Subsequent methods externalized long videos into textual histories [189] and further organized them into more concise and structured language repositories for long-range reasoning and question answering [190]. Later work shifted the focus from retaining more history to retaining the history most relevant to the query. MovieChat [113] and MovieChat+ [191] improve long-term memory through sparse compression and query-aware retention, respectively, while Glance and Focus [192] progressively retrieves evidence from global event summaries to local details. More recent methods, including MA-LMM [40] and MemVid [193], further organize memory into more structured and selective representations that facilitate retrieval and reasoning. Overall, recent methods increasingly shift from passively storing long-video history toward selectively organizing and retrieving question-relevant evidence.
Long-video Event Understanding. Long-video event understanding requires organizing long videos at the event level rather than treating them as flat temporal histories. Rather than compressing an entire video into a single representation, earlier work introduced event-centered memory structures. HERMES [194] builds long-form understanding through episodic accumulation and semantic retrieval, while hierarchical event-based memory [195] explicitly models event segmentation together with intra- and inter-event memory. Later methods emphasize persistent event memory through active memory construction and continuous-time consolidation. AMEGO [163] builds a self-contained active memory for very long egocentric videos, and ∞-Video [196] continuously consolidates observations for training-free long-video understanding. Recent work further develops structured episodic memory for modeling event relationships. HippoMM [197] combines episodic and semantic consolidation for long audiovisual event understanding, Video-EM [198] represents key moments as temporally ordered episodic events, and GCAgent [199] models schematic and narrative episodic memory to capture causal and temporal relationships across events. Overall, recent work suggests that organizing memory around semantically meaningful events provides a more effective representation than compressing entire videos into flat histories.
Temporal Grounding. Temporal grounding requires retrieving the video moments relevant to a language query, making effective temporal memory organization essential for locating evidence across long videos. Early efforts primarily improved temporal awareness through timestamp-aware encoding, boundary-aware training, and explicit temporal representations, as demonstrated by TimeChat [105], VTimeLLM [200], and Seq2Time [201]. Later work increasingly organized temporal evidence into more structured representations. Grounded-VideoLLM [202] introduces an additional temporal stream together with discrete temporal tokens to improve grounding, TRACE [203] represents videos as causal event sequences, and Number it [204] improves temporal retrieval through explicit frame indexing. More recent methods increasingly combine structured temporal evidence with reasoning. VideoExpert [205] separates temporal grounding from content generation through specialized temporal and spatial experts, Time-R1 [206] improves grounding via reasoning-oriented post-training, VideoITG [207] adaptively selects relevant frames through instruction-guided temporal grounding, and E.M.Ground [208] further improves grounding through holistic event perception and matching. Overall, recent work increasingly treats temporal grounding as retrieving and reasoning over structured temporal evidence rather than simply localizing timestamps.
5.1.2. Online / Streaming Video Understanding
Unlike offline long-video understanding, streaming video understanding requires models to process continuously arriving video without access to the complete sequence, making memory essential for retaining and retrieving information over time. Early work primarily adapted Video-LLMs to streaming settings through sequential processing and temporally aligned interaction, as demonstrated by Streaming Long Video Understanding with Large Language Models [55] and VideoLLM-online [54]. Subsequent work made explicit memory a central component of online understanding. Flash-VStream [209] maintains memory for real-time long-video understanding, while Streaming Video Understanding and Multi-round Interaction with Memory-enhanced Knowledge [210] supports multi-round interaction through hierarchical memory organization. Later methods increasingly emphasized selective and efficient memory management under limited computational budgets. Streaming VQA with In-context Video KV-Cache Retrieval [211] retrieves relevant historical context from cached representations, StreamMem [212] dynamically manages streaming memory, Memory-efficient Streaming VideoLLMs for Real-time Procedural Video Understanding [213] reduces memory consumption through efficient memory design, and CacheFlow [214] maintains fixed-size caches for long-duration streaming. More recent work further integrates memory with adaptive reasoning and response planning. WAT [215] decouples observation from reasoning to better utilize accumulated memory, while StreamReady [216] jointly learns what information to retain and when to respond during continuous interaction. Overall, recent methods increasingly treat streaming memory as an actively managed resource that selectively retains, retrieves, and reasons over historical observations rather than simply buffering incoming video.
5.1.3. Reasoning over Long Videos
Reasoning over long videos has increasingly emerged as a distinct challenge beyond generic long-video understanding. Rather than only recognizing events or retrieving relevant moments, the objective is to connect temporally dispersed evidence across extended video histories to support multi-step, causal, and narrative reasoning. Recent benchmarks have made this transition more explicit. MoviePuzzle [217] studies visual narrative reasoning through multimodal order learning, while VRBench [218] and VCRBench [219] explicitly evaluate multi-step and causal reasoning over long videos. More recent benchmarks further expand long-video reasoning to larger-scale and more diverse scenarios, including NA-VQA together with its reasoning framework Video-NaRA [220], MINERVA-Cultural [221], and VBVR [222]. Motivated by these increasingly demanding reasoning tasks, recent methods have shifted from storing long-video context toward organizing memory for evidence integration and inference. TemporalVLM [223] builds temporally structured representations for long-range reasoning, while WorldMM [224] and LongVideoAgent [225] organize and retrieve relevant evidence across extended video histories. More recent agentic methods, including A4VL [226] and SAGE [227], further integrate memory with multi-stage planning and reinforcement-trained decision making to support complex long-video reasoning. Overall, recent work increasingly treats memory as an active reasoning substrate that organizes, retrieves, and integrates temporally distributed evidence rather than simply retaining long-video context.
5.1.4. Long Video Generation
Long video generation aims to synthesize extended video sequences while maintaining scene, entity, motion, and camera consistency over long horizons. This requires preserving and reusing historical context beyond locally plausible clip generation. Consequently, memory has become a key mechanism for maintaining coherent visual narratives across long sequences. In scene- and world-consistent generation, GEN3C [228], Context as Memory [229], and WorldWeaver [230] leverage 3D caches, retrieved historical frames, and depth-informed memory banks to reduce structural and temporal drift. For long-form autoregressive generation, Pack and Force Your Memory [231], LongLive [232], Context Forcing [233], and Relax Forcing [234] preserve long-range dependencies through memory packing, context reuse, and KV-memory designs. More recent methods make memory increasingly structured and semantically meaningful: VideoMemory [235] maintains entity-centric memories across shots, while AnchorWeave [236] and MemCam [237] retrieve spatial and camera-aware memories to preserve world consistency. Collectively, these approaches illustrate a transition from reusing recent visual history to maintaining structured representations of scenes, entities, geometry, and camera state that support coherent long-form video generation.
5.1.5. Long Video Prediction
Long video prediction focuses on forecasting future visual observations over extended horizons, with recent work increasingly framing the problem as learning interactive world models. Rather than merely generating plausible future clips, these models must preserve and update an internal representation of the environment under actions, viewpoint changes, and evolving scene dynamics. EVA [238] couples reasoning and generation for embodied future anticipation, while Vid2World [239] repurposes pre-trained video diffusion models into action-conditioned interactive world models. As prediction horizons increase, persistent memory becomes essential for maintaining world state over time. Video World Models with Long-term Spatial Memory [240], RELIC [241], and LIVE [242] introduce geometry-grounded spatial memory, compressed camera-aware KV memory, and cycle-consistent long-horizon training to mitigate forgetting and error accumulation. More recent work further expands the scope of memory beyond static scene structure. PAN [243] and Astra [244] advance more general and controllable action-conditioned world simulation, while VerseCrafter [245] and hybrid-memory methods [246] integrate geometric world representations with dynamic subject memory. Together, these developments reflect a shift from maintaining short-term temporal context to explicitly modeling persistent, evolving world states that enable long-horizon interactive prediction.
5.2. Image Reasoning and Captioning
5.2.1. Image Reasoning
Long-chain multimodal reasoning often suffers from visual forgetting, where attention to the visual input gradually diminishes as the reasoning trajectory grows longer, causing models to rely increasingly on previously generated text rather than the image itself [123]. Memory mechanisms, summarized in Figure 9, address this problem by preserving visual evidence throughout inference. Take-along Visual Conditioning (TVC) maintains access to visual information by dynamically pruning redundant visual tokens while retaining informative ones during reasoning [123]. In multi-image reasoning, CMMCoT [247] caches decoder-layer key-value representations for each image in an external memory bank and retrieves them on demand, enabling models to revisit relevant visual evidence across multiple images. Rather than relying on external memory, VisMem [248] incorporates both short-term perceptual memory and long-term semantic memory within the model to preserve fine-grained visual details while progressively consolidating higher-level concepts during reasoning and generation. Collectively, these approaches demonstrate that memory helps maintain visual grounding over long reasoning chains by preserving perceptual evidence, semantic representations, and cross-image correspondences throughout inference.
5.2.2. Image Captioning
Image captioning benefits from memory by augmenting visual features with semantic information accumulated beyond the current image, including previous training examples and external knowledge sources. Standard attention mechanisms compute representations solely from the input image, limiting their ability to exploit knowledge acquired from previous examples or external resources [249]. The Meshed-Memory Transformer introduces learnable memory vectors into the visual encoder to encode dataset-level prior knowledge that complements region-level visual representations [250]. Moving beyond static dataset-level priors, Prototypical Memory Networks summarize representations from previously observed training samples into compact prototype vectors, allowing the model to retrieve discriminative visual patterns learned from similar examples [249]. Memory can also be maintained externally. Sarto et al. [251] retrieve captions from visually similar images in an external corpus and combine the retrieved text with the input image using a kNN-augmented language model. Overall, memory in image captioning has evolved from learnable global memory toward retrieving instance-level visual and textual knowledge that enriches image understanding and improves caption generation.
5.3. Continual Learning
5.3.1. Incremental Recognition
As illustrated in Figure 10, incremental recognition requires VLMs to continually expand their recognition space as new categories, domains, and open-vocabulary concepts are introduced, while preserving previously acquired vision–language semantic alignment. Early studies on frozen CLIP suggest that its pretrained vision–language embedding space already exhibits considerable robustness to continual recognition, indicating that the embedding space itself functions as an implicit semantic memory [252]. However, continual finetuning can perturb this space and degrade zero-shot transfer. ZSCL [134] therefore shifts the focus from mitigating forgetting of old classes to preserving CLIP’s open-vocabulary prior, reducing semantic drift through feature distillation and weight regularization. Subsequent methods move from protecting the original CLIP space toward more controllable incremental retention mechanisms. One line of work combines CLIP’s zero-shot semantics with exemplar memory to balance unseen-class generalization and seen-class consolidation [253]. MoE-Adapters [254] organize stage-wise knowledge into callable expert modules to reduce interference across incremental stages, while CLAP4CLIP [255] and RAPF [256] further stabilize incremental adaptation through probabilistic finetuning and representation adjustment with parameter fusion, respectively. More recent methods, including CoLeCLIP [257], LADA [258], and incremental prompt tuning with intrinsic textual anchors [259], further extend memory into scalable representations at the category, open-vocabulary, and semantic-anchoring levels. Overall, the object of memory in incremental recognition evolves from preserving CLIP’s pretrained semantic embedding space toward scalable mechanisms that retain and organize category-level, open-vocabulary, and semantic knowledge across incremental stages.
5.3.2. Continual Knowledge Updating
Building on category-level recognition, continual knowledge updating requires VLMs to adapt their pretrained cross-modal representations from continually arriving image–text corpora, evolving data distributions, and newly emerging domains, while retaining prior knowledge, cross-modal alignment, and previously acquired capabilities. Early work primarily viewed memory as a means of preserving CLIP’s pretrained capabilities during continual pretraining. VR-LwF [260] maintains zero-shot and image–text matching abilities through replayed vocabulary, while IncCLIP [261] uses generative negative text replay and multimodal knowledge distillation to retain previous pretraining knowledge. Subsequent methods move beyond replaying samples or vocabularies and instead treat the geometry of the cross-modal representation space itself as the primary object of memory. Mod-X [262] preserves off-diagonal information to maintain multimodal alignment on previous domains, whereas CTP [263] combines compatible momentum contrast with topology preservation to retain cross-task embedding structures when absorbing new image–text data. As continual pretraining moves closer to real deployment, memory must also accommodate temporally evolving data streams and accumulated model states. TiC-CLIP [264] and FoMo-in-Flux [265] push the problem toward web-scale temporal data streams and realistic deployment constraints, while TIME [266] provides a model-level memory route through temporal model merging to integrate multimodal expert knowledge accumulated at different stages. Recent methods further preserve prior knowledge without fully storing historical data. GIFT [121] uses synthetic image–text pairs as replay surrogates, while GNSP [267] protects existing representations through gradient null-space projection and cross-modal alignment constraints. Overall, the object of memory evolves from replaying historical data or vocabularies, to preserving cross-modal representation geometry, and ultimately to maintaining temporally accumulated multimodal knowledge under limited access to historical data.
5.3.3. Continual Task Adaptation
Unlike continual updating of pretrained representations, continual task adaptation requires VLMs to acquire new multimodal capabilities as new tasks, interaction patterns, and instruction formats emerge, while retaining previously learned visual reasoning, question-answering strategies, and instruction-following behaviors. CLiMB [138] and VQACL [268] characterize this problem from continual vision–language tasks and VQA skills, respectively, making task interaction patterns a primary object of memory. Later methods transform these interaction patterns into more structured memory. Scene-graph-based symbolic replay [269] converts visual relations and question–answer patterns into scene graph prompts, while QUAD [270] uses questions-only memory to retain question patterns with reduced dependence on stored images. Subsequent methods increasingly parameterize memory as reusable task-adaptation states. TRIPLET [271] preserves modality- and task-specific factors through decoupled prompts, whereas CL-MoE [272] selectively retrieves previous task abilities through expert routing. As VLMs are increasingly adapted through instruction tuning in MLLM–style architectures, the emergence of continual instruction tuning [273] further highlights forgetting in multimodal instruction following, extending the object of memory to instruction-following behavior, visual reasoning, and task-specific parameters. SMoLoRA [274] mitigates the dual forgetting of visual understanding and instruction following through separable routing, while HiDe-LLaVA [275] separates task-private knowledge from cross-task general ability through task-specific expansion and task-general fusion. Overall, the object of memory evolves from replaying previous task experiences to maintaining reusable question structures, prompt and expert states, and instruction-adaptation parameters that support continual acquisition of new multimodal skills.
5.4. Embodied Navigation and Action
Figure 11.
Memory architecture for embodied navigation and action.

5.4.1. Vision-Language Navigation
A. Instruction-following and Spatial Memory Navigation
Instruction-following Vision-Language Navigation (VLN) with spatial memory requires agents to ground language instructions in accumulated observations and spatial context under partial observability, rather than relying solely on the current visual view. Early approaches introduced lightweight navigation memory through progress estimation and trajectory tracking. Self-Monitoring [276] estimates navigation progress to align the agent’s internal state with instruction execution, while Regretful Agent [277] exploits progress signals for backtracking and path correction. Subsequent methods move beyond compact state summaries toward explicit history modeling: VLN-BERT [278] and HAMT [59] incorporate past observations, actions, and instruction context to improve sequential decision making. As navigation tasks become more challenging, agents move beyond storing observation histories and begin to organize memory into spatial representations, such as topological graphs and environment maps. DUET [60] and BEVBert [279] organize explored trajectories as topological or map-based representations, while GridMM [280] maintains a dynamically expanding grid memory to preserve spatial relationships and instruction-relevant information. Recent studies further integrate memory with high-level reasoning and compact representation. MC-GPT [281] constructs a memory-based topological map over viewpoints, objects, and spatial relations, whereas JanusVLN [282] separates geometric and semantic knowledge through dual implicit memory representations. Overall, instruction-following VLN memory has evolved from trajectory-level progress tracking toward structured, semantics-aware spatial representations that support planning and reasoning.
B. Dialogue-based Navigation
Dialogue-based navigation extends VLN memory beyond instruction execution by requiring agents to maintain conversational context, user intent, environmental observations, and spatial state across multiple interaction rounds. Talk the Walk [283] and CVDN [284] formulate navigation as grounded dialogue, where conversation history assists localization, clarification, and action selection. CMN [58] explicitly separates language and visual memory to associate current dialogue with previous utterances, observations, and actions, while RMM [285] further models collaborator state by reasoning about the knowledge shared between the guide and navigator. More realistic collaborative settings emphasize the alignment among linguistic descriptions, environmental semantics, and agent location. RobotSlang [286] and DRAGON [287] model correspondences between dialogue and embodied states, while DialNav [288] considers remote collaborative navigation where the guide must infer the navigator’s location through dialogue alone. Overall, memory in dialogue-based navigation has progressed from storing conversation history to maintaining cross-modal interaction states that connect dialogue, perception, and spatial reasoning.
C. Long-horizon and Persistent Navigation
Long-horizon and persistent VLN focuses on accumulating and reusing knowledge across extended routes, multi-stage instructions, and repeated interactions with the same or related environments. Early work explored future-aware and map-based memory mechanisms: Look Before You Leap [289] predicts future navigation states to support planning, Chasing Ghosts [290] formulates instruction following as Bayesian state estimation with an online semantic spatial map, and Talk2Nav [291] uses spatial memory to associate landmarks with directional transitions in large-scale urban navigation. Memory subsequently became important for managing long and compositional instructions. M-TRACK [292] tracks intermediate milestones to support subgoal completion and reduce navigation failures caused by missed targets or premature termination. Beyond individual episodes, persistent navigation methods focus on reusable environmental knowledge. Structured Scene Memory [293] organizes historical observations into persistent scene representations, IVLN [294] and ESceme [295] retrieve prior experiences in revisited environments, and OVER-NAV [296] leverages open-vocabulary perception with structured representations to integrate visual, semantic, and spatial information over long tours. More recently, MSNav [297] combines dynamic memory management with LLM-based spatial reasoning, using selective updates to reduce memory redundancy in long-horizon tasks. Overall, persistent VLN memory extends beyond episode-specific state tracking toward reusable environmental knowledge that supports navigation across stages, routes, and experiences.
5.4.2. Vision-Language Action
Memory in Vision-Language Action (VLA) models enables robots to perform long-horizon tasks in partially observable and dynamic environments, where the appropriate action depends not only on the current observation but also on previous interactions, task progress, and execution feedback. Unlike short-horizon control, real-world manipulation is inherently non-Markovian: identical visual inputs may require different actions depending on prior actions, hidden states, object changes, or completed subtasks. Early episodic memory approaches for robotic manipulation demonstrate the importance of retaining state transitions, action trajectories, and subtask structures from demonstrations [298]. Building on this idea, subsequent VLA methods incorporate interaction histories to monitor task progress, recover from failures, and improve action generation.
Recent approaches increasingly transform raw interaction histories into structured perceptual and spatial memories. SAM2Act+ [32] introduces a memory bank with attention mechanisms to enhance spatial reasoning, while MemoryVLA [299] combines working memory with perceptual-cognitive memory to preserve both visual details and high-level task semantics. Beyond storing past observations, memory also enables experience retrieval and reuse across tasks. MAP-VLA [300] retrieves stage-specific memory prompts from previous demonstrations to guide action prediction, whereas EchoVLA [301] integrates scene memory with episodic memory for mobile manipulation by maintaining spatial-semantic representations and task-level experiences.
More recent VLA models focus on scalable and temporally consistent memory mechanisms for extended real-world deployment. OptimusVLA [302] separates memory into Global Prior Memory and Local Consistency Memory to balance reusable knowledge with current-task adaptation. MEM [303] introduces complementary short-term visual memory and long-term textual memory for sustained interaction, while ReMem-VLA [304] maintains multi-scale temporal context through frame-level and chunk-level recurrent memory queries. HiMe [305] introduces hierarchical memory across different temporal scales to support long-horizon VLA control, while MemoryVLA++ [306] extends memory-based action generation with future-state imagination. Overall, memory in VLA systems has evolved from storing demonstrations and interaction histories toward structured perceptual-spatial memory, experience-based retrieval, hierarchical multi-scale memory, and predictive temporal modeling that support robust long-horizon robot behavior.
5.4.3. Autonomous Driving
Autonomous driving requires memory mechanisms that support continuous perception, reasoning, and decision making in dynamic and safety-critical environments. Unlike embodied navigation and manipulation, where memory primarily helps maintain spatial and task context, autonomous driving must track rapidly changing traffic conditions, preserve interactions with surrounding agents, and incorporate prior experience to handle rare or long-tail scenarios. Since driving decisions often depend on events that are not fully observable from the current sensory input, memory provides a mechanism for integrating historical observations, contextual knowledge, and previously encountered situations.
Recent vision-language driving approaches explore memory as a bridge between perception and high-level reasoning. VLP [307] incorporates language-model-based reasoning into an end-to-end driving planner, where a query-based transformer decoder selectively accesses memory representations containing task-relevant contextual information. By combining retrieved memory with the current scene understanding, VLP improves generalization to uncommon scenarios beyond those directly observed during training. Beyond implicit contextual memory, recent methods introduce explicit experience-based memory for scenario retrieval and decision support. LeapVAD [308] adopts a dual-process architecture consisting of a heuristic process and an analytic process. Its reflection mechanism stores previous driving decisions and outcomes in a memory bank, allowing the analytic process to accumulate scenario knowledge while the heuristic process retrieves relevant experiences for efficient decision making. Similarly, MTRDrive [309] proposes a memory-tool synergy reasoning framework, where a VLM interacts with an external memory bank and an active toolkit engine to gather complementary information. Retrieved experiences and tool-generated evidence are then integrated through reasoning to produce driving decisions.
Overall, memory in autonomous driving has evolved from maintaining temporal scene context toward explicit experience-based and reasoning-oriented memory systems that enable adaptive planning, long-tail scenario handling, and safer decision making in complex environments.
5.4.4. 3D Spatial Scene Memory
Beyond trajectory and map-based navigation memory, 3D spatial scene memory preserves semantic and geometric knowledge of explored environments for subsequent reasoning and interaction. Early approaches established language-grounded 3D representations: VLMaps [310] integrates vision-language features into spatial maps, while ConceptGraphs [311] and HOV-SG [312] organize objects and spatial relations into open-vocabulary 3D scene graphs for language-guided reasoning and navigation. Subsequent methods move toward persistent and dynamically maintained scene memory. DovSG [313] locally updates 3D scene graphs as the environment changes, while 3D-Mem [314] introduces Memory Snapshots and Frontier Snapshots for incremental memory construction, retrieval, and exploration. Recent work further develops more flexible spatial memory mechanisms: MTU3D [315] constructs spatial memory online from streaming RGB-D observations, and 3DSPMR [316] reuses accumulated visual, geometric and relational knowledge across sequential embodied tasks. Memory Over Maps [317] instead retrieves posed RGB-D keyframes as lightweight visual memory and reconstructs spatial information on demand, while SoftNav [318] directly injects persistent 3D scene representations into the VLM hidden space. Overall, 3D spatial scene memory is evolving from language-grounded maps and scene graphs toward incrementally updated, selectively retrieved, and VLM-accessible representations for long-horizon embodied reasoning and action.
5.5. Multimodal RAG
Figure 12.
Memory architecture for multimodal retrieval-augmented generation (RAG).

5.5.1. Knowledge-Augmented Visual QA
Knowledge-augmented visual QA requires models to retrieve external knowledge beyond the image content, since many questions depend on named entities, commonsense relations, world knowledge, or fine-grained factual information. Benchmarks such as KVQA [319], OK-VQA [320], A-OKVQA [321], and InfoSeek [322] collectively demonstrate that visual evidence alone is often insufficient, motivating external knowledge as a retrievable memory that complements visual perception. Early retrieval-augmented approaches organize structured knowledge bases or textual corpora as searchable external memory for answer generation [323]. Subsequent work improves the alignment between image-question representations and retrieved knowledge by enabling fine-grained retrieval over visual entities and semantic relations [324]. More recently, retrieval has become tightly integrated with multimodal generation. ReAuSE [325] enables MLLMs to autoregressively generate document identifiers before reasoning over the retrieved evidence, coupling retrieval directly with generation. MI-RAG [326] further introduces iterative multimodal retrieval, maintaining an evolving reasoning memory that progressively refines retrieval queries and integrates evidence from heterogeneous knowledge sources. Overall, memory in knowledge-augmented VQA has evolved from static external knowledge repositories to retrieval memory that is increasingly entity-aware, tightly coupled with multimodal generation, and iteratively updated throughout the reasoning process.
5.5.2. Multimodal Document Retrieval and QA
Multimodal document retrieval and QA require models to retrieve and integrate evidence from visually rich documents, where critical information may reside not only in text but also in layouts, tables, charts, figures, and page-level visual structures. Early work on multimodal document understanding, including LayoutLM [327], DocVQA [328], InfographicVQA [329], and ChartQA [330], demonstrates that document representations must preserve both textual semantics and visual layout. Hierarchical document modeling [331] further highlights the need to aggregate evidence across multiple pages as documents become longer and more complex. Building upon these representations, recent multimodal RAG methods organize document collections as retrievable visual memory. ColPali [332] learns multi-vector embeddings directly from page images, enabling retrieval without relying on OCR pipelines. M3DocRAG [333] extends this idea to multi-page and multi-document settings by jointly retrieving relevant visual pages from document memory and generating grounded responses. VDocRAG [334] further unifies PDFs, presentation slides, and other visually rich documents as image-based retrieval units, reducing information loss introduced by text parsing. MMDocRAG [156] systematically evaluates cross-modal evidence retrieval and grounded generation across long, multi-page documents, highlighting visual grounding as a central challenge. Overall, memory in multimodal document RAG has evolved from layout-aware document representations to retrievable visual page memory that enables evidence aggregation across pages, documents, and modalities.
5.5.3. Domain-Specific and Scenario-Grounded Multimodal RAG
Domain-specific and scenario-grounded multimodal RAG extends retrieval memory to specialized environments where reasoning depends on domain knowledge, scenario experience, or structured contextual evidence. In long-video understanding, Video-RAG [335] retrieves query-relevant auxiliary evidence from audio transcripts, OCR, and object detections to complement visual information, while VideoRAG [336] extends retrieval to external video corpora by retrieving relevant videos together with their visual and textual content. Vgent [337] further organizes long videos into structured graphs and combines retrieval with intermediate reasoning to aggregate relevant evidence across clips. Similar retrieval paradigms have emerged in medical vision-language tasks, where datasets such as VQA-RAD [338], SLAKE [339], and PMC-VQA [340] demonstrate that accurate reasoning requires integrating medical terminology, structured clinical knowledge, and visual evidence. MED-VRAG [341] further advances medical RAG by retrieving document page images rather than isolated text passages and iteratively accumulating retrieved clinical evidence within a memory bank to support diagnosis-oriented reasoning. In autonomous driving, DriveLM [342] formulates driving reasoning across perception, prediction, and planning, highlighting the need to retrieve and reuse structured scenario memory. RAG-Driver [343] retrieves similar driving cases as external memory for in-context learning, improving both interpretability and generalization across traffic scenarios, while RealGen [344] retrieves real driving scenes to guide controllable traffic scene generation, extending retrieval memory beyond question answering to multimodal synthesis. Beyond these domains, RS-RAG [345] organizes multimodal geographic knowledge as retrievable memory for remote sensing reasoning. Overall, multimodal RAG in domain-specific settings is evolving from generic external knowledge retrieval toward scenario-grounded retrieval memory that organizes and reuses temporally structured video evidence, clinical evidence, driving experience, and geographic knowledge for grounded multimodal reasoning.
5.6. Egocentric Vision
Figure 13.
Memory architecture for egocentric vision.

5.6.1. Episodic Retrieval
First-person videos provide a natural setting for studying episodic memory, requiring models to recall where an object was previously observed, when an interaction occurred, or what happened earlier in a long stream of experience. The Ego4D dataset introduces an episodic memory benchmark that requires localizing visual evidence answering a natural-language query within a user’s past video [162]. Moving beyond evaluation, AMEGO [163] constructs an online memory of object-centric interaction events using structured representations without explicit semantic labels, enabling efficient retrieval from long egocentric videos. Embodied VideoAgent [346] further extends episodic memory beyond retrieval by maintaining a persistent scene memory that is continuously updated through observed object interactions and subsequently used for reasoning and long-horizon planning in embodied environments.
5.6.2. Wearable Assistants
Wearable assistants require long-term memory that retains previous observations and retrieves relevant experiences in real time. EgoLife builds such an assistant, EgoButler, around an explicit two-stage memory architecture: EgoGPT continuously converts multimodal observations into structured memory entries, while EgoRAG organizes them into hierarchical hourly and daily summaries and retrieves time-stamped evidence for answering questions about events that occurred days earlier [168]. The benchmark highlights remaining challenges, including robust identity recognition and retrieval over extended temporal horizons. Complementing this direction, TeleEgo evaluates egocentric assistants on continuous video streams under real-time constraints, explicitly assessing long-term memory retention as a core capability alongside response quality [167].
5.7. Personalized Assistants
Figure 14.
Memory architecture for personalized multimodal assistants.

5.7.1. Concept Personalization
Personalized assistants require VLMs to acquire user-specific concepts and reason about their visual appearance, textual descriptions, and semantic relationships. Early approaches encode personalized knowledge directly into model parameters. MyVLM [173] augments a VLM with concept-specific classification heads and learned embeddings for personalized concepts, while Yo’LLaVA [174] learns latent representations of personalized subjects from only a few example images. Although effective, these methods require additional optimization whenever new concepts are introduced, making continual personalization increasingly expensive as the number of users and personalized concepts grows.
Recent methods instead externalize personalized knowledge into explicit memory. Retrieval-Augmented Personalization (RAP) [347] stores personalized concepts in an external key–value memory, allowing user-specific knowledge to be updated by modifying the memory rather than retraining the underlying VLM. Online-PVLM [348] further treats personalization as dynamic memory, generating concept embeddings on the fly at inference time without per-instance optimization and continuously storing and retrieving user-specific visual features across interactions. By decoupling personalized concepts from model parameters, these memory-augmented approaches improve scalability to large numbers of users and continually expanding concept vocabularies.
5.7.2. Conversational Memory
Recognizing personalized concepts alone is insufficient for long-term assistance; an assistant must also remember what has been said and observed throughout its interactions with the user. The challenge is that conversational history is open-ended and inherently multimodal. Relevant information may have appeared weeks earlier, in a different conversation session, or within an image or video, making it impractical to retain the entire history in the context window. Consequently, recent systems increasingly maintain explicit long-term memory that stores historical interactions separately from the language model and retrieves only the most relevant information at inference time. M2A [349] combines an immutable message log with a higher-level semantic memory that is updated online, while M3-Agent [350] extends this idea to streaming audiovisual observations by organizing them into an entity-centric memory graph for retrieval and reasoning. PersonaVLM [177] similarly focuses on maintaining long-term multimodal personal context within a personalized vision-language assistant. Evaluating such capabilities remains challenging because conventional short-context benchmarks rarely assess retrieval over extended interaction histories. Mem-Gallery [181] addresses this gap by directly measuring multimodal long-term conversational memory, evaluating whether assistants can accurately recall information introduced many dialogue turns earlier.
5.8. Virtual-Environment Interaction
Figure 15.
Memory architecture for virtual environment interaction.

5.8.1. Open-world Agents
In games and open-world environments, agents perceive the environment through visual observations and human instructions while performing tasks over extended horizons. A key challenge is enabling agents to leverage information beyond the current observation by reflecting on previous interactions. Memory can operate at multiple levels: within a single trial, recent observations and actions provide a working context for immediate decision-making; across trials, stored experiences can be retrieved to guide future planning and improve task execution. In addition to experiential memory, agents can incorporate external knowledge sources, such as crafting rules and world descriptions from the Minecraft wiki through API-based access [351].
JARVIS-1 incorporates a multimodal memory module that stores successful interaction experiences by associating task scenarios with corresponding action plans. During inference, the agent retrieves relevant experiences as in-context examples to support reasoning and planning, improving decision consistency and performance over long-horizon tasks [352]. Optimus-1 [353] further introduces a Hybrid Multimodal Memory module that summarizes multimodal observations collected during execution into a compact experience pool for efficient storage and retrieval. Beyond episodic experiences, it represents important environmental knowledge, such as crafting requirements, using a hierarchical knowledge graph, enabling agents to reason based on both prior interactions and structured knowledge of the virtual world.
5.8.2. GUI Agents
GUI agents provide an important application domain for memory-augmented multimodal systems because successful interaction with graphical interfaces often requires more than interpreting the current screen. Agents must maintain intermediate interaction states, remember previously encountered interface structures, reuse successful action strategies, and adapt based on prior failures. Consequently, memory in GUI agents has evolved from short-term working context within individual tasks toward persistent memory that stores episodic experiences, semantic knowledge, and reusable interaction procedures across tasks.
Web Agents Web agents interact with complex websites by interpreting visual interfaces and executing sequences of actions. Early systems primarily rely on short-term interaction history as working memory, maintaining previous observations and actions to support ongoing task execution. WebVoyager [354] uses trajectory-based context, including previous actions and annotated screenshots, as temporary memory during web navigation. However, such within-session memory is discarded after task completion and therefore cannot support cross-task knowledge transfer or prevent repeated exploration of previously encountered failures.
ICAL [355] addresses this limitation by transforming episodic interaction histories into reusable semantic knowledge. Instead of directly replaying previous trajectories, it uses a VLM to extract higher-level abstractions from past interactions, including causal relationships, object state transitions, and temporal subgoals. These semantic memories can be retrieved during future tasks, allowing the agent to transfer previously acquired knowledge across different environments and improve performance on visually grounded web benchmarks such as VisualWebArena [356] and VideoWebArena [357]. This illustrates a transition from storing raw interaction traces toward consolidating experiences into task-relevant knowledge.
Mobile Agents Mobile agents operate in dynamic environments involving multiple applications and long sequences of UI interactions. Compared with web agents, mobile agents must frequently maintain context across application transitions and changing interface states. Mobile-Agent-v2 introduces a memory unit that stores task-relevant historical information extracted from previous screenshots. During execution, the agent updates this memory with newly identified focus content, enabling it to preserve important interface states and interaction context across multiple steps. Such working memory is particularly valuable for long-horizon tasks involving multiple applications, where recalling the locations and states of relevant UI elements improves action localization and execution reliability [358].
To support longer-horizon interaction, Mobile-Agent-E [359] extends this framework with persistent memory components consisting of Tips and Shortcuts. Tips capture generalized knowledge extracted from previous tasks, such as strategies for completing specific operations or avoiding common failures, whereas Shortcuts encode reusable sequences of atomic actions for frequently occurring subtasks. Through this separation, the agent transforms episodic interaction histories into procedural knowledge that can be directly reused during future tasks. This design reflects the distinction between episodic memory and procedural memory, where past experiences are converted into reusable skills rather than repeatedly replayed.
Computer Agents Computer-use agents extend GUI interaction beyond individual applications by enabling autonomous control of general-purpose computer environments through keyboard and mouse actions. These agents require persistent memory because computer tasks often involve complex workflows that cannot be completed through immediate perception alone. Agent S [360] introduces a self-supervised memory mechanism that continuously updates from interaction experiences. Its episodic memory stores detailed task trajectories, while narrative memory extracts higher-level task knowledge that can guide future planning. By maintaining both concrete experiences and abstract knowledge, the agent can refine future behavior while avoiding repeated mistakes.
Similarly, UI-TARS [361] is a native computer-use agent that directly interprets screenshots and generates keyboard and mouse actions. Through iterative training and reflection, it leverages accumulated interaction experiences to improve decision-making and adapt to new tasks. Together, these approaches demonstrate how GUI agents are evolving from reactive systems that rely primarily on immediate visual context toward memory-augmented agents capable of accumulating experiences, extracting reusable knowledge, and continuously improving interaction strategies.
6. Challenges & Limitations
Memory extends VLMs beyond isolated image–text inference by enabling models to accumulate, organize, and reuse multimodal experiences. However, current memory-augmented VLMs remain limited by challenges that span four fundamental dimensions: temporal scope, storage location, memory entity, and memory operation. These challenges become particularly critical in long videos, retrieval-augmented generation, embodied environments, and personalized assistants, where memory must be scalable, grounded, editable, secure, and reliably evaluated.
Scalable Memory for Long-horizon Multimodal Experiences. Long-context VLMs must process increasingly long streams of visual observations, language interactions, audio signals, and intermediate reasoning states. Recent systems, including Long Context Transfer, LongVILA, Long-VITA, and Video-XL, demonstrate substantial progress toward extending active context windows and processing hour-scale videos [36,37,38,39]. However, increasing context length alone does not guarantee effective memory. A model may accept more tokens while still failing to retrieve a brief but critical event, identify its temporal location, or use it efficiently under realistic latency and storage constraints. This challenge becomes more pronounced in streaming settings, where the memory horizon is potentially unbounded and the model must continuously decide what information should remain accessible [362]. The central problem is therefore not simply enlarging context windows, but developing mechanisms for selective retention, indexing, and access over long multimodal histories.
Capacity–efficiency Tradeoffs. Memory capacity inevitably introduces computational and storage costs. KV-cache based approaches make this tension explicit: methods such as LOOK-M, MadaKV, and AKVQ-VL reduce inference memory through token pruning, adaptive eviction, or quantization, but these strategies rely on assumptions about which visual or linguistic states can be safely discarded [42,43,88]. Full-stack systems such as LongVILA further suggest that effective long-context memory requires joint optimization across model architectures, training strategies, and inference systems [38]. A fundamental challenge remains that memory importance is often query-dependent: information that appears redundant during storage may later become essential for answering questions about a specific object, event, or temporal relationship.
Faithful Compression and Temporal Preservation. Because storing every observation is impractical, memory systems must compress multimodal experiences while preserving future utility. Approaches such as MovieChat, LongVU, and VideoChat-Flash improve scalability through sparse, adaptive, or hierarchical video memory mechanisms [113,114,115]. However, compression decisions are inherently difficult because future queries are unknown at storage time. Existing approaches often preserve high-level semantics while losing fine-grained temporal structure, including event order, duration, and visual details. Although TimeChat and VideoLLaMB introduce mechanisms for temporal awareness and recurrent context modeling [105,109], maintaining both semantic abstraction and precise temporal grounding under limited memory remains unresolved.
Reliable Retrieval and Trustworthy External Memory. External memory expands the knowledge available to VLMs but introduces new failure modes in retrieval, ranking, and evidence integration. RAG established the retrieval–generation paradigm, while MuRAG and REVEAL extended this framework to multimodal knowledge sources [15,65,89]. More recent systems, including SearchLVLMs and VisRAG, incorporate web-scale retrieval and visually grounded document memory [99,102]. Nevertheless, retrieved evidence may be irrelevant, outdated, incomplete, or inconsistent with the current visual context. Unlike traditional databases, VLMs may generate plausible responses even when retrieved memory is incorrect, making retrieval reliability and evidence verification critical challenges. MRAG-Bench highlights this issue by evaluating whether retrieved visual evidence genuinely improves multimodal reasoning [90].
Grounding, Provenance, and Semantic Alignment. As memory representations become increasingly abstract, maintaining a clear connection between stored information and original observations becomes challenging. Latent memory slots, compressed summaries, and user profiles improve efficiency but reduce interpretability and traceability. Knowledge-grounded approaches such as KRISP and REVEAL demonstrate the benefit of explicit evidence connections [89,92], while VisRAG preserves visual document representations to avoid excessive loss during textual conversion [102]. Meanwhile, benchmarks such as LongVideoBench, Video-MME, and MMLongBench show that models may fail to associate answers with the correct visual evidence even when relevant information exists in memory [45,46,363]. Future memory systems require not only compact storage and accurate retrieval, but also provenance tracking, evidence attribution, and uncertainty estimation.
Memory Updating, Forgetting, and Privacy. Persistent memory requires models to continuously incorporate new information while avoiding harmful accumulation of outdated or incorrect knowledge. Multimodal editing and continual learning studies identify updating and forgetting as fundamental challenges rather than secondary concerns [85,111,112]. These issues become more sensitive in personalized assistants, where long-term memory may contain user preferences, social interactions, and private experiences. Systems such as MemoryBank, personalized multimodal LLM frameworks, and AUGUSTUS demonstrate the value of persistent user memory [13,67,364]. However, persistent memory also creates risks including unauthorized retention, adversarial memory injection, profile drift, and unintended personalization. Designing memory systems therefore requires mechanisms for controllable updating, selective forgetting, user consent, and memory integrity verification.
Comprehensive Evaluation of Memory Behavior. Evaluation of multimodal memory remains fragmented across individual capabilities. Needle-style benchmarks examine hidden information retrieval, long-video benchmarks measure temporal understanding, and multimodal RAG benchmarks evaluate evidence retrieval and integration [45,46,48,90]. MMLongBench and OVO-Bench further investigate long-context reasoning and online video understanding [57,363]. However, real-world memory failures often involve multiple stages: incorrect storage, excessive compression, unreliable retrieval, and improper updating or forgetting. Future benchmarks should therefore evaluate the complete memory lifecycle across multiple sessions, modalities, environments, and evolving user objectives.
7. Future Directions
Future progress in memory-augmented VLMs will require more than longer context windows or larger retrieval stores. Instead, memory should be viewed as a controllable lifecycle that determines what information is acquired, how it is represented, when it is reused, how it is revised, and when it should be forgotten. Future memory-native VLMs will likely require coordinated designs across memory formation, representation, retrieval, consolidation, update, and governance, rather than treating memory as an external module attached to a pretrained model.
Cognitive-inspired Memory Architectures. Future VLMs may benefit from cognitively inspired but engineering-oriented memory hierarchies that separate transient perception, episodic experience, semantic abstraction, and reflective reasoning. Generative Agents demonstrated how observations and reflections can be organized into a persistent memory stream for later behavior [66], while MemoryBank converted interaction histories into long-term conversational memory [13]. KARMA introduced explicit short- and long-term memory modules for embodied agents [71], and brain-inspired multi-memory systems suggest that lifelong embodied intelligence may require several interacting memory stores [365]. Future VLMs could move beyond flat context accumulation by maintaining fast perceptual buffers, episodic records, semantic summaries, and reflective memory that are continuously consolidated over time. An important open question is how raw multimodal experiences should be transformed into reusable knowledge without losing critical evidence.
Hybrid and Adaptive Memory Substrates. Future VLMs will likely require hybrid memory architectures that dynamically combine multiple substrates rather than relying on a single storage mechanism. Raw observations preserve visual evidence, episodic memory captures event structure, semantic memory enables abstraction, latent memory provides computational efficiency, and external retrieval expands knowledge beyond model parameters. RAG and MuRAG established retrieval-based augmentation for textual and multimodal knowledge [15,65], while Reveal and retrieval-augmented multimodal language modeling demonstrated how multimodal knowledge memory can support reasoning [89,94]. VisRAG further showed that some information is better preserved as visual documents rather than converted into text-only representations [102]. Future systems should learn how to route information among different memory substrates while maintaining provenance, compression efficiency, and retrieval reliability.
Learned Memory Formation and Consolidation. Most existing VLM memory systems rely on manually designed rules for selecting, summarizing, or caching information. However, deciding what deserves to become memory is itself a fundamental intelligence problem. Future models should learn memory formation policies that determine when to write new information, what level of abstraction to preserve, and how repeated experiences should be consolidated into reusable knowledge. Such mechanisms could enable lifelong adaptation while preventing uncontrolled memory growth. Similar to human consolidation, future VLMs may need mechanisms that periodically reorganize accumulated experiences, resolve redundancy, and transform episodic memories into more general semantic knowledge.
Task-adaptive Memory Lifecycle Management. Memory policies should adapt to downstream objectives rather than rely on fixed compression ratios, static retrieval thresholds, or predefined eviction rules. VQA may require fine-grained object details, long-video understanding may require event-level summaries, navigation may require persistent spatial representations, and personalization may require stable yet editable user profiles. Model editing, continual VLM learning, and knowledge maintenance have begun to treat memory update as a central operation [85,111,112]. LOOK-M and MadaKV further demonstrated that online inference memory can be revised through retention and replacement strategies [42,43]. Future VLMs require task-adaptive controllers that jointly determine what to write, compress, retrieve, revise, and forget. Since long-lived memory inevitably accumulates outdated or conflicting information, future systems must also learn when to trust, reconcile, or discard existing memories.
Grounded and Provenance-aware Memory. Future memory representations should preserve links to their original evidence rather than storing only compressed vectors or summaries. A memory entry should ideally include its source image, video segment, dialogue history, timestamp, confidence, and retrieval trajectory. KRISP and Reveal demonstrated the value of explicit evidence for knowledge-grounded reasoning [89,92], while VisRAG preserved document pages as visual evidence during retrieval [102]. LongVideoBench, Video-MME, and MMLongBench further indicate that answer accuracy alone is insufficient when models cannot identify the supporting visual evidence [45,46,363]. Provenance-aware memory could therefore improve not only grounding but also hallucination diagnosis, error analysis, and user trust.
Efficient Long-context Memory Systems. Efficiency should be incorporated into memory mechanisms from the beginning rather than treated as a post-processing optimization. LongVILA demonstrated the importance of model–system co-design for long-context VLMs [38], while LongVU and VideoChat-Flash explored complementary strategies for long-video compression and efficient reasoning [114,115]. LOOK-M, MadaKV, and AKVQ-VL showed that KV-cache pruning, eviction, and quantization can substantially influence multimodal inference efficiency [42,43,88]. Future architectures should move beyond simply extending context length by combining video-token compression before reasoning, hierarchical memory retrieval during inference, adaptive cache management during decoding, and streaming memory updates as new observations arrive.
Unified Cross-modal and Cross-task Memory Frameworks. Future memory systems should become reusable across modalities and tasks rather than being redesigned separately for images, videos, language, navigation, and robotics. Perceiver and Perceiver IO introduced general latent representations for high-dimensional inputs [76,80], while Flamingo and BLIP-2 demonstrated how compact visual representations can interface with large language models [35,77]. PaLM-E extended this interface toward embodied multimodal reasoning [366], and RoboOS-NeXT suggested shared memory infrastructures for long-lived collaborative agents [73]. A common memory interface across vision, language, audio, action, and personalization could enable knowledge transfer across tasks while preserving modality-specific grounding and update mechanisms.
Memory-centric Evaluation and Governance. Future benchmarks should evaluate complete memory lifecycles rather than isolated retrieval or generation accuracy. Needle-in-a-haystack evaluations expose long-context retrieval failures, MRAG-Bench targets multimodal retrieval-augmented generation, OVO-Bench evaluates online video understanding, and MMLongBench expands long-context VLM evaluation [48,57,90,363]. Future benchmarks should jointly evaluate memory writing, compression, retrieval, updating, forgetting, provenance tracking, and cross-session reuse. Beyond accuracy, evaluation should measure whether users can inspect, correct, delete, and control persistent memories. This is particularly important for personalized multimodal assistants and contextualized user-memory systems [67,364]. Security mechanisms against malicious memory injection, stale information propagation, and unintended retention should become fundamental components of memory governance rather than deployment-time patches.
8. Conclusion
In this survey, we presented a systematic study of memory mechanisms in VLMs and introduced a unified 4D taxonomy that characterizes memory along four fundamental dimensions: when memory is formed and used, where it is stored, what information it represents, and how it is accessed and updated. Building upon this taxonomy, we reviewed representative memory architectures, learning strategies, evaluation benchmarks, and applications across multimodal understanding, long-video reasoning, retrieval-augmented generation, embodied intelligence, and personalized assistants.
Despite rapid advances, current memory-augmented VLMs remain far from achieving reliable lifelong multimodal intelligence. Key challenges include scalable memory management, adaptive memory formation and consolidation, efficient long-context reasoning, multimodal grounding and provenance, continual updating, and trustworthy evaluation. We envision that future VLMs will evolve from systems with extended context or external retrieval modules into memory-centric architectures capable of selectively acquiring, organizing, revising, and reusing multimodal experiences over time. Such adaptive and unified memory frameworks will be critical for building intelligent agents that can reason persistently, interact naturally, and continuously improve from experience.
To facilitate future research, we accompany this survey with a continuously maintained public repository of representative papers, benchmarks, and resources. We hope this survey provides a structured perspective on the emerging field of VLM memory and serves as a foundation for developing next-generation multimodal systems with persistent, grounded, and trustworthy intelligence.
References
- Yin, Shukang; Fu, Chaoyou; Zhao, Sirui; Li, Ke; Sun, Xing; Xu, Tong; Chen, Enhong. A survey on multimodal large language models. Natl. Sci. Rev. 2024, 11(12), nwae403. [Google Scholar] [CrossRef] [PubMed]
- Hossain, MD Zakir; Sohel, Ferdous; Shiratuddin, Mohd Fairuz; Laga, Hamid. A comprehensive survey of deep learning for image captioning. ACM Comput. Surv. (CsUR) 2019, 51(6), 1–36. [Google Scholar] [CrossRef]
- Wu, Qi; Teney, Damien; Wang, Peng; Shen, Chunhua; Dick, Anthony; van den Hengel, Anton. Visual question answering: A survey of methods and datasets. Comput. Vis. Image Underst. 2017, 163, 21–40. [Google Scholar] [CrossRef]
- Tang, Yunlong; Bi, Jing; Xu, Siting; Song, Luchuan; Liang, Susan; Wang, Teng; Zhang, Daoan; An, Jie; Lin, Jingyang; Zhu, Rongyi; et al. Video understanding with large language models: A survey. IEEE Transactions on Circuits and Systems for Video Technology, 2025. [Google Scholar]
- Liu, Guangya; Wang, Shiqi; Yu, Jianxing; Yin, Jian. A survey on multimodal dialogue systems: recent advances and new frontiers. In 2022 5th International Conference on Advanced Electronic Materials, Computers and Software Engineering (AEMCSE); IEEE, 2022; pp. pages 845–853. [Google Scholar]
- Liu, Huaping; Guo, Di; Cangelosi, Angelo. Embodied intelligence: A synergy of morphology, action, perception and learning. ACM Comput. Surv. 2025, 57(7), 1–36. [Google Scholar] [CrossRef]
- Atkinson, Richard C; Shiffrin, Richard M. Human memory: A proposed system and its control processes. In Psychology of learning and motivation; Elsevier, 1968; volume 2, pp. 89–195. [Google Scholar]
- Tulving, Endel; et al. Episodic and semantic memory. Organ. Mem. 1972, 1(381-403), 1. [Google Scholar]
- Baddeley, Alan. Working memory. Memory 2020, pages 71–111. [Google Scholar]
- Wu, Yuhuai; Rabe, Markus N; Hutchins, DeLesley; Szegedy, Christian. Memorizing transformers. arXiv 2022, arXiv:2203.08913. [Google Scholar]
- Rae, Jack W; Potapenko, Anna; Jayakumar, Siddhant M; Lillicrap, Timothy P. Compressive transformers for long-range sequence modelling. arXiv 2019, arXiv:1911.05507. [Google Scholar]
- Bulatov, Aydar; Kuratov, Yury; Burtsev, Mikhail. Recurrent memory transformer. Adv. Neural Inf. Process. Syst. 2022, 35, 11079–11091. [Google Scholar] [CrossRef]
- Zhong, Wanjun; Guo, Lianghong; Gao, Qiqi; Ye, He; Wang, Yanlin. Memorybank: Enhancing large language models with long-term memory. Proc. AAAI Conf. Artif. Intell. 2024, volume 38, pages 19724–19731. [Google Scholar] [CrossRef]
- Graves, Alex; Wayne, Greg; Reynolds, Malcolm; Harley, Tim; Danihelka, Ivo; Grabska-Barwińska, Agnieszka; Gómez Colmenarejo, Sergio; Grefenstette, Edward; Ramalho, Tiago; Agapiou, John; et al. Hybrid computing using a neural network with dynamic external memory. Nature 2016, 538(7626), 471–476. [Google Scholar] [CrossRef] [PubMed]
- Lewis, Patrick; Perez, Ethan; Piktus, Aleksandra; Petroni, Fabio; Karpukhin, Vladimir; Goyal, Naman; Küttler, Heinrich; Lewis, Mike; Yih, Wen-tau; Rocktäschel, Tim; et al. Retrieval-augmented generation for knowledge-intensive nlp tasks. Adv. Neural Inf. Process. Syst. 2020, 33, 9459–9474. [Google Scholar]
- Sumers, Theodore R; Yao, Shunyu; Narasimhan, Karthik; Griffiths, Thomas L. Cognitive architectures for language agents. arXiv 2023, arXiv:2309.02427. [Google Scholar]
- Xie, Junlin; Chen, Zhihong; Zhang, Ruifei; Wan, Xiang; Li, Guanbin. Large multimodal agents: A survey. arXiv 2024, arXiv:2402.15116. [Google Scholar]
- Zhang, Zeyu; Dai, Quanyu; Bo, Xiaohe; Ma, Chen; Li, Rui; Chen, Xu; Zhu, Jieming; Dong, Zhenhua; Wen, Ji-Rong. A survey on the memory mechanism of large language model-based agents. ACM Trans. Inf. Syst. 2025, 43(6), 1–47. [Google Scholar] [CrossRef]
- Ding, Jingtao; Zhang, Yunke; Shang, Yu; Zhang, Yuheng; Zong, Zefang; Feng, Jie; Yuan, Yuan; Su, Hongyuan; Li, Nian; Sukiennik, Nicholas; et al. Understanding world or predicting future? a comprehensive survey of world models. ACM Comput. Surv. 2025, 58(3), 1–38. [Google Scholar] [CrossRef]
- Du, Yiming; Huang, Wenyu; Zheng, Danna; Wang, Zhaowei; Montella, Sebastien; Lapata, Mirella; Wong, Kam-Fai; Pan, Jeff Z. Rethinking memory in ai: Taxonomy, operations, topics, and future directions. arXiv E-Prints 2025. [Google Scholar]
- Hu, Yuyang; Liu, Shichun; Yue, Yanwei; Zhang, Guibin; Liu, Boyang; Zhu, Fangyi; Lin, Jiahang; Guo, Honglin; Dou, Shihan; Xi, Zhiheng; et al. Memory in the age of ai agents. arXiv 2025, arXiv:2512.13564. [Google Scholar]
- Du, Pengfei. Memory for autonomous llm agents: Mechanisms, evaluation, and emerging frontiers. arXiv 2026, arXiv:2603.07670. [Google Scholar]
- Luo, Jinghao; Tian, Yuchen; Cao, Chuxue; Luo, Ziyang; Lin, Hongzhan; Li, Kaixin; Kong, Chuyi; Yang, Ruichao; Ma, Jing. From storage to experience: A survey on the evolution of llm agent memory mechanisms. 2026. [Google Scholar] [CrossRef]
- Shi, Haizhou; Xu, Zihao; Wang, Hengyi; Qin, Weiyi; Wang, Wenyuan; Wang, Yibin; Wang, Zifeng; Ebrahimi, Sayna; Wang, Hao. Continual learning of large language models: A comprehensive survey. ACM Comput. Surv. 2025, 58(5), 1–42. [Google Scholar] [CrossRef]
- Jia, Zixia; Li, Jiaqi; Kang, Yipeng; Wang, Yuxuan; Wu, Tong; Wang, Quansen; Wang, Xiaobo; Zhang, Shuyi; Shen, Junzhe; Li, Qing; et al. The ai hippocampus: How far are we from human memory? arXiv 2026, arXiv:2601.09113. [Google Scholar]
- Zhang, Dianxing; Li, Wendong; Song, Kani; Lu, Jiaye; Li, Gang; Yang, Liuchun; Li, Sheng. Memory in large language models: Mechanisms, evaluation and evolution. arXiv 2025, arXiv:2509.18868. [Google Scholar]
- Maharana, Adyasha; Lee, Dong-Ho; Tulyakov, Sergey; Bansal, Mohit; Barbieri, Francesco; Fang, Yuwei. Evaluating very long-term conversational memory of llm agents. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024, Volume 1, pages 13851–13870. [Google Scholar]
- Wu, Di; Wang, Hongwei; Yu, Wenhao; Zhang, Yuwei; Chang, Kai-Wei; Yu, Dong. Longmemeval: Benchmarking chat assistants on long-term interactive memory. arXiv 2024, arXiv:2410.10813. [Google Scholar]
- Zhang, Lingfeng; Hao, Xiaoshuai; Xu, Qinwen; Zhang, Qiang; Zhang, Xinyao; Wang, Pengwei; Zhang, Jing; Wang, Zhongyuan; Zhang, Shanghang; Xu, Renjing. Mapnav: A novel memory representation via annotated semantic maps for vlm-based vision-and-language navigation. Proc. 63rd Annu. Meet. Assoc. Comput. Linguist. 2025, Volume 1, pages 13032–13056. [Google Scholar]
- Gao, Xinzge; Hu, Chuanrui; Chen, Bin; Li, Teng. Chain-of-memory: Enhancing gui agents for cross-application navigation. arXiv 2025, arXiv:2506.18158. [Google Scholar]
- Wu, Wenyi; Song, Zixuan; Zhou, Kun; Shao, Yifei; Hu, Zhiting; Huang, Biwei. Towards general continuous memory for vision-language models. Adv. Neural Inf. Process. Syst. 2026, 38, 128685–128710. [Google Scholar]
- Fang, Haoquan; Grotz, Markus; Pumacay, Wilbert; Wang, Yi Ru; Fox, Dieter; Krishna, Ranjay; Duan, Jiafei. Sam2act: Integrating visual foundation model with a memory architecture for robotic manipulation. arXiv 2025, arXiv:2501.18564. [Google Scholar]
- Sun, et al. VideoBERT: A Joint Model for Video and Language Representation Learning. 2019. [Google Scholar] [CrossRef]
- Lei, et al. Less Is More: ClipBERT for Video-and-Language Learning via Sparse Sampling. 2021. [Google Scholar] [CrossRef]
- Alayrac, et al. Flamingo: a Visual Language Model for Few-Shot Learning. 2022. [Google Scholar] [CrossRef]
- Zhang, et al. Long Context Transfer from Language to Vision. 2025. [Google Scholar] [CrossRef]
- Shen, et al. Long-VITA: Scaling Large Multi-modal Models to 1 Million Tokens with Leading Short-Context Accuracy. 2025. [Google Scholar] [CrossRef]
- Chen, et al. LongVILA: Scaling Long-Context Visual Language Models for Long Videos. 2025. [Google Scholar] [CrossRef]
- Shu, et al. Video-XL: Extra-Long Vision Language Model for Hour-Scale Video Understanding. 2025. [Google Scholar] [CrossRef]
- He, Bo; Li, Hengduo; Jang, Young Kyun; Jia, Menglin; Cao, Xuefei; Shah, Ashish; Shrivastava, Abhinav; Lim, Ser-Nam. Ma-lmm: Memory-augmented large multimodal model for long-term video understanding. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2024; pp. pages 13504–13514. [Google Scholar]
- Ranasinghe, et al. Understanding Long Videos with Multimodal Language Models. 2025. [Google Scholar] [CrossRef]
- Wan, et al. LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference. 2024. [Google Scholar] [CrossRef]
- Li, et al. MadaKV: Adaptive Modality Perception KV Cache Eviction for Efficient Multimodal Long-Context Understanding. 2025. [Google Scholar] [CrossRef]
- Liu, et al. StreamChat: Chatting with Streaming Video. 2024. [Google Scholar] [CrossRef]
- Wu, Haoning; Li, Dongxu; Chen, Bei; Li, Junnan. Longvideobench: A benchmark for long-context interleaved video-language understanding. Adv. Neural Inf. Process. Syst. 2024, 37, 28828–28857. [Google Scholar] [CrossRef]
- Fu, et al. Video-MME: The First-Ever Comprehensive Evaluation Benchmark of Multi-modal LLMs in Video Analysis. 2025. [Google Scholar] [CrossRef]
- Wang, Weihan; He, Zehai; Hong, Wenyi; Cheng, Yean; Zhang, Xiaohan; Qi, Ji; Ding, Ming; Gu, Xiaotao; Huang, Shiyu; Xu, Bin; et al. Lvbench: An extreme long video understanding benchmark. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 22958–22967. [Google Scholar]
- Wang, et al. Multimodal Needle in a Haystack: Benchmarking Long-Context Capability of Multimodal Large Language Models. 2025. [Google Scholar] [CrossRef]
- Wang, et al. VD-BERT: A Unified Vision and Dialog Transformer with BERT, 2020. [CrossRef]
- Le, et al. Multimodal Dialogue State Tracking, 2022. [CrossRef]
- Lu, et al. RecFormer: Recurrent Multi-modal Transformer with History-Aware Contrastive Learning for Visual Dialog. 2023. [Google Scholar] [CrossRef]
- Yan, et al. MMCR: Advancing Visual Language Model in Multimodal Multi-Turn Contextual Reasoning. 2025. [Google Scholar] [CrossRef]
- Liu, et al. Taking Notes Brings Focus: Towards Multi-Turn Multimodal Dialogue Learning. 2025. [Google Scholar] [CrossRef]
- Chen, Joya; Lv, Zhaoyang; Wu, Shiwei; Lin, Kevin Qinghong; Song, Chenan; Gao, Difei; Liu, Jia-Wei; Gao, Ziteng; Mao, Dongxing; Shou, Mike Zheng. Videollm-online: Online video large language model for streaming video. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 18407–18418. [Google Scholar]
- Qian, Rui; Dong, Xiaoyi; Zhang, Pan; Zang, Yuhang; Ding, Shuangrui; Lin, Dahua; Wang, Jiaqi. Streaming long video understanding with large language models. Adv. Neural Inf. Process. Syst. 2024, 37, 119336–119360. [Google Scholar] [CrossRef]
- Wang, Xiyao; Zhou, Yuhang; Liu, Xiaoyu; Lu, Hongjin; Xu, Yuancheng; He, Feihong; Yoon, Jaehong; Lu, Taixi; Liu, Fuxiao; Bertasius, Gedas; et al. Mementos: A comprehensive benchmark for multimodal large language model reasoning over image sequences. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024, Volume 1, pages 416–442. [Google Scholar]
- Niu, Junbo; Li, Yifei; Miao, Ziyang; Ge, Chunjiang; Zhou, Yuanhang; He, Qihao; Dong, Xiaoyi; Duan, Haodong; Ding, Shuangrui; Qian, Rui; et al. Ovo-bench: How far is your video-llms from real-world online video understanding? In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 18902–18913. [Google Scholar]
- Zhu, Yi; Zhu, Fengda; Zhan, Zhaohuan; Lin, Bingqian; Jiao, Jianbin; Chang, Xiaojun; Liang, Xiaodan. Vision-dialog navigation by exploring cross-modal memory. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020; pp. pages 10730–10739. [Google Scholar]
- Chen, Shizhe; Guhur, Pierre-Louis; Schmid, Cordelia; Laptev, Ivan. History aware multimodal transformer for vision-and-language navigation. Adv. Neural Inf. Process. Syst. 2021, 34, 5834–5847. [Google Scholar]
- Chen, Shizhe; Guhur, Pierre-Louis; Tapaswi, Makarand; Schmid, Cordelia; Laptev, Ivan. Think global, act local: Dual-scale graph transformer for vision-and-language navigation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022; pp. pages 16537–16547. [Google Scholar]
- Shah, et al. LM-Nav: Robotic Navigation with Large Pre-Trained Models of Language, Vision, and Action; 2022. [Google Scholar]
- Chang, et al. GOAT: GO to Any Thing. 2024. [Google Scholar] [CrossRef]
- An, et al. ETPNav: Evolving Topological Planning for Vision-Language Navigation in Continuous Environments; 2025. [Google Scholar]
- Guu, et al. REALM: Retrieval-Augmented Language Model Pre-Training. 2020. [Google Scholar] [CrossRef]
- Chen, et al. MuRAG: Multimodal Retrieval-Augmented Generator for Open Question Answering over Images and Text. 2022. [Google Scholar] [CrossRef]
- Park, et al. Generative Agents: Interactive Simulacra of Human Behavior; 2023. [Google Scholar]
- Jain, et al. AUGUSTUS: LLM-Driven Contextualized User Memory in Personalized Multimodal Agents. 2025. [Google Scholar] [CrossRef]
- Zhang, et al. ELLA: Embodied Social Agents with Lifelong Memory. 2025. [Google Scholar] [CrossRef]
- Wang, et al. Voyager: An Open-Ended Embodied Agent with Large Language Models. 2024. [Google Scholar] [CrossRef]
- Wang, et al. LifelongMemory: Leveraging LLMs for Answering Queries in Egocentric Videos. 2023. [Google Scholar] [CrossRef]
- Wang, et al. KARMA: Augmenting Embodied AI Agents with Long-and-Short Term Memory Systems. 2025. [Google Scholar] [CrossRef]
- Anwar, et al. ReMEmbR: Building and Reasoning Over Long-Horizon Spatio-Temporal Memory for Robot Navigation. 2025. [Google Scholar] [CrossRef]
- Tan, et al. RoboOS-NeXT: A Unified Memory-based Framework for Lifelong, Scalable, and Robust Multi-Robot Collaboration. 2025. [Google Scholar] [CrossRef]
- Long, et al. RoboMemory: A Brain-Inspired Multi-Memory Agentic Framework for Lifelong Learning. 2025. [Google Scholar] [CrossRef]
- Wang, Pan; Hu, Yihao; Liu, Xiujin; Yang, Jingchu; Wang, Hang; Wen, Zhihao. AtlasVA: Self-evolving visual skill memory for teacher-free VLM agents. CoRR abs/2605.17933. 2026. [Google Scholar] [CrossRef]
- Jaegle, et al. Perceiver: General Perception with Iterative Attention, 2021.
- Li, et al. BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models. 2023. [Google Scholar] [CrossRef]
- Ryoo, et al. TokenLearner: What Can 8 Learned Tokens Do for Images and Videos? 2021. [Google Scholar] [CrossRef]
- Sandler, et al. Fine-tuning Image Transformers using Learnable Memory, 2022. [CrossRef]
- Jaegle, et al. Perceiver IO: A General Architecture for Structured Inputs and Outputs. 2022. [Google Scholar] [CrossRef]
- Dai, et al. InstructBLIP: Towards General-purpose Vision-Language Models with Instruction Tuning; 2023. [Google Scholar]
- Ye, et al. mPLUG-Owl: Modularization Empowers Large Language Models with Multimodality; 2023. [Google Scholar]
- Lei, et al. MART: Memory-Augmented Recurrent Transformer for Coherent Video Paragraph Captioning. 2020. [Google Scholar] [CrossRef]
- Lin, et al. Multimodal Transformer with Variable-Length Memory for Vision-and-Language Navigation. 2022. [Google Scholar] [CrossRef]
- Zhou, et al. Learning Without Forgetting for Vision-Language Models. 2025. [Google Scholar] [CrossRef] [PubMed]
- Zhang, et al. LLaMA-Adapter: Efficient Fine-tuning of Large Language Models with Zero-initialized Attention. 2024. [Google Scholar] [CrossRef]
- Jie, et al. Memory-Space Visual Prompting for Efficient Vision-Language Fine-Tuning. 2024. [Google Scholar] [CrossRef]
- Su, et al. AKVQ-VL: Attention-Aware KV Cache Adaptive 2-Bit Quantization for Vision-Language Models. 2025. [Google Scholar] [CrossRef]
- Hu, et al. Reveal: Retrieval-Augmented Visual-Language Pre-Training with Multi-Source Multimodal Knowledge Memory. 2023. [Google Scholar] [CrossRef]
- Hu, Wenbo; Gu, Jia-Chen; Dou, Zi-Yi; Fayyaz, Mohsen; Lu, Pan; Chang, Kai-Wei; Peng, Nanyun Violet. Mrag-bench: Vision-centric evaluation for retrieval-augmented multimodal models. International Conference on Learning Representations, 2025; volume 2025, pp. 95558–95581. [Google Scholar]
- Guo, et al. RAG-Anything: All-in-One RAG Framework. 2025. [Google Scholar] [CrossRef]
- Marino, et al. KRISP: Integrating Implicit and Symbolic Knowledge for Open-Domain Knowledge-Based VQA. 2021. [Google Scholar] [CrossRef]
- Gui, et al. KAT: A Knowledge Augmented Transformer for Vision-and-Language. 2022. [Google Scholar] [CrossRef]
- Yasunaga, et al. Retrieval-Augmented Multimodal Language Modeling. 2023. [Google Scholar] [CrossRef]
- Tiong, et al. Plug-and-Play VQA: Zero-shot VQA by Conjoining Large Pretrained Models with Zero Training, 2022. [CrossRef]
- Lin, et al. Rethinking Visual Prompting for Multimodal Large Language Models with External Knowledge; 2024. [Google Scholar]
- Hu, et al. MegaRAG: Multimodal Knowledge Graph Based Retrieval-Augmented Generation. 2025. [Google Scholar] [CrossRef]
- Deng, et al. MuKA: Multimodal Knowledge Augmented Visual Information-Seeking. 2025. [Google Scholar] [PubMed]
- Li, et al. SearchLVLMs: A Plug-and-Play Framework for Augmenting Large Vision-Language Models by Searching Up-to-Date Internet Knowledge. 2024. [Google Scholar] [CrossRef]
- Wu, et al. V*: Guided Visual Search as a Core Mechanism in Multimodal LLMs. 2024. [Google Scholar] [CrossRef]
- Sohn, et al. R4: Retrieval-Augmented Reasoning for Multimodal Models. 2025. [Google Scholar] [CrossRef]
- Yu, et al. VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents. 2025. [Google Scholar] [CrossRef]
- Fan, et al. End-to-End Optimization for Multimodal Retrieval-Augmented Generation via Reward Backpropagation. 2025. [Google Scholar] [CrossRef]
- Li, et al. HERO: Hierarchical Encoder for Video+Language Omni-representation Pre-training. 2020. [Google Scholar] [CrossRef]
- Ren, Shuhuai; Yao, Linli; Li, Shicheng; Sun, Xu; Hou, Lu. Timechat: A time-sensitive multimodal large language model for long video understanding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 14313–14323. [Google Scholar]
- Shah, et al. Reasoning over History: Context Aware Visual Dialog; 2020. [Google Scholar]
- Chen, et al. Improving Cross-Modal Understanding in Visual Dialog Via Contrastive Learning. 2022. [Google Scholar]
- He, et al. Mem4Nav: Boosting Vision-and-Language Navigation with Memory. 2025. [Google Scholar] [CrossRef]
- Wang, et al. VideoLLaMB: Long-Context Video Understanding with Recurrent Memory Bridges; 2024. [Google Scholar]
- Zellers, et al. MERLOT Reserve: Neural Script Knowledge through Vision, Language, and Sound; 2022. [Google Scholar]
- Cheng, et al. Can We Edit Multimodal Large Language Models? 2023. [Google Scholar] [CrossRef]
- Wu, et al. Unified Knowledge Maintenance for Vision-Language Models; 2025. [Google Scholar]
- Song, Enxin; Chai, Wenhao; Wang, Guanhong; Zhang, Yucheng; Zhou, Haoyang; Wu, Feiyang; Chi, Haozhe; Guo, Xun; Ye, Tian; Zhang, Yanting; et al. Moviechat: From dense token to sparse memory for long video understanding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 18221–18232. [Google Scholar]
- Shen, et al. LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding. 2025. [Google Scholar] [CrossRef]
- Li, et al. VideoChat-Flash: Hierarchical Compression for Long-Context Video Modeling. 2025. [Google Scholar] [CrossRef]
- Sung, Yi-Lin; Cho, Jaemin; Bansal, Mohit. Vl-adapter: Parameter-efficient transfer learning for vision-and-language tasks. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022; pp. pages 5227–5237. [Google Scholar]
- Borgeaud, Sebastian; Mensch, Arthur; Hoffmann, Jordan; Cai, Trevor; Rutherford, Eliza; Millican, Katie; Bm Van Den Driessche, George; Lespiau, Jean-Baptiste; Damoc, Bogdan; Clark, Aidan; et al. Improving language models by retrieving from trillions of tokens. International conference on machine learning, 2022; PMLR; pp. pages 2206–2240. [Google Scholar]
- Dai, Zihang; Yang, Zhilin; Yang, Yiming; Carbonell, Jaime G; Le, Quoc; Salakhutdinov, Ruslan. Transformer-xl: Attentive language models beyond a fixed-length context. In Proceedings of the 57th annual meeting of the association for computational linguistics, 2019; pp. pages 2978–2988. [Google Scholar]
- Zeng, et al. Visual-Oriented Fine-Grained Knowledge Editing for Multi-modal Large Language Models; 2024. [Google Scholar]
- Tang, et al. Mind the Interference: Retaining Pre-trained Knowledge in Parameter Efficient Continual Learning of Vision-Language Models; 2024. [Google Scholar]
- Wu, Bin; Shi, Wuxuan; Wang, Jinqiao; Ye, Mang. Synthetic data is an elegant gift for continual vision-language models. In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 2813–2823. [Google Scholar]
- Fu, et al. IAP: Improving Continual Learning of Vision-Language Models via Instance-Aware Prompting. 2026. [Google Scholar] [CrossRef] [PubMed]
- Sun, Hai-Long; Sun, Zhun; Peng, Houwen; Ye, Han-Jia. Mitigating visual forgetting via take-along visual conditioning for multi-modal long cot reasoning. Proc. 63rd Annu. Meet. Assoc. Comput. Linguist. 2025, Volume 1, pages 5158–5171. [Google Scholar]
- Chen, Seng Nam; Chen, Hao; Ho, Chenglam; Mao, Xinyu; Wang, Jinping; Zhang, Yu; Li, Chao. Seeing the scene matters: Revealing forgetting in video understanding models with a scene-aware long-video benchmark. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026; pp. pages 4515–4525. [Google Scholar]
- Huang, Zhenpeng; Li, Xinhao; Li, Jiaqi; Wang, Jing; Zeng, Xiangyu; Liang, Cheng; Wu, Tao; Chen, Xi; Li, Liang; Wang, Limin. Online video understanding: A comprehensive benchmark and memory-augmented method. arXiv E-Prints 2024, arXiv–2501. [Google Scholar]
- Lin, Junming; Fang, Zheng; Chen, Chi; Cheng, Haoxuan; Wan, Zihao; Luo, Fuwen; Wang, Ziyue; Li, Peng; Liu, Yang; Sun, Maosong. Streamingbench: Assessing the gap for mllms to achieve streaming video understanding. In ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE, 2026; pp. pages 12147–12151. [Google Scholar]
- Nagrani, Arsha; Zhang, Mingda; Mehran, Ramin; Hornung, Rachel; Bharadwaj Gundavarapu, Nitesh; Jha, Nilpa; Myers, Austin; Zhou, Xingyi; Gong, Boqing; Schmid, Cordelia; et al. Neptune: The long orbit to benchmarking long video understanding. arXiv 2024, arXiv:2412.09582. [Google Scholar]
- Chen, Guo; Liu, Yicheng; Huang, Yifei; Pei, Baoqi; Xu, Jilan; He, Yuping; Lu, Tong; Wang, Yali; Wang, Limin. Cg-bench: Clue-grounded question answering benchmark for long video understanding. International Conference on Learning Representations, 2025; volume 2025, pp. 45647–45682. [Google Scholar]
- Zhu, Tianrui; Zhang, Shiyi; Sun, Zhirui; Tian, Jingqi; Tang, Yansong. Memorize-and-generate: Towards long-term consistency in real-time video generation. arXiv 2025, arXiv:2512.18741. [Google Scholar]
- Zhang, Shengjun; Zhang, Zhang; Huang, Simin; Tang, Zhenyu; Wang, Hanyang; Dai, Chensheng; Chen, Min; Li, Yifan; Li, Yuxin; Chen, Yingjie; et al. Mbench: A comprehensive benchmark on memory capability for video world models. arXiv 2026, arXiv:2606.00793. [Google Scholar]
- Ye, Yixuan; Lu, Xuanyu; Jiang, Yuxin; Gu, Yuchao; Zhao, Rui; Liang, Qiwei; Pan, Jiachun; Zhang, Fengda; Wu, Weijia; Wang, Alex Jinpeng. Mind: Benchmarking memory consistency and action control in world models. arXiv 2026, arXiv:2602.08025. [Google Scholar]
- Lyu, Wenbo; Du, Yingjun; Zhao, Jinglin; Zhen, Xianton; Shao, Ling. Vischainbench: A benchmark for multi-turn, multi-image visual reasoning beyond language priors. arXiv 2025, arXiv:2512.06759. [Google Scholar]
- Park, Cesc Chunseong; Kim, Byeongchang; Kim, Gunhee. Attend to you: Personalized image captioning with context sequence memory networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, 2017; pp. pages 895–903. [Google Scholar]
- Zheng, Zangwei; Ma, Mingyuan; Wang, Kai; Qin, Ziheng; Yue, Xiangyu; You, Yang. Preventing zero-shot transfer degradation in continual learning of vision-language models. In Proceedings of the IEEE/CVF international conference on computer vision, 2023; pp. pages 19125–19136. [Google Scholar]
- Liu, Wenzhuo; Zhu, Fei; Wei, Longhui; Tian, Qi. C-clip: Multimodal continual learning for vision-language model. The Thirteenth International Conference on Learning Representations, 2025. [Google Scholar]
- Zhao, Hongbo; Zhu, Fei; Guo, Haiyang; Wang, Meng; Wang, Rundong; Meng, Gaofeng; Zhang, Zhaoxiang. Mllm-cl: Continual learning for multimodal large language models. arXiv 2025, arXiv:2506.05453. [Google Scholar]
- Weng, Xingxing; Ni, Ruifeng; Pang, Chao; Hao, XiangYu; Wang, Yishan; Zhang, Xiaokang; Xu, Wei; Xia, Gui-Song. Continual vision-language learning for remote sensing: Benchmarking and analysis. arXiv 2026, arXiv:2604.00820. [Google Scholar]
- Srinivasan, Tejas; Chang, Ting-Yun; Pinto Alva, Leticia; Chochlakis, Georgios; Rostami, Mohammad; Thomason, Jesse. Climb: A continual learning benchmark for vision-and-language tasks. Adv. Neural Inf. Process. Syst. 2022, 35, 29440–29453. [Google Scholar] [CrossRef]
- Chen, Cheng; Zhu, Junchen; Luo, Xu; Shen, Heng T; Song, Jingkuan; Gao, Lianli. Coin: A benchmark of continual instruction tuning for multimodel large language models. Adv. Neural Inf. Process. Syst. 2024, 37, 57817–57840. [Google Scholar] [CrossRef]
- Guo, Haiyun; Hou, ZhiYan; Sun, Yandu; He, Jinghan; Chen, Yu; Zhou, Yuzhe; Jia, Yuheng; Wang, Jinqiao; Chua, Tat-Seng. Mllm-ctbench: A benchmark for continual instruction tuning with reasoning process diagnosis. arXiv 2025, arXiv:2508.08275. [Google Scholar]
- Zhang, Yao; Chen, Haokun; Frikha, Ahmed; Krompass, Denis; Zhang, Gengyuan; Gu, Jindong; Tresp, Volker. Cl-cross vqa: A continual learning benchmark for cross-domain visual question answering. In 2025 IEEE/CVF Winter Conference on Applications of Computer Vision (WACV); IEEE, 2025; pp. pages 6269–6278. [Google Scholar]
- Tang, Tianqi; Deldari, Shohreh; Xue, Hao; De Melo, Celso; Salim, Flora. Vilco-bench: Video language continual learning benchmark. Adv. Neural Inf. Process. Syst. 2024, 37, 70213–70229. [Google Scholar] [CrossRef]
- Guo, Haiyang; Shi, Yichen; Zhu, Fei; Liu, Wenzhuo; Zhao, Hongbo; Zeng, Fanhu; Ma, Shijie; Wang, Da-Han; Zhang, Xu-Yao. Cl-vista: Benchmarking continual learning in video large language models. arXiv 2026, arXiv:2604.00677. [Google Scholar]
- Yadav, Karmesh; Ali, Yusuf; Gupta, Gunshi; Gal, Yarin; Kira, Zsolt. Findingdory: A benchmark to evaluate memory in embodied agents. arXiv 2025, arXiv:2506.15635. [Google Scholar]
- Wang, Sen; Liu, Bangwei; Gao, Zhenkun; Ma, Lizhuang; Wang, Xuhong; Xie, Yuan; Tan, Xin. Explore with long-term memory: A benchmark and multimodal llm-based reinforcement learning framework for embodied exploration. arXiv 2026, arXiv:2601.10744. [Google Scholar]
- Hu, Wenbo; Hong, Yining; Wang, Yanjun; Gao, Leison; Wei, Zibu; Yao, Xingcheng; Peng, Nanyun; Bitton, Yonatan; Szpektor, Idan; Chang, Kai-Wei. 3dllm-mem: Long-term spatial-temporal memory for embodied 3d large language model. Adv. Neural Inf. Process. Syst. 2026, 38, 67856–67884. [Google Scholar]
- Chen, Tianxing; Wang, Yuran; Li, Mingleyang; Qin, Yan; Shi, Hao; Li, Zixuan; Hu, Yifan; Zhang, Yingsheng; Wang, Kaixuan; Chen, Yue; et al. Rmbench: Memory-dependent robotic manipulation benchmark with insights into policy design. arXiv 2026, arXiv:2603.01229. [Google Scholar]
- Dai, Yinpei; Fu, Hongze; Lee, Jayjun; Liu, Yuejiang; Zhang, Haoran; Yang, Jianing; Finn, Chelsea; Fazeli, Nima; Chai, Joyce. Robomme: Benchmarking and understanding memory for robotic generalist policies. arXiv 2026, arXiv:2603.04639. [Google Scholar]
- Lei, Huashuo; Song, Wenxuan; Zhang, Huarui; Pei, Jieyuan; Chen, Jiayi; Yan, Haodong; Zhao, Han; Ding, Pengxiang; Zhang, Zhipeng; Huang, Lida; et al. Robomemarena: A comprehensive and challenging robotic memory benchmark. arXiv 2026, arXiv:2605.10921. [Google Scholar]
- Chung, Nhat; Hanyu, Taisei; Nguyen, Toan; Le, Huy; Bumgarner, Frederick; Minh Ho Nguyen, Duy; Vo, Khoa; Yamazaki, Kashu; Rainwater, Chase; Kieu, Tung; et al. Rethinking progression of memory state in robotic manipulation: An object-centric perspective. Proc. AAAI Conf. Artif. Intell. 2026, volume 40, 3407–3415. [Google Scholar] [CrossRef]
- Vo, Hao; Vo, Khoa; Nguyen, Phu Loc; Tran, Sieu; Nguyen, Duc Minh; Cuong, Ngo Xuan; Gawugah, Gladys; Godavarthi, Sreevenkata Anjani Tishita; Rainwater, Chase; Bui, Nghi DQ; et al. Drivespatial: A benchmark for spatiotemporal intelligence in vlms for autonomous driving. arXiv 2026, arXiv:2605.23176. [Google Scholar]
- Li, Yangning; Li, Yinghui; Wang, Xinyu; Jiang, Yong; Zhang, Zhen; Zheng, Xinran; Wang, Hui; Zheng, Hai-Tao; Huang, Fei; Zhou, Jingren; et al. Benchmarking multimodal retrieval augmented generation with dynamic vqa dataset and self-adaptive planning agent. International Conference on Learning Representations, 2025; volume 2025, pp. 95582–95604. [Google Scholar]
- Wu, Yin; Long, Quanyu; Li, Jing; Yu, Jianfei; Wang, Wenya. Visual-rag: Benchmarking text-to-image retrieval augmented generation for visual knowledge intensive queries. arXiv 2025, arXiv:2502.16636. [Google Scholar]
- Anugraha, David; Irawan, Patrick Amadeus; Singh, Anshul; Lee, En-Shiun Annie; Winata, Genta Indra. M4-rag: A massive-scale multilingual multi-cultural multimodal rag. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026; pp. pages 23083–23094. [Google Scholar]
- Liu, Zhenghao; Zhu, Xingsheng; Zhou, Tianshuo; Zhang, Xinyi; Yi, Xiaoyuan; Yan, Yukun; Yu, Ge; Sun, Maosong. Benchmarking retrieval-augmented generation in multi-modal contexts. In Proceedings of the 33rd ACM International Conference on Multimedia, 2025; pp. pages 4817–4826. [Google Scholar]
- Dong, Kuicai; YUJING, C.H.A.N.G.; Huang, Shijie; Wang, Yasheng; Tang, Ruiming; Liu, Yong. Benchmarking retrieval-augmented multimomal generation for document question answering. Adv. Neural Inf. Process. Syst. 2026, 38. [Google Scholar]
- Peng, Xiangyu; Qin, Can; Chen, Zeyuan; Xu, Ran; Xiong, Caiming; Wu, Chien-Sheng. Unidoc-bench: A unified benchmark for document-centric multimodal rag. arXiv 2025, arXiv:2510.03663. [Google Scholar]
- Suri, Manan; Mathur, Puneet; Dernoncourt, Franck; Goswami, Kanika; Rossi, Ryan A; Manocha, Dinesh. Visdom: Multi-document qa with visually rich elements using multimodal retrieval-augmented generation. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies 2025, Volume 1, pages 6088–6109. [Google Scholar]
- Yang, Yuming; Zhong, Jiang; Jin, Li; Huang, Jingwang; Gao, Jingpeng; Liu, Qing; Bai, Yang; Zhang, Jingyuan; Jiang, Rui; Wei, Kaiwen. Benchmarking multimodal rag through a chart-based document question-answering generation framework. arXiv 2025, arXiv:2502.14864. [Google Scholar]
- Li, Jiaang; Yuan, Yifei; Li, Wenyan; Aliannejadi, Mohammad; Hershcovich, Daniel; Søgaard, Anders; Vulić, Ivan; Zhang, Wenxuan; Liang, Paul Pu; Deng, Yang; et al. Ravenea: A benchmark for multimodal retrieval-augmented visual culture understanding. arXiv 2025, arXiv:2505.14462. [Google Scholar]
- Zhao, Suifeng; Jin, Zhuoran; Li, Sujian; Gao, Jun. Finragbench-v: A benchmark for multimodal rag with visual citation in the financial domain. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, 2025; pp. pages 4215–4249. [Google Scholar]
- Grauman, Kristen; Westbury, Andrew; Byrne, Eugene; Chavis, Zachary; Furnari, Antonino; Girdhar, Rohit; Hamburger, Jackson; Jiang, Hao; Liu, Miao; Liu, Xingyu; et al. Ego4d: Around the world in 3,000 hours of egocentric video. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022; pp. pages 18995–19012. [Google Scholar]
- Goletto, Gabriele; Nagarajan, Tushar; Averta, Giuseppe; Damen, Dima. Amego: Active memory from long egocentric videos. European Conference on Computer Vision, 2024; Springer; pp. pages 92–110. [Google Scholar]
- Ye, Hanrong; Zhang, Haotian; Daxberger, Erik; Chen, Lin; Lin, Zongyu; Li, Yanghao; Zhang, Bowen; You, Haoxuan; Xu, Dan; Gan, Zhe; et al. Mmego: Towards building egocentric multimodal llms for video qa. International Conference on Learning Representations, 2025; volume 2025, pp. 71705–71723. [Google Scholar]
- Wang, Ziyang; Zhang, Yue; Yu, Shoubin; Zhang, Ce; Zhao, Zengqi; Yoon, Jaehong; Lee, Hyunji; Bertasius, Gedas; Bansal, Mohit. Egomemreason: A memory-driven reasoning benchmark for long-horizon egocentric video understanding. arXiv 2026, arXiv:2605.09874. [Google Scholar]
- Forte, Rosario; Lando, Giuseppe; Furnari, Antonino. Egostream: A diagnostic benchmark for streaming episodic memory in egocentric vision. arXiv 2026, arXiv:2605.31557. [Google Scholar]
- Yan, Jiaqi; Ren, Ruilong; Liu, Jingren; Xu, Shuning; Wang, Ling; Wang, Yiheng; Zhong, Xinlin; Wang, Yun; Zhang, Long; Chen, Xiangyu; et al. Teleego: Benchmarking egocentric ai assistants in the wild. arXiv 2025, arXiv:2510.23981. [Google Scholar]
- Yang, Jingkang; Liu, Shuai; Guo, Hongming; Dong, Yuhao; Zhang, Xiamengwei; Zhang, Sicheng; Wang, Pengyun; Zhou, Zitang; Xie, Binzhu; Wang, Ziyue; et al. Egolife: Towards egocentric life assistant. In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 28885–28900. [Google Scholar]
- Alam, Samiul; Siam, Shakhrul Iman; Proulx, Michael J; Fort, James; Newcombe, Richard; Kim, Hyo Jin; Zhang, Mi. Supermemory-vqa: An egocentric visual question-answering benchmark for long-horizon memory. arXiv 2026, arXiv:2606.00825. [Google Scholar]
- Xiao, Junbin; Zhang, Shenglang; Zhu, Pengxiang; Yao, Angela. Ego-grounding for personalized question-answering in egocentric videos. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026; pp. pages 40537–40547. [Google Scholar]
- Wang, Zeyu; Liu, Chang; Tjitrahardja, Eduardus; Wang, Yuntao; Pavlov, Borislav; Gou, Fangfei; Davila, Jose Manuel; Shi, Dai; Xu, Ran; Pan, Yue; et al. Egointrospect: An egocentric dataset and benchmark for user-centric internal state reasoning. arXiv 2026, arXiv:2605.17262. [Google Scholar]
- Kim, Jaeik; Kim, Woojin; Park, Woohyeon; Do, Jaeyoung. Mmpb: It’s time for multi-modal personalization. Adv. Neural Inf. Process. Syst. 2026, 38. [Google Scholar]
- Alaluf, Yuval; Richardson, Elad; Tulyakov, Sergey; Aberman, Kfir; Cohen-Or, Daniel. Myvlm: Personalizing vlms for user-specific queries. European Conference on Computer Vision, 2024; Springer; pp. pages 73–91. [Google Scholar]
- Nguyen, Thao; Liu, Haotian; Li, Yuheng; Cai, Mu; Ojha, Utkarsh; Lee, Yong Jae. Yo’llava: Your personalized language and vision assistant. Adv. Neural Inf. Process. Syst. 2024, 37, 40913–40951. [Google Scholar] [CrossRef]
- An, Ruichuan; Yang, Sihan; Zhang, Renrui; Lu, Ming; Jiang, Tianyi; Zeng, Kai; Luo, Yulin; Cao, Jiajun; Liang, Hao; Chen, Ying; et al. Mc-llava: Multi-concept personalized vision-language model. arXiv 2024, arXiv:2411.11706. [Google Scholar]
- Oh, Yeongtak; Yu, Sangwon; Park, Junsung; Moon, Han Cheol; Mok, Jisoo; Yoon, Sungroh. Contextualized visual personalization in vision-language models. arXiv 2026, arXiv:2602.03454. [Google Scholar]
- Nie, Chang; Fu, Chaoyou; Zhang, Yifan; Yang, Haihua; Shan, Caifeng. Personavlm: Long-term personalized multimodal llms. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026; pp. pages 15000–15009. [Google Scholar]
- Mei, Jingbiao; Chen, Jinghong; Yang, Guangyu; Hou, Xinyu; Li, Margaret; Byrne, Bill. According to me: Long-term personalized referential memory qa. arXiv 2026, arXiv:2603.01990. [Google Scholar]
- Hong, Rongpei; Lang, Jian; Zhong, Ting; Wang, Yong; Zhou, Fan. Tameing long contexts in personalization: Towards training-free and state-aware mllm personalized assistant. In Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V. 1, 2026; pp. pages 452–463. [Google Scholar]
- Ren, Xiyu; Wang, Zhaowei; Du, Yiming; Xie, Zhongwei; Liu, Chi; Yang, Xinlin; Feng, Haoyue; Pan, Wenjun; Zheng, Tianshi; Xu, Baixuan; et al. Memlens: Benchmarking multimodal long-term memory in large vision-language models. arXiv 2026, arXiv:2605.14906. [Google Scholar]
- Bei, Yuanchen; Wei, Tianxin; Ning, Xuying; Zhao, Yanjun; Liu, Zhining; Lin, Xiao; Zhu, Yada; Hamann, Hendrik; He, Jingrui; Tong, Hanghang. Mem-gallery: Benchmarking multimodal long-term conversational memory for mllm agents. arXiv 2026, arXiv:2601.03515. [Google Scholar]
- Li, Xinze; Zhu, Ziyue; Liu, Siyuan; Ma, Yubo; Zang, Yuhang; Cao, Yixin; Sun, Aixin. Emembench: Interactive benchmarking of episodic memory for vlm agents. arXiv 2026, arXiv:2601.16690. [Google Scholar]
- Doss, Tamil Sudaravan Mohan; Xu, Michael; Rao, Sudha; Wilson, Andrew D; Kumaravel, Balasaravanan Thoravi. Minenpc-task: Task suite for memory-aware minecraft agents. arXiv 2026, arXiv:2601.05215. [Google Scholar]
- Ju, Tianjie; Sun, Yueqing; Wu, Zheng; Zhang, Wei; Huo, Yaqi; Su, Xi; Gu, Qi; Cai, Xunliang; Liu, Gongshen; Zhang, Zhuosheng. Mineexplorer: Evaluating open-world exploration of mllm agents in minecraft. arXiv 2026, arXiv:2605.30931. [Google Scholar]
- He, Zexue; Wang, Yu; Zhi, Churan; Hu, Yuanzhe; Chen, Tzu-Ping; Yin, Lang; Chen, Ze; Wu, Tong Arthur; Ouyang, Siru; Wang, Zihan; et al. Memoryarena: Benchmarking agent memory in interdependent multi-session agentic tasks. arXiv 2026, arXiv:2602.16313. [Google Scholar]
- Xu, Wujiang; Wang, Yu; Mei, Kai; Liang, Kaiqu; Wang, Zhenting; Jin, Mingyu; Zhang, Han; Zhang, Shi-Xiong; Hua, Wenyue; Sahu, Sambit; et al. Memgym: a long-horizon memory environment for llm agents. arXiv 2026, arXiv:2605.20833. [Google Scholar]
- Liu, Guangyi; Zhao, Pengxiang; Liang, Yaozhen; Luo, Qinyi; Tang, Shunye; Chai, Yuxiang; Lin, Weifeng; Xiao, Han; Wang, WenHao; Chen, Siheng; et al. Memgui-bench: Benchmarking memory of mobile gui agents in dynamic environments. arXiv 2026, arXiv:2602.06075. [Google Scholar]
- Kim, Kyung-Min; Heo, Min-Oh; Choi, Seong-Ho; Zhang, Byoung-Tak. Deepstory: Video story qa by deep embedded memory networks. arXiv 2017, arXiv:1707.00836. [Google Scholar]
- Zhang, Ce; Lu, Taixi; Islam, Md Mohaiminul; Wang, Ziyang; Yu, Shoubin; Bansal, Mohit; Bertasius, Gedas. A simple llm framework for long-range video question-answering. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, 2024; pp. pages 21715–21737. [Google Scholar]
- Kahatapitiya, Kumara; Ranasinghe, Kanchana; Park, Jongwoo; Ryoo, Michael S. Language repository for long video understanding. Find. Assoc. Comput. Linguist. ACL 2025, pages 5627–5646. [Google Scholar]
- Song, Enxin; Chai, Wenhao; Ye, Tian; Hwang, Jenq-Neng; Li, Xi; Wang, Gaoang. Moviechat+: Question-aware sparse memory for long video question answering. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025. [Google Scholar]
- Bai, Ziyi; Wang, Ruiping; Chen, Xilin. Glance and focus: Memory prompting for multi-event video question answering. Adv. Neural Inf. Process. Syst. 2023, 36, 34247–34259. [Google Scholar] [CrossRef]
- Yuan, Huaying; Liu, Zheng; Qin, Minghao; Qian, Hongjin; Shu, Yan; Dou, Zhicheng; Wen, Ji-Rong; Sebe, Nicu. Memory-enhanced retrieval augmentation for long video understanding. arXiv 2025, arXiv:2503.09149. [Google Scholar]
- Faure, Gueter Josmy; Yeh, Jia-Fong; Chen, Min-Hung; Su, Hung-Ting; Lai, Shang-Hong; Hsu, Winston H. Hermes: temporal-coherent long-form understanding with episodes and semantics. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 22911–22921. [Google Scholar]
- Cheng, Dingxin; Li, Mingda; Liu, Jingyu; Guo, Yongxin; Jiang, Bin; Liu, Qingbin; Chen, Xi; Zhao, Bo. Enhancing long video understanding via hierarchical event-based memory. In 2025 IEEE International Conference on Multimedia and Expo (ICME); IEEE, 2025; pp. pages 1–6. [Google Scholar]
- Santos, Saul; Farinhas, António; McNamee, Daniel C.; Martins, André. ∞-Video: A training-free approach to long video understanding via continuous-time memory consolidation. In Proceedings of the 42nd International Conference on Machine Learning, 2025; PMLR; pp. pages 52877–52893. [Google Scholar]
- Lin, Yueqian; Zhang, Jingyang; Wang, Qinsi; Ye, Hancheng; Fu, Yuzhe; Liu, Yudong; Li, Hai; Chen, Yiran; et al. Hippomm: Hippocampal-inspired multimodal memory for long audiovisual event understanding. arXiv 2025, arXiv:2504.10739. [Google Scholar]
- Wang, Yun; Zhang, Long; Liu, Jingren; Yan, Jiaqi; Zhang, Zhanjie; Zheng, Jiahao; Yang, Xun; Wu, Dapeng; Chen, Xiangyu; Li, Xuelong. Episodic memory representation for long-form video understanding. arXiv 2025, arXiv:2508.09486. [Google Scholar]
- Yeo, Jeong Hun; Chung, Sangyun; Park, Sungjune; Kim, Dae Hoe; Moon, Jinyoung; Ro, Yong Man. Gcagent: Long-video understanding via schematic and narrative episodic memory. arXiv 2025, arXiv:2511.12027. [Google Scholar]
- Huang, Bin; Wang, Xin; Chen, Hong; Song, Zihan; Zhu, Wenwu. Vtimellm: Empower llm to grasp video moments. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 14271–14280. [Google Scholar]
- Deng, Andong; Gao, Zhongpai; Choudhuri, Anwesa; Planche, Benjamin; Zheng, Meng; Wang, Bin; Chen, Terrence; Chen, Chen; Wu, Ziyan. Seq2time: Sequential knowledge transfer for video llm temporal grounding. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2025; pp. pages 13766–13775. [Google Scholar]
- Wang, Haibo; Xu, Zhiyang; Cheng, Yu; Diao, Shizhe; Zhou, Yufan; Cao, Yixin; Wang, Qifan; Ge, Weifeng; Huang, Lifu. Grounded-videollm: Sharpening fine-grained temporal grounding in video large language models. arXiv 2024, arXiv:2410.03290. [Google Scholar]
- Guo, Yongxin; Liu, Jingyu; Li, Mingda; Liu, Qingbin; Chen, Xi; Tang, Xiaoying. Trace: Temporal grounding video llm via causal event modeling. arXiv 2024, arXiv:2410.05643. [Google Scholar]
- Wu, Yongliang; Hu, Xinting; Sun, Yuyang; Zhou, Yizhou; Zhu, Wenbo; Rao, Fengyun; Schiele, Bernt; Yang, Xu. Number it: Temporal grounding videos like flipping manga. In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 13754–13765. [Google Scholar]
- Zhao, Henghao; Ji, Ge-Peng; Yan, Rui; Xiong, Huan; Li, Zechao. Videoexpert: Augmented llm for temporal-sensitive video understanding. IEEE Transactions on Circuits and Systems for Video Technology, 2026. [Google Scholar]
- Wang, Ye; Wang, Ziheng; Xu, Boshen; Du, Yang; Lin, Kejun; Xiao, Zihan; Yue, Zihao; Ju, Jianzhong; Zhang, Liang; Yang, Dingyi; et al. Time-r1: Post-training large vision language model for temporal video grounding. arXiv 2025, arXiv:2503.13377. [Google Scholar]
- Wang, Shihao; Chen, Guo; Huang, De-an; Li, Zhiqi; Li, Minghan; Li, Guilin; Alvarez, Jose M; Zhang, Lei; Yu, Zhiding. Videoitg: Multimodal video understanding with instructed temporal grounding. arXiv 2025, arXiv:2507.13353. [Google Scholar]
- Nie, Jiahao; An, Wenbin; Zhang, Gongjie; Xu, Yicheng; Tan, Yap-Peng; Kot, Alex C; Lu, Shijian. Em ground: A temporal grounding vid-llm with holistic event perception and matching. arXiv 2026, arXiv:2602.05215. [Google Scholar]
- Zhang, Haoji; Wang, Yiqin; Tang, Yansong; Liu, Yong; Feng, Jiashi; Dai, Jifeng; Jin, Xiaojie. Flash-vstream: Memory-based real-time understanding for long video streams. arXiv 2024, arXiv:2406.08085. [Google Scholar]
- Xiong, Haomiao; Yang, Zongxin; Yu, Jiazuo; Zhuge, Yunzhi; Zhang, Lu; Zhu, Jiawen; Lu, Huchuan. Streaming video understanding and multi-round interaction with memory-enhanced knowledge. arXiv 2025, arXiv:2501.13468. [Google Scholar]
- Di, Shangzhe; Yu, Zhelun; Zhang, Guanghao; Li, Haoyuan; Zhong, Tao; Cheng, Hao; Li, Bolin; He, Wanggui; Shu, Fangxun; Jiang, Hao. Streaming video question-answering with in-context video kv-cache retrieval. arXiv 2025, arXiv:2503.00540. [Google Scholar]
- Yang, Yanlai; Zhao, Zhuokai; Shukla, Satya Narayan; Singh, Aashu; Mishra, Shlok Kumar; Zhang, Lizhu; Ren, Mengye. Streammem: Query-agnostic kv cache memory for streaming video understanding. arXiv 2025, arXiv:2508.15717. [Google Scholar]
- Chatterjee, Dibyadip; Remelli, Edoardo; Song, Yale; Tekin, Bugra; Mittal, Abhay; Bhatnagar, Bharat; Cihan CamgÃķz, Necati; Hampali, Shreyas; Sauser, Eric; Ma, Shugao; et al. Memory-efficient streaming videollms for real-time procedural video understanding. arXiv 2025, arXiv:2504.13915. [Google Scholar]
- Patel, Shrenik; Patel, Daivik. Cacheflow: Compressive streaming memory for efficient long-form video understanding. arXiv 2025, arXiv:2511.13644. [Google Scholar]
- Han, Zifan; Sun, Hongbo; Xu, Jinglin; Tang, Canhui; Lei, Yulong; Zhang, Xuchong; Sun, Hongbin; He, Zhongjiang; Sun, Hao. Wat: Online video understanding needs watching before thinking. arXiv 2026, arXiv:2603.13412. [Google Scholar]
- Azad, Shehreen; Vineet, Vibhav; Rawat, Yogesh Singh. Streamready: Learning what to answer and when in long streaming videos. arXiv 2026, arXiv:2603.08620. [Google Scholar]
- Wang, Jianghui; Wang, Yuxuan; Zhao, Dongyan; Zheng, Zilong. Moviepuzzle: Visual narrative reasoning through multimodal order learning. arXiv 2023, arXiv:2306.02252. [Google Scholar]
- Yu, Jiashuo; Wu, Yue; Chu, Meng; Ren, Zhifei; Huang, Zizheng; Chu, Pei; Zhang, Ruijie; He, Yinan; Li, Qirui; Li, Songze; et al. Vrbench: A benchmark for multi-step reasoning in long narrative videos. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 21655–21666. [Google Scholar]
- Sarkar, Pritam; Etemad, Ali. Vcrbench: Exploring long-form causal reasoning capabilities of large video language models. arXiv 2025, arXiv:2505.08455. [Google Scholar]
- Jain, Rahul; Doshi, Keval; Uzkent, Burak; Kessler, Garin. Narrative aligned long form video question answering. arXiv 2026, arXiv:2603.19481. [Google Scholar]
- Singh, Darshan; Nagrani, Arsha; Manikantan, Kawshik; Singh, Harman; Tewari, Dinesh; Weyand, Tobias; Schmid, Cordelia; Angelova, Anelia; Dave, Shachi. Curve: A benchmark for cultural and multilingual long video reasoning. arXiv 2026, arXiv:2601.10649. [Google Scholar]
- Wang, Maijunxian; Wang, Ruisi; Lin, Juyi; Ji, Ran; Wiedemer, Thaddäus; Gao, Qingying; Luo, Dezhi; Qian, Yaoyao; Huang, Lianyu; Hong, Zelong; et al. A very big video reasoning suite. arXiv 2026, arXiv:2602.20159. [Google Scholar]
- Fateh, Fawad Javed; Ahmed, Umer; Khan, Hamza; Zeeshan Zia, M.; Tran, Quoc-Huy. Video llms for temporal reasoning in long videos. arXiv 2024, arXiv:2412.02930. [Google Scholar]
- Yeo, Woongyeong; Kim, Kangsan; Yoon, Jaehong; Hwang, Sung Ju. Worldmm: Dynamic multimodal memory agent for long video reasoning. arXiv 2025, arXiv:2512.02425. [Google Scholar]
- Liu, Runtao; Liu, Ziyi; Tang, Jiaqi; Ma, Yue; Pi, Renjie; Zhang, Jipeng; Chen, Qifeng. Longvideoagent: Multi-agent reasoning with long videos. arXiv 2025, arXiv:2512.20618. [Google Scholar]
- Xu, Yichang; Liu, Gaowen; Rao Kompella, Ramana; Huang, Tiansheng; Hu, Sihao; Ilhan, Fatih; Tekin, Selim Furkan; Yahn, Zachary; Liu, Ling. A multi-agent perception-action alliance for efficient long video reasoning. arXiv 2026, arXiv:2603.14052. [Google Scholar]
- Jain, Jitesh; Li, Jialuo; Ma, Zixian; Zhang, Jieyu; Kim, Chris Dongjoo; Lee, Sangho; Tripathi, Rohun; Gupta, Tanmay; Clark, Christopher; Shi, Humphrey. Sage: Training smart any-horizon agents for long video reasoning with reinforcement learning. arXiv 2025, arXiv:2512.13874. [Google Scholar]
- Ren, Xuanchi; Shen, Tianchang; Huang, Jiahui; Ling, Huan; Lu, Yifan; Nimier-David, Merlin; Müller, Thomas; Keller, Alexander; Fidler, Sanja; Gao, Jun. Gen3c: 3d-informed world-consistent video generation with precise camera control. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2025; pp. pages 6121–6132. [Google Scholar]
- Yu, Jiwen; Bai, Jianhong; Qin, Yiran; Liu, Quande; Wang, Xintao; Wan, Pengfei; Zhang, Di; Liu, Xihui. Context as memory: Scene-consistent interactive long video generation with memory retrieval. In Proceedings of the SIGGRAPH Asia 2025 Conference Papers, 2025; pp. pages 1–11. [Google Scholar]
- Liu, Zhiheng; Deng, Xueqing; Chen, Shoufa; Wang, Angtian; Guo, Qiushan; Han, Mingfei; Xue, Zeyue; Chen, Mengzhao; Luo, Ping; Yang, Linjie. Worldweaver: Generating long-horizon video worlds via rich perception. arXiv 2025, arXiv:2508.15720. [Google Scholar]
- Wu, Xiaofei; Zhang, Guozhen; Xu, Zhiyong; Zhou, Yuan; Lu, Qinglin; He, Xuming. Pack and force your memory: Long-form and consistent video generation. arXiv 2025, arXiv:2510.01784. [Google Scholar]
- Yang, Shuai; Huang, Wei; Chu, Ruihang; Xiao, Yicheng; Zhao, Yuyang; Wang, Xianbang; Li, Muyang; Xie, Enze; Chen, Yingcong; Lu, Yao; et al. Longlive: Real-time interactive long video generation. arXiv 2025, arXiv:2509.22622. [Google Scholar]
- Chen, Shuo; Wei, Cong; Sun, Sun; Nie, Ping; Zhou, Kai; Zhang, Ge; Yang, Ming-Hsuan; Chen, Wenhu. Context forcing: Consistent autoregressive video generation with long context. arXiv 2026, arXiv:2602.06028. [Google Scholar]
- Zhao, Zengqun; Lu, Yanzuo; Liu, Ziquan; Song, Jifei; Deng, Jiankang; Patras, Ioannis. Relax forcing: Relaxed kv-memory for consistent long video generation. arXiv 2026, arXiv:2603.21366. [Google Scholar]
- Zhou, Jinsong; Du, Yihua; Xu, Xinli; Wang, Luozhou; Zhuang, Zijie; Zhang, Yehang; Li, Shuaibo; Hu, Xiaojun; Su, Bolan; Chen, Ying-cong. Videomemory: Toward consistent video generation via memory integration. arXiv 2026, arXiv:2601.03655. [Google Scholar]
- Wang, Zun; Lin, Han; Yoon, Jaehong; Cho, Jaemin; Zhang, Yue; Bansal, Mohit. Anchorweave: World-consistent video generation with retrieved local spatial memories. arXiv 2026, arXiv:2602.14941. [Google Scholar]
- Gao, Xinhang; Guan, Junlin; Luo, Shuhan; Li, Wenzhuo; Tan, Guanghuan; Wang, Jiacheng. Memcam: Memory-augmented camera control for consistent video generation. arXiv 2026, arXiv:2603.26193. [Google Scholar]
- Chi, Xiaowei; Fan, Chun-Kai; Zhang, Hengyuan; Qi, Xingqun; Zhang, Rongyu; Chen, Anthony; Chan, Chi-min; Xue, Wei; Liu, Qifeng; Zhang, Shanghang; et al. Eva: An embodied world model for future video anticipation. arXiv 2024, arXiv:2410.15461. [Google Scholar]
- Huang, Siqiao; Wu, Jialong; Zhou, Qixing; Miao, Shangchen; Long, Mingsheng. Vid2world: Crafting video diffusion models to interactive world models. arXiv 2025, arXiv:2505.14357. [Google Scholar]
- Wu, Tong; Yang, Shuai; Po, Ryan; Xu, Yinghao; Liu, Ziwei; Lin, Dahua; Wetzstein, Gordon. Video world models with long-term spatial memory. arXiv 2025, arXiv:2506.05284. [Google Scholar]
- Hong, Yicong; Mei, Yiqun; Ge, Chongjian; Xu, Yiran; Zhou, Yang; Bi, Sai; Hold-Geoffroy, Yannick; Roberts, Mike; Fisher, Matthew; Shechtman, Eli; et al. Relic: Interactive video world model with long-horizon memory. arXiv 2025, arXiv:2512.04040. [Google Scholar]
- Huang, Junchao; Ye, Ziyang; Hu, Xinting; He, Tianyu; Zhang, Guiyu; Shi, Shaoshuai; Bian, Jiang; Jiang, Li. Live: Long-horizon interactive video world modeling. arXiv 2026, arXiv:2602.03747. [Google Scholar]
- Xiang, Jiannan; Gu, Yi; Liu, Zihan; Feng, Zeyu; Gao, Qiyue; Hu, Yiyan; Huang, Benhao; Liu, Guangyi; Yang, Yichi; Zhou, Kun; et al. Pan: A world model for general, interactable, and long-horizon world simulation. arXiv 2025, arXiv:2511.09057. [Google Scholar]
- Zhu, Yixuan; Feng, Jiaqi; Zheng, Wenzhao; Gao, Yuan; Tao, Xin; Wan, Pengfei; Zhou, Jie; Lu, Jiwen. Astra: General interactive world model with autoregressive denoising. arXiv 2025, arXiv:2512.08931. [Google Scholar]
- Zheng, Sixiao; Yin, Minghao; Hu, Wenbo; Li, Xiaoyu; Shan, Ying; Fu, Yanwei. Versecrafter: Dynamic realistic video world model with 4d geometric control. arXiv 2026, arXiv:2601.05138. [Google Scholar]
- Chen, Kaijin; Liang, Dingkang; Zhou, Xin; Ding, Yikang; Liu, Xiaoqiang; Wan, Pengfei; Bai, Xiang. Out of sight but not out of mind: Hybrid memory for dynamic video world models. arXiv 2026, arXiv:2603.25716. [Google Scholar]
- Zhang, Guanghao; Zhong, Tao; Xia, Yan; Liu, Mushui; Yu, Zhelun; Li, Haoyuan; He, Wanggui; She, Dong; Wang, Yi; Jiang, Hao. Cmmcot: Enhancing complex multi-image comprehension via multi-modal chain-of-thought and memory augmentation. Proc. AAAI Conf. Artif. Intell. 2026, volume 40, 12430–12438. [Google Scholar] [CrossRef]
- Yu, Xinlei; Xu, Chengming; Zhang, Guibin; Chen, Zhangquan; Zhang, Yudong; He, Yongbo; Jiang, Peng-Tao; Zhang, Jiangning; Hu, Xiaobin; Yan, Shuicheng. Vismem: Latent vision memory unlocks potential of vision-language models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2026; pp. pages 31544–31555. [Google Scholar]
- Barraco, Manuele; Sarto, Sara; Cornia, Marcella; Baraldi, Lorenzo; Cucchiara, Rita. With a little help from your own past: Prototypical memory networks for image captioning. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023; pp. pages 3021–3031. [Google Scholar]
- Cornia, Marcella; Stefanini, Matteo; Baraldi, Lorenzo; Cucchiara, Rita. Meshed-memory transformer for image captioning. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2020; pp. pages 10578–10587. [Google Scholar]
- Sarto, Sara; Cornia, Marcella; Baraldi, Lorenzo; Nicolosi, Alessandro; Cucchiara, Rita. Towards retrieval-augmented architectures for image captioning. ACM Trans. Multimed. Comput. Commun. Appl. 2024, 20(8), 1–22. [Google Scholar] [CrossRef]
- Thengane, Vishal; Khan, Salman; Hayat, Munawar; Khan, Fahad. Clip model is an efficient continual learner. arXiv 2022, arXiv:2210.03114. [Google Scholar]
- Zhu, Zhen; Lyu, Weijie; Xiao, Yao; Hoiem, Derek. Continual learning in open-vocabulary classification with complementary memory systems. arXiv 2023, arXiv:2307.01430. [Google Scholar]
- Yu, Jiazuo; Zhuge, Yunzhi; Zhang, Lu; Hu, Ping; Wang, Dong; Lu, Huchuan; He, You. Boosting continual learning of vision-language models via mixture-of-experts adapters. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. 23219–23230. [Google Scholar]
- Jha, Saurav; Gong, Dong; Yao, Lina. Clap4clip: Continual learning with probabilistic finetuning for vision-language models. Adv. Neural Inf. Process. Syst. 2024, 37, 129146–129186. [Google Scholar] [CrossRef]
- Huang, Linlan; Cao, Xusheng; Lu, Haori; Liu, Xialei. Class-incremental learning with clip: Adaptive representation adjustment and parameter fusion. European Conference on Computer Vision, 2024; Springer; pp. pages 214–231. [Google Scholar]
- Li, Yukun; Pang, Guansong; Suo, Wei; Jing, Chenchen; Xi, Yuling; Liu, Lingqiao; Chen, Hao; Liang, Guoqiang; Wang, Peng. Coleclip: Open-domain continual learning via joint task prompt and vocabulary learning. IEEE Transactions on Neural Networks and Learning Systems, 2025. [Google Scholar]
- Luo, Mao-Lin; Zhou, Zi-Hao; Wei, Tong; Zhang, Min-Ling. Lada: Scalable label-specific clip adapter for continual learning. arXiv 2025, arXiv:2505.23271. [Google Scholar]
- Lu, Haodong; Zhang, Xinyu; Moore, Kristen; Xue, Jason; Yao, Lina; van den Hengel, Anton; Gong, Dong. Continual learning on clip via incremental prompt tuning with intrinsic textual anchors. arXiv 2025, arXiv:2505.20680. [Google Scholar]
- Ding, Yuxuan; Liu, Lingqiao; Tian, Chunna; Yang, Jingyuan; Ding, Haoxuan. Don’t stop learning: Towards continual learning for the clip model. arXiv 2022, arXiv:2207.09248. [Google Scholar]
- Yan, Shipeng; Hong, Lanqing; Xu, Hang; Han, Jianhua; Tuytelaars, Tinne; Li, Zhenguo; He, Xuming. Generative negative text replay for continual vision-language pretraining. European Conference on Computer Vision, 2022; Springer; pp. pages 22–38. [Google Scholar]
- Ni, Zixuan; Wei, Longhui; Tang, Siliang; Zhuang, Yueting; Tian, Qi. Continual vision-language representation learning with off-diagonal information. International Conference on Machine Learning, 2023; PMLR; pp. 26129–26149. [Google Scholar]
- Zhu, Hongguang; Wei, Yunchao; Liang, Xiaodan; Zhang, Chunjie; Zhao, Yao. Ctp: Towards vision-language continual pretraining via compatible momentum contrast and topology preservation. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023; pp. pages 22257–22267. [Google Scholar]
- Garg, Saurabh; Farajtabar, Mehrdad; Pouransari, Hadi; Vemulapalli, Raviteja; Mehta, Sachin; Tuzel, Oncel; Shankar, Vaishaal; Faghri, Fartash. Tic-clip: Continual training of clip models. arXiv 2023, arXiv:2310.16226. [Google Scholar]
- Roth, Karsten; Udandarao, Vishaal; Dziadzio, Sebastian; Prabhu, Ameya; Cherti, Mehdi; Vinyals, Oriol; Hénaff, Olivier; Albanie, Samuel; Bethge, Matthias; Akata, Zeynep. A practitioner’s guide to continual multimodal pretraining. arXiv 2024, arXiv:2408.14471. [Google Scholar]
- Dziadzio, Sebastian; Udandarao, Vishaal; Roth, Karsten; Prabhu, Ameya; Akata, Zeynep; Albanie, Samuel; Bethge, Matthias. How to merge your multimodal models over time? In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 20479–20491. [Google Scholar]
- Peng, Tiantian; Liu, Yuyang; Yang, Shuo; Hong, Qiuhe; Tian, YongHong. Gnsp: Gradient null space projection for preserving cross-modal alignment in vlms continual learning. arXiv 2025, arXiv:2507.19839. [Google Scholar]
- Zhang, Xi; Zhang, Feifei; Xu, Changsheng. Vqacl: A novel visual question answering continual learning setting. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2023; pp. pages 19102–19112. [Google Scholar]
- Lei, Stan Weixian; Gao, Difei; Wu, Jay Zhangjie; Wang, Yuxuan; Liu, Wei; Zhang, Mengmi; Shou, Mike Zheng. Symbolic replay: Scene graph as prompt for continual learning on vqa task. Proc. AAAI Conf. Artif. Intell. 2023, volume 37, 1250–1259. [Google Scholar] [CrossRef]
- Eddine Marouf, Imad; Tartaglione, Enzo; Lathuilière, Stéphane; Van De Weijer, Joost. Ask and remember: A questions-only replay strategy for continual visual question answering. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 18078–18089. [Google Scholar]
- Qian, Zi; Wang, Xin; Duan, Xuguang; Qin, Pengda; Li, Yuhong; Zhu, Wenwu. Decouple before interact: Multi-modal prompt learning for continual visual question answering. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2023; pp. pages 2953–2962. [Google Scholar]
- Huai, Tianyu; Zhou, Jie; Wu, Xingjiao; Chen, Qin; Bai, Qingchun; Zhou, Ze; He, Liang. Cl-moe: Enhancing multimodal large language model with dual momentum mixture-of-experts for continual visual question answering. In Proceedings of the computer vision and pattern recognition conference, 2025; pp. pages 19608–19617. [Google Scholar]
- He, Jinghan; Guo, Haiyun; Zhu, Kuan; Tang, Ming; Wang, Jinqiao. Continual instruction tuning for large multimodal models. IEEE Transactions on Image Processing, 2026. [Google Scholar]
- Wang, Ziqi; Che, Chang; Wang, Qi; Li, Yangyang; Shi, Zenglin; Wang, Meng. Smolora: Exploring and defying dual catastrophic forgetting in continual visual instruction tuning. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 177–186. [Google Scholar]
- Guo, Haiyang; Zeng, Fanhu; Xiang, Ziwei; Zhu, Fei; Wang, Da-Han; Zhang, Xu-Yao; Liu, Cheng-Lin. Hide-llava: Hierarchical decoupling for continual instruction tuning of multimodal large language model. Proc. 63rd Annu. Meet. Assoc. Comput. Linguist. 2025, Volume 1, pages 13572–13586. [Google Scholar]
- Ma, Chih-Yao; Lu, Jiasen; Wu, Zuxuan; AlRegib, Ghassan; Kira, Zsolt; Socher, Richard; Xiong, Caiming. Self-monitoring navigation agent via auxiliary progress estimation. arXiv 2019, arXiv:1901.03035. [Google Scholar]
- Ma, Chih-Yao; Wu, Zuxuan; AlRegib, Ghassan; Xiong, Caiming; Kira, Zsolt. The regretful agent: Heuristic-aided navigation through progress estimation. In Proceedings of the IEEE/CVF conference on Computer Vision and Pattern Recognition, 2019; pp. pages 6732–6740. [Google Scholar]
- Hong, Yicong; Wu, Qi; Qi, Yuankai; Rodriguez-Opazo, Cristian; Gould, Stephen. Vln bert: A recurrent vision-and-language bert for navigation. In Proceedings of the IEEE/CVF conference on Computer Vision and Pattern Recognition, 2021; pp. pages 1643–1653. [Google Scholar]
- An, Dong; Qi, Yuankai; Li, Yangguang; Huang, Yan; Wang, Liang; Tan, Tieniu; Shao, Jing. Bevbert: Multimodal map pre-training for language-guided navigation. arXiv 2022, arXiv:2212.04385. [Google Scholar]
- Wang, Zihan; Li, Xiangyang; Yang, Jiahao; Liu, Yeqi; Jiang, Shuqiang. Gridmm: Grid memory map for vision-and-language navigation. In Proceedings of the IEEE/CVF International conference on computer vision, 2023; pp. pages 15625–15636. [Google Scholar]
- Zhan, Zhaohuan; Yu, Lisha; Yu, Sijie; Tan, Guang. Mc-gpt: Empowering vision-and-language navigation with memory map and reasoning chains. arXiv 2024, arXiv:2405.10620. [Google Scholar]
- Zeng, Shuang; Qi, Dekang; Chang, Xinyuan; Xiong, Feng; Xie, Shichao; Wu, Xiaolong; Liang, Shiyi; Xu, Mu; Wei, Xing; Guo, Ning. Janusvln: Decoupling semantics and spatiality with dual implicit memory for vision-language navigation. arXiv 2025, arXiv:2509.22548. [Google Scholar]
- De Vries, Harm; Shuster, Kurt; Batra, Dhruv; Parikh, Devi; Weston, Jason; Kiela, Douwe. Talk the walk: Navigating new york city through grounded dialogue. arXiv 2018, arXiv:1807.03367. [Google Scholar]
- Thomason, Jesse; Murray, Michael; Cakmak, Maya; Zettlemoyer, Luke. Vision-and-dialog navigation. Conference on Robot Learning, 2020; PMLR; pp. pages 394–406. [Google Scholar]
- Roman, Homero Roman; Bisk, Yonatan; Thomason, Jesse; Celikyilmaz, Asli; Gao, Jianfeng. Rmm: A recursive mental model for dialogue navigation. Find. Assoc. Comput. Linguist. EMNLP 2020 2020, pages 1732–1745. [Google Scholar]
- Banerjee, Shurjo; Thomason, Jesse; Corso, Jason. The robotslang benchmark: Dialog-guided robot localization and navigation. Conference on Robot Learning, 2021; PMLR; pp. pages 1384–1393. [Google Scholar]
- Liu, Shuijing; Hasan, Aamir; Hong, Kaiwen; Wang, Runxuan; Chang, Peixin; Mizrachi, Zachary; Lin, Justin; McPherson, D Livingston; Rogers, Wendy A; Driggs-Campbell, Katherine. Dragon: A dialogue-based robot for assistive navigation with visual language grounding. IEEE Robot. Autom. Lett. 2024, 9(4), 3712–3719. [Google Scholar] [CrossRef]
- Han, Leekyeung; Min, Hyunji; Hwangbo, Gyeom; Choi, Jonghyun; Seo, Paul Hongsuck. Dialnav: Multi-turn dialog navigation with a remote guide. In Proceedings of the IEEE/CVF International Conference on Computer Vision, 2025; pp. pages 8514–8523. [Google Scholar]
- Wang, Xin; Xiong, Wenhan; Wang, Hongmin; Wang, William Yang. Look before you leap: Bridging model-free and model-based reinforcement learning for planned-ahead vision-and-language navigation. In Proceedings of the European Conference on Computer Vision (ECCV), 2018; pp. pages 37–53. [Google Scholar]
- Anderson, Peter; Shrivastava, Ayush; Parikh, Devi; Batra, Dhruv; Lee, Stefan. Chasing ghosts: Instruction following as bayesian state tracking. Adv. Neural Inf. Process. Syst. 2019, 32. [Google Scholar]
- Balajee Vasudevan, Arun; Dai, Dengxin; Van Gool, Luc. Talk2nav: Long-range vision-and-language navigation with dual attention and spatial memory. Int. J. Comput. Vis. 2021, 129(1), 246–266. [Google Scholar] [CrossRef]
- Song, Chan Hee; Kil, Jihyung; Pan, Tai-Yu; Sadler, Brian M; Chao, Wei-Lun; Su, Yu. One step at a time: Long-horizon vision-and-language navigation with milestones. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2022; pp. pages 15482–15491. [Google Scholar]
- Wang, Hanqing; Wang, Wenguan; Liang, Wei; Xiong, Caiming; Shen, Jianbing. Structured scene memory for vision-language navigation. In Proceedings of the IEEE/CVF conference on Computer Vision and Pattern Recognition, 2021; pp. pages 8455–8464. [Google Scholar]
- Krantz, Jacob; Banerjee, Shurjo; Zhu, Wang; Corso, Jason; Anderson, Peter; Lee, Stefan; Thomason, Jesse. Iterative vision-and-language navigation. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2023; pp. pages 14921–14930. [Google Scholar]
- Zheng, Qi; Liu, Daqing; Wang, Chaoyue; Zhang, Jing; Wang, Dadong; Tao, Dacheng. Esceme: Vision-and-language navigation with episodic scene memory. Int. J. Comput. Vis. 2025, 133(1), 254–274. [Google Scholar] [CrossRef]
- Zhao, Ganlong; Li, Guanbin; Chen, Weikai; Yu, Yizhou. Over-nav: Elevating iterative vision-and-language navigation with open-vocabulary detection and structured representation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 16296–16306. [Google Scholar]
- Liu, Chenghao; Zhou, Zhimu; Zhang, Jiachen; Zhang, Minghao; Huang, Songfang; Duan, Huiling. Msnav: Zero-shot vision-and-language navigation with dynamic memory and llm spatial reasoning. In ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP); IEEE, 2026; pp. pages 20112–20116. [Google Scholar]
- Behbahani, Sanaz; Chhatpar, Siddharth; Zahrai, Said; Duggal, Vishakh; Sukhwani, Mohak. Episodic memory model for learning robotic manipulation tasks. arXiv 2021, arXiv:2104.10218. [Google Scholar]
- Shi, Hao; Xie, Bin; Liu, Yingfei; Sun, Lin; Liu, Fengrong; Wang, Tiancai; Zhou, Erjin; Fan, Haoqiang; Zhang, Xiangyu; Huang, Gao. Memoryvla: Perceptual-cognitive memory in vision-language-action models for robotic manipulation. arXiv 2025, arXiv:2508.19236. [Google Scholar]
- Li, Runhao; Guo, Wenkai; Wu, Zhenyu; Wang, Changyuan; Deng, Haoyuan; Weng, Zhenyu; Tan, Yap-Peng; Wang, Ziwei. Map-vla: Memory-augmented prompting for vision-language-action model in robotic manipulation. arXiv 2025, arXiv:2511.09516. [Google Scholar]
- Lin, Min; Liang, Xiwen; Lin, Bingqian; Liu, Jingzhi; Jiao, Zijian; Li, Kehan; Ma, Yuhan; Liu, Yuecheng; Zhao, Shen; Zhuang, Yuzheng; et al. Echovla: Robotic vision-language-action model with synergistic declarative memory for mobile manipulation. arXiv 2025, arXiv:2511.18112. [Google Scholar]
- Li, Zaijing; Hu, Bing; Shao, Rui; Chen, Gongwei; Jiang, Dongmei; Xie, Pengwei; Hao, Jianye; Nie, Liqiang. Global prior meets local consistency: Dual-memory augmented vision-language-action model for efficient robotic manipulation. arXiv 2026, arXiv:2602.20200. [Google Scholar]
- Torne, Marcel; Pertsch, Karl; Walke, Homer; Vedder, Kyle; Nair, Suraj; Ichter, Brian; Ren, Allen Z; Wang, Haohuan; Tang, Jiaming; Stachowicz, Kyle; et al. Mem: Multi-scale embodied memory for vision language action models. arXiv 2026, arXiv:2603.03596. [Google Scholar]
- Li, Hang; Shen, Fengyi; Chen, Dong; Yang, Liudi; Wang, Xudong; Shi, Jinkui; Bing, Zhenshan; Liu, Ziyuan; Knoll, Alois. Remem-vla: Empowering vision-language-action model with memory via dual-level recurrent queries. arXiv 2026, arXiv:2603.12942. [Google Scholar]
- Ji, Li; Wang, Siyin; Qian, Pengfang; Yu, Xiaopeng; Tian, Yihai; Fei, Zhaoye; Gong, Jingjing; Qiu, Xipeng. Hime: Hierarchical embodied memory for long-horizon vision-language-action control. arXiv 2026, arXiv:2607.03449. [Google Scholar]
- Shi, Hao; Li, Weiye; Xie, Bin; Wang, Yulin; Zhou, Renping; Wang, Tiancai; Zhang, Xiangyu; Luo, Ping; Huang, Gao. Memoryvla++: Temporal modeling via memory and imagination in vision-language-action models. arXiv 2026, arXiv:2606.09827. [Google Scholar]
- Pan, Chenbin; Yaman, Burhaneddin; Nesti, Tommaso; Mallik, Abhirup; Allievi, Alessandro G; Velipasalar, Senem; Ren, Liu. Vlp: Vision language planning for autonomous driving. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024; pp. pages 14760–14769. [Google Scholar]
- Ma, Yukai; Wei, Tiantian; Zhong, Naiting; Mei, Jianbiao; Hu, Tao; Wen, Licheng; Yang, Xuemeng; Shi, Botian; Liu, Yong. Leapvad: A leap in autonomous driving via cognitive perception and dual-process thinking. IEEE Transactions on Neural Networks and Learning Systems, 2025. [Google Scholar]
- Luo, Ziang; Qian, Kangan; Wang, Jiahua; Luo, Yuechen; Miao, Jinyu; Fu, Zheng; Wang, Yunlong; Jiang, Sicong; Huang, Zilin; Hu, Yifei; et al. Mtrdrive: Memory-tool synergistic reasoning for robust autonomous driving in corner cases. arXiv 2025, arXiv:2509.20843. [Google Scholar]
- Huang, Chenguang; Mees, Oier; Zeng, Andy; Burgard, Wolfram. Visual language maps for robot navigation. In 2023 IEEE International Conference on Robotics and Automation (ICRA); IEEE, 2023; pp. pages 10608–10615. [Google Scholar]
- Gu, Qiao; Kuwajerwala, Ali; Morin, Sacha; Jatavallabhula, Krishna Murthy; Sen, Bipasha; Agarwal, Aditya; Rivera, Corban; Paul, William; Ellis, Kirsty; Chellappa, Rama; et al. Conceptgraphs: Open-vocabulary 3d scene graphs for perception and planning. In 2024 IEEE International Conference on Robotics and Automation (ICRA); IEEE, 2024; pp. pages 5021–5028. [Google Scholar]
- Werby, Abdelrhman; Huang, Chenguang; Büchner, Martin; Valada, Abhinav; Burgard, Wolfram. Hierarchical open-vocabulary 3d scene graphs for language-grounded robot navigation. First Workshop on Vision-Language Models for Navigation and Manipulation at ICRA 2024, 2024. [Google Scholar]
- Yan, Zhijie; Li, Shufei; Wang, Zuoxu; Wu, Lixiu; Wang, Han; Zhu, Jun; Chen, Lijiang; Liu, Jihong. Dynamic open-vocabulary 3d scene graphs for long-term language-guided mobile manipulation. IEEE Robot. Autom. Lett. 2025, 10(5), 4252–4259. [Google Scholar] [CrossRef]
- Yang, Yuncong; Yang, Han; Zhou, Jiachen; Chen, Peihao; Zhang, Hongxin; Du, Yilun; Gan, Chuang. 3d-mem: 3d scene memory for embodied exploration and reasoning. In 2025 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR); IEEE, 2025; pp. pages 17294–17303. [Google Scholar]
- Zhu, Ziyu; Wang, Xilin; Li, Yixuan; Zhang, Zhuofan; Ma, Xiaojian; Chen, Yixin; Jia, Baoxiong; Liang, Wei; Yu, Qian; Deng, Zhidong; et al. Move to understand a 3d scene: Bridging visual grounding and exploration for efficient and versatile embodied navigation. In 2025 IEEE/CVF International Conference on Computer Vision (ICCV); IEEE, 2025; pp. pages 8120–8132. [Google Scholar]
- Cai, Zhongyi; Du, Yi; Wang, Chen; Kong, Yu. Vision to geometry: 3d spatial memory for sequential embodied mllm reasoning and exploration. arXiv 2025, arXiv:2512.02458. [Google Scholar]
- Zhou, Rui; Yap, Xander; Cao, Jianwen; Lau, Allison; Sun, Boyang; Pollefeys, Marc. Memory over maps: 3d object localization without reconstruction. arXiv 2026, arXiv:2603.20530. [Google Scholar]
- Wu, Yi; An, Junjie; Liu, Xiao; Zhou, Yiqun; Wu, Yuechen; Guan, Xiaoqing; Yu, Shuyang; Wang, You; Li, Guang. Softnav: Injecting 3d scene tokens into vlms for embodied navigation. arXiv 2026, arXiv:2607.14586. [Google Scholar]
- Shah, Sanket; Mishra, Anand; Yadati, Naganand; Talukdar, Partha Pratim. Kvqa: Knowledge-aware visual question answering. Proc. AAAI Conf. Artif. Intell. 2019, volume 33, 8876–8884. [Google Scholar] [CrossRef]
- Marino, Kenneth; Rastegari, Mohammad; Farhadi, Ali; Mottaghi, Roozbeh. Ok-vqa: A visual question answering benchmark requiring external knowledge. In Proceedings of the IEEE/cvf conference on computer vision and pattern recognition, 2019; pp. pages 3195–3204. [Google Scholar]
- Schwenk, Dustin; Khandelwal, Apoorv; Clark, Christopher; Marino, Kenneth; Mottaghi, Roozbeh. A-okvqa: A benchmark for visual question answering using world knowledge. European conference on computer vision, 2022; Springer; pp. pages 146–162. [Google Scholar]
- Chen, Yang; Hu, Hexiang; Luan, Yi; Sun, Haitian; Changpinyo, Soravit; Ritter, Alan; Chang, Ming-Wei. Can pre-trained vision and language models answer visual information-seeking questions? In Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing, 2023; pp. pages 14948–14968. [Google Scholar]
- Lin, Weizhe; Byrne, Bill. Retrieval augmented visual question answering with outside knowledge. In Proceedings of the 2022 conference on empirical methods in natural language processing, 2022; pp. pages 11238–11254. [Google Scholar]
- Lin, Weizhe; Chen, Jinghong; Mei, Jingbiao; Coca, Alexandru; Byrne, Bill. Fine-grained late-interaction multi-modal retrieval for retrieval augmented visual question answering. Adv. Neural Inf. Process. Syst. 2023, 36, 22820–22840. [Google Scholar] [CrossRef]
- Long, Xinwei; Ma, Zhiyuan; Hua, Ermo; Zhang, Kaiyan; Qi, Biqing; Zhou, Bowen. Retrieval-augmented visual question answering via built-in autoregressive search engines. Proc. AAAI Conf. Artif. Intell. 2025, volume 39, 24723–24731. [Google Scholar] [CrossRef]
- Choi, Changin; Lee, Wonseok; Ko, Jungmin; Rhee, Wonjong. Multimodal iterative rag for knowledge visual question answering. arXiv E-Prints 2025. [Google Scholar]
- Xu, Yiheng; Li, Minghao; Cui, Lei; Huang, Shaohan; Wei, Furu; Zhou, Ming. Layoutlm: Pre-training of text and layout for document image understanding. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining, 2020; pp. pages 1192–1200. [Google Scholar]
- Mathew, Minesh; Karatzas, Dimosthenis; Jawahar, C.V. Docvqa: A dataset for vqa on document images. In Proceedings of the IEEE/CVF winter conference on applications of computer vision, 2021; pp. pages 2200–2209. [Google Scholar]
- Mathew, Minesh; Bagal, Viraj; Tito, Rubèn; Karatzas, Dimosthenis; Valveny, Ernest; Jawahar, C.V. Infographicvqa. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision, 2022; pp. pages 1697–1706. [Google Scholar]
- Masry, Ahmed; Do, Xuan Long; Tan, Jia Qing; Joty, Shafiq; Hoque, Enamul. Chartqa: A benchmark for question answering about charts with visual and logical reasoning. Find. Assoc. Comput. Linguist. ACL 2022 2022, pages 2263–2279. [Google Scholar]
- Tito, Rubèn; Karatzas, Dimosthenis; Valveny, Ernest. Hierarchical multimodal transformers for multipage docvqa. Pattern Recognit. 2023, 144, 109834. [Google Scholar] [CrossRef]
- Faysse, Manuel; Sibille, Hugues; Wu, Tony; Omrani, Bilel; Viaud, Gautier; Hudelot, Céline; Colombo, Pierre. Colpali: Efficient document retrieval with vision language models. International Conference on Learning Representations, 2025; volume 2025, pp. 61424–61449. [Google Scholar]
- Cho, Jaemin; Mahata, Debanjan; Irsoy, Ozan; He, Yujie; Bansal, Mohit. M3docrag: Multi-modal retrieval is what you need for multi-page multi-document understanding. arXiv 2024, arXiv:2411.04952. [Google Scholar]
- Tanaka, Ryota; Iki, Taichi; Hasegawa, Taku; Nishida, Kyosuke; Saito, Kuniko; Suzuki, Jun. Vdocrag: Retrieval-augmented generation over visually-rich documents. In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 24827–24837. [Google Scholar]
- Luo, Yongdong; Zheng, Xiawu; Li, Guilin; Yin, Shukang; Lin, Haojia; Fu, Chaoyou; Huang, Jinfa; Ji, Jiayi; Chao, Fei; Luo, Jiebo; et al. Video-rag: Visually-aligned retrieval-augmented long video comprehension. Adv. Neural Inf. Process. Syst. 2026, 38, 168008–168033. [Google Scholar]
- Jeong, Soyeong; Kim, Kangsan; Baek, Jinheon; Hwang, Sung Ju. Videorag: Retrieval-augmented generation over video corpus. Find. Assoc. Comput. Linguist. ACL 2025 2025, pages 21278–21298. [Google Scholar]
- Shen, Xiaoqian; Zhang, Wenxuan; Chen, Jun; Elhoseiny, Mohamed. Vgent: Graph-based retrieval-reasoning-augmented generation for long video understanding. Adv. Neural Inf. Process. Syst. 2026, 38, 100805–100830. [Google Scholar]
- Lau, Jason J; Gayen, Soumya; Ben Abacha, Asma; Demner-Fushman, Dina. A dataset of clinically generated visual questions and answers about radiology images. Sci. Data 2018, 5(1), 180251. [Google Scholar] [CrossRef] [PubMed]
- Liu, Bo; Zhan, Li-Ming; Xu, Li; Ma, Lin; Yang, Yan; Wu, Xiao-Ming. Slake: A semantically-labeled knowledge-enhanced dataset for medical visual question answering. In 2021 IEEE 18th international symposium on biomedical imaging (ISBI); IEEE, 2021; pp. pages 1650–1654. [Google Scholar]
- Zhang, Xiaoman; Wu, Chaoyi; Zhao, Ziheng; Lin, Weixiong; Zhang, Ya; Wang, Yanfeng; Xie, Weidi. Pmc-vqa: Visual instruction tuning for medical visual question answering. arXiv 2023, arXiv:2305.10415. [Google Scholar]
- Chen, Xupeng; Shi, Binbin; Le, Chenqian; Zhang, Jiaqi; Wang, Kewen; Gong, Ran; Zhang, Jinhan; Wang, Chihang. Iterative multimodal retrieval-augmented generation for medical question answering. arXiv 2026, arXiv:2604.27724. [Google Scholar]
- Sima, Chonghao; Renz, Katrin; Chitta, Kashyap; Chen, Li; Zhang, Hanxue; Xie, Chengen; Beißwenger, Jens; Luo, Ping; Geiger, Andreas; Li, Hongyang. Drivelm: Driving with graph visual question answering. European conference on computer vision, 2024; Springer; pp. pages 256–274. [Google Scholar]
- Yuan, Jianhao; Sun, Shuyang; Omeiza, Daniel; Zhao, Bo; Newman, Paul; Kunze, Lars; Gadd, Matthew. Rag-driver: Generalisable driving explanations with retrieval-augmented in-context learning in multi-modal large language model. arXiv 2024, arXiv:2402.10828. [Google Scholar]
- Ding, Wenhao; Cao, Yulong; Zhao, Ding; Xiao, Chaowei; Pavone, Marco. Realgen: Retrieval augmented generation for controllable traffic scenarios. European Conference on Computer Vision, 2024; Springer; pp. pages 93–110. [Google Scholar]
- Wen, Congcong; Lin, Yiting; Qu, Xiaokang; Li, Nan; Liao, Yong; Li, Xiang; Lin, Hui. Remote sensing retrieval-augmented generation: Bridging remote sensing imagery and comprehensive knowledge with a multimodal dataset and retrieval-augmented generation model. IEEE Geoscience and Remote Sensing Magazine, 2026. [Google Scholar]
- Fan, Yue; Ma, Xiaojian; Su, Rongpeng; Guo, Jun; Wu, Rujie; Chen, Xi; Li, Qing. Embodied videoagent: Persistent memory from egocentric videos and embodied sensors enables dynamic scene understanding. In 2025 IEEE/CVF International Conference on Computer Vision (ICCV); IEEE, 2025; pp. pages 6342–6352. [Google Scholar]
- Hao, Haoran; Han, Jiaming; Li, Changsheng; Li, Yu-Feng; Yue, Xiangyu. Rap: Retrieval-augmented personalization for multimodal large language models. In Proceedings of the Computer Vision and Pattern Recognition Conference, 2025; pp. pages 14538–14548. [Google Scholar]
- Bai, Huiyu; Wang, Runze; Du, Zhuoyun; Zhao, Yiyang; Zhang, Fengji; Chen, Haoyu; Zhu, Xiaoyong; Zheng, Bo; Zhao, Xuejiao. Online-pvlm: Advancing personalized vlms with online concept learning. arXiv 2025, arXiv:2511.20056. [Google Scholar]
- Feng, Junyu; Xu, Binxiao; Chen, Jiayi; Dai, Mengyu; Wu, Cenyang; Li, Haodong; Zeng, Bohan; Xie, Yunliu; Liang, Hao; Lu, Ming; et al. M2a: Multimodal memory agent with dual-layer hybrid memory for long-term personalized interactions. arXiv 2026, arXiv:2602.07624. [Google Scholar]
- Long, Lin; He, Yichen; Ye, Wentao; Pan, Yiyuan; Lin, Yuan; Li, Hang; Zhao, Junbo; Li, Wei. Seeing, listening, remembering, and reasoning: A multimodal agent with long-term memory. arXiv 2025, arXiv:2508.09736. [Google Scholar]
- Zhu, Xizhou; Chen, Yuntao; Tian, Hao; Tao, Chenxin; Su, Weijie; Yang, Chenyu; Huang, Gao; Li, Bin; Lu, Lewei; Wang, Xiaogang; et al. Ghost in the minecraft: Generally capable agents for open-world environments via large language models with text-based knowledge and memory. arXiv 2023, arXiv:2305.17144. [Google Scholar]
- Wang, Zihao; Cai, Shaofei; Liu, Anji; Jin, Yonggang; Hou, Jinbing; Zhang, Bowei; Lin, Haowei; He, Zhaofeng; Zheng, Zilong; Yang, Yaodong; et al. Jarvis-1: Open-world multi-task agents with memory-augmented multimodal language models. IEEE Trans. Pattern Anal. Mach. Intell. 2024, 47(3), 1894–1907. [Google Scholar] [CrossRef]
- Li, Zaijing; Xie, Yuquan; Shao, Rui; Chen, Gongwei; Jiang, Dongmei; Nie, Liqiang. Optimus-1: Hybrid multimodal memory empowered agents excel in long-horizon tasks. Adv. Neural Inf. Process. Syst. 2024, 37, 49881–49913. [Google Scholar] [CrossRef]
- He, Hongliang; Yao, Wenlin; Ma, Kaixin; Yu, Wenhao; Dai, Yong; Zhang, Hongming; Lan, Zhenzhong; Yu, Dong. Webvoyager: Building an end-to-end web agent with large multimodal models. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024, Volume 1, 6864–6890. [Google Scholar] [CrossRef]
- Sarch, Gabriel; Jang, Lawrence; Tarr, Michael J; Cohen, William W; Marino, Kenneth; Fragkiadaki, Katerina. Vlm agents generate their own memories: Distilling experience into embodied programs of thought. Adv. Neural Inf. Process. Syst. 2024, 37, 75942–75985. [Google Scholar] [CrossRef]
- Koh, Jing Yu; Lo, Robert; Jang, Lawrence; Duvvur, Vikram; Lim, Ming; Huang, Po-Yu; Neubig, Graham; Zhou, Shuyan; Salakhutdinov, Russ; Fried, Daniel. Visualwebarena: Evaluating multimodal agents on realistic visual web tasks. Proc. 62nd Annu. Meet. Assoc. Comput. Linguist. 2024, Volume 1, pages 881–905. [Google Scholar]
- Jang, Lawrence; Li, Yinheng; Zhao, Dan; Ding, Charles; Lin, Justin; Liang, Paul Pu; Bonatti, Rogerio; Koishida, Kazuhito. Videowebarena: Evaluating long context multimodal agents with video understanding web tasks. International Conference on Learning Representations, 2025; volume 2025, pp. 36934–36958. [Google Scholar]
- Wang, Junyang; Xu, Haiyang; Jia, Haitao; Zhang, Xi; Yan, Ming; Shen, Weizhou; Zhang, Ji; Huang, Fei; Sang, Jitao. Mobile-agent-v2: Mobile device operation assistant with effective navigation via multi-agent collaboration. Adv. Neural Inf. Process. Syst. 2024, 37, 2686–2710. [Google Scholar] [CrossRef]
- Wang, Zhenhailong; Xu, Haiyang; Wang, Junyang; Zhang, Xi; Yan, Ming; Zhang, Ji; Huang, Fei; Ji, Heng. Mobile-agent-e: Self-evolving mobile assistant for complex tasks. arXiv 2025, arXiv:2501.11733. [Google Scholar]
- Agashe, Saaket; Han, Jiuzhou; Gan, Shuyu; Yang, Jiachen; Li, Ang; Wang, Xin. Agent s: An open agentic framework that uses computers like a human. International Conference on Learning Representations, 2025; volume 2025, pp. 22924–22946. [Google Scholar]
- Qin, Yujia; Ye, Yining; Fang, Junjie; Wang, Haoming; Liang, Shihao; Tian, Shizuo; Zhang, Junda; Li, Jiahao; Li, Yunxin; Huang, Shijue; et al. Ui-tars: Pioneering automated gui interaction with native agents. arXiv 2025, arXiv:2501.12326. [Google Scholar]
- Xu, Ruyi; Xiao, Guangxuan; Chen, Yukang; He, Liuning; Peng, Kelly; Lu, Yao; Han, Song. StreamingVLM: Real-time understanding for infinite video streams. abs/2510.09608; CoRR. 2025. [Google Scholar]
- Wang, et al. MMLongBench: Benchmarking Long-Context Vision-Language Models; 2025. [Google Scholar]
- Wu, Junda; Lyu, Hanjia; Xia, Yu; Zhang, Zhehao; Barrow, Joe; Kumar, Ishita; Mirtaheri, Mehrnoosh; Chen, Hongjie; Rossi, Ryan A.; Dernoncourt, Franck; Yu, Tong; Zhang, Ruiyi; Gu, Jiuxiang; Ahmed, Nesreen K.; Wang, Yu; Chen, Xiang; Deilamsalehy, Hanieh; Park, Namyong; Kim, Sungchul; Yang, Huanrui; Mitra, Subrata; Hu, Zhengmian; Lipka, Nedim; Nguyen, Dang; Zhao, Yue; Luo, Jiebo; McAuley, Julian J. Personalized multimodal large language models: A survey. CoRR 2024, abs/2412.02142. [Google Scholar]
- Lei, Mingcong; Cai, Honghao; Que, Binbin; Cui, Zezhou; Tan, Liangchen; Hong, Junkun; Hu, Gehan; Zhu, Shuangyu; Wu, Yimou; Jiang, Shaohan; Wang, Ge; Li, Zhen; Cui, Shuguang; Zhao, Yiming; Han, Yatong. RoboMemory: A brain-inspired multi-memory agentic framework for lifelong learning in physical embodied systems. CoRR 2025, abs/2508.01415. [Google Scholar]
- Driess, et al. PaLM-E: An Embodied Multimodal Language Model. 2023. [Google Scholar] [CrossRef]
Figure 3.
Illustration of the three temporal scopes.

Figure 4.
Taxonomy of memory entities in VLMs.

Figure 5.
Memory operations in VLMs.

Figure 6.
Eight representative memory archetypes in VLMs under the proposed 4D taxonomy, each summarized by its when, where, what, and how values with representative methods.
Figure 6.
Eight representative memory archetypes in VLMs under the proposed 4D taxonomy, each summarized by its when, where, what, and how values with representative methods.

Figure 7.
Major application domains of memory in VLMs

Figure 8.
Memory architecture for long video understanding and generation.

Figure 9.
Memory architecture for image reasoning and captioning.

Figure 10.
Memory architecture for continual learning.

Table 2.
Memory-related benchmarks and datasets across vision-language applications.
| Application | Benchmark / Dataset | Data Size | Task Type |
|---|---|---|---|
| Long Video Understanding and Generation | LVBench [47] | 103 videos; 1.5K MCQs | Offline long-video understanding |
| SceneBench [124] | 2,485 videos; 8,903 QA | Offline long-video understanding | |
| LongVideoBench [45] | 3.8K videos; 6.7K MCQs | Offline long-video understanding | |
| OVBench [125] | 16 subtasks | Online long-video understanding | |
| OVO-Bench [57] | 644 videos; 2.8K annotations | Online long-video understanding | |
| StreamingBench [126] | 900 videos; 4,500 QA | Online long-video understanding | |
| Neptune [127] | 2,405 videos; 3,268 questions | Reasoning over long videos | |
| CG-Bench [128] | 1,219 videos; 12,129 QAC triplets | Reasoning over long videos | |
| MAG-Bench [129] | 176 videos | Long video generation | |
| MBench [130] | 12 memory sub-dimensions | Long video prediction | |
| MIND [131] | 250 videos; 8 scenes | Long video prediction | |
| Image Reasoning and Captioning | Mementos [56] | 4,761 image sequences | Multi-image reasoning |
| VisChainBench [132] | 1,457 tasks; 20K+ images | Multi-image reasoning | |
| Instagram dataset [133] | 1.1M posts; 6.3K users | Image captioning | |
| Continual Learning | MTIL [134] | 11 datasets; 1,201 classes | Incremental recognition |
| VLCL [135] | 8 image-caption datasets; 3 tracks | Incremental recognition | |
| MLLM-CL [136] | Domain and ability continual settings | Continual knowledge updating | |
| CLeaRS [137] | 207K+ image-text pairs; 10 subsets | Continual knowledge updating | |
| CLiMB [138] | 13 vision-language tasks | Continual task adaptation | |
| CoIN [139] | 10 datasets; 8 task types | Continual task adaptation | |
| MLLM-CTBench [140] | 16 datasets; 7 tasks; 6 domains | Continual task adaptation | |
| CL-CrossVQA [141] | 5 cross-domain VQA datasets | Continual task adaptation | |
| ViLCo-Bench [142] | 10-min videos with language queries | Continual task adaptation | |
| CL-VISTA [143] | 8 video tasks; 6 protocols | Continual task adaptation | |
| Embodied Navigation and Action | FindingDory [144] | 60 memory-intensive tasks | Vision-language navigation |
| LMEE-Bench [145] | 166 tasks; 828 goals; 406 QA | Vision-language navigation | |
| 3DMem-Bench [146] | 26K+ trajectories; 2,892 tasks | Vision-language navigation | |
| RMBench [147] | 9 manipulation tasks | Vision-language action | |
| RoboMME [148] | 16 manipulation tasks; 770K timesteps | Vision-language action | |
| RoboMemArena [149] | 26 tasks; 1K+ steps per trajectory | Vision-language action | |
| LIBERO-Mem [150] | Non-Markov manipulation suite | Vision-language action | |
| DRIVESPATIAL [151] | 15.6K QA; 20 tasks; 5 datasets | Autonomous driving | |
| Multimodal RAG | Dyn-VQA [152] | 1,452 questions; 9 domains | Knowledge-augmented visual QA |
| Visual-RAG [153] | 400 queries; 103.8K images | Knowledge-augmented visual QA | |
| M4-RAG [154] | 80K+ image-question pairs; 42 languages | Knowledge-augmented visual QA | |
| MRAG [155] | 4 multimodal RAG tasks | Knowledge-augmented visual QA | |
| MMDocRAG [156] | 4,055 QA | Multimodal document retrieval and QA | |
| UniDoc-Bench [157] | 70K PDF pages; 1,600 QA | Multimodal document retrieval and QA | |
| VisDoMBench [158] | 2,271 queries; 1,277 docs | Multimodal document retrieval and QA | |
| Chart-MRAG Bench [159] | 267 docs, 627 charts, 4,738 QA | Multimodal document retrieval and QA | |
| MRAG-Bench [90] | 16,130 images; 1,353 MCQs | Scenario Grounded multimodal RAG | |
| RAVENEA [160] | 10K+ Wikipedia documents | Scenario Grounded multimodal RAG | |
| FinRAGBench-V [161] | 60.8K CN pages, 51.2K EN pages | Scenario Grounded multimodal RAG | |
| Egocentric Vision | Ego4D [162] | 3,670h video; 931 wearers | Episodic retrieval |
| AMB [163] | 20K+ visual queries | Episodic retrieval | |
| EgoMemoria [164] | 629 videos; 7,026 questions | Episodic retrieval | |
| EgoMemReason [165] | 500 questions | Episodic retrieval | |
| EGOSTREAM [166] | 2,250 questions | Episodic retrieval | |
| TeleEgo [167] | 70h+ video; 3,291 QA | Wearable assistants | |
| EgoLifeQA [168] | 6K QA; 266h video | Wearable assistants | |
| SuperMemory-VQA [169] | 52.9h video; 4,853 QA | Wearable assistants | |
| MyEgo [170] | 541 videos; 5K questions | Wearable assistants | |
| EgoIntrospect [171] | 180h; 60 participants | Wearable assistants | |
| Personalized Assistants | MMPB [172] | 10K pairs; 111 concepts | Concept personalization |
| MyVLM [173] | 29 concepts | Concept personalization | |
| Yo’ LLaVA [174] | 40 concepts | Concept personalization | |
| MC-LLaVA [175] | 2,119 images; 16,694 QA | Concept personalization | |
| CoViP [176] | 2.8K train; 1.3K test | Concept personalization | |
| Persona-MME [177] | 2K+ cases; 200 personas | Conversational memory | |
| ATM-Bench [178] | 1,038 questions; 4-year history | Conversational memory | |
| LCMP [179] | 30 concepts; 420 dialogues | Conversational memory | |
| MemLens [180] | 789 questions; 32K–256K context | Conversational memory | |
| Mem-Gallery [181] | 240 sessions; 1.7K QA | Conversational memory | |
| Virtual-environment Interaction | EMemBench [182] | 15 text games | Open-world agents |
| MineNPC-Task [183] | 216 subtasks; 8 players | Open-world agents | |
| MineExplorer [184] | 1,497 atomic tasks; 813 instances | Open-world agents | |
| MemoryArena [185] | 5 multi-session task suites | GUI agents | |
| MemGym [186] | 5 tracks; 4 agentic regimes | GUI agents | |
| MemGUI-Bench [187] | 128 tasks; 26 applications | GUI agents |
Table 3.
Unified metric taxonomy for memory evaluation in multimodal models.
| Metric Type | Representative Metrics | Evaluation Focus |
|---|---|---|
| Task Performance | Accuracy, QA accuracy, MCQ accuracy, open-ended QA score, task score, pass rate | Task outcome |
| Retrieval and Grounding | Recall@K, R@K, MRR, nDCG, mAP, mIoU, grounding accuracy, citation precision/recall | Evidence use |
| Memory Recall and Retention | Recall, memory recall accuracy, episodic memory score, memory persistence time, performance over memory length | Memory retention |
| Temporal and Long-Context Evaluation | Accuracy by video length, accuracy by context length, accuracy by temporal category, real-time accuracy | Time-aware use |
| Continual Learning | Average accuracy, final accuracy, forgetting, backward transfer, forward transfer, zero-shot performance | Old-new balance |
| Generation Quality and Consistency | FVD, CLIP score, VBench score, subject consistency, background consistency, motion smoothness | Visual fidelity |
| Embodied and Agentic Execution | Success rate, task completion rate, subtask success rate, SPL, episode return, coverage | Action success |
| Efficiency and Robustness | Latency, memory footprint, inference cost, memory encoding time, robustness under distractors | Cost and stability |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.