🛰️ Daily AI Frontier
‹ back to 2026-09-11

OmniKVQuant: KV Cache Quantization for Omni-LLMs

arXiv cs.CV Efficiency & Systems Suho Yoo, Hyunjong Ok, Jongmin Choi, Jihoo Jung, Joon Son Chung 2026-09-10
Representative image for OmniKVQuant: KV Cache Quantization for Omni-LLMs

TL;DR - OmniKVQuant is a training-free KV-cache quantization framework for multimodal LLMs that accounts for differences across audio, video, and text representations. It enables 2-bit caches while substantially preserving performance, reducing memory demands without reconstructing a dense FP16 cache during decoding.

  • Identifies temporal key drift and heterogeneous value geometry as key limitations of applying text-oriented TurboQuant to multimodal caches.
  • Sets key quantization ranges over short input-stream windows and applies separate value rotations for each modality.
  • Demonstrates 2-bit KV caches on Qwen2.5-Omni and Qwen3-Omni across seven audio-visual benchmarks.
  • Provides a fused Triton decoding kernel that unpacks quantized values directly during attention.

view merged work →