Task-Focused Memorization for Multimodal Agents
Summary
Introduces TaskMem, a reinforcement-learning-based framework for dynamic memorization in multimodal agents, achieving accuracy improvements of 6.3%, 7.0%, and 5.3% on streaming video benchmarks.
View Cached Full Text
Cached at: 06/01/26, 03:17 AM
Paper page - Task-Focused Memorization for Multimodal Agents
Source: https://huggingface.co/papers/2605.31075
Abstract
A reinforcement-learning-based framework called TaskMem is introduced to dynamically determine what information to store in long-term memory for multimodal agents, improving performance on streaming video benchmarks.
Long-term memoryis essential formultimodal agentsto build coherent experience, accumulate world knowledge, and achievecontinual learning. However, constructing effective memory goes beyond memory module design and basic requirements such as accuracy and fidelity; the key challenge lies in determining what to memorize.Multimodal agents, such as embodied agents, continuously perceive, reason, and act in real or virtual environments, receiving an unbounded stream of multimodal observations. From this combinatorial explosion of information, an agent must selectively retain content that is relevant to its role in the environment and valuable for future tasks. To bridge this gap, we frame memory generation as a learnablememorization policyand introduce TaskMem (Task-focused MemorizationPolicy Learning), a reinforcement-learning-based framework that enables the policy to dynamically adjust its focus to the demands of real tasks encountered in the environment. TaskMem adopts atwo-phase trainingparadigm: Phase One learns how to memorize by optimizingmemory qualityunder fundamental fidelity requirements; Phase Two occurs after deployment, where the agent learns what to memorize by tuning an adapter on its base MLLM, using recent environment tasks to define areward modelthat guides thememorization policytoward task-relevant content. To evaluate our approach, we reformulateVideoMME,EgoLife, andEgoTempointostreaming benchmarksthat simulate a realistic setting in which an agent processes streaming observations and handles tasks arriving online. To isolate memory assessment, the questions must be answered using only the agent’s memory, without access to raw video. Built onQwen3-VL-30B-A3B, TaskMem improvesVQA accuracyby 6.3%, 7.0%, and 5.3% on these benchmarks, respectively.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2605\.31075
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.31075 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.31075 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.31075 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Inherent, founded by DeepMind alumni, says its AI ‘teammate’ just outperformed Anthropic and OpenAI at replicating research
Inherent, a startup founded by DeepMind alumni, claims its AI agent Faraday outperformed Anthropic and OpenAI models in replicating scientific research, using a smaller model trained with reinforcement learning to develop 'research taste'.
@ChengsongH31219: We revolutionized environment design by building the "Harness" for environments, not just agents! Static environments b…
EnvHarness is a programmable wrapper framework that dynamically adapts static environments to enhance LLM agent training, outperforming existing methods by providing superior optimization signals for reinforcement learning across multiple benchmarks.
@GoogleDeepMind: Games have been an important testbed for our AI research for over 15 years. From mastering Atari to reaching Grandmaste…
Google DeepMind highlights its 15-year history of advancing AI through games and announces a research partnership with Fenris Creations to address open challenges like continual learning and multi-agent dynamics.
From Atari to EVE Online: Building on 15 Years of AI Research in Games
DeepMind reviews its 15-year history of AI research through games, from Atari to EVE Online, and announces new partnerships to advance both fields.
An Inclusive and Lightweight Approach to Federated Continual Learning for Cultural Heritage
This paper proposes FedCurv-DR, a lightweight federated continual learning method that reduces forgetting and balances performance, fairness, and energy efficiency for sustainable AI in cultural heritage applications.