← Search

Danning Ke

3 accepted papers

2026

FreeKV: Boosting KV Cache Retrieval for Efficient LLM Inference

ICLR 2026poster

Large language models (LLMs) have been widely deployed with rapidly expanding context windows to support increasingly demanding applications. However, long contexts pose significant deployment challenges, primarily due to the KV cache whose size grows proportionally with context length. While KV cac…

Cited by 0SourcecodeScholar
2026

SALR: Sparsity-Aware Low-Rank Representation for Efficient Fine-Tuning of Large Language Models

AAAI 2026technical

Adapting large pre-trained language models to downstream tasks often entails fine-tuning millions of parameters or deploying costly dense weight updates, which hinders their use in resource-constrained environments. Low-rank Adaptation (LoRA) reduces trainable parameters by factorizing weight update

Cited by 0SourcePDFScholar
2025

RazorAttention: Efficient KV Cache Compression Through Retrieval Heads

ICLR 2025poster

The memory and computational demands of Key-Value (KV) cache present significant challenges for deploying long-context language models. Previous approaches attempt to mitigate this issue by selectively dropping tokens, which irreversibly erases critical information that might be needed for future qu…

Cited by 23SourcePDFScholar