paper-with-me

홈 › Papers

ArborKV: Structure-Aware KV Cache Management for Scaling Tree-based LLM Reasoning

2026-05-21 · Yeqiu Chen, Ziyan Liu, Zhenxin Huang, Runquan Gui, Hong Wang, Lei Liu arxiv

Recent progress in LLM reasoning has increasingly shifted from single-pass generation to explicit search over intermediate reasoning states. Tree-of-Thoughts (ToT) organizes inference to tree-structured search with branching and backtracking, but it substantially amplifies the Key--Value (KV) cache: retaining KV states for a frontier of partial trajectories quickly becomes a memory bottleneck that limits throughput and constrains search depth and width under fixed hardware budgets. We address this challenge by observing that KV reuse in ToT-style inference is governed by search dynamics: near-term decoding depends primarily on the active branch and its ancestors, whereas inactive subtrees have low short-term reuse probability yet must remain recoverable for backtracking. Motivated by this, we propose ArborKV, a structure-aware eviction framework that couples a lightweight value estimator with a tree-aware allocation policy, and performs purely token-extractive eviction with lazy rehydration to support revisits. Experiments on ToT-style reasoning benchmarks show that ArborKV achieves up to ~4x peak KV-memory reduction while preserving near-full-retention accuracy, enabling larger search configurations under fixed device budgets that would otherwise run out of memory.

📄 PDF Abstract BibTeX arXiv:2605.22106

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Survey on Large Language Model Acceleration based on KV Cache Management

2024-12-27 · Haoyang Li, Yiming Li, Anxin Tian, Tianhao Tang 외

Large Language Models (LLMs) have revolutionized a wide range of domains such as natural language processing, computer vision, and multi-modal tasks due to their ability to comprehend context and perform logical reasonin…

Language ModelingLanguage ModellingLarge Language ModelLogical Reasoning+3

RedKnot: Efficient Long-Context LLM Serving with Head-Aware KV Reuse and SegPagedAttention

2026-06-04 · Yang Liu, ZhaoKai Luo, HuaYi Jin, ZhiYong Wang 외 arxiv

As the input length of large language model (LLM) serving continues to grow, the KV cache has become a dominant bottleneck in AI infrastructure. It limits GPU memory capacity, serving concurrency, cache reuse, and distri…

Hive: A Multi-Agent Infrastructure for Algorithm- and Task-Level Scaling

2026-04-19 · Zizhang Luo, Yuhao Luo, Youwei Xiao, Yansong Xu 외 arxiv

Large language models are increasingly deployed as complex agentic systems that scale with task complexity. While prior work has extensively explored model- and system-level scaling, algorithm- and task-level scaling rem…

Reinforcement Learning Based Approaches to Adaptive Context Caching in Distributed Context Management Systems

2022-12-22 · Shakthi Weerasinghe, Arkady Zaslavsky, Seng W. Loke, Amin Abken 외

Performance metrics-driven context caching has a profound impact on throughput and response time in distributed context management systems for real-time context queries. This paper proposes a reinforcement learning based…

Managementreinforcement-learningReinforcement Learning (RL)

LycheeCluster: Efficient Long-Context Inference with Structure-Aware Chunking and Hierarchical KV Indexing

2026-03-09 · Dongfang Li, Zixuan Liu, Gang Lin, Baotian Hu 외 arxiv

The quadratic complexity of the attention mechanism and the substantial memory footprint of the Key-Value (KV) cache present severe computational and memory challenges for Large Language Models (LLMs) processing long con…