llm-kb
← Back to research
Paper

Two papers propose token-adaptive KV cache compression for long-context LLMs

Two arXiv papers from July 7, 2026 introduce token-adaptive KV cache compression methods for long-context LLM inference. DepthWeave-KV factorizes key/value states across neighboring layers using shared low-rank bases with token-specific residuals. FreqDepthKV uses shared low-frequency depth components and sparse high-frequency residuals, with an online probe assigning attention heads to different cache modes. Both aim to reduce memory bandwidth while preserving retrieval and reasoning quality.

0 engagement·2 sources·Tue, Jul 7, 2026, 05:26 PM
DepthWeave-KV (arXiv, 2026-07-07) proposes token-adaptive cross-layer residual factorization for KV cache compression. It shares low-rank channel bases across neighboring layers and retains lightweight token-specific residuals where attention behavior is sensitive. FreqDepthKV (arXiv, 2026-07-07) uses frequency-guided depth sharing, factorizing adjacent-layer KV states into shared low-frequency depth components and sparse high-frequency residuals. A lightweight online probe assigns attention heads to shared-depth, residual-depth, or exact cache modes based on their contribution to reconstruction-sensitive attention logits. Both methods target the memory bandwidth and capacity bottleneck in long-context LLM inference, aiming to preserve retrieval and multi-step reasoning quality under aggressive compression.

Entities

FreqDepthKV(tool)long-context LLM inference(concept)DepthWeave-KV(concept)arXiv(tool)DepthWeave-KV(tool)FreqDepthKV(concept)KV cache compression(concept)

Related

CommunitySat, Jul 11, 2026, 06:03 PM

User seeks to extend Qwen 3.6 27B context window beyond 100k tokens

A user reports running Qwen 3.6 27B (Q8_0) at 100k context length but finds reliability insufficient. They ask the community for techniques beyond KV cache quantization to improve stability at longer contexts.

20 engagement·1 source·reddit
CommunitySat, Jul 11, 2026, 11:44 PM

Software engineer publishes final part of LLM-from-scratch series covering inference and decoding

A software engineer published the fourth and final part of a blog series explaining LLMs from the ground up, focusing on token-by-token generation, KV cache, and decoding strategies (temperature, top-k, top-p). The series aims to help other software engineers understand the internals of LLMs.

3 engagement·1 source·reddit
Model ReleaseSat, Jul 11, 2026, 03:52 PM

New model with 500K-token context and $2/$6 pricing shifts cost calculus

A model offering a 500,000-token context window at $2 per million input tokens and $6 per million output tokens has been released, drawing attention for its cost-effectiveness. The pricing and context length are seen as significant for applications requiring long-context processing, potentially changing the competitive landscape before benchmark comparisons are even made.

0 engagement·1 source·rss
RSS
PaperTue, Jul 7, 2026, 05:43 PM

Researchers identify modality interference as root cause of full-duplex SLM degradation

A new paper on arXiv (July 7, 2026) presents a fine-grained analysis of optimization dynamics in full-duplex Spoken Language Models (SLMs), identifying severe modality interference as the root cause of knowledge degradation and compromised semantic integrity. The work aims to enable more natural and intelligent full-duplex SLMs.

0 engagement·1 source·arxiv
arXiv
PaperThu, Jul 9, 2026, 05:51 PM

SLORR: Simple and Efficient In-Training Low-Rank Regularization

Researchers introduced SLORR, a simple, stateless, and architecture-preserving framework for in-training low-rank regularization. It avoids SVDs of large weight matrices, additional trainable parameters, and stateful cached quantities, addressing key limitations of existing methods. This could enable more aggressive compression of modern neural networks without significant accuracy loss.

0 engagement·1 source·arxiv
arXiv