🤖 AI Summary
This work addresses the high computational cost of vision-language models in autonomous driving caused by multi-view, multi-frame inputs by proposing ST-Prune, a plug-and-play, training-free spatiotemporal pruning framework. ST-Prune is the first to jointly model spatiotemporal redundancy in driving scenes: it introduces Motion-aware Temporal Pruning (MTP) with soft constraints based on motion dynamics and temporal similarity to select critical temporal tokens, and integrates Ring-view Spatial Pruning (RSP) that leverages multi-camera geometric structure to suppress redundant cross-view information. Evaluated across four benchmarks spanning perception, prediction, and planning, ST-Prune achieves a new state-of-the-art for training-free pruning, maintaining near-lossless performance at 90% token compression—and even surpassing the full model on certain metrics—while matching the inference speed of existing methods.
📝 Abstract
Vision-Language Models (VLMs) have become central to autonomous driving systems, yet their deployment is severely bottlenecked by the massive computational overhead of multi-view camera and multi-frame video input. Existing token pruning methods, primarily designed for single-image inputs, treat each frame or view in isolation and thus fail to exploit the inherent spatio-temporal redundancies in driving scenarios. To bridge this gap, we propose ST-Prune, a training-free, plug-and-play framework comprising two complementary modules: Motion-aware Temporal Pruning (MTP) and Ring-view Spatial Pruning (RSP). MTP addresses temporal redundancy by encoding motion volatility and temporal recency as soft constraints within the diversity selection objective, prioritizing dynamic trajectories and current-frame content over static historical background. RSP further resolves spatial redundancy by exploiting the ring-view camera geometry to penalize bilateral cross-view similarity, eliminating duplicate projections and residual background that temporal pruning alone cannot suppress. These two modules together constitute a complete spatio-temporal pruning process, preserving key scene information under strict compression. Validated across four benchmarks spanning perception, prediction, and planning, ST-Prune establishes new state-of-the-art for training-free token pruning. Notably, even at 90\% token reduction, ST-Prune achieves near-lossless performance with certain metrics surpassing the full-model baseline, while maintaining inference speeds comparable to existing pruning approaches.