paper-with-me

Papers

freePruner: A Training-free Approach for Large Multimodal Model Acceleration

2024-11-23 · Bingxin Xu, Yuzhang Shang, Yunhao Ge, Qian Lou, Yan Yan

Large Multimodal Models (LMMs) have demonstrated impressive capabilities in visual-language tasks but face significant deployment challenges due to their high computational demands. While recent token reduction methods show promise for accelerating LMMs, they typically require extensive retraining or fine-tuning, making them impractical for many state-of-the-art models, especially those with proprietary training data. We propose freePruner, a training-free token reduction approach that can be directly applied to any open-source LMM without additional training. Unlike existing methods that rely heavily on token merging operations, freePruner employs a two-stage token selection strategy: (1) identifying pivotal tokens that capture high-level semantic information using our designed contribution degree metric, and (2) selecting complementary tokens that preserve essential low-level visual details through attention pattern analysis. Extensive experiments demonstrate that freePruner achieves 2x acceleration while maintaining comparable performance across mainstream visual question-answering benchmarks in the training-free setting. Moreover, freePruner is orthogonal to and can be combined with other post-training acceleration techniques, such as post-training quantization, providing a practical solution for efficient LMM deployment.

📄 PDF Abstract BibTeX arXiv:2411.15446

Code (0)

등록된 구현이 없습니다.

Tasks

QuantizationQuestion AnsweringToken ReductionVisual Question Answering

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

VisionTrim: Unified Vision Token Compression for Training-Free MLLM Acceleration

2026-01-30 · Hanxun Yu, Wentong Li, Xuan Qu, Song Wang 외 arxiv

Multimodal large language models (MLLMs) suffer from high computational costs due to excessive visual tokens, particularly in high-resolution and video-based scenarios. Existing token reduction methods typically focus on…

Flash-Unified: A Training-Free and Task-Aware Acceleration Framework for Native Unified Models

2026-03-16 · Junlong Ke, Zichen Wen, Boxue Yang, Yantai Yang 외 arxiv

Native unified multimodal models, which integrate both generative and understanding capabilities, face substantial computational overhead that hinders their real-world deployment. Existing acceleration techniques typical…

Image GenerationNetwork Pruning

SparseMM: Head Sparsity Emerges from Visual Concept Responses in MLLMs

2025-06-05 · Jiahui Wang, Zuyan Liu, Yongming Rao, Jiwen Lu

Multimodal Large Language Models (MLLMs) are commonly derived by extending pre-trained Large Language Models (LLMs) with visual capabilities. In this work, we investigate how MLLMs process visual inputs by analyzing thei…

SinkRouter: Sink-Aware Routing for Efficient Long-Context Decoding in Large Language and Multimodal Models

2026-04-18 · Junnan Liu, Xinyan Liu, Peifeng Gao, Zhaobo Qi 외 arxiv

In long-context decoding for LLMs and LMMs, attention becomes increasingly memory-bound because each decoding step must load a large amount of KV-cache data from GPU memory. Existing acceleration strategies often trade e…

Rethinking Token Reduction in MLLMs: Towards a Unified Paradigm for Training-Free Acceleration

2024-11-26 · Yuhang Han, Xuyang Liu, Pengxiang Ding, Donglin Wang 외

To accelerate the inference of heavy Multimodal Large Language Models (MLLMs), this study rethinks the current landscape of training-free token reduction research. We regret to find that the critical components of existi…

Token Reduction