🤖 AI Summary
To address the high memory and computational overhead in video large language models (Vid-LLMs) caused by dense video tokenization, this paper proposes a training-free, two-stage speculative decoding framework. The method first leverages the robustness of draft models to video token pruning and then introduces a verification-model-guided, attention-aware pruning strategy: critical spatiotemporal tokens are identified using attention heatmaps from the verification model, followed by fine-grained compression via spatially uniform sampling. Crucially, this approach achieves zero accuracy degradation in generated outputs while significantly accelerating inference. Experiments on four mainstream video understanding benchmarks demonstrate up to a 2.68× speedup in decoding latency and substantial reductions in resource consumption. The work establishes a novel paradigm for efficient video-language reasoning without compromising generation fidelity.
📝 Abstract
Video large language models (Vid-LLMs) have shown strong capabilities in understanding video content. However, their reliance on dense video token representations introduces substantial memory and computational overhead in both prefilling and decoding. To mitigate the information loss of recent video token reduction methods and accelerate the decoding stage of Vid-LLMs losslessly, we introduce SpecVLM, a training-free speculative decoding (SD) framework tailored for Vid-LLMs that incorporates staged video token pruning. Building on our novel finding that the draft model's speculation exhibits low sensitivity to video token pruning, SpecVLM prunes up to 90% of video tokens, enabling efficient speculation without sacrificing accuracy. To achieve this, it performs a two-stage pruning process: Stage I selects highly informative tokens guided by attention signals from the verifier (target model), while Stage II prunes remaining redundant ones in a spatially uniform manner. Extensive experiments on four video understanding benchmarks demonstrate the effectiveness and robustness of SpecVLM, which achieves up to 2.68$ imes$ decoding speedup for LLaVA-OneVision-72B and 2.11$ imes$ speedup for Qwen2.5-VL-32B.