SwiftVLM: Efficient Vision-Language Model Inference via Cross-Layer Token Bypass
Chen Qian, Xinran Yu, Danyang Li, Guoxuan Chi, Zheng Yang, Qiang Ma, Xin Miao
TL;DR
SwiftVLM addresses the inefficiency of vision-language models by revealing that visual token importance is non-monotonic across layers and that early pruning can erase task-critical details. It introduces a bypass pruning paradigm and a training-free method that selects pruning layers via dynamic programming and preserves unselected tokens for re-evaluation at deeper layers, enabling independent pruning decisions per stage. Across nine benchmarks and multiple VLMs, SwiftVLM delivers superior accuracy-efficiency trade-offs, with notable gains on localization tasks and faithful visual token selection. The approach provides a practical, scalable path to faster VLM inference and suggests cross-layer token strategies as a promising direction for future pruning research.
Abstract
Visual token pruning is a promising approach for reducing the computational cost of vision-language models (VLMs), and existing methods often rely on early pruning decisions to improve efficiency. While effective on coarse-grained reasoning tasks, they suffer from significant performance degradation on tasks requiring fine-grained visual details. Through layer-wise analysis, we reveal substantial discrepancies in visual token importance across layers, showing that tokens deemed unimportant at shallow layers can later become highly relevant for text-conditioned reasoning. To avoid irreversible critical information loss caused by premature pruning, we introduce a new pruning paradigm, termed bypass, which preserves unselected visual tokens and forwards them to subsequent pruning stages for re-evaluation. Building on this paradigm, we propose SwiftVLM, a simple and training-free method that performs pruning at model-specific layers with strong visual token selection capability, while enabling independent pruning decisions across layers. Experiments across multiple VLMs and benchmarks demonstrate that SwiftVLM consistently outperforms existing pruning strategies, achieving superior accuracy-efficiency trade-offs and more faithful visual token selection behavior.
