← Latest papers
💬 NLP

Analyzing Diffusion and Autoregressive Vision Language Models in Multimodal Embedding Space

This paper presents the first systematic study comparing Multimodal Diffusion Language Models and Autoregressive Vision Language Models as embedding tools, revealing that while the former generally underperform due to insufficient image-text alignment, the performance gap varies significantly between specific models.

Original authors: Zihang Wang, Siyue Zhang, Yilun Zhao, Jingyi Yang, Tingyu Song, Anh Tuan Luu, Chen Zhao

Published 2026-02-09
📖 4 min read☕ Coffee break read

Original authors: Zihang Wang, Siyue Zhang, Yilun Zhao, Jingyi Yang, Tingyu Song, Anh Tuan Luu, Chen Zhao

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 have a giant library where every book, photo, and video is stored not on shelves, but as a unique "vibe" or "fingerprint." In the world of AI, these fingerprints are called embeddings. They allow computers to understand that a picture of a dog and the word "dog" are related, even though one is an image and the other is text.

For a long time, the best way to create these fingerprints was using Autoregressive Models. Think of these like a person reading a story one word at a time, from left to right. They are very good at understanding context because they build meaning step-by-step.

Recently, a new type of AI called Diffusion Models has become popular. Imagine these like a sculptor who starts with a block of marble covered in noise and slowly chips away the noise to reveal the statue. Or, think of them as a person who can look at a whole sentence at once and fill in the missing words simultaneously, rather than guessing one by one. These models are great because they can see the "big picture" (bidirectional attention) all at once.

The Big Question
The researchers in this paper asked a simple question: Can these new "sculptor" (Diffusion) models be just as good at creating these "vibe" fingerprints as the old "reader" (Autoregressive) models?

The Experiment
To find out, the team took the two best "sculptor" models (named LaViDa and MMaDA) and the two best "reader" models (named LLaVA-1.6 and Qwen2.5-VL). They taught all of them how to create these fingerprints using a standard training method (like teaching them to match a picture with its correct description).

Then, they put them to the test in three different scenarios:

  1. Classification: "What is this picture?" (e.g., Is it a cat or a dog?)
  2. Visual Question Answering (VQA): "Looking at this chart, what is the highest value?"
  3. Retrieval: "Find me a picture that matches this specific description."

The Results: The "Sculptors" Struggled
The results were surprising. Even though the "sculptor" models (Diffusion) have a superpower to look at everything at once, they generally underperformed compared to the "reader" models.

  • The "Good" Sculptor (LaViDa): This model did pretty well. It was only slightly behind the best "reader" models (about 3 to 4 points lower on a 100-point scale). It was especially good at handling new, unfamiliar types of data (out-of-domain), suggesting it's a bit more flexible.
  • The "Struggling" Sculptor (MMaDA): This model had a huge gap. It scored more than 20 points lower than the "reader" models across the board. It just couldn't keep up.

Why Did This Happen?
The researchers dug deeper to understand why the "sculptors" were losing. They found two main reasons:

  1. Mismatched Fingerprints: In the "reader" models, the picture and the text get very close together in the fingerprint space (they align perfectly). In the "sculptor" models, the picture fingerprint and the text fingerprint often stayed far apart, like two people trying to hold hands but standing on opposite sides of a room. The models just didn't learn to connect the image and the text as tightly.
  2. Wrong Training Goals: The "struggling" model (MMaDA) was trained to do two things at once: understand images and generate new images from scratch. The researchers suspect that trying to be a "painter" (generating images) distracted the model from being a good "librarian" (creating precise fingerprints for search).

The Takeaway
Even though Diffusion models are exciting and have cool features like looking at the whole picture at once, they aren't quite ready to replace the old "reader" models for creating search-friendly fingerprints. The "reader" models still hold the crown for accuracy, mostly because they are better at tightly linking what they see with what they read.

The paper concludes that while Diffusion models have potential (especially the LaViDa one), they need to get much better at aligning images and text before they can be the go-to choice for these tasks.

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 →