paper-with-me

홈 › Papers

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

2025-09-16 · Xu Li, Yuxuan Liang, Xiaolei Chen, Yi Zheng, Haotian Chen, Bin Li, Xiangyang Xue 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. However, this divide-and-conquer paradigm significantly increases the number of visual tokens, resulting in substantial computational and memory overhead. To better understand and address this challenge, we empirically investigate visual token utilization in HR-LVLMs and uncover three key findings: (1) the local tiles have varying importance, jointly determined by visual saliency and task relevance; (2) the CLS token in CLIP-based vision encoders exhibits a two-stage attention pattern across layers, with each stage attending to different types of visual tokens; (3) the visual tokens emphasized at different stages encode information at varying levels of granularity, playing complementary roles within LVLMs. Building on these insights, we propose HERO, a High-resolution visual token early dropping framework that integrates content-adaptive token budget allocation with function-aware token selection. By accurately estimating tile-level importance and selectively retaining visual tokens with complementary roles, HERO achieves superior efficiency-accuracy trade-offs across diverse benchmarks and model scales, all in a training-free manner. This study provides both empirical insights and practical solutions toward efficient inference in HR-LVLMs.

📄 PDF Abstract BibTeX arXiv:2509.13067

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

Soft Tail-dropping for Adaptive Visual Tokenization

2026-01-20 · Zeyuan Chen, Kai Zhang, Zhuowen Tu, Yuanjun Xiong arxiv

We present Soft Tail-dropping Adaptive Tokenizer (STAT), a 1D discrete visual tokenizer that adaptively chooses the number of output tokens per image according to its structural complexity and level of detail. STAT encod…

Sprint: Sparse-Dense Residual Fusion for Efficient Diffusion Transformers

2025-10-24 · Dogyun Park, Moayed Haji-Ali, Yanyu Li, Willi Menapace 외 arxiv

Diffusion Transformers (DiTs) deliver state-of-the-art generative performance but their quadratic training cost with sequence length makes large-scale pretraining prohibitively expensive. Token dropping can reduce traini…

VScan: Rethinking Visual Token Reduction for Efficient Large Vision-Language Models

2025-05-28 · Ce Zhang, Kaixin Ma, Tianqing Fang, Wenhao Yu 외

Recent Large Vision-Language Models (LVLMs) have advanced multi-modal understanding by incorporating finer-grained visual perception and encoding. However, such methods incur significant computational costs due to longer…

Language ModelingLanguage ModellingToken Reduction

Revisiting Token Dropping Strategy in Efficient BERT Pretraining

2023-05-24 · Qihuang Zhong, Liang Ding, Juhua Liu, Xuebo Liu 외

Token dropping is a recently-proposed strategy to speed up the pretraining of masked language models, such as BERT, by skipping the computation of a subset of the input tokens at several middle layers. It can effectively…