Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

TAMP: Token-Adaptive Layerwise Pruning in Multimodal Large Language Models

About

Multimodal Large Language Models (MLLMs) have shown remarkable versatility in understanding diverse multimodal data and tasks. However, these capabilities come with an increased model scale. While post-training pruning reduces model size in unimodal models, its application to MLLMs often yields limited success. Our analysis discovers that conventional methods fail to account for the unique token attributes across layers and modalities inherent to MLLMs. Inspired by this observation, we propose TAMP, a simple yet effective pruning framework tailored for MLLMs, featuring two key components: (1) Diversity-Aware Sparsity, which adjusts sparsity ratio per layer based on diversities among multimodal output tokens, preserving more parameters in high-diversity layers; and (2) Adaptive Multimodal Input Activation, which identifies representative multimodal input tokens using attention scores to guide unstructured weight pruning. We validate our method on two state-of-the-art MLLMs: LLaVA-NeXT, designed for vision-language tasks, and VideoLLaMA2, capable of processing audio, visual, and language modalities. Empirical experiments across various multimodal evaluation benchmarks demonstrate that each component of our approach substantially outperforms existing pruning techniques.

Jaewoo Lee, Keyang Xuan, Chanakya Ekbote, Sandeep Polisetty, Yi R. Fung, Paul Pu Liang• 2025

Related benchmarks

TaskDatasetResultRank
Visual Question AnsweringTextVQA--
1117
Video UnderstandingMVBench
Accuracy42.6
247
Video UnderstandingVideoMME
Overall Score49.3
192
Video Question AnsweringNExT-QA Multi-choice
Accuracy52.5
102
Video UnderstandingEgoSchema
Accuracy32.2
49
Multi-image UnderstandingMuirBench
Score40.9
26
Video Question AnsweringNextQA MC
Score70.9
24
Audio Question and AnsweringClothoAQA
Accuracy71
20
Interleaved Image Multimodal UnderstandingBLINK
Score45.9
15
Audio ClassificationVocal Sound
Score92.1
13
Showing 10 of 18 rows

Other info

Code

Follow for update