paper-with-me

홈 › Papers

CLIP Tricks You: Training-free Token Pruning for Efficient Pixel Grounding in Large VIsion-Language Models

2026-05-13 · Sangin Lee, Yukyung Choi arxiv

In large vision-language models, visual tokens typically constitute the majority of input tokens, leading to substantial computational overhead. To address this, recent studies have explored pruning redundant or less informative visual tokens for image understanding tasks. However, these methods struggle with pixel grounding tasks, where token importance is highly contingent on the input text. Through an in-depth analysis of CLIP, we observe that visual tokens within referent regions often exhibit low similarity to their textual representation. Motivated by this insight, we introduce LiteLVLM, a training-free, text-guided token pruning strategy for efficient pixel grounding inference. By reversing the ranking of CLIP's visual-text similarity, LiteLVLM effectively retains visual tokens covering the referent regions, while recovering context tokens to enable clear foreground-background separation. Extensive experiments demonstrate that LiteLVLM significantly outperforms existing methods by over 5% across diverse token budgets. Without any training or fine-tuning, LiteLVLM maintains 90% of the original performance with a 22% speedup and a 2.3X memory reduction. Our code is available at https://github.com/sejong-rcv/LiteLVLM.

📄 PDF Abstract BibTeX arXiv:2605.13178

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Is Less More? Exploring Token Condensation as Training-free Adaptation for CLIP

2024-10-16 · Zixin Wang, Dong Gong, Sen Wang, Zi Huang 외

Contrastive language-image pre-training (CLIP) has shown remarkable generalization ability in image classification. However, CLIP sometimes encounters performance drops on downstream datasets during zero-shot inference. …

image-classificationImage ClassificationTest-time Adaptation

Attention-Driven Training-Free Efficiency Enhancement of Diffusion Models

2024-05-08 · CVPR 2024 1 · Hongjie Wang, Difan Liu, Yan Kang, Yijun Li 외

Diffusion Models (DMs) have exhibited superior performance in generating high-quality and diverse images. However, this exceptional performance comes at the cost of expensive architectural design, particularly due to the…

Denoising

OmniSelect: Dynamic Modality-Aware Token Compression for Efficient Omni-modal Large Language Models

2026-05-18 · Morunliu Yang, Ruotao Xu, Le Li, Yue Wang 외 arxiv

Omnimodal large language models (OmniLLMs) have recently gained increasing attention for unified audio-video understanding. However, processing long multimodal token sequences introduces substantial computational overhea…

FoPru: Focal Pruning for Efficient Large Vision-Language Models

2024-11-21 · Lei Jiang, Weizhe Huang, Tongxuan Liu, Yuting Zeng 외

Large Vision-Language Models (LVLMs) represent a significant advancement toward achieving superior multimodal capabilities by enabling powerful Large Language Models (LLMs) to understand visual input. Typically, LVLMs ut…

Patch Ranking: Efficient CLIP by Learning to Rank Local Patches

2024-09-22 · Cheng-En Wu, Jinhong Lin, Yu Hen Hu, Pedro Morgado

Contrastive image-text pre-trained models such as CLIP have shown remarkable adaptability to downstream tasks. However, they face challenges due to the high computational requirements of the Vision Transformer (ViT) back…

Learning-To-Rank