Ovis-Embedding: Pushing the Frontiers of Universal Omni-Modal Embeddings
Summary
The paper introduces Ovis-Embedding, a state-of-the-art omni-modal embedding model that uses a shared backbone to encode text, image, video, and audio in a common representation space, achieving top performance on benchmarks like MMEB-v3 and MVEB.
View Cached Full Text
Cached at: 09/23/26, 03:31 AM
Paper page - Ovis-Embedding: Pushing the Frontiers of Universal Omni-Modal Embeddings
Source: https://huggingface.co/papers/2609.25165
Abstract
Inthisreport,weintroduceOvis-Embedding,astate-of-the-artomni-modalembeddingfamilybuiltonnativeintegrationoftext,image,video,andaudio.Insteadofassemblingseparatemodalitytowers,Ovis-Embeddingusesasharedmultimodalbackbonetoencodedifferentmodalitiesinacommonrepresentationspace.Specifically,wemakethreekeyadvances:(1)nativeomni-modalinitialization:weadoptapretrainedQwen-omnimodelastheembeddingbackboneandadaptitthroughcontrastivetrainingwithlow-rankinitialization;(2)data-centricomni-modaltraining:weconstructabroad,high-qualitycorpusspanningtext,images,video,audio,andinterleavedmultimodaldata.Toimprovedataefficiency,weintroducehomogeneous-sourcesamplingtoformtask-consistentbatcheswithinformativein-batchnegatives;and(3)embedding-specifictrainingandinferenceoptimization:weusefocallosstoemphasizehardexamplesandsimilarity-basedEmbeddingDistillationtotransferfine-grainedsimilaritystructurefromcomplementaryexperts.Atinferencetime,low-rankfeaturedecompositionenablescompactembeddingswithflexibledimensionalityandminimalperformanceloss.EmpiricalevaluationsshowthattheOvis-Embeddingfamilyachievesstate-of-the-artperformanceonMMEB-v3,MMEB-v2,MVEB,MAEB,andRTEB,demonstratingitseffectivenessacrosstext,image,video,andaudiomodalities.Theseresultshighlightthepotentialofunifiedomni-modaltrainingtoovercomemodalityfragmentationandadvanceuniversalembeddingmodelsforany-to-anyretrieval.
View arXiv pageView PDFGitHub19Add to collection
Get this paper in your agent:
hf papers read 2609\.25165
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.25165 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.25165 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.25165 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
@JinaAI_: jina-embeddings-v5-omni is here! Our first universal embedding model for text, images, audio, and video. Available in t…
Jina AI has released jina-embeddings-v5-omni, a universal embedding model supporting text, images, audio, and video with back-compatible indexing capabilities.
jina-embeddings-v5-omni: Text-Geometry-Preserving Multimodal Embeddings via Frozen-Tower Composition
This paper introduces jina-embeddings-v5-omni, a suite of multimodal embedding models that extend text embeddings to image, audio, and video using frozen-tower composition. The method trains only 0.35% of the total weights, maintaining text geometry while achieving competitive state-of-the-art performance with significantly lower computational cost.
MVEB: Massive Video Embedding Benchmark
This paper introduces MVEB, a large-scale benchmark for evaluating video embeddings across 23 tasks, finding that no single model dominates and that audio's contribution depends on dataset annotation provenance. It integrates into the MTEB ecosystem for unified multimodal evaluation.
Fusion Embedding: A Unified Embedding Space for Text, Image, Video, and Audio
Fusion Embedding introduces a family of models that add audio to a frozen vision-language embedding backbone, enabling a unified space for text, image, video, and audio retrieval. The models train only lightweight adapters and achieve audio-image retrieval without paired audio-visual data.
UEmbed: Unified Sparse and Dense Multimodal Embeddings
UEmbed is a decoder-only multimodal embedding model that produces both sparse and dense representations in a single forward pass, released at 2B, 4B, and 9B scales. It outperforms existing public-data-trained multimodal embedding models on MMEB-v2 and remains competitive on BEIR.