MindTopo Exposes a Planning Gap in VLM Spatial Reasoning

Microsoft Research and university collaborators introduced MindTopo, a benchmark with 11,016 instances across 13 topological reasoning and planning tasks. The best listed model score is 54.1% overall, compared with a 97.4% human reference, and models generally lose more ground when they must preserve spatial relationships across a sequence of actions.
A benchmark for topology, not just coordinates
Microsoft Research and collaborators from Northwestern and Stanford introduced MindTopo on August 12. The benchmark tests whether multimodal large language models can reason about topological properties: relationships such as continuity, separation, order, enclosure, and knots that remain meaningful as objects bend, move, or change shape.
MindTopo contains 11,016 procedurally generated instances across 13 task types. Eight reasoning tasks ask models to interpret static rendered scenes, while five planning environments require a sequence of legal actions that creates, preserves, or removes a topological relationship. The simulators provide exact ground truth and adjustable difficulty, helping separate a perception mistake from a failure to track structure over time.
Static recognition does not transfer cleanly to action
The project leaderboard covers 11 proprietary and open-weight multimodal models. Its best listed scores are 54.1% overall, 60.0% on the reasoning subset, and 48.3% on planning; the human references are 97.4%, 95.8%, and 100%, respectively. The top score varies by slice, so the benchmark does not identify one model as uniformly strongest.
Microsoft's analysis says static errors often begin with perception, such as missing an opening or crossing. Planning failures appear after a scene has been understood: a model chooses a locally plausible move, loses track of a relation over multiple turns, or proposes an action that conflicts with the environment's dynamics. Image generation sometimes helps when the relevant relation fits in one frame, but generated video often changes topology or violates the task rules.
Why the gap matters
A robot, accessibility tool, or interactive assistant needs more than a verbal description of a scene. It must maintain facts such as whether a route remains connected, an object stays enclosed, or two strands remain linked while actions change the view. MindTopo gives researchers a controlled way to measure that persistence.
The release is still an early research artifact: the project page labels the paper, code, and dataset as forthcoming. Teams should therefore treat the current leaderboard as a diagnostic result to reproduce, not a production-readiness ranking. The practical question is whether explicit state tracking or topology-preserving world models can close the planning gap without hiding perception failures.
Key Points
- 1MindTopo evaluates five topological properties across eight static reasoning tasks and five interactive planning environments.
- 2The benchmark contains 11,016 instances, and the best listed overall model score of 54.1% trails the 97.4% human reference.
- 3Models often understand a scene initially but fail to preserve its structural relationships through a sequence of actions.
Scoring Rationale
MindTopo supplies a controlled, multi-task diagnostic for a capability that matters to robotics and interactive agents, with a large measured human-model gap. Impact is moderated because the paper, code, and dataset are not yet released for independent reproduction.
Sources
Primary source and supporting public references used for this report.
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems


