paper-with-me

홈 › Papers

Vision Token Reduction via Attention-Driven Self-Compression for Efficient Multimodal Large Language Models

2026-02-13 · Omer Faruk Deniz, Ruiyu Mao, Ruochen Li, Yapeng Tian, Latifur Khan arxiv

Multimodal Large Language Models (MLLMs) incur significant computational cost from processing numerous vision tokens through all LLM layers. Prior pruning methods operate either before the LLM, limiting generality due to diverse encoder-projector designs or within the LLM using heuristics that are incompatible with FlashAttention. We take a different approach: rather than identifying unimportant tokens, we treat the LLM itself as the optimal guide for compression. Observing that deeper layers naturally transmit vision-to-text information, we introduce Attention-Driven Self-Compression (ADSC), a simple, broadly applicable method that progressively reduces vision tokens using only the LLM's attention mechanism. Our method applies uniform token downsampling at selected layers, forming bottlenecks that encourage the model to reorganize and compress information into the remaining tokens. It requires no score computation, auxiliary modules, or attention modification, and remains fully compatible with FlashAttention. Applied to LLaVA-1.5, ADSC reduces FLOPs by 53.7% and peak KV-cache memory by 56.7%, while preserving 98.2% of the original model performance. Across multiple benchmarks, it outperforms prior pruning approaches in both efficiency and accuracy. Crucially, under high compression ratios, our method remains robust while heuristic-based techniques degrade sharply.

📄 PDF Abstract BibTeX arXiv:2602.12618

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Context-Aware Token Selection and Packing for Enhanced Vision Transformer

2024-10-31 · Tianyi Zhang, Baoxin Li, Jae-sun Seo, Yu Cao

In recent years, the long-range attention mechanism of vision transformers has driven significant performance breakthroughs across various computer vision tasks. However, the traditional self-attention mechanism, which p…

GPUobject-detectionObject Detection

RAPID: Layer-Wise Redundancy-Aware Pruning and Importance-Driven Token Merging for Efficient ViT

2026-06-06 · Kyumin Choi, Ikbeom Jang arxiv

Vision Transformers (ViTs) achieve strong performance but suffer from high computational costs due to quadratic self-attention complexity. Although token reduction techniques such as pruning and merging mitigate this, th…

STAR: Stage-Wise Attention-Guided Token Reduction for Efficient Large Vision-Language Models Inference

2025-05-18 · Yichen Guo, Hanze Li, Zonghao Zhang, Jinhao You 외

Although large vision-language models (LVLMs) leverage rich visual token representations to achieve strong performance on multimodal tasks, these tokens also introduce significant computational overhead during inference.…

Token Reduction

Efficient LLaMA-3.2-Vision by Trimming Cross-attended Visual Features

2025-04-01 · Jewon Lee, Ki-Ung Song, Seungmin Yang, Donguk Lim 외

Visual token reduction lowers inference costs caused by extensive image features in large vision-language models (LVLMs). Unlike relevant studies that prune tokens in self-attention-only LVLMs, our work uniquely addresse…

Token Reduction

Token Reduction Should Go Beyond Efficiency in Generative Models -- From Vision, Language to Multimodality

2025-05-23 · Zhenglun Kong, Yize Li, Fanhu Zeng, Lei Xin 외

In Transformer architectures, tokens\textemdash discrete units derived from raw data\textemdash are formed by segmenting inputs into fixed-length chunks. Each token is then mapped to an embedding, enabling parallel atten…

In-Context LearningToken Reduction