LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference
Zhongwei Wan, Ziang Wu, Che Liu, Jinfa Huang, Zhihong Zhu, Peng Jin,, Longyue Wang, Li Yuan

TL;DR
LOOK-M introduces a fine-tuning-free method to significantly reduce KV cache size in long-context multimodal LLMs, achieving faster inference while maintaining or improving task performance.
Contribution
The paper presents a novel approach, LOOK-M, that efficiently compresses the multimodal KV cache without fine-tuning, addressing a key challenge in long-context multimodal inference.
Findings
Reduces KV cache memory by up to 80%.
Achieves up to 1.5x faster decoding.
Maintains or improves performance across tasks.
Abstract
Long-context Multimodal Large Language Models (MLLMs) demand substantial computational resources for inference as the growth of their multimodal Key-Value (KV) cache, in response to increasing input lengths, challenges memory and time efficiency. Unlike single-modality LLMs that manage only textual contexts, the KV cache of long-context MLLMs includes representations from multiple images with temporal and spatial relationships and related textual contexts. The predominance of image tokens means traditional optimizations for LLMs' KV caches are unsuitable for multimodal long-context settings, and no prior works have addressed this challenge. In this work, we introduce LOOK-M, a pioneering, fine-tuning-free approach that efficiently reduces the multimodal KV cache size while maintaining performance comparable to a full cache. We observe that during prompt prefill, the model prioritizes…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Data Mining and Analysis · Text and Document Classification Technologies · Image Retrieval and Classification Techniques
MethodsSoftmax · Attention Is All You Need
