H Company Releases NeoMME: A Family of 260M and 800M Single-Tower Multimodal Encoders That Drop the Vision …
What it does
H Company has released NeoMME, a new family of single-tower multimodal encoders available in 260 million and 800 million parameter sizes. Unlike other multimodal models, NeoMME processes multilingual text tokens and raw 32 by 32 image patches within a single Transformer. It notably eliminates the need for a separate pretrained vision tower as well as any causal decoder component. The models use a masked discrete-diffusion pretraining objective designed for efficient joint encoding of image and text data. NeoMME outputs support both dense retrieval and late-interaction retrieval strategies through dual retrieval heads.
Why it matters
NeoMME’s single-tower structure reduces complexity compared to the standard approach where a vision tower and text tower are trained separately and then fused. This simplification can lower the engineering and computational overhead of maintaining distinct pipelines for vision and language. Processing raw image patches directly instead of relying on a pretrained vision encoder also means NeoMME can be trained more flexibly on multimodal data without depending on large vision model weights. The strong retrieval results, highlighted by its 260 million parameter model reaching 0.523 nDCG@10 on ViDoRe v3, indicate its potential for practical cross-modal search applications. The inclusion of dual retrieval heads broadens its usability across use cases demanding fast or more precise late interaction retrieval.
Who it is for
NeoMME targets builders and operators working on multimodal retrieval systems where reducing latency and model complexity matters. Its design suits teams aiming to integrate vision and multilingual text inputs without maintaining separate pretrained visual backbones. The moderate parameter sizes and advanced retrieval results make it a good option for enterprises and startups looking to build scalable, versatile search indexes that cover images and text. Investors looking at the multimodal AI sector may note that NeoMME shifts the paradigm toward simpler architectures with competitive accuracy.
The catch
Removing the pretrained vision tower and causal decoder carries risks around performance trade-offs in specific tasks that benefit from these components’ specialized training. NeoMME’s reliance on small 32×32 patches may limit fine-grained vision feature capture compared to larger or specialized vision models. The paper does not address inference speed or resource efficiency compared to dual-tower counterparts, which builders must evaluate against their operational requirements. Also, the robustness of the masked discrete-diffusion objective in diverse real-world multimodal data remains to be fully proven beyond benchmark retrieval scores.
What to watch next
Watch for NeoMME adoption in products requiring integrated image-text search, such as multimedia asset management, ecommerce visual search, and cross-lingual content retrieval. Follow whether H Company releases additional tools or pretrained checkpoints to facilitate developer integration. Benchmark comparisons against large dual-tower vision-language models on latency and accuracy will clarify when simpler single-tower models like NeoMME can replace more complex systems. Finally, tracking improvements in patch-based vision encoding without pretrained towers could indicate a broader trend towards end-to-end trainable multimodal foundations.
AI Quick Briefs Editorial Desk