LGCLMar 12

LongFlow: Efficient KV Cache Compression for Reasoning M

arXiv:2603.11504v132.81 citationsh-index: 11
Predicted impact top 8% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This addresses deployment cost issues for users of reasoning models like OpenAI-o1 and DeepSeek-R1, offering an incremental improvement over existing KV cache optimization methods.

The paper tackles the high memory and bandwidth costs from large KV caches in reasoning models with long outputs, proposing LongFlow, which achieves up to 11.8 times throughput improvement with 80% KV cache compression and minimal accuracy loss.

Recent reasoning models such as OpenAI-o1 and DeepSeek-R1 have shown strong performance on complex tasks including mathematical reasoning and code generation. However, this performance gain comes with substantially longer output sequences, leading to significantly increased deployment costs. In particular, long outputs require large KV caches, resulting in high memory consumption and severe bandwidth pressure during attention computation. Most existing KV cache optimization methods are designed for long-input, short-output scenarios and are ineffective for the long-output setting of reasoning models. Moreover, importance estimation in prior work is computationally expensive and becomes prohibitive when continuous re-evaluation is required during long generation. To address these challenges, we propose LongFlow, a KV cache compression method with an efficient importance estimation metric derived from an intermediate result of attention computation using only the current query. This design introduces negligible computational overhead and requires no auxiliary storage. We further develop a custom kernel that fuses FlashAttention, importance estimation, and token eviction into a single optimized operator, improving system-level efficiency. Experiments show that LongFlow achieves up to an 11.8 times throughput improvement with 80% KV cache compression with minimal impact on model accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes