CVMar 16

MMSpec: Benchmarking Speculative Decoding for Vision-Language Models

arXiv:2603.1498986.02 citationsh-index: 5
AI Analysis

This work addresses the inference latency issue for users of vision-language models, though it is incremental as it builds on existing speculative decoding techniques.

The paper tackles the problem of high inference latency in vision-language models (VLMs) by introducing MMSpec, the first benchmark for evaluating speculative decoding in VLMs, and proposes ViSkip, a method that dynamically adapts speculation to vision tokens to achieve state-of-the-art performance, with a benchmark containing 600 multimodal samples across six task categories.

Vision-language models (VLMs) achieve strong performance on multimodal tasks but suffer from high inference latency due to large model sizes and long multimodal contexts. Speculative decoding has recently emerged as an effective acceleration technique, yet its behavior in VLMs remains insufficiently understood. We introduce MMSpec, the first benchmark for evaluating speculative decoding in vision-language models. MMSpec contains 600 multimodal samples across six task categories and integrates ten representative speculative decoding algorithms under a unified evaluation framework. Our study reveals three key findings: (1) methods designed for text-only LLMs degrade in multimodal scenarios, (2) vision awareness becomes increasingly important at larger batch sizes, and (3) throughput speedup alone does not reliably reflect latency performance. Motivated by these findings, we propose ViSkip, a plug-and-play speculative decoding method that dynamically adapts speculation to vision tokens and achieves state-of-the-art performance.

Foundations

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

Your Notes