← Latest papers
🤖 AI

Can Frontier LLMs Match Natively Multimodal Embeddings? A Comparison on Hard-Negative Text-to-Image Retrieval

This study demonstrates that frontier LLMs like GPT-4.1 and Claude Sonnet 4.6 achieve retrieval performance on par with Google's native multimodal Gemini Embedding 2 on Flickr30k, though the latter remains superior for low-latency applications due to precomputable embeddings.

Original authors: Archan Dutta, Vyanktesh Kanungo

Published 2026-08-13
📖 4 min read☕ Coffee break read

Original authors: Archan Dutta, Vyanktesh Kanungo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to find a specific needle in a massive, chaotic haystack. But here's the twist: the needle isn't just a piece of metal; it's a picture, and you are describing it using words. This is the world of multimodal retrieval, a branch of computer science where machines learn to connect what they see (images) with what they read (text). For years, the standard way to do this was to build two separate "brains": one that reads text and turns it into a secret code, and another that looks at pictures and turns them into a different secret code. The computer then tries to match these two codes, like trying to fit a square peg into a round hole by squinting really hard.

Recently, two new super-tools have entered the arena. First, there are Frontier Large Language Models (LLMs). Think of these as incredibly smart, all-knowing librarians who can look at a pile of 25 photos and a single sentence, then instantly read every photo, compare them to each other, and pick the best match. Second, there are Natively Multimodal Embeddings. These are like a universal translator that speaks both "Image" and "Text" fluently from the start, turning everything into a single, unified secret code without needing two separate brains to talk to each other. The big question everyone is asking is: Do we need the super-smart librarian to read every single photo and compare them, or is the universal translator fast and accurate enough to do the job alone? This matters because if the librarian is too slow, you can't use them for real-time apps like searching your photo gallery while walking down the street.

This paper sets up a high-stakes race between these two approaches using a dataset called Flickr30k, which contains 31,000 images with human-written descriptions. To make the race truly fair and difficult, the researchers didn't just throw random photos at the models. They created "hard negatives"—photos that look very similar to the correct answer but aren't quite right, designed to trick even the smartest systems. They tested four heavyweights: Gemini Embedding 2 and Amazon Nova 2 (the universal translators) against GPT-4.1 and Claude Sonnet 4.6 (the super-smart librarians).

The results were a shock to the speedsters but a relief to the accuracy buffs. When it came to getting the right answer, the universal translators and the super-smart librarians were neck-and-neck. The study found that Gemini Embedding 2, GPT-4.1, and Claude Sonnet 4.6 performed statistically the same. They were so close that you couldn't tell them apart based on accuracy alone; they all managed to pick the correct image about 80% of the time in these tricky scenarios. The paper explicitly rules out the idea that the librarians are vastly superior in accuracy, showing that the new embedding models are just as sharp at finding the right needle in the haystack. However, one model, Amazon Nova 2, did lag behind, getting the right answer about 13 percentage points less often, likely because it was set up for general tasks rather than this specific type of image search.

But the real story isn't just about who wins the accuracy race; it's about who finishes the marathon. Here is where the two approaches diverge wildly. The super-smart librarians (LLMs) have to look at every single photo in the group for every single question. The paper measured this and found that ranking 1,000 queries took the librarians over 6,100 seconds (for GPT-4.1) and 9,415 seconds (for Claude Sonnet 4.6). That's hours of waiting. In contrast, the universal translators (embedding models) work differently. They can pre-calculate the secret codes for all the photos once, like stamping every book in a library with a barcode before you even walk in. Once that "pre-computation" is done, finding the right photo for 1,000 queries took the embedding models less than 2 seconds.

The authors conclude that while the super-smart librarians are brilliant at reasoning and comparing images side-by-side, the universal translators are the clear winners for anything that needs to happen instantly. If you are building an app where a user needs to search a large collection of images in the blink of an eye, the embedding models are the better choice. The librarians are still useful if your photo collection changes every second or is very small, making the pre-calculation step useless, but for speed and scale, the new embedding models have proven they can match the accuracy of the giants while running a thousand times faster.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →