paper-with-me

홈 › Papers

What to Keep, What to Forget: A Rate--Distortion View of Memory Compaction in LLMs and Agents

2026-07-09 · Ashwin Gerard Colaco, Nada Lahjouji arxiv

Large language models, and the agents built on them, spend an ever-growing share of their compute and memory on remembering: caching attention keys and values, carrying long prompts, maintaining recurrent state, and storing what happened in previous turns and sessions. Because none of this memory is free, four largely separate research communities have each learned to compact it. They evict or quantize the KV cache, prune or distill prompts, bound architectural state, and consolidate agent memory. We argue that these are instances of one problem: a rate--distortion decision about what context-derived information to retain versus discard, at what fidelity, under a resource budget, so as to preserve downstream task utility. We make this lens precise with a single compaction objective and a layer-agnostic lower bound, use it to build a seven-axis taxonomy that classifies methods from across the stack uniformly, and use it to transfer mechanisms between layers that have never been connected, from serving-stack KV management to agent long-term memory. Two patterns hold across the survey. At every layer the signal that decides what to keep is attention magnitude or recency, and it fails in the same way everywhere, by discarding, before the query is known and with no way to undo it, information the query later needs. And while compression is measured carefully on single-turn long context, the repeated compaction that agents actually perform is almost never measured, and no benchmark holds one budget axis across all the layers at once. We turn both observations into a benchmark proposal, a small reference experiment, and a set of compaction-aware design principles, and we map the open problems.

📄 PDF Abstract BibTeX arXiv:2607.08032

Code (3)

Aaron617/agent-arXiv-daily ★ 10
NickDee96/ASR-TTS-paper-daily ★ 3
Tavish9/awesome-daily-AI-arxiv ★ 111

Similar Papers 제목 키워드 기반

What Should an Agent Forget? Separating What Is Stored from What Is Used

2026-09-09 · Yuhang Li, Yuchen Li arxiv

Persistent language agents need stored experience to remain available across time, while each answer requires evidence suited to a particular question. A superseded fact can mislead a current-state answer and still be es…

Forgetting and consolidation for incremental and cumulative knowledge acquisition systems

2015-02-19 · Fernando Martínez-Plumed, Cèsar Ferri, José Hernández-Orallo, María José Ramírez-Quintana

The application of cognitive mechanisms to support knowledge acquisition is, from our point of view, crucial for making the resulting models coherent, efficient, credible, easy to use and understandable. In particular, t…

Forget to Improve: On-Device LLM-Agent Continual Learning via Budget-Curated Memory

2026-06-23 · Beining Wu, Zihao Ding, Jun Huang, Yanxiao Zhao arxiv

On-device language-model agents improve by accumulating experience in retrieved memory rather than by updating weights. This memory is hard-bounded and exposed: it consumes RAM and energy, reaches peers through a thin up…

Continual Learning

EVOHARNESSBENCH: Can Your Agents Keep Pace with an Evolving Harness?

2026-09-03 · Zixuan Ke, Vaidehi Patil, Haizhou Shi, Yang Li 외 hf

Modern LLM-based agents operate through a harness of tools, reusable skills, and specialist agents that shapes what they observe and what they can do. In practice, this harness continually evolves as new capabilities are…

Domain adapted machine translation: What does catastrophic forgetting forget and why?

2024-12-23 · Danielle Saunders, Steve DeNeefe

Neural Machine Translation (NMT) models can be specialized by domain adaptation, often involving fine-tuning on a dataset of interest. This process risks catastrophic forgetting: rapid loss of generic translation quality…

Domain AdaptationMachine TranslationNMTTranslation