paper-with-me

홈 › Papers

Training-free Token Reduction for Vision Mamba

2025-07-18 · Qiankun Ma, Ziyao Zhang, Chi Su, Jie Chen, Zhen Song, Hairong Zheng, Wen Gao arxiv

Vision Mamba has emerged as a strong competitor to Vision Transformers (ViTs) due to its ability to efficiently capture long-range dependencies with linear computational complexity. While token reduction, an effective compression technique in ViTs, has rarely been explored in Vision Mamba. Exploring Vision Mamba's efficiency is essential for enabling broader applications. However, we find that directly applying existing token reduction techniques for ViTs to Vision Mamba leads to significant performance degradation. This is primarily because Mamba is a sequence model without attention mechanisms, whereas most token reduction techniques for ViTs rely on attention mechanisms for importance measurement and overlook the order of compressed tokens. In this paper, we investigate a Mamba structure-aware importance score to evaluate token importance in a simple and effective manner. Building on this score, we further propose MTR, a training-free \textbf{M}amba \textbf{T}oken \textbf{R}eduction framework. Without the need for training or additional tuning parameters, our method can be seamlessly integrated as a plug-and-play component across various Mamba models. Extensive experiments demonstrate that our approach significantly reduces computational workload while minimizing performance impact across various tasks and multiple backbones. Notably, MTR reduces FLOPs by approximately 40\% on the Vim-B backbone, with only a 1.6\% drop in ImageNet performance without retraining.

📄 PDF Abstract BibTeX arXiv:2507.14042

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Faster Vision Mamba is Rebuilt in Minutes via Merged Token Re-training

2024-12-17 · Mingjia Shi, Yuhao Zhou, Ruiji Yu, Zekai Li 외

Vision Mamba (e.g., Vim) has successfully been integrated into computer vision, and token reduction has yielded promising outcomes in Vision Transformers (ViTs). However, token reduction performs less effectively on Visi…

MambaToken Reduction

Spatial-Aware Reduction Framework: Towards Efficient and Faithful Visual State Space Models

2026-06-18 · Jindi Lv, Aoyu Li, Yuhao Zhou, Zheng Zhu 외 arxiv

Mamba demonstrates strong efficiency in modeling long visual sequences. However, when token reduction is applied to structurally enhanced Mamba variants, these models exhibit a severe performance collapse. We attribute t…

Dynamic Vision Mamba

2025-04-07 · Mengxuan Wu, Zekai Li, Zhiyuan Liang, Moyang Li 외

Mamba-based vision models have gained extensive attention as a result of being computationally more efficient than attention-based models. However, spatial redundancy still exists in these models, represented by token an…

Mamba

MambaScope: Coarse-to-Fine Scoping for Efficient Vision Mamba

2025-11-29 · Shanhui Liu, Rui Xu, Yunke Wang arxiv

Vision Mamba has emerged as a promising and efficient alternative to Vision Transformers, yet its efficiency remains fundamentally constrained by the number of input tokens. Existing token reduction approaches typically …

Stateful Token Reduction for Long-Video Hybrid VLMs

2026-02-27 · Jindong Jiang, Amala Sanjay Deshmukh, Kateryna Chumachenko, Karan Sapra 외 arxiv

Token reduction accelerates long-video vision--language models (VLMs), but existing methods target Transformers, where reduction is treated as token pruning. We study token reduction in hybrid Mamba--Transformer VLMs and…