ViqusViqus
Navigate
Company
Blog
About Us
Contact
System Status
Enter Viqus Hub

NeoMME: New Multimodal Encoder Unifies Text and Images in a Single Transformer.

multimodal encoder multilingual visual document retrieval Transformer Hugging Face NeoMME nDCG@10
September 03, 2026
Viqus Verdict Logo Viqus Verdict Logo 8
Efficiency Breakthrough in Multimodal Encoding
Media Hype 6/10
Real Impact 8/10

Article Summary

NeoMME is presented as a foundation encoder that tackles the current fragmentation in multimodal AI models. Unlike existing Visual-Language Models (VLMs) that use separate vision encoders connected via a projector and a causal decoder, NeoMME uses a single bidirectional Transformer to process both text tokens and raw image patches simultaneously. This single-architecture approach streamlines the workflow and computation, eliminating redundant parameter and compute overheads. The model pretrains from scratch using a masked discrete-diffusion objective, mixing multilingual text, code, and image data. Furthermore, a dedicated variant, NeoMME-Retriever, optimizes visual document retrieval by taking page screenshots as input, preserving crucial visual layout information lost by standard OCR, and achieving strong state-of-the-art metrics with fewer parameters.

Key Points

  • NeoMME utilizes a single bidirectional Transformer to process text and image patches natively, eliminating the need for separate vision towers or causal language model architectures common in VLMs.
  • The model offers superior efficiency, achieving high throughput (e.g., encoding 51 pages/second) and drastically reducing late-interaction index storage size (255x smaller) while maintaining retrieval accuracy.
  • NeoMME-Retriever excels in visual document retrieval by accepting page screenshots rather than just extracted text, thus preserving crucial visual cues like layout, charts, and font styles.

Why It Matters

This is a highly significant architectural development that addresses core efficiency and modularity problems in multimodal AI. By consolidating text and image processing into one unified, bidirectional encoder, NeoMME potentially democratizes multimodal deployment by simplifying the stack and improving inference speed. For enterprise developers, this means a more efficient, compact, and faster tool for building Retrieval-Augmented Generation (RAG) systems over document collections, especially when dealing with complex document types (PDFs, reports) where layout matters. The efficiency gains and the proven retrieval performance make this a critical technical benchmark for the industry.

You might also be interested in