स्मृ|憶
Sanskrit: smṛ (to recall)
|
Traditional Chinese: yì (to recall)
Combined Pronunciation: smṛ + yì ≈ “Summary”
To Actively Recall Memories by Summarizing, Reformulating and Organizing Interactions
Oblivion: Self-Adaptive Agentic Memory Control
through Decay-Driven Activation
Abstract
Human memory adapts through selective forgetting: experiences become less accessible over time
but can be reactivated by reinforcement or contextual cues. In contrast, memory-augmented LLM
agents rely on “always-on” retrieval and “flat” memory storage, causing
high interference and latency as histories grow. We introduce
Oblivion, a memory control framework that casts forgetting as
decay-driven reductions in accessibility—not explicit deletion.
Oblivion decouples memory control into read and write paths.
The read path decides when to consult memory, based on agent uncertainty and memory
buffer sufficiency, avoiding redundant always-on access. The write path decides
what to strengthen, by reinforcing memories contributing to forming the response.
Together, this enables hierarchical memory organization that maintains persistent high-level
strategies while dynamically loading details as needed. We evaluate on both static and dynamic
long-horizon interaction benchmarks. Results show that Oblivion
dynamically adapts memory access and reinforcement, balancing learning and forgetting under
shifting contexts—highlighting that memory control is essential for effective LLM-agentic
reasoning.
Citation
@misc{rana2026oblivionselfadaptiveagenticmemory,
title={Oblivion: Self-Adaptive Agentic Memory Control through Decay-Driven Activation},
author={Ashish Rana and Chia-Chien Hung and Qumeng Sun and Julian Martin Kunkel and Carolin Lawrence},
year={2026},
eprint={2604.00131},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2604.00131},
}
License
This software is released under the
NEC Laboratories Europe — Academic / Non-Profit Noncommercial
Research Use License.
© 2026 NEC Laboratories Europe GmbH. All rights reserved.