paper-with-me

홈 › Papers

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 demand high-resolution inputs that produce tens of thousands of visual tokens. We observe that this cost is largely wasteful -- across document and GUI benchmarks, only 22--71\% of image patches are pixel-unique, the rest being exact duplicates of another patch in the same image. We propose \textbf{PixelPrune}, which exploits this pixel-level redundancy through predictive-coding-based compression, pruning redundant patches \emph{before} the Vision Transformer (ViT) encoder. Because it operates in pixel space prior to any neural computation, PixelPrune accelerates both the ViT encoder and the downstream LLM, covering the full inference pipeline. The method is training-free, requires no learnable parameters, and supports pixel-lossless compression ($τ{=}0$) as well as controlled lossy compression ($τ{>}0$). Experiments across three model scales and document and GUI benchmarks show that PixelPrune maintains competitive task accuracy while delivering up to 4.2$\times$ inference speedup and 1.9$\times$ training acceleration. Code is available at https://github.com/OPPO-Mente-Lab/PixelPrune.

📄 PDF Abstract BibTeX arXiv:2604.00886

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DocKylin: A Large Multimodal Model for Visual Document Understanding with Efficient Visual Slimming

2024-06-27 · Jiaxin Zhang, Wentao Yang, Songxuan Lai, Zecheng Xie 외

Current multimodal large language models (MLLMs) face significant challenges in visual document understanding (VDU) tasks due to the high resolution, dense text, and complex layouts typical of document images. These char…

document understanding

Granulon: Awakening Pixel-Level Visual Encoders with Adaptive Multi-Granularity Semantics for MLLM

2026-03-09 · Junyuan Mao, Qiankun Li, Linghao Meng, Zhicheng He 외 arxiv

Recent advances in multimodal large language models largely rely on CLIP-based visual encoders, which emphasize global semantic alignment but struggle with fine-grained visual understanding. In contrast, DINOv3 provides …

SPAR: Semantic-Pixel Self-Alignment and Adaptive Routing for Unified Multimodal Models

2026-06-22 · Hongxiang Li, Hongxu Chen, Chenyang Zhu, Xiaoshuang Huang 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable success in visual understanding but remain constrained in visual generation due to the fundamental feature discrepancy between semantic perception and pix…

UniFlow: A Unified Pixel Flow Tokenizer for Visual Understanding and Generation

2025-10-12 · Zhengrong Yue, Haiyu Zhang, Xiangyu Zeng, Boyu Chen 외 arxiv

Tokenizer is a crucial component for both visual understanding and generation. To advance toward the ultimate goal of universal modeling, recent research has focused on developing a unified tokenizer. However, existing t…

Structure over Pixels: Learning Variable-Length Visual Programs

2026-05-26 · Piotr Wyrwiński, Kacper Dobek, Krzysztof Krawiec arxiv

Discrete visual tokenizers translate images into ordered sequences of codes, providing a natural representation for structural description of scenes. Yet existing adaptive tokenizers either require post-hoc search or sel…