Semantic-Clipping: Efficient Vision-Language Modeling with Semantic-Guidedd Visual Selection
Bangzheng Li, Fei Wang, Wenxuan Zhou, Nan Xu, Ben Zhou, Sheng Zhang, Hoifung Poon, Muhao Chen
TL;DR
Semantic-Clipping addresses the inefficiency of processing high-resolution images in vision-language models by introducing a text-guided, semantic-aware sub-image selection (SemClip). It selects task-relevant regions via a relevance function $\psi$ and feeds only those crops together with the overview image into a fixed VLM, avoiding retraining. Distantly supervised training of $\psi$ with a CLIP-style objective yields notable gains, including an average improvement of $+3.3\%$ across benchmarks and up to $+5.3\%$ on the detailed understanding task $V^*$. The results reveal a substantial theoretical upper bound for SemClip, suggesting larger gains are possible with more pretraining and refined relevance signals, and point to future work in leveraging textual cues during VLM training to unlock latent capabilities.
Abstract
Vision-Language Models (VLMs) leverage aligned visual encoders to transform images into visual tokens, allowing them to be processed similarly to text by the backbone large language model (LLM). This unified input paradigm enables VLMs to excel in vision-language tasks such as visual question answering (VQA). To improve fine-grained visual reasoning, recent advancements in vision-language modeling introduce image cropping techniques that feed all encoded sub-images into the model. However, this approach significantly increases the number of visual tokens, leading to inefficiency and potential distractions for the LLM. To address the generalization challenges of image representation in VLMs, we propose a lightweight, universal framework that seamlessly integrates with existing VLMs to enhance their ability to process finegrained details. Our method leverages textual semantics to identify key visual areas, improving VQA performance without requiring any retraining of the VLM. Additionally, it incorporates textual signals into the visual encoding process, enhancing both efficiency and effectiveness. The proposed method, SEMCLIP, strengthens the visual understanding of a 7B VLM, LLaVA-1.5 by 3.3% on average across 7 benchmarks, and particularly by 5.3% on the challenging detailed understanding benchmark V*.
