paper-with-me

홈 › Papers

SparKV: Overhead-Aware KV Cache Loading for Efficient On-Device LLM Inference

2026-04-23 · Hongyao Liu, Liuqun Zhai, Junyi Wang, Zhengru Fang arxiv

Efficient inference for on-device Large Language Models (LLMs) remains challenging due to limited hardware resources and the high cost of the prefill stage, which processes the full input context to construct Key-Value (KV) caches. We present SparKV, an adaptive KV loading framework that combines cloud-based KV streaming with on-device computation. SparKV models the cost of individual KV chunks and decides whether each chunk should be streamed or computed locally, while overlapping the two execution paths to reduce latency. To handle fluctuations in wireless connectivity and edge resource availability, SparKV further refines offline-generated schedules at runtime to rebalance communication and computation costs. Experiments across diverse datasets, LLMs, and edge devices show that SparKV reduces Time-to-First-Token by 1.3$x-5.1x with negligible impact on response quality, while lowering per-request energy consumption by 1.5x to 3.3x, demonstrating its robustness and practicality for real-world on-device deployment.

📄 PDF Abstract BibTeX arXiv:2604.21231

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

10Cache: Heterogeneous Resource-Aware Tensor Caching and Migration for LLM Training

2025-11-18 · Sabiha Afroz, Redwan Ibne Seraj Khan, Hadeel Albahar, Jingoo Han 외 arxiv

Training large language models (LLMs) in the cloud faces growing memory bottlenecks due to the limited capacity and high cost of GPUs. While GPU memory offloading to CPU and NVMe has made large-scale training more feasib…

SparkVLA: Stop-Aware Hierarchical VLA with Adaptive Action Chunking for Long-Horizon Manipulation

2026-08-17 · Xunyao Lei, Renjun Wu, Tianlin Huo, Xuesong Li arxiv

At every re-observation point in a hierarchical Vision-Language-Action (VLA) system, two interface decisions must be made: when to terminate the current subtask and how far to execute the proposed action chunk. These dec…

KVSwap: Disk-aware KV Cache Offloading for Long-Context On-device Inference

2025-11-14 · Huawei Zhang, Chunwei Xia, Zheng Wang arxiv

Language models (LMs) underpin emerging mobile and embedded AI applications like meeting and video summarization and document analysis, which often require processing multiple long-context inputs. Running an LM locally o…

Video Summarization

DUAL-BLADE: Dual-Path NVMe-Direct KV-Cache Offloading for Edge LLM Inference

2026-04-29 · Bodon Jeong, Hongsu Byun, Youngjae Kim, Weikuan Yu 외 arxiv

The increasing deployment of Large Language Model (LLM) inference on edge AI systems demands efficient execution under tight memory budgets. A key challenge arises from Key-Value (KV) caches, which often exceed available…

A$^2$ATS: Retrieval-Based KV Cache Reduction via Windowed Rotary Position Embedding and Query-Aware Vector Quantization

2025-02-18 · Junhui He, Junna Xing, Nan Wang, Rui Xu 외

Long context large language models (LLMs) pose significant challenges for efficient serving due to the large memory footprint and high access overhead of KV cache. Retrieval-based KV cache reduction methods can mitigate …

CPUPositionQuantizationRetrieval