paper-with-me

Papers

Compute Globally, Materialize Locally: The Memory Contract of Sparse Event-KV

2026-07-26 · Zefeng Cai, Zerui Cai arxiv

Long-horizon agents increasingly reuse their KV cache as memory: a serving system keeps a subset of cached entries and drops the rest. Eviction and episodic-memory schemes therefore rest on a premise rarely tested directly, that a retained event is still informative once the observations that produced it are gone. We test it by omitting one earlier observation from what is served, across otherwise identical agent histories. Among items sensitive to that observation, the answer overwhelmingly follows the omitted value, though no served span says which value is correct. We call this semantic materialization: a downstream event's cached rows act as an independently servable view of computation whose inputs are gone. It can also be written on purpose. A deliberately phrased, answer-free event raises donor-aligned recovery from 6% to 51% on Qwen3-8B without ever naming the value, whereas passively harvesting natural mentions from long-term dialog yields no detected advantage. What such a row carries is specific and bounded. Compact state survives, larger payloads decay toward chance, and whether a construction writes at all turns on phrasing rather than on meaning alone, so two phrasings the model comprehends equally well can diverge sharply. The result is a memory contract for sparse event-KV serving: what to write, where it lands, and what survives once the source is gone. For anyone who evicts the corollary is that dropping a source event and observing no accuracy loss does not show the source was unnecessary.

📄 PDF Abstract BibTeX arXiv:2607.23693

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Graph-level Anomaly Detection via Hierarchical Memory Networks

2023-07-03 · Chaoxi Niu, Guansong Pang, Ling Chen

Graph-level anomaly detection aims to identify abnormal graphs that exhibit deviant structures and node attributes compared to the majority in a graph set. One primary challenge is to learn normal patterns manifested in …

Anomaly Detection

Spatial Analysis of Physical Reservoir Computers

2021-08-03 · Jake Love, Jeroen Mulkers, Robin Msiska, George Bourianoff 외

Physical reservoir computing is a computational framework that implements spatiotemporal information processing directly within physical systems. By exciting nonlinear dynamical systems and creating linear models from th…

MatKV: Trading Compute for Flash Storage in LLM Inference

2025-12-20 · Kun-Woo Shin, Jay H. Park, Moonwook Oh, Yohan Jo 외 arxiv

We observe two major trends in LLM-based generative AI: (1) inference is becoming the dominant factor in terms of cost and power consumption, surpassing training, and (2) retrieval augmented generation (RAG) is becoming …

A Global Coordinate-Free Approach to Invariant Contraction on Homogeneous Manifolds

2024-10-20 · Akash Harapanahalli, Samuel Coogan

In this work, we provide a global condition for contraction with respect to an invariant Riemannian metric on reductive homogeneous spaces. Using left-invariant frames, vector fields on the manifold are horizontally lift…

Efficient Rematerialization for Deep Networks

2019-12-01 · NeurIPS 2019 12 · Ravi Kumar, Manish Purohit, Zoya Svitkina, Erik Vee 외

When training complex neural networks, memory usage can be an important bottleneck. The question of when to rematerialize, i.e., to recompute intermediate values rather than retaining them in memory, becomes critical to…