paper-with-me

Papers

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

2026-03-22 · Xu Li, Yi Zheng, Yuxuan Liang, Zhe Liu, Xiaolei Chen, Haotian Chen, Rui Zhu, Xiangyang Xue arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.21105

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerated MR Fingerprinting with Low-Rank and Generative Subspace Modeling

2023-05-18 · Hengfa Lu, Huihui Ye, Lawrence L. Wald, Bo Zhao

Magnetic Resonance (MR) Fingerprinting is an emerging multi-parametric quantitative MR imaging technique, for which image reconstruction methods utilizing low-rank and subspace constraints have achieved state-of-the-art …

Image Reconstruction

Modeling Object Appearance Using Context-Conditioned Component Analysis

2015-06-01 · CVPR 2015 6 · Daniyar Turmukhambetov, Neill D. F. Campbell, Simon J. D. Prince, Jan Kautz

Subspace models have been very successful at modeling the appearance of structured image datasets when the visual objects have been aligned in the images (e.g., faces). Even with extensions that allow for global transfor…

Appearance TransferObject

TubeRMC: Tube-conditioned Reconstruction with Mutual Constraints for Weakly-supervised Spatio-Temporal Video Grounding

2025-11-13 · Jinxuan Li, Yi Zhang, Jian-Fang Hu, Chaolei Tan 외 arxiv

Spatio-Temporal Video Grounding (STVG) aims to localize a spatio-temporal tube that corresponds to a given language query in an untrimmed video. This is a challenging task since it involves complex vision-language unders…

Spatio-Temporal Video GroundingVisual Grounding

Toward High-Fidelity Visual Reconstruction: From EEG-Based Conditioned Generation to Joint-Modal Guided Rebuilding

2026-03-20 · Zhijian Gong, Tianren Yao, Wenjia Dong, Xueyuan Xu arxiv

Human visual reconstruction aims to reconstruct fine-grained visual stimuli based on subject-provided descriptions and corresponding neural signals. As a widely adopted modality, Electroencephalography (EEG) captures ric…

Image AugmentationImage Generation

Moving Beyond Diversity: Visual Token Pruning as Subspace Reconstruction for Efficient VLMs

2026-06-17 · Jaeyeon Lee, Shunjie Wen, Dong-Wan Choi arxiv

Despite their remarkable performance, Vision Language Models (VLMs) incur substantial computational overhead due to the large number of visual tokens. While diversity maximization has become a dominant strategy for token…