CVMar 11

Language-Guided Token Compression with Reinforcement Learning in Large Vision-Language Models

arXiv:2603.1339498.48 citationsh-index: 5Has Code
AI Analysis

This addresses computational efficiency for users of LVLMs, offering a novel method that is not purely incremental but builds on existing token reduction approaches with significant improvements.

The paper tackles the high inference costs in Large Vision-Language Models by proposing TPRL, a reinforcement learning framework for adaptive visual token pruning, which removes up to 66.7% of tokens and reduces FLOPs by 54.2% with only a 0.7% average accuracy drop.

Large Vision-Language Models (LVLMs) incur substantial inference costs due to the processing of a vast number of visual tokens. Existing methods typically struggle to model progressive visual token reduction as a multi-step decision process with sequential dependencies and often rely on hand-engineered scoring rules that lack adaptive optimization for complex reasoning trajectories. To overcome these limitations, we propose TPRL, a reinforcement learning framework that learns adaptive pruning trajectories through language-guided sequential optimization tied directly to end-task performance. We formulate visual token pruning as a sequential decision process with explicit state transitions and employ a self-supervised autoencoder to compress visual tokens into a compact state representation for efficient policy learning. The pruning policy is initialized through learning from demonstrations and subsequently fine-tuned using Proximal Policy Optimization (PPO) to jointly optimize task accuracy and computational efficiency. Our experimental results demonstrate that TPRL removes up to 66.7\% of visual tokens and achieves up to a 54.2\% reduction in FLOPs during inference while maintaining a near-lossless average accuracy drop of only 0.7\%. Code is released at \href{https://github.com/MagicVicCoder/TPRL}{\textcolor{mypink}{https://github.com/MagicVicCoder/TPRL}}.

Foundations

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

Your Notes