Table of Contents
Fetching ...

Qwen3-VL-Embedding and Qwen3-VL-Reranker: A Unified Framework for State-of-the-Art Multimodal Retrieval and Ranking

Mingxin Li, Yanzhao Zhang, Dingkun Long, Keqin Chen, Sibo Song, Shuai Bai, Zhibo Yang, Pengjun Xie, An Yang, Dayiheng Liu, Jingren Zhou, Junyang Lin

TL;DR

This work introduces Qwen3-VL-Embedding and Qwen3-VL-Reranker, a unified framework for state-of-the-art multimodal retrieval and ranking built on the Qwen3-VL backbone. The embedding series employs a three-stage, multi-task contrastive learning pipeline augmented with Matryoshka Representation Learning and Quantization-Aware Training to deliver flexible, storage-efficient representations across text, image, video, and visual documents, while the reranker provides fine-grained cross-encoder relevance for improved candidate ordering. The approach achieves SOTA results on MMEB-V2 (embedding) and strong performance gains for reranking across diverse tasks, supported by a large-scale synthetic data pipeline, hard-negative mining, and distillation from the reranker. The combination offers a practical, multilingual multimodal retrieval solution with scalable deployment options and demonstrated efficiency through low-precision embeddings and variable-dimensional representations.

Abstract

In this report, we introduce the Qwen3-VL-Embedding and Qwen3-VL-Reranker model series, the latest extensions of the Qwen family built on the Qwen3-VL foundation model. Together, they provide an end-to-end pipeline for high-precision multimodal search by mapping diverse modalities, including text, images, document images, and video, into a unified representation space. The Qwen3-VL-Embedding model employs a multi-stage training paradigm, progressing from large-scale contrastive pre-training to reranking model distillation, to generate semantically rich high-dimensional vectors. It supports Matryoshka Representation Learning, enabling flexible embedding dimensions, and handles inputs up to 32k tokens. Complementing this, Qwen3-VL-Reranker performs fine-grained relevance estimation for query-document pairs using a cross-encoder architecture with cross-attention mechanisms. Both model series inherit the multilingual capabilities of Qwen3-VL, supporting more than 30 languages, and are released in $\textbf{2B}$ and $\textbf{8B}$ parameter sizes to accommodate diverse deployment requirements. Empirical evaluations demonstrate that the Qwen3-VL-Embedding series achieves state-of-the-art results across diverse multimodal embedding evaluation benchmarks. Specifically, Qwen3-VL-Embedding-8B attains an overall score of $\textbf{77.8}$ on MMEB-V2, ranking first among all models (as of January 8, 2025). This report presents the architecture, training methodology, and practical capabilities of the series, demonstrating their effectiveness on various multimodal retrieval tasks, including image-text retrieval, visual question answering, and video-text matching.

Qwen3-VL-Embedding and Qwen3-VL-Reranker: A Unified Framework for State-of-the-Art Multimodal Retrieval and Ranking

TL;DR

This work introduces Qwen3-VL-Embedding and Qwen3-VL-Reranker, a unified framework for state-of-the-art multimodal retrieval and ranking built on the Qwen3-VL backbone. The embedding series employs a three-stage, multi-task contrastive learning pipeline augmented with Matryoshka Representation Learning and Quantization-Aware Training to deliver flexible, storage-efficient representations across text, image, video, and visual documents, while the reranker provides fine-grained cross-encoder relevance for improved candidate ordering. The approach achieves SOTA results on MMEB-V2 (embedding) and strong performance gains for reranking across diverse tasks, supported by a large-scale synthetic data pipeline, hard-negative mining, and distillation from the reranker. The combination offers a practical, multilingual multimodal retrieval solution with scalable deployment options and demonstrated efficiency through low-precision embeddings and variable-dimensional representations.

Abstract

In this report, we introduce the Qwen3-VL-Embedding and Qwen3-VL-Reranker model series, the latest extensions of the Qwen family built on the Qwen3-VL foundation model. Together, they provide an end-to-end pipeline for high-precision multimodal search by mapping diverse modalities, including text, images, document images, and video, into a unified representation space. The Qwen3-VL-Embedding model employs a multi-stage training paradigm, progressing from large-scale contrastive pre-training to reranking model distillation, to generate semantically rich high-dimensional vectors. It supports Matryoshka Representation Learning, enabling flexible embedding dimensions, and handles inputs up to 32k tokens. Complementing this, Qwen3-VL-Reranker performs fine-grained relevance estimation for query-document pairs using a cross-encoder architecture with cross-attention mechanisms. Both model series inherit the multilingual capabilities of Qwen3-VL, supporting more than 30 languages, and are released in and parameter sizes to accommodate diverse deployment requirements. Empirical evaluations demonstrate that the Qwen3-VL-Embedding series achieves state-of-the-art results across diverse multimodal embedding evaluation benchmarks. Specifically, Qwen3-VL-Embedding-8B attains an overall score of on MMEB-V2, ranking first among all models (as of January 8, 2025). This report presents the architecture, training methodology, and practical capabilities of the series, demonstrating their effectiveness on various multimodal retrieval tasks, including image-text retrieval, visual question answering, and video-text matching.
Paper Structure (43 sections, 7 equations, 8 figures, 11 tables)

This paper contains 43 sections, 7 equations, 8 figures, 11 tables.

Figures (8)

  • Figure 1: Illustration of the Unified Multimodal Representation Space. Qwen3-VL-Embedding model series represent multi-source data (Text, Image, Visual Document, and Video) into a common manifold. By aligning semantic concepts across modalities (e.g., the text "urban architecture" and its corresponding image), the model achieves a holistic understanding of complex visual and textual information.
  • Figure 2: Overview of the Qwen3-VL-Embedding and Qwen3-VL-Reranker architecture.
  • Figure 3: Distribution of different categories in the training data.
  • Figure 4: Data distribution of the seed pool for data synthesis.
  • Figure 5: The multi-stage training pipeline of Qwen3-VL-Embedding and Qwen3-VL-Reranker.
  • ...and 3 more figures