kv-cache

Tag

Cards List
#kv-cache

TaskPress: Query-Agnostic KV Cache Compression via Task-Guided Pruning

arXiv cs.AI · 2026-08-05 Cached

TaskPress introduces a query-agnostic KV cache compression framework that uses a task guide as a meta-query and quantization scale factors to prune irrelevant tokens, enabling reusable caches across diverse queries with negligible overhead.

0 favorites 0 likes
#kv-cache

Practical Online KV Cache Compaction for LLM Agents: An Empirical Study

arXiv cs.CL · 2026-08-04 Cached

This empirical study examines practical online KV cache compaction for LLM agents, comparing token eviction and attention matching methods under different proxy query sources. It finds that delaying compaction to use future agent queries recovers performance, and token eviction preserves accuracy while reducing KV cache by 80%.

0 favorites 0 likes
#kv-cache

S$^4$R: Selective Sampling, Subspaces, and Sparse Reconstruction for Compressed Long-Context KV Caching

arXiv cs.CL · 2026-08-04 Cached

This paper introduces S4R, a low-rank KV cache compression method that combines selective token sampling, subspace construction, and sparse reconstruction to achieve up to 5× compression with near full-cache accuracy on LongBench and RULER benchmarks.

0 favorites 0 likes
#kv-cache

@NVIDIAAI: A long-context model's serving speed is largely decided before training starts. Attention used to be a small part of a …

X AI KOLs Timeline · 2026-08-03 Cached

NVIDIA explains how attention architecture choices (group size, head dimension, KV-cache size, parallelism) set the ceiling for long-context inference performance, with guidelines for co-designing models for faster serving.

0 favorites 0 likes
#kv-cache

Smaller, faster, safer: running Kimi and GLM at scale

Hacker News Top · 2026-08-03 Cached

Cloudflare details how it serves large open-source MoE models like Kimi K2.6 and GLM 5.2 efficiently using FP8 KV cache quantization and weight compression, boosting throughput and cutting costs without accuracy loss.

0 favorites 0 likes
#kv-cache

@TeachTheMachine: Using a Transformer Model: From Training to Inference

X AI KOLs Timeline · 2026-08-03 Cached

This tutorial covers how to use a transformer model from training to inference, focusing on autoregressive generation, prefill vs. decode phases, and key-value caching for efficient inference.

0 favorites 0 likes
#kv-cache

ResKV: Reconstructing Omitted Attention Contributions for Fixed-Budget KV Cache Compression

arXiv cs.CL · 2026-08-03 Cached

ResKV proposes a KV cache compression method that divides a fixed budget into an exact main cache and a compact residual cache to reconstruct omitted attention contributions, improving performance on LongBench and RULER across multiple backbones.

0 favorites 0 likes
#kv-cache

Faster but Different: Diagnosing and Controlling Content Drift in Accelerated Multimodal Diffusion Language Models

arXiv cs.CL · 2026-08-03 Cached

This paper investigates how training-free acceleration can silently change generated content in diffusion-based multimodal large language models, and proposes paired diagnostics and consistency-control methods to mitigate content drift.

0 favorites 0 likes
#kv-cache

Mixture-of-Translators: Translating KV Caches Across Heterogeneous Large Language Models

arXiv cs.CL · 2026-08-03 Cached

This paper introduces Mixture-of-Translators (MoT), a framework for translating KV caches across heterogeneous LLMs, enabling cache reuse between different architectures. Experiments show preserved QA performance and long-context quality across Qwen2.5, GPT-2, and OPT models.

0 favorites 0 likes
#kv-cache

Topology-Aware Data Movement for Disaggregated GPU Inference

arXiv cs.LG · 2026-08-03 Cached

This paper presents a topology-aware data movement orchestrator for disaggregated LLM inference, which dynamically selects optimal transport based on interconnect hierarchy and overlaps KV cache transfer with computation, achieving 3-18x transfer latency reduction over uniform RDMA.

0 favorites 0 likes
#kv-cache

You really should not quantize KV Cache for DeepSeek V4 Flash

