paper-with-me

Papers

GRKV: Global Regression for Training-Free KV Cache Compression in Long-Context LLMs

2026-05-29 · Junjie Peng, You Wu, Haoyi Wu, Jialong Han, Xiaohua Xie, Kewei Tu, Jianhuang Lai arxiv

Large language models (LLMs) with extended context lengths rely on the key-value (KV) cache to support attention over prior tokens. However, maintaining the KV cache incurs substantial memory overhead, motivating KV-cache compression methods that enforce a fixed budget through eviction and merging. Modern eviction methods increasingly adopt span-based retention because preserving contiguous spans is empirically effective and better preserves semantic coherence. Yet, when combined with post-eviction merging, span-based retention concentrates merges onto a small set of span-boundary carrier tokens, producing a highly imbalanced merge pattern that exacerbates over-merging and increases information loss. To address this imbalance, we propose GRKV (Global Regression for KV Cache), a training-free KV-cache merging method that directly minimizes the discrepancy between compressed-cache and full-cache attention outputs. GRKV uses ridge-regression-based merge steps to distribute information from evicted tokens across retained tokens, while regularizing the updates to prevent over-smoothing. Across the LongBench and RULER long-context benchmarks, GRKV is the only merging method that improves overall performance with minimal overhead.

📄 PDF Abstract BibTeX arXiv:2605.31105

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Denoising as Path Planning: Training-Free Acceleration of Diffusion Models with DPCache

2026-02-26 · Bowen Cui, Yuanbin Wang, Huajiang Xu, Biaolong Chen 외 arxiv

Diffusion models have demonstrated remarkable success in image and video generation, yet their practical deployment remains hindered by the substantial computational overhead of multi-step iterative sampling. Among accel…

Video Generation

OmniCache: A Trajectory-Oriented Global Perspective on Training-Free Cache Reuse for Diffusion Transformer Models

2025-08-22 · Huanpeng Chu, Wei Wu, Guanyu Fen, Yutao Zhang arxiv

Diffusion models have emerged as a powerful paradigm for generative tasks such as image synthesis and video generation, with Transformer architectures further enhancing performance. However, the high computational cost o…

Video Generation

Boosting Skeleton-based Zero-Shot Action Recognition with Training-Free Test-Time Adaptation

2025-12-12 · Jingmin Zhu, Anqi Zhu, Hossein Rahmani, Jun Liu 외 arxiv

We introduce Skeleton-Cache, the first training-free test-time adaptation framework for skeleton-based zero-shot action recognition (SZAR), aimed at improving model generalization to unseen actions during inference. Skel…

Zero-Shot Action RecognitionTest-time Adaptation

NestedKV: Nested Memory Routing for Long-Context KV Cache Compression

2026-05-26 · Hong Chen, Xiang Liu, Yubo Gao, Yuxuan Fan 외 arxiv

Long-context language models are limited by the memory footprint of the key-value (KV) cache. Existing training-free KV compression methods usually rank tokens by one importance signal -- attention, recency, layer-wise a…

WorldCache: Content-Aware Caching for Accelerated Video World Models

2026-03-23 · Umair Nawaz, Ahmed Heakl, Ufaq Khan, Abdelrahman Shaker 외 arxiv

Diffusion Transformers (DiTs) power high-fidelity video world models but remain computationally expensive due to sequential denoising and costly spatio-temporal attention. Training-free feature caching accelerates infere…