paper-with-me

홈 › Papers

vToken: Token-Level Virtualization for Reclaimable KV Caches

2026-08-13 · Yuanhang Gao, Xiangrui Yang, Yuanfeng Chen, Hongjia Chen, Qianru Lv, Wenfei Wu, Dongsheng Li arxiv

Large language model serving faces a critical memory bottleneck: the KV cache grows with sequence length and batch size. PagedAttention uses fixed-size memory blocks to reduce allocator-level fragmentation, but recent KV eviction algorithms operate at a token granularity finer than block-level management. This mismatch causes intra-block fragmentation, leaving a large fraction of allocated KV memory unreclaimable. We present vToken, a lightweight token-level virtualization layer that decouples logical token liveness from physical block placement. vToken maintains a stable logical token view through token-table indirection and realizes physical reclamation by repacking live tokens asynchronously. The design preserves PagedAttention kernels and CUDA Graph compatibility. We implement vToken in vLLM and evaluate it with H2O, Random, and Scissorhands across models. Compared with a paired Naive-Evict baseline, vToken reduces retained KV blocks per request by 27.2\%--72.3\% and improves SLA-constrained throughput by up to 1.37$\times$. Under a constrained active-KV budget, it extends the maximum feasible concurrency by up to 2$\times$, while reducing the per-policy integration footprint from 500+ lines to under 50.

📄 PDF Abstract BibTeX arXiv:2608.13263

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WavTokenizer: an Efficient Acoustic Discrete Codec Tokenizer for Audio Language Modeling

2024-08-29 · Shengpeng Ji, Ziyue Jiang, Wen Wang, Yifu Chen 외

Language models have been effectively applied to modeling natural signals, such as images, video, speech, and audio. A crucial component of these models is the codec tokenizer, which compresses high-dimensional natural s…

Language ModelingLanguage Modelling

MVTokenFlow: High-quality 4D Content Generation using Multiview Token Flow

2025-02-17 · Hanzhuo Huang, YuAn Liu, Ge Zheng, Jiepeng Wang 외

In this paper, we present MVTokenFlow for high-quality 4D content creation from monocular videos. Recent advancements in generative models such as video diffusion models and multiview diffusion models enable us to create…

TokenLake: A Unified Segment-level Prefix Cache Pool for Fine-grained Elastic Long-Context LLM Serving

2025-08-24 · Bingyang Wu, Zili Zhang, Yinmin Zhong, Guanzhe Huang 외 arxiv

Prefix caching is crucial to accelerate multi-turn interactions and requests with shared prefixes. At the cluster level, existing prefix caching systems are tightly coupled with request scheduling to optimize cache effic…

Continuous First, Discrete Later: VQ-VAEs Without Dimensional Collapse

2026-05-07 · Xinyu Zhao, Nikita Karagodin, Hamed Hassani, Sinan Hersek 외 arxiv

While many approaches to improve VQ-VAE performance focus on codebook size and utilization, the effect of dimensional collapse, where trained VQ-VAE representations live in an extremely low-dimensional subspace (1-2% of …

HybridKV: Hybrid KV Cache Compression for Efficient Multimodal Large Language Model Inference

2026-04-07 · Bowen Zeng, Feiyang Ren, Jun Zhang, Xiaoling Gu 외 arxiv

Multimodal Large Language Models (MLLMs) have advanced unified reasoning over text, images, and videos, but their inference is hindered by the rapid growth of key-value (KV) caches. Each visual input expands into thousan…