स्मृ|
Sanskrit: smṛ (to recall) | Traditional Chinese: (to recall)
Combined Pronunciation: smṛ +  ≈ “Summary”
To Actively Recall Memories by Summarizing, Reformulating and Organizing Interactions

Oblivion: Self-Adaptive Agentic Memory Control
through Decay-Driven Activation

Ashish Rana1*, Chia-Chien Hung1*†, Qumeng Sun1,2*, Julian Martin Kunkel2, and Carolin Lawrence1 * Equal contribution.  † Corresponding author 1 NEC Laboratories Europe, Heidelberg, Germany 2 GWDG, Georg-August-Universität Göttingen, Germany
📄 Paper 💻 Code 📜 License

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.
Oblivion overview diagram
Figure 1: Oblivion facilitates memory-augmented agents by decay-driven activation over hierarchical memory traces. The Executor orchestrates the read path for uncertainty-gated retrieval (); and the write path for feedback-driven updates (), enabling dynamic control over memory activation.
Ebbinghaus forgetting curve analysis
Figure 2: (a) Ebbinghaus forgetting curve showing decay patterns with reinforcement. (b) Retention distributions at time steps t ∈ {50, 100, 150} for temperature T ∈ {1, 3, 5, 10, 20, 50}. (c) Reinforcement fraction over time.

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.