ASSDJul 7

Compress the Cache, Not the Speech Embedding: KV Compression for Efficient Speech LLMs

arXiv:2607.0682720.1h-index: 10
Predicted impact top 7% in AS · last 90 daysOriginality Incremental advance
AI Analysis

Addresses the efficiency bottleneck of long speech sequences in speech LLMs for practitioners deploying such models.

SpeechKV compresses the KV cache of speech tokens inside a speech LLM to reduce decoding time, achieving at least 1.49x speedup while maintaining or improving performance (6.6% gain on entity recognition, 2.3% on OpenASR).

Speech large language models (Speech LLMs) typically encode speech into sequences far longer than text, creating a major efficiency bottleneck during autoregressive decoding. A common remedy is to compress the speech sequence at the adapter level to remove temporal redundancy before it enters the LLM; however, such early downsampling risks discarding fine-grained information that cannot be recovered. We propose SpeechKV, which applies a learned pooling to the KV cache of speech tokens inside the LLM. This design allows the LLM to fuse speech and text internally while directly accelerating decoding. Trained on 71K hours of speech data, SpeechKV compresses the speech to approximately text-level granularity yet maintains performance on par with or even slightly better than the uncompressed baseline, with relative gains of 6.6% on out-of-domain entity recognition and 2.3% on OpenASR, while delivering at least 1.49 times decoding speedup that scales with audio length.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes