From Pixels to BFS: High Maze Accuracy Does Not Imply Visual Planning
The paper introduces \textsc{MazeBench} to demonstrate that despite high accuracy on visual maze tasks, multimodal models rely on inefficient token-level brute-force search (BFS in prose) after converting images to text grids rather than exhibiting genuine human-like spatial planning or understanding.
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 give a robot a picture of a maze and ask it to find the shortest path from the start to the finish.
If you ask a human to do this, they glance at the picture, their eyes trace the winding path, and they say, "Got it!" in a second. It's a visual trick their brain does automatically.
But according to this new research paper, AI models don't do that at all. Even the smartest, most expensive AI models are solving these mazes in a completely different, much more exhausting way.
Here is the story of what the paper found, explained simply.
1. The "Translator" Problem
When a human looks at a maze, they see walls and open spaces directly.
When an AI looks at the same maze, it doesn't "see" it. Instead, it acts like a very slow translator.
- Step 1: It looks at the picture and tries to describe every single wall and empty square in a long list of text (like writing out a spreadsheet row by row).
- Step 2: Once it has written this giant text list, it starts reading it. It tries to walk through the maze by reading its own text, step-by-step, saying things like, "Okay, I'm at square A, I can go right to square B, but wait, square B is a wall, so I have to go down..."
The AI isn't "planning" the route like a human. It's brute-forcing the solution by reading its own description of the maze over and over again until it finds the answer.
2. The "Token" Budget (The Wallet Analogy)
Think of the AI's "thinking" as having a limited wallet of tokens (which are like tiny chunks of text). Every time the AI writes a word to describe the maze or a step in the path, it spends money from this wallet.
- The Human: Spends 0 tokens. They just "know" the path.
- The AI: To solve a simple maze, it might spend 1,700 tokens just to describe the walls and walk the path. To solve a hard maze, it might need 20,000 tokens.
The paper found that when the maze gets too big (like a 20x20 grid), the AI runs out of money (tokens) before it finishes walking the path. It gives up and says, "I can't solve this," not because it can't see the maze, but because it ran out of space to write down its thoughts.
3. The "Big Brain" Myth
You might think, "Well, surely the biggest, most expensive AI models (like the 'Opus' or 'Pro' versions) are better at this because they are smarter."
The paper says: No.
- The biggest AI models solved the mazes at the exact same low rate as the tiny, cheap models (around 2–6% success without extra help).
- Why? Because the problem isn't that they aren't "smart" enough to plan. The problem is that they are bad at reading the picture.
- The Analogy: Imagine giving a brilliant mathematician a blurry, distorted photo of a maze and asking them to solve it. Even if they are a genius, if they can't read the walls correctly, they will fail. The paper found that some AI models were "hallucinating" the maze—thinking there were walls where there were none, or missing walls that were there.
4. The "Magic Grid" Test
To prove this, the researchers did a cool experiment. They took the "bad" AI models and gave them the text description of the maze directly, skipping the picture entirely.
- Result: Suddenly, the "bad" models became great. Their success rate jumped from 6% to 80%.
- What this means: The AI's "brain" (its ability to plan) was actually fine. The problem was just its "eyes" (its ability to turn a picture into text). Once the picture was fixed, the AI could solve the maze just fine, even though it was still using that slow, step-by-step text method.
5. The Big Takeaway
The paper concludes that high scores on AI tests can be misleading.
Just because an AI gets 90% of the mazes right doesn't mean it "understands" space or has human-like vision. It just means it has enough "wallet" (tokens) to brute-force the answer by writing a long story about the maze.
- Humans: See the maze, trace the path with their eyes. (Fast, efficient, visual).
- AI: Describes the maze in text, then reads the text to find the path. (Slow, expensive, text-based).
In short: The AI isn't a genius navigator; it's a very persistent, very expensive typist that eventually figures out the answer by writing it out, one letter at a time. If the maze is too big, the typist runs out of paper and gives up.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.