CVMar 29

V-CAST: Video Curvature-Aware Spatio-Temporal Pruning for Efficient Video Large Language Models

arXiv:2603.2765069.41 citationsh-index: 7
AI Analysis

For practitioners deploying VideoLLMs on long-context video tasks, V-CAST offers a training-free, plug-and-play pruning method that improves efficiency without sacrificing accuracy.

V-CAST reduces redundant visual tokens in VideoLLMs by 13.3% while maintaining 98.6% of original performance, outperforming the second-best method by +1.1% on average and reducing peak memory and latency to 86.7% and 86.4% respectively.

Video large language models (VideoLLMs) show strong capability in video understanding, yet long-context inference is still dominated by massive redundant visual tokens in the prefill stage. We revisit token compression for VideoLLMs under a tight budget and identify a key bottleneck, namely insufficient spatio-temporal information coverage. Existing methods often introduce discontinuous coverage through coarse per-frame allocation or scene segmentation, and token merging can further misalign spatio-temporal coordinates under MRoPE-style discrete (t,h,w) bindings. To address these issues, we propose V-CAST (Video Curvature-Aware Spatio-Temporal Pruning), a training-free, plug-and-play pruning policy for long-context video inference. V-CAST casts token compression as a trajectory approximation problem and introduces a curvature-guided temporal allocation module that routes per-frame token budgets to semantic turns and event boundaries. It further adopts a dual-anchor spatial selection mechanism that preserves high-entropy visual evidence without attention intervention, while keeping retained tokens at their original coordinates to maintain positional alignment. Extensive experiments across multiple VideoLLMs of different architectures and scales demonstrate that V-CAST achieves 98.6% of the original performance, outperforms the second-best method by +1.1% on average, and reduces peak memory and total latency to 86.7% and 86.4% of vanilla Qwen3-VL-8B-Instruct.

Foundations

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

Your Notes