CVAINov 23, 2024

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

arXiv:2411.15446v18 citationsh-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses deployment challenges for LMMs by providing a practical, training-free acceleration method, though it is incremental as it builds on existing token reduction techniques.

The paper tackles the high computational demands of Large Multimodal Models (LMMs) by proposing freePruner, a training-free token reduction approach that achieves 2x acceleration while maintaining comparable performance on visual question-answering benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes