CLCVIRDec 11, 2024

jina-clip-v2: Multilingual Multimodal Embeddings for Text and Images

arXiv:2412.08802v229 citationsh-index: 10Has Code
AI Analysis

This work addresses the problem of underperformance in text-only and multilingual tasks for vision-language models, offering a more versatile tool for researchers and practitioners in multimodal AI, though it is incremental in extending existing CLIP paradigms.

The paper tackles the limitations of CLIP models in text-only tasks and multilingual settings by proposing jina-clip-v2, a model trained on multilingual and multimodal data, which achieves notable improvements in zero-shot retrieval and semantic similarity tasks across languages.

Contrastive Language-Image Pretraining (CLIP) has been widely used for crossmodal information retrieval and multimodal understanding tasks. However, CLIP models are mainly optimized for crossmodal vision-language tasks and underperform in single-mode text tasks. Moreover, these models are often trained on English datasets and therefore lack multilingual understanding. Additionally, from a visual understanding perspective, previous CLIP-based models exhibit insufficient understanding of visually rich documents. In this work, we propose jina-clip-v2, a contrastive vision-language model trained on text pairs, triplets and image-text pairs via a multi-task and multi-stage contrastive learning paradigm in order to support both text-only and crossmodal tasks. We employ a multilingual text encoder and expand the training dataset to include multilingual texts from 29 non-English languages, including Hindi, Chinese, German, French, and others, as well as images of visually rich documents. We evaluate the model's performance and show that jina-clip-v2 achieves notable improvements over state-of-the-art CLIP-based models in zero-shot text-only retrieval, semantic textual similarity, and crossmodal retrieval tasks in both English and multilingual settings. jina-clip-v2 also provides for flexibility in embedding dimensionality, enabling users to select the granularity of the representations. jina-clip-v2 is publicly available at https://huggingface.co/jinaai/jina-clip-v2.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes