paper-with-me

Papers

Towards Efficient Key-Value Cache Management for Prefix Prefilling in LLM Inference

2025-05-28 · Yue Zhu, Hao Yu, Chen Wang, Zhuoran Liu, Eun Kyung Lee

The increasing adoption of large language models (LLMs) with extended context windows necessitates efficient Key-Value Cache (KVC) management to optimize inference performance. Inference workloads like Retrieval-Augmented Generation (RAG) and agents exhibit high cache reusability, making efficient caching critical to reducing redundancy and improving speed. We analyze real-world KVC access patterns using publicly available traces and evaluate commercial key-value stores like Redis and state-of-the-art RDMA-based systems (CHIME [1] and Sherman [2]) for KVC metadata management. Our work demonstrates the lack of tailored storage solution for KVC prefilling, underscores the need for an efficient distributed caching system with optimized metadata management for LLM workloads, and provides insights into designing improved KVC management systems for scalable, low-latency inference.

📄 PDF Abstract BibTeX arXiv:2505.21919

Code (0)

등록된 구현이 없습니다.

Tasks

ManagementRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Prefilling-dLLM: Predictive Prefilling for Long-Context Inference in Diffusion Language Models

2026-06-09 · Jing Xiong, Qi Han, Shansan Gong, Yunta Hsieh 외 arxiv

Diffusion large language models (dLLMs) re-encode the entire prefix at every denoising step, causing recomputation that scales quadratically with context length and becomes prohibitive for long-context scenarios. We prop…

TableCache: Primary Foreign Key Guided KV Cache Precomputation for Low Latency Text-to-SQL

2026-01-13 · Jinbo Su, Yuxuan Hu, Cuiping Li, Hong Chen 외 arxiv

In Text-to-SQL tasks, existing LLM-based methods often include extensive database schemas in prompts, leading to long context lengths and increased prefilling latency. While user queries typically focus on recurrent tabl…

PQCache: Product Quantization-based KVCache for Long Context LLM Inference

2024-07-01 · Hailin Zhang, Xiaodong Ji, Yilin Chen, Fangcheng Fu 외

As the field of Large Language Models (LLMs) continues to evolve, the context length in inference is steadily growing. Key-Value Cache (KVCache), the intermediate representations of tokens within LLM inference, has now b…

GPUQuantizationRetrieval

Leyline: KV Cache Directives for Agentic Inference

2026-05-31 · Bole Ma, Jan Eitzinger, Harald Koestler arxiv

Modern KV cache management assumes the chatbot workload: prompts arrive once and the cache grows append-only, so prefix caching and forward-only eviction are correct by construction. Agentic LLMs break this assumption. T…

vTensor: Flexible Virtual Tensor Management for Efficient LLM Serving

2024-07-22 · Jiale Xu, Rui Zhang, Cong Guo, Weiming Hu 외

Large Language Models (LLMs) are widely used across various domains, processing millions of daily requests. This surge in demand poses significant challenges in optimizing throughput and latency while keeping costs manag…

CPUGPUManagement