paper-with-me

홈 › Papers

Variation-aware Vision Token Dropping for Faster Large Vision-Language Models

2025-09-01 · Junjie Chen, Xuyang Liu, Zichen Wen, Yiyu Wang, Siteng Huang, Honggang Chen arxiv

Large vision-language models (LVLMs) have demonstrated remarkable capabilities in multimodal understanding tasks. However, the increasing demand for high-resolution image and long-video understanding results in substantial token counts, consequently leading to reduced inference efficiency. Token compression offers a direct solution by reducing the number of tokens to be processed, thereby improving computational efficiency without architectural changes. Through extensive analysis, we identify two critical limitations in existing inner-LLM token compression methods: positional bias and incompatibility with efficient operators, which critically hinder their practical deployment for LVLM acceleration. This paper presents the first approach from a dynamic token variation perspective, revealing that visual token variations within LLMs exhibit task-agnostic properties. We propose Variation-aware Vision Token Dropping (\textit{i.e.}, \textbf{V$^2$Drop}), which progressively removes visual tokens with minimal variation during LVLM inference, thereby enhancing computational efficiency. Extensive experiments across multiple models and benchmarks consistently demonstrate that V$^2$Drop maintains \textbf{94.0\%} and \textbf{98.6\%} of the original performance for image and video understanding tasks respectively, while reducing LLM generation latency by \textbf{31.5\%} and \textbf{74.2\%}.

📄 PDF Abstract BibTeX arXiv:2509.01552

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Multi-Stage Vision Token Dropping: Towards Efficient Multimodal Large Language Model

2024-11-16 · Ting Liu, Liangtao Shi, Richang Hong, Yue Hu 외

The vision tokens in multimodal large language models usually exhibit significant spatial and temporal redundancy and take up most of the input tokens, which harms their inference efficiency. To solve this problem, some …

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

Efficient Training with Foresight: Multi-Token Auxiliary Supervision for Autoregressive Image Generation

2026-08-26 · Guo Niu, Xiongfei Yao, Teng Wang, Nannan Zhu arxiv

Autoregressive (AR) image generation has shown strong potential for scalable high-fidelity synthesis by modeling images as discrete token sequences. However, traditional next token prediction (NTP) continues to suffer fr…

Image Generation

HERO: Rethinking Visual Token Early Dropping in High-Resolution Large Vision-Language Models

2025-09-16 · Xu Li, Yuxuan Liang, Xiaolei Chen, Yi Zheng 외 arxiv

By cropping high-resolution images into local tiles and encoding them independently, High-Resolution Large Vision-Language Models (HR-LVLMs) have demonstrated remarkable fine-grained visual understanding capabilities. Ho…

SWAN: World-Aware Adaptive Multimodal Networks for Runtime Variations

2026-04-28 · Jason Wu, Shir-Kang Scott Jin, Yuyang Yuan, Maggie Wigness 외 arxiv

Multimodal deep neural networks deployed in realistic environments must contend with runtime variations: changes in modality quality, overall input complexity, and available platform resources. Current networks struggle …

Autonomous Driving

HiRED: Attention-Guided Token Dropping for Efficient Inference of High-Resolution Vision-Language Models

2024-08-20 · Kazi Hasan Ibn Arif, JinYi Yoon, Dimitrios S. Nikolopoulos, Hans Vandierendonck 외

High-resolution Vision-Language Models (VLMs) are widely used in multimodal tasks to enhance accuracy by preserving detailed image information. However, these models often generate an excessive number of visual tokens du…

GPULanguage ModellingLarge Language Model