English

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

Networking and Internet Architecture 2026-05-06 v2 Artificial Intelligence Performance

Abstract

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.

Keywords

Cite

@article{arxiv.2604.21231,
  title  = {SparKV: Overhead-Aware KV Cache Loading for Efficient On-Device LLM Inference},
  author = {Hongyao Liu and Liuqun Zhai and Junyi Wang and Zhengru Fang},
  journal= {arXiv preprint arXiv:2604.21231},
  year   = {2026}
}

Comments

Withdrawn by the authors due to an incorrect assumption in the model definition in Section 4, which affects the conclusions

R2 v1 2026-07-01T12:31:48.169Z