paper-with-me

Papers

ReasonCache: Accelerating Large Reasoning Model Serving through KV Cache Sharing

2025-07-29 · Kaiwen Chen, Xin Tan, Minchen Yu, Jingzong Li, Hong Xu arxiv

Large Reasoning Models (LRMs) are becoming integral to many AI inference systems, enhancing their capabilities with advanced reasoning. However, deploying these models in production environments presents a significant QoS challenge: the substantial memory overhead from their long, auto-regressive inference processes severely limits throughput and increases latency, thereby affecting the quality of service for concurrent users. We observe that LRMs frequently generate highly similar intermediate reasoning steps, which, in turn, correspond to highly similar KV cache states across layers. Building on this insight, we propose ReasonCache, a novel KV cache management approach designed to improve the QoS of AI inference systems. ReasonCache utilizes a Collaborative Filtering Algorithm to efficiently identify reusable KV cache blocks and enables zero-copy cache reuse. Experimental evaluation demonstrates that ReasonCache achieves a peak throughput improvement of 89.2% and an average gain of 40-60%, leading to more responsive and cost-effective AI inference services. Notably, this performance is achieved while maintaining higher accuracy compared to existing KV cache management techniques.

📄 PDF Abstract BibTeX arXiv:2507.21433

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

ReasonCACHE: Teaching LLMs To Reason Without Weight Updates

2026-02-02 · Sharut Gupta, Phillip Isola, Stefanie Jegelka, David Lopez-Paz 외 arxiv

Can Large language models (LLMs) learn to reason without any weight update and only through in-context learning (ICL)? ICL is strikingly sample-efficient, often learning from only a handful of demonstrations, but complex…

SpecEyes: Accelerating Agentic Multimodal LLMs via Speculative Perception and Planning

2026-03-24 · Haoyu Huang, Jinfa Huang, Zhongwei Wan, Xiawu Zheng 외 arxiv

Agentic multimodal large language models (MLLMs) (e.g., OpenAI o3 and Gemini Agentic Vision) achieve remarkable reasoning capabilities through iterative visual tool invocation. However, the cascaded perception, reasoning…

Accelerating Large Language Model Reasoning via Speculative Search

2025-05-03 · Zhihai Wang, Jie Wang, Jilai Pan, Xilin Xia 외

Tree-search-based reasoning methods have significantly enhanced the reasoning capability of large language models (LLMs) by facilitating the exploration of multiple intermediate reasoning steps, i.e., thoughts. However, …

Language ModelingLanguage ModellingLarge Language Model

Seeing the End at Step Zero: Accelerating Diffusion MLLMs via MLP Sparsity-Aware Truncation

2026-07-16 · Qicheng Zhao, Qi Sun, Zheyu Yan arxiv

Diffusion Multimodal Large Language Models (DMLLMs) are highly effective for multimodal reasoning, yet their inference efficiency is significantly hindered by fixed-length generation constraints. Since the actual output …

Multimodal Reasoning

Accelerating Returns and the Qualitative Engine for Science

2026-06-24 · Guojun Liao arxiv

Ray Kurzweil described a thesis of accelerating returns, which is the most influential narratives in discussions of technological progress. Its central claim is that advances in multiple technological fields, especially …