paper-with-me

홈 › Papers

Adapting CLIP For Phrase Localization Without Further Training

2022-04-07 · Jiahao Li, Greg Shakhnarovich, Raymond A. Yeh

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 .

📄 PDF Abstract BibTeX arXiv:2204.03647

Code (1)

pals-ttic/adapting-clip 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Residual Connection 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Batch Normalization 설명 없음
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…

Similar Papers 제목 키워드 기반

Repurposing CLIP to Localize at Pixel Level

2026-07-06 · Jiaxiang Fang, Shiqiang Ma, Jing Wang, Siyu Chen 외 arxiv

Large-scale Vision-Language Models like CLIP have demonstrated impressive open-set localization capabilities at the image level. However, adapting this capability to pixel-level dense prediction poses challenges due to g…

Adapting Dual-encoder Vision-language Models for Paraphrased Retrieval

2024-05-06 · Jiacheng Cheng, Hijung Valentina Shin, Nuno Vasconcelos, Bryan Russell 외

In the recent years, the dual-encoder vision-language models (\eg CLIP) have achieved remarkable text-to-image retrieval performance. However, we discover that these models usually results in very different retrievals fo…

Image RetrievalLanguage ModelingLanguage ModellingRetrieval+5

Anomaly Detection by Adapting a pre-trained Vision Language Model

2024-03-14 · Yuxuan Cai, Xinwei He, Dingkang Liang, Ao Tong 외

Recently, large vision and language models have shown their success when adapting them to many downstream tasks. In this paper, we present a unified framework named CLIP-ADA for Anomaly Detection by Adapting a pre-traine…

Anomaly DetectionLanguage ModelingLanguage ModellingSelf-Supervised Learning

What is Where by Looking: Weakly-Supervised Open-World Phrase-Grounding without Text Inputs

2022-06-19 · Tal Shaharabany, Yoad Tewel, Lior Wolf

Given an input image, and nothing else, our method returns the bounding boxes of objects in the image and phrases that describe the objects. This is achieved within an open world paradigm, in which the objects in the inp…

BenchmarkingImage CaptioningImage to textPhrase Grounding+2

Phrase Localization Without Paired Training Examples

2019-08-20 · ICCV 2019 10 · Josiah Wang, Lucia Specia

Localizing phrases in images is an important part of image understanding and can be useful in many applications that require mappings between textual and visual information. Existing work attempts to learn these mappings…

Semantic SimilaritySemantic Textual Similarity