Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/8/3 17:54:11
UEmbed: Unified Sparse and Dense Multimodal Embeddings
AI 中文解读
核心亮点:一款名为UEmbed的AI模型首次实现了“一脑两用”,同时输出两种不同的信息表示方式,还顺带打通了文字和图像的界限。
通俗解读:以前的AI搜索靠“关键词匹配”,后来升级为“理解语义”,但往往需要两个模型分工合作。UEmbed像是一个全能助理,只看一遍内容,就能同时给出“关键词索引”和“深度理解”两套结果,而且不用额外模块就能直接处理图片加文字。这就像一个人既会做图书分类,又能读懂每本书的深层含义,效率大幅提升。
实际影响:这意味着未来的搜索引擎和AI助手将更聪明、更省钱。用手机拍个菜谱或广告图,AI不仅能认出上面的文字,还能理解菜品风格和情感倾向,给出更精准的推荐。对于开发者和企业来说,一个模型替代多个组件,成本更低、响应更快,能催生出更多像“AI助手帮你对比产品说明书和实物照片”这样的实用功能。普通用户很快就能感受到更流畅、更智能的搜索和问答体验。
Sparse retrieval underpins modern search systems, from web search to retrieval-augmented generation. Existing work has introduced Learned Sparse Retrieval (LSR) to push beyond exact lexical matching toward richer semantics. Yet LSR has so far remained tied to encoder-style bidirectional architectures, and its extension to multimodal settings still relies heavily on auxiliary cross-modal modules. To address these limitations, we introduce UEmbed (Unified Embedding), a decoder-only multimodal embedding model that produces both sparse lexical and dense representations in one causal forward pass. UEmbed appends N learnable special tokens to the input and partitions the vocabulary into N disjoint subsets. Each token's causal hidden state predicts sparse weights over its assigned subset, and the N subsets are concatenated into the full sparse vector. Trained on public data, we release UEmbed at 2B, 4B, and 9B scales. UEmbed-9B reaches 71.8 (dense) and 71.0 (sparse) on MMEB-v2, outperforming multimodal embedding models trained on publicly available data (e.g., RzenEmbed). On BEIR, UEmbed also remains competitive with strong dense and sparse baselines. Furthermore, we demonstrate the practical utility of UEmbed across three dimensions: effectiveness, efficiency, and agentic applications. Overall, UEmbed offers a new paradigm: it unifies dense and sparse embeddings in one model, while further extending sparse retrieval to unify text and multimodal inputs.
分享
阅读原文 ↗