Guozhen AIGlobal AI field notes and model intelligence

Realtime AI News

Hcompany debuts NeoMME: a multilingual multimodal encoder that cuts retrieval index storage 255x

On September 3, Hcompany introduced NeoMME, a family of 260M- and 800M-parameter multilingual multimodal encoders that process text and raw image patches in a single bidirectional Transformer, with Apache 2.0 weights and day-zero Hugging Face Transformers support. The NeoMME-Retriever variant tops every model under 800M parameters on the ViDoRe v3 document retrieval benchmark and compresses late-interaction index storage from about 1.5 MB to 6 kB per page while keeping over 95% of retrieval quality.

Published
Hcompany 开源 NeoMME:单个双向 Transformer 处理图文的多语言多模态编码器
Image source: huggingface.co

On September 3, the Hcompany team introduced NeoMME on the Hugging Face blog: a family of multilingual multimodal encoders in 260M and 800M parameter sizes. All checkpoints are released under the Apache 2.0 license with native Hugging Face Transformers support from day one, alongside a model collection and a technical report.

The architectural bet is what sets NeoMME apart. Instead of the now-common recipe of a pretrained vision tower, a projector, and a causal language model, NeoMME runs text tokens and raw image patches through one bidirectional Transformer: images are split into 32×32 patches, projected by a small MLP, and encoded in the same stack as text. The whole model is trained from scratch with a masked discrete-diffusion objective.

A single shared computation path makes dynamic resolution natural: aspect ratio and size are preserved, so an information-dense document page receives more tokens than a smaller image. Context length reaches 16,384 tokens, enough for roughly two 4K images. The stack also adopts grouped-query attention, query-key normalization, gated attention, and 2D rotary position embeddings, plus a from-scratch 131k-token BPE tokenizer trained on multilingual text, code, math, and image transcripts.

To validate the backbone on a real task, the team fine-tuned it into NeoMME-Retriever using ColPali's page-image methodology for visual document retrieval. The model ranks screenshots of document pages directly, skipping the OCR preprocessing that text-based pipelines require, and can therefore preserve layout, charts, tables, and other visual clues that even a perfect OCR model would flatten.

NeoMME-Retriever uses a dual-head design: a dense head mean-pools the backbone's hidden states into one normalized vector for compact ANN search, while a late-interaction head projects every text token and image patch into 128-dimensional vectors to keep fine-grained local matches. A single forward pass returns both representations, giving teams flexibility across corpora sizes and infrastructure.

The numbers on ViDoRe v3 back the design: the 260M model scores 0.523 nDCG@10, the highest among all evaluated models under 800M parameters and within 0.002 of ColQwen2.5 while using roughly 14x fewer parameters; the 800M model reaches 0.556, close to the similarly sized Vultron Retriever Flash, and beats ColPali v1.3 with 3.6x fewer parameters. For visual document retrieval, this means tasks that once leaned on large generative VLMs can now come within striking distance of top-tier quality using a fraction of the parameters.

Late-interaction indexes grow with vector count, and high-resolution pages make that expensive. The team combines hierarchical token pooling with asymmetric quantization: on ViDoRe v3, storage per page drops from about 1.5 MB to 39 kB (a 39x reduction) while keeping more than 99% of retrieval quality, and an aggressive setting reaches 6 kB per page — 255x smaller — while retaining over 95% of the baseline nDCG@10.

Throughput is strong too: on one NVIDIA L40S at a matched 2048×2048 input, the 260M model encodes about 51 pages per second, roughly twice ColModernVBERT's rate, which cuts GPU time and cost when indexing large corpora. The checkpoints also plug into Sentence Transformers v6 for fine-tuning, and the team published end-to-end visual RAG examples and an online demo.

NeoMME matters beyond retrieval benchmarks: it shows that a single bidirectional Transformer natively handling text and images can be practical at small scale, and it lowers the cost floor for multilingual, high-resolution retrieval. Watch for how the 800M variant behaves on larger corpora, how the compression frontier holds up in production indexes, and whether the encoder generalizes beyond retrieval to broader multimodal tasks.

Why it matters

NeoMME validates the pure-encoder route for visual document retrieval — smaller parameters, faster encoding, and far cheaper index storage — which could accelerate practical visual RAG and multilingual document search.

NeoMMEMultimodalOpen Source
Back to realtime news

Nearby Updates

All

09/03, 21:00

'NBA 2K27' With NVIDIA DLSS 5 Leads 26 New Games Coming to GeForce NOW

NVIDIA says 26 new games are coming to GeForce NOW this month, led by NBA 2K27 with the DLSS 5 3D-Guided Neural Rendering feature. Built with Visual Concepts and 2K, DLSS 5 brings a new level of lifelike lighting and material detail to the court, marking the newest AI rendering technology's arrival in cloud gaming.

09/03, 20:52

Google Offers UAE University Students Free Gemini AI for One Year

Google is now offering university students in the United Arab Emirates one year of free access to its Gemini AI, according to a report from Gulf Business on September 3. The student-focused promotion extends Google's push to seed Gemini usage among younger users in the Middle East education market.

09/03, 19:59

NVIDIA Agrees to Acquire Hugging Face for $12.9 Billion

NVIDIA announced on September 3 that it has agreed to acquire Hugging Face for approximately $12.9 billion, bringing the platform that hosts more than 3 million models under the AI chip giant's roof. The deal, confirmed by TechCrunch, raises immediate questions about how much independence the open-source hub will keep and how it will reshape developer access to AI.

09/03, 19:49

Attacks Targeting Langflow AI Agent-Building Tool Surge

Attacks targeting Langflow, an open-source AI agent-building tool, are surging, according to a new BankInfoSecurity report. The uptick underscores how agent-development tooling has become an attractive target as enterprises rush to deploy AI agents.