UEmbed: Unified Sparse and Dense Multimodal Embeddings
Summary
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.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - UEmbed: Unified Sparse and Dense Multimodal Embeddings
Source: https://huggingface.co/papers/2608.02583
Abstract
Sparseretrievalunderpinsmodernsearchsystems,fromwebsearchtoretrieval-augmentedgeneration.ExistingworkhasintroducedLearnedSparseRetrieval(LSR)topushbeyondexactlexicalmatchingtowardrichersemantics.YetLSRhassofarremainedtiedtoencoder-stylebidirectionalarchitectures,anditsextensiontomultimodalsettingsstillreliesheavilyonauxiliarycross-modalmodules.Toaddresstheselimitations,weintroduceUEmbed(UnifiedEmbedding),adecoder-onlymultimodalembeddingmodelthatproducesbothsparselexicalanddenserepresentationsinonecausalforwardpass.UEmbedappendsNlearnablespecialtokenstotheinputandpartitionsthevocabularyintoNdisjointsubsets.Eachtoken’scausalhiddenstatepredictssparseweightsoveritsassignedsubset,andtheNsubsetsareconcatenatedintothefullsparsevector.Trainedonpublicdata,wereleaseUEmbedat2B,4B,and9Bscales.UEmbed-9Breaches71.8(dense)and71.0(sparse)onMMEB-v2,outperformingmultimodalembeddingmodelstrainedonpubliclyavailabledata(e.g.,RzenEmbed).OnBEIR,UEmbedalsoremainscompetitivewithstrongdenseandsparsebaselines.Furthermore,wedemonstratethepracticalutilityofUEmbedacrossthreedimensions:effectiveness,efficiency,andagenticapplications.Overall,UEmbedoffersanewparadigm:itunifiesdenseandsparseembeddingsinonemodel,whilefurtherextendingsparseretrievaltounifytextandmultimodalinputs.
View arXiv pageView PDFProject pageGitHub2Add to collection
Get this paper in your agent:
hf papers read 2608\.02583
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper3
#### Alibaba-NLP/UEmbed-9B Feature Extraction• 8B• Updatedabout 2 hours ago • 4
#### Alibaba-NLP/UEmbed-2B Feature Extraction• 2B• Updatedabout 2 hours ago • 2
#### Alibaba-NLP/UEmbed-4B Feature Extraction• 5B• Updatedabout 2 hours ago • 1
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.02583 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.02583 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Douyin Multimodal Embedding Model Technical Report
This technical report introduces Douyin Multimodal Embedding (DME), a two-stage trained model that combines contrastive pre-training with evidence-grounded latent reasoning and cross-conditional reconstruction, achieving state-of-the-art results on MMEB-v2 and deployment in Douyin search.
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.
Your Embedding Model is SMARTer Than You Think
SMART is a framework that unlocks latent multi-vector capabilities in single-vector models for multimodal retrieval, improving state-of-the-art performance with reduced computational costs via contrastive training and late-interaction inference.
Gemma 2B multimodal model matches larger models without encoder
Google's Gemma 4 12B introduces an encoder-free multimodal architecture that competes with larger models, though benchmark comparisons show it trailing Qwen 2.5 9B on most tasks. The article also covers related developments including open-weight model security risks, Uber's Claude Code spending caps, and NeurIPS's misuse of an uncalibrated AI detector.
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.