Reddit r/LocalLLaMA · 2026-08-02

A technical post warns against quantizing the KV cache for DeepSeek V4 Flash, showing significant quality degradation in perplexity, KL divergence, and token probabilities compared to Qwen 397B.

0 favorites 0 likes
#kv-cache

@beamnxw: This paper is f*cking insane A computer science paper builds a graph-based workflow serving engine that unifies agent o…

X AI KOLs Timeline · 2026-08-02 Cached

A computer science paper presents a graph-based workflow serving engine that unifies agent operations into a global wGraph, using dynamic graph synthesis and differential KV-cache reuse to boost agent accuracy by 4.95% while cutting GPU memory usage by 4x.

0 favorites 0 likes
#kv-cache

RestoreKV: Recovering Full-Cache Behavior Under Aggressive Query-Agnostic KV Cache Eviction

Hugging Face Daily Papers · 2026-08-02 Cached

RestoreKV introduces a learned restoration mechanism that complements query-agnostic KV cache eviction, recovering full-cache behavior under aggressive budgets by generating a compact context-conditioned restore cache via a single LoRA-adapted pass, improving performance on four long-context benchmarks.

0 favorites 0 likes
#kv-cache

Predictive Speculative KV Replication for Bursty LLM Inference

Hacker News Top · 2026-07-31

A paper introducing predictive speculative KV replication to handle bursty LLM inference workloads, with code available on GitHub.

0 favorites 0 likes
#kv-cache

Back from the Future: Key-Value Cache Management by Counter-Causal Surprise

arXiv cs.LG · 2026-07-31 Cached

This paper proposes a KV cache eviction strategy that scores tokens by counter-causal surprise, removing past tokens that are well-predicted from future context. The method is training-free, in-distribution, and achieves competitive performance with a fast single-layer approximation.

0 favorites 0 likes
#kv-cache

A Sparse Glimpse of the Whole: Train-Free Self-Speculative Decoding

arXiv cs.CL · 2026-07-31 Cached

This paper introduces SparseSpec-L, a training-free self-speculative decoding framework for long-context LLM inference that uses a dynamically sparsified and recallable KV cache along with an entropy-based controller for speculation length, achieving up to 2.79x speedup over autoregressive decoding.

0 favorites 0 likes
#kv-cache

Recall Before You Rank: Similarity-Guided Top-$K$ Reuse for Efficient Long-Context Attention

arXiv cs.CL · 2026-07-31 Cached

ReTopK is a training-free method that accelerates dynamic Top-K sparse attention for long-context LLMs by reusing historical query–support pairs, avoiding full-context scoring and global Top-K selection. It achieves up to 3.07x speedup over Exact Top-K with only 0.50% perplexity increase at 128K context.

0 favorites 0 likes
#kv-cache

Beyond KV Reconstruction: Functional Reconstruction for MLA Draft Models in Speculative Decoding

arXiv cs.LG · 2026-07-31 Cached

This paper proposes functional reconstruction for converting MHA/GQA checkpoints into MLA draft models for speculative decoding, directly optimizing attention modules to preserve token acceptance. It reports consistent improvements across 192 configurations involving Llama/Qwen models and multiple conversion methods.

0 favorites 0 likes
#kv-cache

@dair_ai: // The agent is its own best speculator // Agents spend a large share of wall-clock time waiting on tool results. Specu…

X AI KOLs Following · 2026-07-30 Cached

New research from UC Santa Barbara and LinkedIn introduces a self-speculating agent that unifies the agent and speculator roles in one model, improving next tool-call prediction accuracy (Hit@1) while preserving task success via joint agent-speculator reinforcement learning.

0 favorites 0 likes
#kv-cache

ReToken: One Token to Improve Vision-Language Models for Visual Retrieval

Hugging Face Daily Papers · 2026-07-30 Cached

ReToken introduces a single learnable retrieval token that selects sparse query-relevant visual tokens from a pre-filled visual KV cache, improving long-context vision-language model performance on visual retrieval tasks. It yields consistent gains across image and video benchmarks while enabling efficient long-video inference on a single H100.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback