From Pixels to BFS: High Maze Accuracy Does Not Imply Visual Planning
Paper • 2603.26839 • Published
image imagewidth (px) 1.02k 1.02k |
|---|
The evaluation set from the paper From Pixels to BFS: High Maze Accuracy Does Not Imply Visual Planning.
Paper: arXiv:2603.26839
Code: github.com/alrod97/LLMs_mazes
110 procedurally generated maze images spanning 8 structural families and grid sizes from 5x5 to 20x20, with ground-truth shortest-path annotations. These are the mazes used to evaluate multimodal LLMs in the paper.
gen_maze_001.png ... gen_maze_110.png — 1024x1024 maze imagesmaze_annotations.json — ground-truth annotations (reachability, shortest path length, accepted shortest paths)pip install huggingface_hub
huggingface-cli download albertoRodriguez97/MazeBench --repo-type dataset --local-dir generated_mazes/
@article{rodriguezsalgado2026mazebench,
title = {From Pixels to BFS: High Maze Accuracy Does Not Imply Visual Planning},
author = {Rodriguez Salgado, Alberto},
journal = {arXiv preprint arXiv:2603.26839},
year = {2026},
}