PulseAugur
EN
LIVE 04:02:46

Nexus Sampling improves LLM KV cache eviction, reducing memory use

Researchers have developed Nexus Sampling, a novel method for managing KV cache eviction in large language models, particularly for long-context and agentic workloads. This training-free approach pairs Nexus scoring with weighted reservoir sampling to retain important tokens that might otherwise be lost through deterministic top-K selection. Nexus Sampling theoretically outperforms traditional methods in preserving subtly important tokens and empirically achieves performance comparable to dense attention on benchmarks like LongBench, while significantly reducing cache memory usage. AI

IMPACT This method could significantly reduce the memory footprint of LLMs, enabling more complex and longer-context applications.

RANK_REASON The cluster contains an academic paper detailing a new method for LLM inference optimization.

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Nexus Sampling improves LLM KV cache eviction, reducing memory use

COVERAGE [2]

  1. arXiv cs.LG TIER_1 English(EN) · Duc Duong, Hoang Anh Duy Le, Jianwen Xie, Anshumali Shrivastava, Zhaozhuo Xu ·

    Forget Without Compromise: Nexus Sampling for Streaming KV-Cache Eviction Under Fixed Budgets

    arXiv:2606.23961v1 Announce Type: new Abstract: Long-context and agentic LLM workloads push the KV cache past any fixed memory budget, forcing the inference stack to permanently evict tokens at every step of a continuous-inference stream. Existing methods all share the same templ…

  2. arXiv cs.LG TIER_1 English(EN) · Zhaozhuo Xu ·

    Forget Without Compromise: Nexus Sampling for Streaming KV-Cache Eviction Under Fixed Budgets

    Long-context and agentic LLM workloads push the KV cache past any fixed memory budget, forcing the inference stack to permanently evict tokens at every step of a continuous-inference stream. Existing methods all share the same template, a per-step direct-attention score followed …