STAR: Stage-Wise Attention-Guided Token Reduction for Efficient Large Vision-Language Models Inference
Yichen Guo, Hanze Li, Zonghao Zhang, Jinhao You, Kai Tang, Xiande Huang

TL;DR
STAR introduces a two-stage, attention-guided token reduction framework for large vision-language models, significantly reducing inference costs while preserving or improving task performance through a global, holistic pruning approach.
Contribution
It proposes a novel, training-free, stage-wise token pruning method that considers the entire model's information flow, outperforming existing single-stage approaches.
Findings
Achieves substantial inference speedup with minimal performance loss.
Effectively preserves task-critical information through holistic pruning.
Demonstrates improved or comparable results across multiple architectures and benchmarks.
Abstract
Although large vision-language models (LVLMs) leverage rich visual token representations to achieve strong performance on multimodal tasks, these tokens also introduce significant computational overhead during inference. Existing training-free token pruning methods typically adopt a single-stage strategy, focusing either on visual self-attention or visual-textual cross-attention. However, such localized perspectives often overlook the broader information flow across the model, leading to substantial performance degradation, especially under high pruning ratios. In this work, we propose STAR (Stage-wise Attention-guided token Reduction), a training-free, plug-and-play framework that approaches token pruning from a global perspective. Instead of pruning at a single point, STAR performs attention-guided reduction in two complementary stages: an early-stage pruning based on visual…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning · Advanced Neural Network Applications
MethodsSoftmax · Attention Is All You Need · ADaptive gradient method with the OPTimal convergence rate · Pruning
