paper-with-me

Papers

LaCo: Efficient Layer-wise Compression of Visual Tokens for Multimodal Large Language Models

2025-07-03 · Juntao Liu, Liqiang Niu, Wenchao Chen, Jie Zhou, Fandong Meng arxiv

Existing visual token compression methods for Multimodal Large Language Models (MLLMs) predominantly operate as post-encoder modules, limiting their potential for efficiency gains. To address this limitation, we propose LaCo (Layer-wise Visual Token Compression), a novel framework that enables effective token compression within the intermediate layers of the vision encoder. LaCo introduces two core components: 1) a layer-wise pixel-shuffle mechanism that systematically merges adjacent tokens through space-to-channel transformations, and 2) a residual learning architecture with non-parametric shortcuts that preserves critical visual information during compression. Extensive experiments indicate that our LaCo outperforms all existing methods when compressing tokens in the intermediate layers of the vision encoder, demonstrating superior effectiveness. In addition, compared to external compression, our method improves training efficiency beyond 20% and inference throughput over 15% while maintaining strong performance.

📄 PDF Abstract BibTeX arXiv:2507.02279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GeLaCo: An Evolutionary Approach to Layer Compression

2025-07-14 · David Ponce, Thierry Etchegoyhen, Javier Del Ser arxiv

Large Language Models (LLM) have achieved remarkable performance across a large number of tasks, but face critical deployment and usage barriers due to substantial computational requirements. Model compression methods, w…

Model Compression

LaCo: Large Language Model Pruning via Layer Collapse

2024-02-17 · Yifei Yang, Zouying Cao, Hai Zhao

Large language models (LLMs) based on transformer are witnessing a notable trend of size expansion, which brings considerable costs to both model training and inference. However, existing methods such as model quantizati…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model+2

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

InternVL-X: Advancing and Accelerating InternVL Series with Efficient Visual Token Compression

2025-03-27 · Dongchen Lu, Yuyao Sun, Zilu Zhang, Leping Huang 외

Most multimodal large language models (MLLMs) treat visual tokens as "a sequence of text", integrating them with text tokens into a large language model (LLM). However, a great quantity of visual tokens significantly inc…

Computational EfficiencyLarge Language Model

One Layer's Trash is Another Layer's Treasure: Adaptive Layer-wise Visual Token Selection in LVLMs

2026-06-12 · Yongru Chen, Kai Zhang, Zeliang Zong, Yuchen Lu 외 arxiv

Large Vision-Language Models (LVLMs) have achieved remarkable success across diverse multimodal tasks, yet their practical deployment remains constrained by the computational burden arising from lengthy visual tokens. Wh…