A training-free method that prompts an LLM to decompose referring expressions into formal components and fuses detector and CLIP scores, boosting zero-shot referring object detection and segmentation.
Adapting CLIP For Phrase Localization Without Further Training
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Supervised or weakly supervised methods for phrase localization (textual grounding) either rely on human annotations or some other supervised models, e.g., object detectors. Obtaining these annotations is labor-intensive and may be difficult to scale in practice. We propose to leverage recent advances in contrastive language-vision models, CLIP, pre-trained on image and caption pairs collected from the internet. In its original form, CLIP only outputs an image-level embedding without any spatial resolution. We adapt CLIP to generate high-resolution spatial feature maps. Importantly, we can extract feature maps from both ViT and ResNet CLIP model while maintaining the semantic properties of an image embedding. This provides a natural framework for phrase localization. Our method for phrase localization requires no human annotations or additional training. Extensive experiments show that our method outperforms existing no-training methods in zero-shot phrase localization, and in some cases, it even outperforms supervised methods. Code is available at https://github.com/pals-ttic/adapting-CLIP .
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
support 1representative citing papers
citing papers explorer
-
FLORA: Formal Language Model Enables Robust Training-free Zero-shot Object Referring Analysis
A training-free method that prompts an LLM to decompose referring expressions into formal components and fuses detector and CLIP scores, boosting zero-shot referring object detection and segmentation.