NeoMME: an efficient Multimodal-native and Multilingual Encoder
Source Entity
Hugging Face - Blog

NeoMME is a new family of efficient, multilingual multimodal encoders trained from scratch using a unique masked discrete-diffusion objective. By integrating image and text processing into a single bidirectional Transformer, it achieves superior throughput and performance in visual document retrieval tasks.
The Emergence of NeoMME: Redefining Multimodal Efficiency
The introduction of NeoMME represents a significant shift in how researchers approach the architecture of multimodal models. Traditionally, most visual language models rely on a modular design, stitching together a pre-trained vision encoder—such as a CLIP-based model—with a causal language model. NeoMME breaks this mold by utilizing a single, unified bidirectional Transformer that processes both text tokens and raw image patches simultaneously. This design choice eliminates the overhead associated with managing separate model components, creating a more streamlined and efficient architecture.
The Power of Training from Scratch
One of the most distinct aspects of NeoMME is that it is trained entirely from scratch rather than being fine-tuned from existing, heavy-duty foundation models. By employing a masked discrete-diffusion objective, the researchers have created a training pipeline that encourages the model to learn deep, cross-modal relationships without the bias of pre-existing vision towers. This approach not only simplifies the architecture but also provides greater control over the model's performance characteristics, resulting in highly optimized versions at 260M and 800M parameter scales.
Advancements in Visual Document Retrieval
Beyond architectural innovation, the practical application of NeoMME is highlighted by its performance in visual document retrieval. By leveraging the ColPali page-image approach, the researchers developed 'NeoMME-Retriever,' which generates dense and late-interaction embeddings in a single forward pass. This is a critical development for enterprise-scale document processing, where the ability to quickly and accurately retrieve information from vast archives of scanned documents, PDFs, and infographics is essential for modern AI-driven search engines.
Benchmarking Against Industry Standards
When evaluated against the ViDoRe v3 benchmark, both the 260M and 800M variants of NeoMME reside firmly on the Pareto frontier, signifying an optimal balance between model size and retrieval accuracy (nDCG@10). This is particularly impressive when considering the hardware-level efficiency demonstrated during testing. Running on an NVIDIA L40S GPU with a 2048×2048 input resolution, the 260M model achieved a throughput of 51 pages per second, essentially doubling the performance of existing solutions like ColModernVBERT.
Broader Implications for Future AI Infrastructure
The success of NeoMME suggests a future where multimodal AI models become increasingly lightweight and specialized. As businesses continue to digitize legacy documents, the demand for high-throughput, low-latency retrieval systems will only grow. NeoMME’s ability to handle high-resolution image inputs efficiently positions it as a viable candidate for deployment in resource-constrained environments or high-traffic production pipelines that cannot afford the latency of massive, monolithic generative models.
Conclusion: A New Standard for Efficiency
Ultimately, NeoMME demonstrates that architectural innovation—specifically the move toward unified, bidirectional Transformers—can unlock performance gains that are difficult to achieve through simple scaling alone. By focusing on efficient training objectives and optimized inference paths, the researchers have provided a robust toolset for the document retrieval community, setting a new benchmark for speed and accuracy in the multimodal domain.