CVAICLApr 1

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

arXiv:2604.0088695.41 citationsHas Code
Predicted impact top 8% in CV · last 90 daysOriginality Highly original
AI Analysis

This addresses efficiency bottlenecks for users of VLMs in high-resolution applications like document and GUI analysis, offering a training-free solution with significant speed improvements.

The paper tackles the high computational cost of Vision-Language Models (VLMs) in document and GUI understanding by proposing PixelPrune, a method that prunes redundant image patches before the Vision Transformer encoder, achieving up to 4.2× inference speedup and 1.9× training acceleration while maintaining competitive task accuracy.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes