CVAIApr 14

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

arXiv:2604.1276797.6h-index: 7Has Code
Predicted impact top 5% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners deploying MLLMs, CLASP offers a robust method to reduce computational overhead without sacrificing performance, addressing the brittleness of static pruning strategies.

CLASP proposes a plug-and-play token reduction framework for MLLMs that uses class-adaptive layer fusion and dual-stage pruning to reduce visual token redundancy. It consistently outperforms existing methods across benchmarks and pruning ratios.

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Transformer (ViT) features and static pruning strategies. However, such fixed configurations are often brittle under diverse instructions. To overcome these limitations, we propose CLASP, a plug-and-play token reduction framework based on class-adaptive layer fusion and dual-stage pruning. Specifically, CLASP first constructs category-specific visual representations through multi-layer vision feature fusion. It then performs dual-stage pruning, allocating the token budget between attention-salient pivot tokens for relevance and redundancy-aware completion tokens for coverage. Through class-adaptive pruning, CLASP enables prompt-conditioned feature fusion and budget allocation, allowing aggressive yet robust visual token reduction. Extensive experiments demonstrate that CLASP consistently outperforms existing methods across a wide range of benchmarks, pruning ratios, and MLLM architectures. Code will be available at https://github.com/Yunkaidang/CLASP.

Foundations

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

Your Notes