← Latest papers
🤖 AI

How Well Does GPT-4o Understand Vision? Evaluating Multimodal Foundation Models on Standard Computer Vision Tasks

This paper benchmarks leading multimodal foundation models like GPT-4o on standard computer vision tasks using a novel prompt-chaining framework to reveal that while they serve as respectable generalists with strong semantic understanding, they still lag behind specialist models in geometric tasks and exhibit specific failure modes.

Original authors: Rahul Ramachandran, Ali Garjani, Roman Bachmann, Andrei Atanov, Oğuzhan Fatih Kar, Amir Zamir

Published 2026-05-04
📖 5 min read🧠 Deep dive

Original authors: Rahul Ramachandran, Ali Garjani, Roman Bachmann, Andrei Atanov, Oğuzhan Fatih Kar, Amir Zamir

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 group of incredibly smart, well-read librarians (the Multimodal Foundation Models or MFMs, like GPT-4o, Gemini, and Claude). These librarians have read almost every book on the internet and can describe a picture in beautiful, poetic detail. They are famous for answering questions like, "What is happening in this photo?" or "Write a story about this dog."

But the researchers at EPFL asked a different question: "Can these librarians actually do the work of a professional photographer or a 3D architect?"

To find out, they didn't just ask the librarians to chat; they put them through a series of rigorous, technical exams usually reserved for specialized computer vision robots. Here is how they did it and what they found, explained simply.

The Challenge: The "Text-Only" Problem

The main problem is that these AI models are trained to talk, not to draw or measure. If you ask a standard vision robot to "find the cat," it draws a box around it. If you ask a text-based AI, it might say, "I see a cat."

To test them fairly, the researchers invented a translation game called "Prompt Chaining."

  • The Analogy: Imagine you are blindfolded and need to find a specific book in a massive library. You can't see, but you can ask a guide questions.
  • The Method: Instead of asking the AI to "draw a box around the cat" (which it can't do natively), the researchers broke the task down into tiny, text-based steps. They asked the AI: "Is there a cat in the top-left corner?" "No." "Is there a cat in the middle?" "Yes." Then, "Is it in the top half of the middle?" "Yes."
  • By chaining these tiny "Yes/No" questions together, the AI eventually builds a map of where the object is, effectively "drawing" a box or a mask through text alone. This allowed the researchers to compare the "talkers" against the "doers" (specialist models) on the exact same tasks.

The Exam: What Did They Test?

The researchers gave the models six different types of tests, ranging from easy to very hard:

  1. Classification: "What is this?" (Like identifying a zebra).
  2. Object Detection: "Where is the zebra?" (Drawing a box around it).
  3. Segmentation: "Which pixels belong to the zebra?" (Coloring the zebra perfectly).
  4. Grouping: "If I tap the zebra's ear, which other pixels belong to the same zebra?"
  5. Depth Prediction: "Which part of the image is closer to the camera?" (Creating a 3D distance map).
  6. Surface Normals: "Which way is the surface facing?" (Is this wall facing left, right, up, or down?).

The Results: The "Generalist" vs. The "Specialist"

1. They are great "Generalists," but not "Specialists."
The AI models did surprisingly well for being generalists. They could identify objects and understand the general scene better than random guessing. However, they still lag significantly behind the specialized robots built specifically for these jobs.

  • Analogy: The AI is like a brilliant general practitioner who knows a little bit about everything. The specialist models are like neurosurgeons. The generalist can diagnose a headache, but they can't perform brain surgery as well as the surgeon.

2. The "Semantic" vs. "Geometric" Gap
The models were much better at Semantic tasks (understanding what things are) than Geometric tasks (understanding where things are in 3D space).

  • They could tell you "That is a zebra" easily.
  • They struggled to tell you "That zebra is 5 meters away and its back is facing slightly left."
  • Analogy: They are great at describing the plot of a movie, but terrible at drawing the set design or calculating the physics of the explosions.

3. The "Blurry Vision" Issue
When the researchers tried to make the AI draw precise outlines, the models often struggled with fine details. It was as if they had "blurry vision."

  • To fix this, the researchers had to give the AI "zoomed-in" crops of the image (like looking through a magnifying glass) to help it see the edges clearly. Without this help, the AI's outlines were messy.

4. The "Reasoning" Models are Changing the Game
The paper tested a new type of AI called "Reasoning Models" (like o1, o3, and o4-mini). These models take extra time to "think" before answering.

  • The Result: These thinking models were much better at the hard 3D geometry tasks (depth and surface normals) than the standard models. They seemed to use logic to figure out spatial relationships, whereas the standard models just guessed based on patterns.

5. The "Hallucination" Problem
When the researchers tested the newest GPT-4o, which can actually generate images (draw pictures) instead of just talking, they found it was prone to hallucinations.

  • Analogy: If you ask it to "draw the zebra," it might draw a zebra, but it might also accidentally add a unicorn horn or place the zebra's legs in the wrong spot. The image generation is promising but currently unreliable for precise tasks.

The Bottom Line

The paper concludes that while these massive AI models are impressive "generalists" that can understand the meaning of an image, they are not yet ready to replace the specialized tools used by engineers and scientists for precise measurements and 3D reconstruction.

However, the "Reasoning" models are showing the first signs of bridging this gap, suggesting that as AI learns to "think" more deeply, its ability to understand the physical 3D world is starting to catch up to its ability to understand language.

Important Note: The researchers emphasize that their "Prompt Chaining" method is a test tool, not a practical way to use these models in real life. It's like using a ruler to measure a model's height; it's a way to get a number, but you wouldn't use a ruler to build a house. The goal was simply to see how good these models really are, and the answer is: "Very good at talking about pictures, but still learning how to measure them."

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 →