paper-with-me

Papers

Task-Focused Memorization for Multimodal Agents

2026-05-29 · Tao Zou, Yichen He, Tian Qiu, Yuan Lin, Hang Li arxiv

Long-term memory is essential for multimodal agents to build coherent experience, accumulate world knowledge, and achieve continual 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 learnable memorization policy and introduce TaskMem (Task-focused Memorization Policy 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 a two-phase training paradigm: Phase One learns how to memorize by optimizing memory quality under 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 a reward model that guides the memorization policy toward task-relevant content. To evaluate our approach, we reformulate VideoMME, EgoLife, and EgoTempo into streaming benchmarks that 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 on Qwen3-VL-30B-A3B, TaskMem improves VQA accuracy by 6.3%, 7.0%, and 5.3% on these benchmarks, respectively.

📄 PDF Abstract BibTeX arXiv:2605.31075

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Agent-ScanKit: Unraveling Memory and Reasoning of Multimodal Agents via Sensitivity Perturbations

2025-10-01 · Pengzhou Cheng, Lingzhong Dong, Zeng Wu, Zongru Wu 외 arxiv

Although numerous strategies have recently been proposed to enhance the autonomous interaction capabilities of multimodal agents in graphical user interface (GUI), their reliability remains limited when faced with comple…

PreCog: Exploring the Relation between Memorization and Performance in Pre-trained Language Models

2023-05-08 · Leonardo Ranaldi, Elena Sofia Ruzzetti, Fabio Massimo Zanzotto

Pre-trained Language Models such as BERT are impressive machines with the ability to memorize, possibly generalized learning examples. We present here a small, focused contribution to the analysis of the interplay betwee…

MemorizationRelation

Finding Memo: Extractive Memorization in Constrained Sequence Generation Tasks

2022-10-24 · Vikas Raunak, Arul Menezes

Memorization presents a challenge for several constrained Natural Language Generation (NLG) tasks such as Neural Machine Translation (NMT), wherein the proclivity of neural models to memorize noisy and atypical samples r…

counterfactualMachine TranslationMemorizationNMT+1

MemoryArena: Benchmarking Agent Memory in Interdependent Multi-Session Agentic Tasks

2026-02-18 · Zexue He, Yu Wang, Churan Zhi, Yuanzhe Hu 외 arxiv

Existing evaluations of agents with memory typically assess memorization and action in isolation. One class of benchmarks evaluates memorization by testing recall of past conversations or text but fails to capture how me…

Quantifying Cross-Modality Memorization in Vision-Language Models

2025-06-05 · Yuxin Wen, Yangsibo Huang, Tom Goldstein, Ravi Kumar 외

Understanding what and how neural networks memorize during training is crucial, both from the perspective of unintentional memorization of potentially sensitive information and from the standpoint of effective knowledge …

Machine UnlearningMemorizationWorld Knowledge