← Search

Junlin Lv

4 accepted papers

2026

Optimizing KV Cache Eviction from an Output Perturbation Perspective

ICML 2026poster

Large language models have revolutionized natural language processing but face significant challenges of high storage and runtime costs, due to the transformer architecture's reliance on self-attention, particularly the large KV cache for long-sequence inference. Recent efforts to reduce KV cache si…

Cited by 0SourceScholar
2026

Taming the Fragility of KV Cache Eviction in LLM Inference

ICLR 2026poster

Large language models have revolutionized natural language processing, yet their deployment remains hampered by the substantial memory and runtime overhead of the transformer’s Key-Value cache. To mitigate this, recent methods employ a scoring-aggregation framework to evict unimportant cache entries…

Cited by 0SourcecodeScholar
2025

Ada-KV: Optimizing KV Cache Eviction by Adaptive Budget Allocation for Efficient LLM Inference

NeurIPS 2025poster

Large Language Models have excelled in various domains but face efficiency challenges due to the growing Key-Value (KV) cache required for long-sequence inference. Recent efforts aim to reduce KV cache size by evicting vast non-critical cache elements during runtime while preserving generation quali…

Cited by 0SourcecodeScholar
2025

CritiPrefill: A Segment-wise Criticality-based Approach for Prefilling Acceleration in LLMs

ICASSP 2025accepted

Large language models have achieved notable success across various domains, yet efficient inference is still limited by the quadratic computation complexity of the attention mechanism. The inference consists of prefilling and decoding phases. Although several attempts have been made to accelerate de…

Cited by 0SourceScholar