paper-with-me

Papers

ThinKV: Thought-Adaptive KV Cache Compression for Efficient Reasoning Models

2025-10-01 · Akshat Ramachandran, Marina Neseem, Charbel Sakr, Rangharajan Venkatesan, Brucek Khailany, Tushar Krishna arxiv

The long-output context generation of large reasoning models enables extended chain of thought (CoT) but also drives rapid growth of the key-value (KV) cache, quickly overwhelming GPU memory. To address this challenge, we propose ThinKV, a thought-adaptive KV cache compression framework. ThinKV is based on the observation that attention sparsity reveals distinct thought types with varying importance within the CoT. It applies a hybrid quantization-eviction strategy, assigning token precision by thought importance and progressively evicting tokens from less critical thoughts as reasoning trajectories evolve. Furthermore, to implement ThinKV, we design a kernel that extends PagedAttention to enable efficient reuse of evicted tokens' memory slots, eliminating compaction overheads. Extensive experiments on DeepSeek-R1-Distill, GPT-OSS, and NVIDIA AceReason across mathematics and coding benchmarks show that ThinKV achieves near-lossless accuracy with less than 5% of the original KV cache, while improving performance with up to 5.8x higher inference throughput over state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2510.01290

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ThinkVideo: High-Quality Reasoning Video Segmentation with Chain of Thoughts

2025-05-24 · Shiu-hong Kao, Yu-Wing Tai, Chi-Keung Tang

Reasoning Video Object Segmentation is a challenging task, which generates a mask sequence from an input video and an implicit, complex text query. Existing works probe into the problem by finetuning Multimodal Large Lan…

Image SegmentationInstance SegmentationObjectReasoning Video Object Segmentation+6

R-KV: Redundancy-aware KV Cache Compression for Training-Free Reasoning Models Acceleration

2025-05-30 · Zefan Cai, Wen Xiao, Hanshi Sun, Cheng Luo 외

Reasoning models have demonstrated impressive performance in self-reflection and chain-of-thought reasoning. However, they often produce excessively long outputs, leading to prohibitively large key-value (KV) caches duri…

Mathematical Reasoning

Epiphany-Aware KV Cache Eviction Without the Attention Matrix

2026-06-25 · Steven Kolawole, Virginia Smith arxiv

As reasoning models emit chains of thought tens of thousands of tokens long, KV cache increasingly becomes a deployment bottleneck. Existing cache eviction methods rank tokens by attention weight, which is a noisy import…

Crystal-KV: Efficient KV Cache Management for Chain-of-Thought LLMs via Answer-First Principle

2026-01-05 · Zihan Wang, Cheng Tang, Lei Gong, Cheng Li 외 arxiv

Chain-of-Thought (CoT) reasoning in large language models (LLMs) significantly improves accuracy on complex tasks, yet incurs excessive memory overhead due to the long think-stage sequences stored in the Key-Value (KV) c…

BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference

2026-09-04 · Janghyeon Kim, Minsoo Kim, Kyuhong Shim, Jungwook Choi arxiv

Large Reasoning Models (LRMs) achieve superior problem-solving through extended Chain-of-Thought (CoT) generation, but the resulting key-value (KV) cache grows linearly with sequence length and creates severe memory bott…