<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2609.04971v1 on Jaehun's Blog</title><link>https://jaehun.me/en/tags/2609.04971v1/</link><description>Recent content in 2609.04971v1 on Jaehun's Blog</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Tue, 08 Sep 2026 01:04:59 +0000</lastBuildDate><atom:link href="https://jaehun.me/en/tags/2609.04971v1/index.xml" rel="self" type="application/rss+xml"/><item><title>BeaconKV: Key-Value Cache Compression Guided by Beacon Queries for Efficient Large Reasoning Model Inference</title><link>https://jaehun.me/en/posts/beaconkv-key-value-cache-compression-guided-by-beacon-queries-for-efficient-large-reasoning-model-inference/</link><pubDate>Mon, 07 Sep 2026 00:00:00 +0900</pubDate><guid>https://jaehun.me/en/posts/beaconkv-key-value-cache-compression-guided-by-beacon-queries-for-efficient-large-reasoning-model-inference/</guid><description>&lt;p&gt;&lt;a&#10; href="https://arxiv.org/abs/2609.04971v1"target="_blank"&#10; class="inline-flex items-center gap-1"&#10; &gt;Paper&lt;svg class="h-3 w-3 flex-shrink-0" id="external-link" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 3h6v6m-11 5L21 3m-3 10v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"/&gt;&lt;/svg&gt;&#10; &lt;/a&gt;&lt;/p&gt;&#10;&lt;h2 id="catch-the-moment-a-model-revisits-its-thoughts-how-beaconkv-compresses-reasoning-kv-caches-58-with-beacon-queries"&gt;Catch the Moment a Model &amp;ldquo;Revisits Its Thoughts&amp;rdquo;: How BeaconKV Compresses Reasoning KV Caches 5.8× with Beacon Queries&lt;a href="#catch-the-moment-a-model-revisits-its-thoughts-how-beaconkv-compresses-reasoning-kv-caches-58-with-beacon-queries" class="heading-anchor" aria-label="Link to this section"&gt;&lt;svg class="h-4 w-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"&gt;&lt;g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"&gt;&lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/&gt;&lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/h2&gt;&#10; &lt;blockquote&#10; class="border-primary bg-muted/30 hover:bg-muted/40 my-6 rounded-r-lg border-l-4 py-4 pr-4 pl-6 italic transition-all duration-200 ease-out hover:translate-x-1"&#10; &gt;&#10; &lt;div class="prose prose-sm max-w-none"&gt;&#10; &lt;p&gt;&lt;strong&gt;TL;DR&lt;/strong&gt; — The KV cache of a Large Reasoning Model (LRM) grows linearly as it produces longer Chains-of-Thought (CoT). When Qwen3-4B generates 32K tokens at batch size 16, the KV cache alone exceeds &lt;strong&gt;77 GB&lt;/strong&gt;, approaching the 80 GB GPU limit (source: §1). Existing compression methods predict future important tokens from &lt;strong&gt;recent queries&lt;/strong&gt;, but this assumption breaks down during reasoning because of a phenomenon called Thought Revisiting Token (TRT), in which the model &lt;strong&gt;re-reads distant past context (problem definition, solution plan)&lt;/strong&gt; (source: §3). Building on the geometric insight that the &lt;strong&gt;global queries&lt;/strong&gt; behind TRT form a few clusters in embedding space, BeaconKV selects a &lt;strong&gt;beacon query&lt;/strong&gt; to represent each cluster online via Continual FPS and compresses the KV cache accordingly. This achieves &lt;strong&gt;up to 5.8× memory savings (77.0 → 13.3 GB)&lt;/strong&gt; and &lt;strong&gt;4.3× throughput gains (82.3 → 356.4 tokens/s)&lt;/strong&gt;, while improving accuracy by up to &lt;strong&gt;31.7 pp&lt;/strong&gt; over RPC and R-KV (source: §5.4, Fig. 8).&lt;/p&gt;</description></item></channel></rss>