paper-with-me

홈 › Papers

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

2024-10-09 · Yingen Liu, Fan Wu, Ruihui Li, Zhuo Tang, Kenli Li

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.

📄 PDF Abstract BibTeX arXiv:2410.07278

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringRetrievalSemantic RetrievalToken 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 제목 키워드 기반

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

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

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 Tra…

Prompt-Aware Adapter: Towards Learning Adaptive Visual Tokens for Multimodal Large Language Models

2024-05-24 · Yue Zhang, Hehe Fan, Yi Yang

To bridge the gap between vision and language modalities, Multimodal Large Language Models (MLLMs) usually learn an adapter that converts visual inputs to understandable tokens for Large Language Models (LLMs). However, …

Question AnsweringVisual Question Answering

Token-Level Contrastive Learning with Modality-Aware Prompting for Multimodal Intent Recognition

2023-12-22 · Qianrui Zhou, Hua Xu, Hao Li, Hanlei Zhang 외

Multimodal intent recognition aims to leverage diverse modalities such as expressions, body movements and tone of speech to comprehend user's intent, constituting a critical task for understanding human language and beha…

Contrastive LearningIntent RecognitionMultimodal Intent RecognitionPrompt Learning

Token-Efficient Multimodal Reasoning via Image Prompt Packaging

2026-04-02 · Joong Ho Choi, Jiayang Zhao, Avani Appalla, Himansh Mukesh 외 arxiv

Deploying large multimodal language models at scale is constrained by token-based inference costs, yet the cost-performance behavior of visual prompting strategies remains poorly characterized. We introduce Image Prompt …

Multimodal ReasoningSpatial ReasoningCode Generation

FastMMoE: Accelerating Multimodal Large Language Models through Dynamic Expert Activation and Routing-Aware Token Pruning

2025-11-22 · Guoyang Xia, Yifeng Ding, Fengfa Li, Lei Ren 외 arxiv

Multimodal large language models (MLLMs) have achieved impressive performance, but high-resolution visual inputs result in long sequences of visual tokens and substantial inference latency. Reducing redundant visual toke…