paper-with-me

Papers

EvoCut: Multi-Layer Evolution-Aware Visual Token Compression for Efficient Large Vision-Language Models

2026-06-01 · Hongyu Lu, Feng Zhang, Wenwei Jin, Huanling Hu, Pengfei Zhang, Yao Hu, Jiawei Li, Shikai Jiang arxiv

Large vision-language models (LVLMs) achieve strong performance on image and video understanding tasks, but their inference efficiency is constrained by the large number of visual tokens produced by vision encoders. Most existing visual token compression methods estimate token importance from attention scores or representation properties at specific layers, overlooking how visual tokens evolve across the vision encoder. Such layer-specific criteria may provide incomplete importance estimates and limit performance preservation after compression. To address this issue, we analyze layer-wise visual token evolution directions and observe that tokens form multiple group evolution directions across vision-encoder layers. Our analysis further shows that informative tokens tend to exhibit persistent deviations from common group evolution directions. Based on this observation, we propose EvoCut, a training-free and attention-free visual token compression method that estimates token importance from multi-layer evolution deviation. Experimental results show that EvoCut can retain only 11.1\% of the visual tokens on LLaVA-1.5-7B while preserving 94.4\% of the average performance, demonstrating its effectiveness in balancing efficiency and accuracy.

📄 PDF Abstract BibTeX arXiv:2606.01756

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

EvoCut: Strengthening Integer Programs via Evolution-Guided Language Models

2025-08-16 · Milad Yazdani, Mahdi Mostajabdaveh, Samin Aref, Zirui Zhou arxiv

Integer programming (IP) is central to many combinatorial optimization tasks but remains challenging due to its NP-hard nature. A practical way to improve IP solvers is to manually design acceleration cuts, i.e., inequal…

Visual Prompt-Agnostic Evolution

2026-01-28 · Junze Wang, Lei Fan, Dezheng Zhang, Weipeng Jing 외 arxiv

Visual Prompt Tuning (VPT) adapts a frozen Vision Transformer (ViT) to downstream tasks by inserting a small number of learnable prompt tokens into the token sequence at each layer. However, we observe that existing VPT …

Visual Prompt Tuning

Topology-Aware Layer Pruning for Large Vision-Language Models

2026-04-14 · Pengcheng Zheng, Chaoning Zhang, Ya Wen, Wang Liu 외 arxiv

Large Language Models (LLMs) have demonstrated strong capabilities in natural language understanding and reasoning, while recent extensions that incorporate visual inputs enable them to process multimodal information. De…

Natural Language UnderstandingPoint Clouds

The Hidden Evolution of Disguised Visual Context inside the VLM

2026-06-18 · Wish Suharitdamrong, Tony Alex, Muhammad Awais, Sara Atito arxiv

Visual tokens enter Large Language Models (LLMs) as raw, foreign signals. How they are transformed into meaningful representations and interact with the language space depends entirely on the integration architecture. Wh…

Spectral Evolution-Guided Token Pruning in Multimodal Large Language Models

2026-06-23 · Bin Chen, Yuxiang Cai, Yadan Luo, Yi Zhang 외 arxiv

Reducing visual token redundancy is critical for accelerating Multimodal Large Language Models (MLLMs) without degrading cross-modal reasoning performance. Existing token pruning methods typically rely on single-layer si…