paper-with-me

Papers

ProxyKV: Cross-Model Proxy Pruning for Efficient Long-Context LLM Inference

2026-05-09 · Junjie Li, Jiong Lou, Jie Li arxiv

Efficient long-context inference in Large Language Models (LLMs) is severely constrained by the Key-Value (KV) cache memory wall, yet existing pruning methods force a choice between low-latency heuristics that sacrifice precision and high-precision reconstruction methods that incur prohibitive prefilling overhead. To bridge this scoring-cost--accuracy gap, we propose ProxyKV, a cross-model proxy pruning framework that offloads importance scoring to a lightweight intra-family Small-Model Proxy executed asynchronously to the Large-Model Target. To bridge the architectural gap between heterogeneous models, we design the HybridAxialMapper, which disentangles temporal feature extraction from cross-head alignment, together with a Multi-Granularity Hybrid Loss that shifts the learning objective from rigid regression to relative ranking consistency. Across the Llama-3.1, Qwen-2.5, and Qwen-3 families spanning targets from 7B up to 32B parameters on LongBench, SCBench, and RULER, ProxyKV matches KVZip on aggregate (recovering $\sim$$98.7\%$ of its mean accuracy) while delivering up to a $3.21\times$ prefilling speedup on Llama-3.1-8B (dual-GPU; $\sim$$1.5\times$ shared single-GPU) and sustaining the speedup at contexts up to 170k tokens on Qwen-2.5-7B.

📄 PDF Abstract BibTeX arXiv:2605.16360

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TaskPress: Query-Agnostic KV Cache Compression via Task-Guided Pruning

2026-08-04 · Wonpyo Park, Seung-won Hwang arxiv

Long-context inference with large language models is constrained by the linear growth of the key-value cache to sequence length. While pruning offers mitigation, prevailing methods determine query-specific token importan…

Long-Context Reasoning Through Proxy-Based Chain-of-Thought Tuning

2026-04-06 · Miao Li, Irina Saparina, Alexander Gurung, Mirella Lapata arxiv

Recent large language models support inputs of up to 10 million tokens, yet they perform poorly on long-context tasks that require complex reasoning. Such tasks can be solved using only a subset of the input -- a proxy c…

Reinforcement Learning

Probe and Skip: Self-Predictive Token Skipping for Efficient Long-Context LLM Inference

2026-01-19 · Zimeng Wu, Donghao Wang, Chaozhe Jin, Jiaxin Chen 외 arxiv

Long-context inference enhances the reasoning capability of Large Language Models (LLMs), but incurs significant computational overhead. Token-oriented methods, such as pruning and skipping, have shown great promise in r…

Token Pruning for In-Context Generation in Diffusion Transformers

2026-02-02 · Junqing Lin, Xingyu Zheng, Pei Cheng, Bin Fu 외 arxiv

In-context generation significantly enhances Diffusion Transformers (DiTs) by enabling controllable image-to-image generation through reference examples. However, the resulting input concatenation drastically increases s…

Image Generation

Rethinking Visual Dependency in Long-Context Reasoning for Large Vision-Language Models

2024-10-25 · Yucheng Zhou, Zhi Rao, Jun Wan, Jianbing Shen

Large Vision-Language Models (LVLMs) excel in cross-model tasks but experience performance declines in long-context reasoning due to overreliance on textual information and reduced visual dependency. In this study, we em…