paper-with-me

홈 › Papers

ApET: Approximation-Error Guided Token Compression for Efficient VLMs

2026-02-23 · Qiankun Ma, Ziyao Zhang, Haofei Wang, Jie Chen, Zhen Song, Hairong Zheng arxiv

Recent Vision-Language Models (VLMs) have demonstrated remarkable multimodal understanding capabilities, yet the redundant visual tokens incur prohibitive computational overhead and degrade inference efficiency. Prior studies typically relies on [CLS] attention or text-vision cross-attention to identify and discard redundant visual tokens. Despite promising results, such solutions are prone to introduce positional bias and, more critically, are incompatible with efficient attention kernels such as FlashAttention, limiting their practical deployment for VLM acceleration. In this paper, we step away from attention dependencies and revisit visual token compression from an information-theoretic perspective, aiming to maximally preserve visual information without any attention involvement. We present ApET, an Approximation-Error guided Token compression framework. ApET first reconstructs the original visual tokens with a small set of basis tokens via linear approximation, then leverages the approximation error to identify and drop the least informative tokens. Extensive experiments across multiple VLMs and benchmarks demonstrate that ApET retains 95.2% of the original performance on image-understanding tasks and even attains 100.4% on video-understanding tasks, while compressing the token budgets by 88.9% and 87.5%, respectively. Thanks to its attention-free design, ApET seamlessly integrates with FlashAttention, enabling further inference acceleration and making VLM deployment more practical. Code is available at https://github.com/MaQianKun0/ApET.

📄 PDF Abstract BibTeX arXiv:2602.19870

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Mask and Permute Visual Tokens for Vision Transformer Pre-Training

2023-06-12 · Roberto Amoroso, Marcella Cornia, Lorenzo Baraldi, Andrea Pilzer 외

The use of self-supervised pre-training has emerged as a promising approach to enhance the performance of many different visual tasks. In this context, recent approaches have employed the Masked Image Modeling paradigm, …

Image Classification

ADKO: Agentic Decentralized Knowledge Optimization

2026-05-08 · Lucas Nerone Rillo, Zhanhong Jiang, Nastaran Saadati, Aditya Balu 외 arxiv

We present Agentic Decentralized Knowledge Optimization (ADKO), a framework for collaborative black-box optimization across autonomous agents that achieves sample efficiency, privacy preservation, heterogeneous-objective…

Neural Architecture Search

LLMComp: A Language Modeling Paradigm for Error-Bounded Scientific Data Compression (Technical Report)

2025-10-24 · Guozhong Li, Muhannad Alhumaidi, Spiros Skiadopoulos, Panos Kalnis arxiv

The rapid growth of high-resolution scientific simulations and observation systems is generating massive spatiotemporal datasets, making efficient, error-bounded compression increasingly important. Meanwhile, decoder-onl…

Compressed-Sensing-Guided, Inference-Aware Structured Reduction for Large Language Models

2026-03-22 · Andrew Kiruluta arxiv

Large language models deliver strong generative performance but at the cost of massive parameter counts, memory use, and decoding latency. Prior work has shown that pruning and structured sparsity can preserve accuracy u…

ShapeTalk: A Language Dataset and Framework for 3D Shape Edits and Deformations

2023-01-01 · CVPR 2023 1 · Panos Achlioptas, IAn Huang, Minhyuk Sung, Sergey Tulyakov 외

Editing 3D geometry is a challenging task requiring specialized skills. In this work, we aim to facilitate the task of editing the geometry of 3D models through the use of natural language. For example, we may want t…

3D geometryNeural Rendering