paper-with-me

홈 › Papers

RaMem: Contextual Reinstatement for Long-term Agentic Memory

2026-06-22 · Wei Yang, Bryce Kan, Shixuan Li, Li Li, Yuehan Qin, Jiate Li, Paul Bogdan, Jesse Thomason arxiv

Long-term memory has become increasingly important for LLM agents that operate across extended interactions and evolving task contexts. Recent memory systems have made past experiences more persistent, compact, and retrievable, but retrieval alone does not ensure that a memory provides valid evidence for the current query. When experiences are compressed into reusable fragments, memories from different situations may appear equally relevant if they involve recurring entities or user states. We refer to this failure as context collapse: memories lose the surrounding context needed to judge whether they provide valid evidence for the current query. To address this problem, we propose Contextual Reinstatement for Agentic Memory (RaMem), a framework that turns retrieved memory fragments into contextually verifiable evidence. RaMem operates through four coordinated stages: (i) evidence anchoring grounds each memory in its original episodic conditions, especially event time, mention time, session span, and participants; (ii) recall condition induction derives the evidence conditions implied by the query; (iii) validity-aware retrieval uses these conditions to prioritize context-compatible memories while retaining content-relevant candidates as fallback evidence; and (iv) context-preserved synthesis keeps the selected memories' structured context available to the generator. Experiments on long-term memory benchmarks show that RaMem consistently improves performance over strong memory baselines, with average F1 gains of more than 10% across several backbones.

📄 PDF Abstract BibTeX arXiv:2606.22844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PraMem: Practice-derived Experiential Memory for Long-horizon Behavior Prediction

2026-07-03 · Zhuoqun Li, Boxi Cao, Jiawei Chen, Hanshu Zhou 외 hf

Long-horizon behavior prediction aims to infer a user's next action based on a lengthy historical sequence, playing a crucial role in artificial intelligence field. The rise of large language models (LLMs) offers a promi…

UltraMemV2: Memory Networks Scaling to 120B Parameters with Superior Long-Context Learning

2025-08-26 · Zihao Huang, Yu Bao, Qiyang Min, Siyan Chen 외 arxiv

While Mixture of Experts (MoE) models achieve remarkable efficiency by activating only subsets of parameters, they suffer from high memory access costs during inference. Memory-layer architectures offer an appealing alte…

Learning a Condensed Frame for Memory-Efficient Video Class-Incremental Learning

2022-11-02 · Yixuan Pei, Zhiwu Qing, Jun Cen, Xiang Wang 외

Recent incremental learning for action recognition usually stores representative videos to mitigate catastrophic forgetting. However, only a few bulky videos can be stored due to the limited memory. To address this probl…

Action Recognitionclass-incremental learningClass Incremental LearningIncremental Learning

FrameRS: A Video Frame Compression Model Composed by Self supervised Video Frame Reconstructor and Key Frame Selector

2023-09-16 · Qiqian Fu, Guanhong Wang, Gaoang Wang

In this paper, we present frame reconstruction model: FrameRS. It consists self-supervised video frame reconstructor and key frame selector. The frame reconstructor, FrameMAE, is developed by adapting the principles of t…

Computational Efficiency

FrameMind: Frame-Interleaved Video Reasoning via Reinforcement Learning

2025-09-28 · Haonan Ge, Yiwei Wang, Kai-Wei Chang, Hang Wu 외 arxiv

Current video understanding models rely on fixed frame sampling strategies, processing predetermined visual inputs regardless of the specific reasoning requirements of each question. This static approach limits their abi…

Reinforcement Learning