🛰️ Daily AI Frontier
‹ back to 2026-08-04

LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

Research LLMs & Foundation Models

Ranking

Overall 67
Content 80
Popularity 36

Observed public metrics from 1 member.

Representative image for LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

Merged summary

TL;DR - LiveMem is an arXiv preprint proposing an "intrinsic memory" mechanism that gives a pretrained full-attention LLM a fixed-capacity memory state whose lifetime outlives the active KV context, so long-running assistants/agents can keep computing over history that has already scrolled out of the window. It matters because it reframes long-context handling from retrieval/summarization of past text to maintaining persistent inference state.

  • Formulates the problem as state continuity under context turnover: carrying computation forward in a fixed-capacity memory state whose lifetime is decoupled from the active context, unlike retention, summarization, or retrieval which only preserve access to selected history.
  • Architecture keeps the main attention path on a bounded KV window while a persistent memory state absorbs historical information across the full lifecycle.
  • Three components jointly make the state load-bearing after its originating tokens are evicted: context turnover / memory-state maintenance, memory-oriented post-training, and state-aware serving.
  • Reported results: leading overall performance versus evaluated systems and other intrinsic-memory methods; on LongMemEval it answers questions after supporting evidence is removed from context, and evidence-distance analysis shows information persisting beyond the active window (no specific metric values given in the abstract).

Sources (1)

LiveMem: Maintaining Memory State Continuity in Long-Running LLM Inference

arXiv cs.CL Zhichen Liu, Ruihan Sun, Hengjie Yang, Zipeng Wu, Zhaohan Chen, Xiaofan Zhang, Yang Xu 2026-08-03 arXiv:2608.02515
Public signals Semantic Scholar citations 0 · Semantic Scholar influential citations 0
Providers: Hugging Face · N/A OpenAlex · N/A Publisher · N/A Semantic Scholar · Citations 0 · Influential citations 0 X · N/A Fetched 2026-08-11 14:35:02.188448 UTC

TL;DR - LiveMem is an arXiv preprint proposing an "intrinsic memory" mechanism that gives a pretrained full-attention LLM a fixed-capacity memory state whose lifetime outlives the active KV context, so long-running assistants/agents can keep computing over history that has already scrolled out of the window. It matters because it reframes long-context handling from retrieval/summarization of past text to maintaining persistent inference state.

  • Formulates the problem as state continuity under context turnover: carrying computation forward in a fixed-capacity memory state whose lifetime is decoupled from the active context, unlike retention, summarization, or retrieval which only preserve access to selected history.
  • Architecture keeps the main attention path on a bounded KV window while a persistent memory state absorbs historical information across the full lifecycle.
  • Three components jointly make the state load-bearing after its originating tokens are evicted: context turnover / memory-state maintenance, memory-oriented post-training, and state-aware serving.
  • Reported results: leading overall performance versus evaluated systems and other intrinsic-memory methods; on LongMemEval it answers questions after supporting evidence is removed from context, and evidence-distance analysis shows information persisting beyond the active window (no specific metric values given in the abstract).
item →