Parallel Vision Token Scheduling for Fast and Accurate Multimodal LMMs Inference
Wengyi Zhan, Mingbao Lin, Zhihang Lin, Rongrong Ji
TL;DR
ParVTS tackles the latency bottleneck of multimodal LLMs caused by quadratic self-attention and abundant visual tokens by introducing a training-free vision token scheduling framework. It partitions visual tokens into subject and non-subject groups, runs parallel processing to migrate their semantics into the question tokens, and discards the non-subject path mid-inference to achieve substantial speedups and FLOP reductions without extra modules or training. The method leverages the natural visual-to-text information migration observed in early transformer layers and uses a parallel execution strategy with fusion weights to maintain representation quality. Across multiple backbones and benchmarks, ParVTS achieves up to 88.9% token pruning with minimal accuracy loss, up to 1.77x speedup, and about 70% FLOPs reduction, demonstrating practical, scalable efficiency gains for real-world multimodal reasoning tasks.
Abstract
Multimodal large language models (MLLMs) deliver impressive vision-language reasoning but suffer steep inference latency because self-attention scales quadratically with sequence length and thousands of visual tokens contributed by high-resolution images. Naively pruning less-informative visual tokens reduces this burden, yet indiscriminate removal can strip away contextual cues essential for background or fine-grained questions, undermining accuracy. In this paper, we present ParVTS (Parallel Vision Token Scheduling), a training-free scheduling framework that partitions visual tokens into subject and non-subject groups, processes them in parallel to transfer their semantics into question tokens, and discards the non-subject path mid-inference to reduce computation. This scheduling reduces computational complexity, requires no heuristics or additional modules, and is compatible with diverse existing MLLM architectures. Experiments across multiple MLLM backbones show that ParVTS prunes up to 88.9% of visual tokens with minimal performance drop, achieving 1.77x speedup and 70% FLOPs reduction.
