paper-with-me

홈 › Papers

Towards Lossless Ultimate Vision Token Compression for VLMs

2025-12-09 · Dehua Zheng, Mouxiao Huang, Borui Jiang, Hailin Hu, Xinghao Chen arxiv

Visual language models encounter challenges in computational efficiency and latency, primarily due to the substantial redundancy in the token representations of high-resolution images and videos. Current attention/similarity-based compression algorithms suffer from either position bias or class imbalance, leading to significant accuracy degradation. They also fail to generalize to shallow LLM layers, which exhibit weaker cross-modal interactions. To address this, we extend token compression to the visual encoder through an effective iterative merging scheme that is orthogonal in spatial axes to accelerate the computation across the entire VLM. Furthermoer, we integrate a spectrum pruning unit into LLM through an attention/similarity-free low-pass filter, which gradually prunes redundant visual tokens and is fully compatible to modern FlashAttention. On this basis, we propose Lossless Ultimate Vision tokens Compression (LUVC) framework. LUVC systematically compresses visual tokens until complete elimination at the final layer of LLM, so that the high-dimensional visual features are gradually fused into the multimodal queries. The experiments show that LUVC achieves a 2 speedup inference in language model with negligible accuracy degradation, and the training-free characteristic enables immediate deployment across multiple VLMs.

📄 PDF Abstract BibTeX arXiv:2512.09010

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Less Is More -- Until It Breaks: Security Pitfalls of Vision Token Compression in Large Vision-Language Models

2026-01-17 · Xiaomei Zhang, Zhaoxi Zhang, Leo Yu Zhang, Yanjun Zhang 외 arxiv

Visual token compression is widely adopted to improve the inference efficiency of Large Vision-Language Models (LVLMs), enabling their deployment in latency-sensitive and resource-constrained scenarios. However, existing…

FlashVLM: Text-Guided Visual Token Selection for Large Multimodal Models

2025-12-23 · Kaitong Cai, Jusheng Zhang, Jing Yang, Yijia Fan 외 arxiv

Large vision-language models (VLMs) typically process hundreds or thousands of visual tokens per image or video frame, incurring quadratic attention cost and substantial redundancy. Existing token reduction methods often…

ASAP: Attention-Shift-Aware Pruning for Efficient LVLM Inference

2026-03-15 · Surendra Pathak, Bo Han arxiv

While Large Vision-Language Models (LVLMs) demonstrate exceptional multi-modal capabilities, the quadratic computational cost of processing high-resolution visual tokens remains a critical bottleneck. Though recent token…

LUMI: Tokenizer-Agnostic LLM-Based Lossless Image Compression

2026-07-09 · Chris Xing Tian, Chengkai Wu, Ziyu Wang, Rongqun Lin 외 arxiv

Large language model (LLM)-based lossless image compression methods typically represent pixel data through the native text interface of a pretrained model, converting pixel values into token sequences that the LLM proces…

Image Compression

PixelPrune: Pixel-Level Adaptive Visual Token Reduction via Predictive Coding

2026-04-01 · Nan Wang, Zhiwei Jin, Chen Chen, Haonan Lu arxiv

Document understanding and GUI interaction are among the highest-value applications of Vision-Language Models (VLMs), yet they impose exceptionally heavy computational burden: fine-grained text and small UI elements dema…