Search papers, labs, and topics across Lattice.
WeMM-Embedding introduces a family of universal multimodal embedding models capable of representing diverse content types, including text, images, and videos, in a shared space. The models, which come in 2B, 4B, and 9B parameter variants, are trained through a two-stage process that includes large-scale multimodal alignment and a refinement stage with fine-grained supervision. Notably, the 2B variant outperforms the previous leading 8B model on the MMEB-v2 benchmark, while the 9B variant achieves a new state-of-the-art score of 80.6, demonstrating significant practical gains in WeChat applications.
The 9B WeMM-Embedding variant sets a new benchmark in multimodal embeddings, outperforming larger models while being deployed at scale across WeChat's diverse applications.
Universal multimodal embeddings are becoming a core component of modern AI systems, enabling heterogeneous content to be represented in a shared space for applications such as retrieval, recommendation, classification, and agentic systems. In this report, we present WeMM-Embedding, a family of universal multimodal embedding models supporting text, images, videos, visual documents, and arbitrarily interleaved multimodal inputs with flexible output dimensions. The family comprises 2B, 4B, and 9B variants and is trained in two stages: a large-scale multimodal alignment stage, followed by a refinement stage using curated data, fine-grained relevance supervision, and cross-scale knowledge transfer. Across extensive evaluations, WeMM-Embedding achieves leading performance on multiple public benchmarks. Notably, the 2B variant already surpasses the previously leading 8B open-source baseline on MMEB-v2, while the 9B variant further achieves a new state-of-the-art overall score of 80.6. WeMM-Embedding also demonstrates strong practical performance across WeChat applications, with substantial gains on a 26-task in-house benchmark and consistent improvements across 14 online A/B tests. It has been deployed at scale across recommendation and search applications, including WeChat Channels, Official Accounts, Moments, and e-commerce services. We have released the model weights and code to facilitate future research at https://github.com/Tencent/WeMM-Embedding.