
What happened
Hugging Face introduced NeoMME, a family of 260M and 800M multilingual multimodal encoders. Unlike many visual language models, it uses a single bidirectional Transformer for both text and images, without a separate vision tower or causal language model.
Why it matters
NeoMME-Retriever achieves competitive visual document retrieval accuracy at a fraction of the size. For instance, the 260M model scores 0.523 nDCG@10 on ViDoRe v3, the highest among models under 800M parameters, and is within 0.002 of ColQwen2.5 while using about 14× fewer parameters.
What to watch
The real test is whether NeoMME's speed and storage gains hold up in production, where dense and late-interaction embeddings must be generated in a single forward pass. Watch the 51 pages per second throughput on an NVIDIA L40S at 2048×2048 input.
Ask the AI about this article →
Summaries like this, in your inbox every morning.
NeoMME is a response to the inefficiency of adapting generative visual language models for non-generative tasks like retrieval. By removing the causal decoder and separate vision tower, it cuts parameter and compute overhead while maintaining high performance. The 260M model's nDCG@10 of 0.523 on ViDoRe v3 is notable because it achieves this with under 300M parameters, outperforming models like ColQwen2.5 which is 3.75B but only slightly higher at 0.524. This suggests that for retrieval tasks, a well-trained encoder can rival much larger generative models.
The dual-head design (dense and late-interaction) provides flexibility for different use cases. The dense head is compact and supports fast ANN-based retrieval, while the late-interaction head preserves fine-grained local matches. The reported compression techniques (hierarchical token pooling and asymmetric quantization) substantially reduce index storage, making it feasible to deploy high-resolution retrieval at scale. The throughput advantage—encoding about 51 pages per second on an L40S—means lower GPU time and cost for indexing large document corpora, which is a practical concern for deployment.
NeoMME's release under Apache 2.0 and integration with Hugging Face Transformers lower the barrier for adoption. The model trains from scratch with a masked discrete-diffusion objective, which is a different approach from typical vision-language pretraining. While the body does not provide a direct comparison on all benchmarks, the Pareto frontier positioning and the storage/quality trade-offs indicate that this could be a practical choice for teams needing efficient multimodal retrieval without the overhead of a full VLM.
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
Apple said on September 9 that the Japanese version of Siri AI will launch in October

Meta launched Muse, an AI assistant that can connect to and control your email, calendar, or health informatio…

OpenAI's GPT-6 Astra is now in private preview on Snowflake Cortex AI, as a launch partner

The US is seeing an unprecedented startup boom, with AI and young people choosing to start companies rather th…

At the Surprise and Shine event, new CEO John Ternus said the iPhone is the best AI device, calling it an 'int…

Heurist Finance, a conversational AI investment workbench, now uses Amazon Bedrock AgentCore to buy premium ma…
