paper-with-me

홈 › Papers

From Pixels to BFS: High Maze Accuracy Does Not Imply Visual Planning

2026-03-27 · Alberto G. Rodriguez Salgado arxiv

How do multimodal models solve visual spatial tasks -- through genuine planning, or through brute-force search in token space? We introduce \textsc{MazeBench}, a benchmark of 110 procedurally generated maze images across nine controlled groups, and evaluate 16 model configurations from OpenAI, Anthropic, Google, and Alibaba. GPT-5.4 solves 91\% and Gemini 3.1 Pro 79\%, but these scores are misleading: models typically translate images into text grids and then enumerate paths step by step, consuming 1,710--22,818 tokens per solve for a task humans do quickly. Without added reasoning budgets, all configurations score only 2--12\%; on 20$\times$20 ultra-hard mazes, they hit token limits and fail. Qualitative traces reveal a common two-stage strategy: image-to-grid translation followed by token-level search, effectively BFS in prose. A text-grid ablation shows Claude Sonnet 4.6 rising from 6\% on images to 80\% when given the correct grid, isolating weak visual extraction from downstream search. When explicitly instructed not to construct a grid or perform graph search, models still revert to the same enumeration strategy. \textsc{MazeBench} therefore shows that high accuracy on visual planning tasks does not imply human-like spatial understanding.

📄 PDF Abstract BibTeX arXiv:2603.26839

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Maze Discovery using Multiple Robots via Federated Learning

2024-06-25 · Kalpana Ranasinghe, H. P. Madushanka, Rafaela Scaciota, Sumudu Samarakoon 외

This work presents a use case of federated learning (FL) applied to discovering a maze with LiDAR sensors-equipped robots. Goal here is to train classification models to accurately identify the shapes of grid areas withi…

ClassificationFederated Learning

MAZE: Data-Free Model Stealing Attack Using Zeroth-Order Gradient Estimation

2020-05-06 · CVPR 2021 1 · Sanjay Kariyappa, Atul Prakash, Moinuddin Qureshi

Model Stealing (MS) attacks allow an adversary with black-box access to a Machine Learning model to replicate its functionality, compromising the confidentiality of the model. Such attacks train a clone model by using th…

Data-free Knowledge DistillationKnowledge Distillation

Can You Learn an Algorithm? Generalizing from Easy to Hard Problems with Recurrent Networks

2021-06-08 · NeurIPS 2021 12 · Avi Schwarzschild, Eitan Borgnia, Arjun Gupta, Furong Huang 외

Deep neural networks are powerful machines for visual pattern recognition, but reasoning tasks that are easy for humans may still be difficult for neural models. Humans possess the ability to extrapolate reasoning strate…

Recurrent Convolutional Neural Networks for Scene Parsing

2013-06-12 · Pedro H. O. Pinheiro, Ronan Collobert

Scene parsing is a technique that consist on giving a label to all pixels in an image according to the class they belong to. To ensure a good visual coherence and a high class accuracy, it is essential for a scene parser…

Scene Parsing

AGI Maze as a Benchmark Framework for World-Modeling Agents

2026-07-01 · Alexey Potapov arxiv

Large language models (LLMs) are powerful pattern-completion systems, but their default operating mode - predicting the next token from a static context - does not reliably produce persistent, manipulable representations…