paper-with-me

Papers

Optimizing CLIP Models for Image Retrieval with Maintained Joint-Embedding Alignment

2024-09-03 · Konstantin Schall, Kai Uwe Barthel, Nico Hezel, Klaus Jung

Contrastive Language and Image Pairing (CLIP), a transformative method in multimedia retrieval, typically trains two neural networks concurrently to generate joint embeddings for text and image pairs. However, when applied directly, these models often struggle to differentiate between visually distinct images that have similar captions, resulting in suboptimal performance for image-based similarity searches. This paper addresses the challenge of optimizing CLIP models for various image-based similarity search scenarios, while maintaining their effectiveness in text-based search tasks such as text-to-image retrieval and zero-shot classification. We propose and evaluate two novel methods aimed at refining the retrieval capabilities of CLIP without compromising the alignment between text and image embeddings. The first method involves a sequential fine-tuning process: initially optimizing the image encoder for more precise image retrieval and subsequently realigning the text encoder to these optimized image embeddings. The second approach integrates pseudo-captions during the retrieval-optimization phase to foster direct alignment within the embedding space. Through comprehensive experiments, we demonstrate that these methods enhance CLIP's performance on various benchmarks, including image retrieval, k-NN classification, and zero-shot text-based classification, while maintaining robustness in text-to-image retrieval. Our optimized models permit maintaining a single embedding per image, significantly simplifying the infrastructure needed for large-scale multi-modal similarity search systems.

📄 PDF Abstract BibTeX arXiv:2409.01936

Code (1)

Visual-Computing/MCIP 공식 구현 pytorch

Tasks

Image RetrievalRetrievalzero-shot-classificationZero-Shot Learning

Methods 이 논문이 사용한 방법론

k-NN $k$-Nearest Neighbors is a clustering-based algorithm for classification and regression. It is a a type of instance-based learning as it does not attempt to construct a…
CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Towards Identity-Aware Cross-Modal Retrieval: a Dataset and a Baseline

2024-12-30 · Nicola Messina, Lucia Vadicamo, Leo Maltese, Claudio Gennaro

Recent advancements in deep learning have significantly enhanced content-based retrieval methods, notably through models like CLIP that map images and texts into a shared embedding space. However, these methods often str…

Cross-Modal RetrievalFace SwappingNatural Language QueriesRetrieval

mCLIP: Multilingual CLIP via Cross-lingual Transfer

2023-07-10 · ACL 2023 7 · Guanhua Chen, Lu Hou, Yun Chen, Wenliang Dai 외

Large-scale vision-language pretrained (VLP) models like CLIP have shown remarkable performance on various downstream cross-modal tasks. However, they are usually biased towards English due to the lack of sufficient non-…

Contrastive LearningCross-Lingual TransferCross-Modal RetrievalImage-text Retrieval+7

CLIP Multi-modal Hashing: A new baseline CLIPMH

2023-08-22 · Jian Zhu, Mingkai Sheng, Mingda Ke, Zhangmin Huang 외

The multi-modal hashing method is widely used in multimedia retrieval. It can fuse multi-source data to generate binary hash code. However, the current multi-modal methods have the problem of low retrieval accuracy. The …

Retrieval

CLIPPO: Image-and-Language Understanding from Pixels Only

2022-12-15 · CVPR 2023 1 · Michael Tschannen, Basil Mustafa, Neil Houlsby

Multimodal models are becoming increasingly effective, in part due to unified components, such as the Transformer architecture. However, multimodal models still often consist of many task- and modality-specific pieces an…

Contrastive Learningimage-classificationImage ClassificationLanguage Modelling+7

Contrastive Language-Image Pre-training for the Italian Language

2021-08-19 · Federico Bianchi, Giuseppe Attanasio, Raphael Pisoni, Silvia Terragni 외

CLIP (Contrastive Language-Image Pre-training) is a very recent multi-modal model that jointly learns representations of images and texts. The model is trained on a massive amount of English data and shows impressive per…

Image RetrievalMulti-label zero-shot learningMultimodal Deep LearningRetrieval+2