ELSEIF
Your brief EB
2,132 stories from 224 feeds 1277 clusters Refreshed 6 minutes ago next pull 03:16

AI Signal 130

NeoMME introduces efficient multimodal-native multilingual encoder without separate vision tower

NeoMME provides a single bidirectional Transformer that processes text and image patches from scratch, enabling efficient multimodal encoding without separate vision or language towers.

WHY IT MATTERS

Engineers can achieve higher throughput, with the 260M model encoding about 51 pages per second on an NVIDIA L40S GPU, roughly twice the speed of ColModernVBERT at the same resolution. Hierarchical token pooling and asymmetric quantization reduce storage per page from roughly 1.5 MB to about 6 kB while preserving over 95% of baseline nDCG@10. The model’s placement on the ViDoRe v3 Pareto frontier and its availability under the Apache 2.0 license in Hugging Face Transformers make it a practical choice for visual document retrieval pipelines.

Written by elseif from the cluster below · every claim links back to a source

The three things worth knowing

01

NeoMME uses a single bidirectional Transformer for text tokens and image patches, trained from scratch with a masked discrete-diffusion objective.

02

The 260M variant processes approximately 51 pages per second on an NVIDIA L40S GPU at 2048×2048 input, about twice the throughput of ColModernVBERT.

03

Hierarchical token pooling and asymmetric quantization cut late-interaction index storage from ~1.5 MB to ~6 kB per page (≈255× smaller) while retaining >95% of baseline nDCG@10.

THE CLUSTER

Same story, 1 feed.

ORDERED BY FIRST SEEN
Hugging Face *NeoMME*: an efficient Multimodal-native and Multilingual Encoder Open ↗