FAST-MEL links multimodal entities 1000x faster with 10x less storage
New system matches state-of-the-art accuracy while slashing compute and memory costs.
Multimodal entity linking (MEL) is the problem of matching textual and visual mentions of entities (say, a photo of a landmark with a caption) to the correct entry in a knowledge base. Until now, systems either sacrificed accuracy, speed, or storage. FAST-MEL, a new system proposed by Thomas Derrien, Laurent Amsaleg, and Pascale Sébillot (to appear at SIGIR 2026), cracks all three constraints simultaneously.
The researchers built a lightweight encoder-based architecture that represents both textual and visual information for each entity as a single fixed-size vector. This compact representation makes the knowledge base index extremely small — one order of magnitude smaller than even the fastest existing systems. Because matching is done via simple vector similarity, inference runs three orders of magnitude faster than previous state-of-the-art while preserving competitive accuracy. For businesses dealing with millions of media items (news archives, social feeds, e-commerce catalogs), FAST-MEL makes it feasible to link text and image mentions at scale without expensive GPU clusters or massive storage.
- Matches the accuracy of the best existing MEL systems while running 1,000x faster (3 orders of magnitude).
- Uses a novel fixed-size vector representation for text and image data, cutting storage requirements by 10x compared to the fastest alternatives.
- Designed for large-scale, real-time knowledge base linking — ideal for news, e-commerce, and social media applications.
Why It Matters
FAST-MEL makes multimodal entity linking practical at scale, unlocking real-time knowledge base integration for image-heavy datasets.