LGMar 22

ResPrune: Text-Conditioned Subspace Reconstruction for Visual Token Pruning in Large Vision-Language Models

arXiv:2603.2110585.11 citationsh-index: 3
Predicted impact top 11% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This addresses efficiency issues in LVLMs for users needing faster inference, but it is incremental as it builds on existing pruning approaches.

The paper tackled the computational and memory overhead of dense visual tokens in Large Vision-Language Models by proposing ResPrune, a training-free visual token pruning framework that selects a compact subset of tokens, resulting in consistent outperformance over existing pruning methods across multiple benchmarks with reductions in computation, memory, and inference latency.

Large Vision-Language Models (LVLMs) rely on dense visual tokens to capture fine-grained visual information, but processing all these tokens incurs substantial computational and memory overhead during inference. To address this issue, we propose ResPrune, a training-free visual token pruning framework that enables efficient LVLM inference by selecting a compact yet informative subset of visual tokens. ResPrune formulates visual token pruning as a subspace reconstruction problem and employs a greedy subspace expansion strategy guided by residual energy, allowing it to preserve the geometric structure of the original visual token space. To further incorporate cross modal alignment, the selection process is conditioned on textual relevance, encouraging the retention of tokens that are both informative and instruction-relevant. The proposed method is lightweight and model-agnostic, and can be seamlessly integrated into existing LVLM pipelines without retraining or architectural modifications. Extensive experiments on multiple LVLM backbones, including LLaVA-1.5, LLaVA-NeXT, and Qwen2.5-VL, demonstrate that ResPrune consistently outperforms existing pruning approaches across a wide range of benchmarks, while achieving effective reductions in computation, memory consumption, and inference latency.

Foundations

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

Your Notes