English

PAR: Prompt-Aware Token Reduction Method for Efficient Large Multimodal Models

Computer Vision and Pattern Recognition 2024-12-03 v2 Artificial Intelligence

Abstract

Multimodal large language models (MLLMs) demonstrate strong performance across visual tasks, but their efficiency is hindered by significant computational and memory demands from processing long contexts in multimodal inputs. To address this, we introduce PAR (Prompt-Aware Token Reduction), a novel and plug-and-play approach that reduces visual tokens efficiently without compromising model performance. Unlike previous methods that rely heavily on attention mechanisms and overlooking cross-modal interactions , we uses a prompt-aware strategy to adpative identify and cluster essential visual tokens. PAR categorizes visual context redundancy into two types: external and internal. External redundancy is minimized through semantic retrieval, while internal redundancy is addressed using a token routing mechanism. This method substantially reduces computational load without requiring additional training or complex architectural modifications. \textbf{Experimental results demonstrate that across various visual question answering tasks, PAR reduces FLOPs by 83\% with a compression ratio of 89\%, while retaining 97\% of baseline accuracy.} The adaptive design of PAR achieves a 2x token reduction ratio compared to prior approaches, enabling a better balance between performance and efficiency.

Keywords

Cite

@article{arxiv.2410.07278,
  title  = {PAR: Prompt-Aware Token Reduction Method for Efficient Large Multimodal Models},
  author = {Yingen Liu and Fan Wu and Ruihui Li and Zhuo Tang and Kenli Li},
  journal= {arXiv preprint arXiv:2410.07278},
  year   = {2024}
}

Comments

10 pages, 5 figures,3 tables

R2 v1 2026-06-28T19:15:04.898Z