paper-with-me

Papers

MuKV: Multi-Grained KV Cache Compression for Long Streaming Video Question-Answering

2026-05-21 · Junbin Xiao, Jiajun Chen, Tianxiang Sun, Xun Yang, Angela Yao arxiv

Long streaming video QA remains challenging due to growing visual tokens and limited reasoning length of large language models (LLMs). KV-caching stores the Key-Value (KV) of the historical tokens via LLM prefill and enables more efficient streaming QA. However, existing methods cache every one or two frames, causing redundant memory usage and losing fine-grained spatial details within frame or temporal contexts across frames. This paper proposes MuKV, a method that features a multi-grained KV cache compression module and a semi-hierarchical retrieval approach to improve both efficiency and accuracy for long streaming VideoQA. For the offline KV cache, MuKV extracts visual representations at patch-, frame-, and segment-levels. The multiple levels of granularity preserve both local cues and global temporal context, while maintaining efficiency with a dual signal token compression mechanism guided by self-attention and frequency. For online QA, MuKV designs a semi-hierarchical retrieval method to retrieve relevant KV caches for answer generation. Experiments on long-streaming VideoQA benchmarks show that MuKV significantly improves answer accuracy, without sacrificing memory and online QA efficiency. Moreover, our compression mechanism alone brings consistent benefits across answer accuracy, memory, and QA efficiency over baselines, showcasing highly effective contribution.

📄 PDF Abstract BibTeX arXiv:2605.22269

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

MosaicKV: Serving Long-Context LLM with Dynamic Two-D KV Cache Compression

2026-07-01 · Sheng Qiang, Ruiwei Chen, Yinpeng Wu, Jinyu Gu 외 arxiv

Long-context LLM services now sustain prompts with hundreds of thousands to millions of tokens, making the key-value (KV) cache a first-order serving cost. Because the cache grows linearly with context length, it can exh…

HeteroCache: A Dynamic Retrieval Approach to Heterogeneous KV Cache Compression for Long-Context LLM Inference

2026-01-20 · Zhiyuan Shi, Qibo Qiu, Feng Xue, Zhonglin Jiang 외 arxiv

The linear memory growth of the KV cache poses a significant bottleneck for LLM inference in long-context tasks. Existing static compression methods often fail to preserve globally important information. Although recent …

ZeroMerge: Parameter-Free KV Cache Compression for Memory-Efficient Long-Context LLMs

2025-03-13 · Xin Liu, Pei Liu, Guoming Tang

The linear growth of key-value (KV) cache memory and quadratic computational complexity pose significant bottlenecks for large language models (LLMs) in long-context processing. While existing KV cache optimization metho…

UniGist: Towards General and Hardware-aligned Sequence-level Long Context Compression

2025-09-19 · Chenlong Deng, Zhisong Zhang, Kelong Mao, Shuaiyi Li 외 arxiv

Large language models are increasingly capable of handling long-context inputs, but the memory overhead of key-value (KV) cache remains a major bottleneck for general-purpose deployment. While various compression strateg…

ProxyFormer: A Dual-Stream Proxy Architecture for Ultra-Long Context and High-Resolution Generation

2026-08-24 · Zhongpan Tang arxiv

The quadratic growth of attention computation and key-value (KV) cache with respect to sequence length is a central bottleneck for ultra-long-context language models and high-resolution generative models. We propose Prox…