Microsoft Research Blog

MindTopo考验AI的空间推理能力

MindTopo是一个新的基准测试,用于评估多模态AI模型对拓扑关系的理解,包括连通性、包围、顺序、分离和打结等。研究包含静态推理和交互式规划任务。结果发现模型在静态识别上表现较好,但在需要保持结构关系的一系列动作中表现不佳,失败常出现在规划阶段。这为提升机器人和交互环境的AI能力指明了方向。

状态已摘要
抓取快照1
AI 输出2
开放问题0

已验证摘要

英文摘要

MindTopo puts AI's spatial reasoning to the test

MindTopo is a new benchmark from Microsoft Research and collaborators that evaluates whether multimodal AI models can understand and reason about topological properties such as connectivity, enclosure, order, separation, and knots. It includes both static reasoning tasks and interactive planning tasks in simulated environments. The study finds that current models perform much better on static recognition than on maintaining these structural relationships through a sequence of actions, with failures often emerging during planning rather than perception. This gap highlights an important opportunity for advancing AI systems in robotics and interactive environments.

  • MindTopo tests topological reasoning in multimodal AI models.
  • It covers five categories: continuity, separation, order, enclosure, and knots.
  • The benchmark evaluates both static reasoning and interactive planning tasks.
  • Models perform significantly better on static recognition than on interactive tasks.
  • Failures often emerge during planning, not perception.
  • Findings highlight opportunities for robotics and interactive environments.
  • Generative tools like image and video generation remain unreliable for preserving topology over time.

中文摘要

MindTopo考验AI的空间推理能力

MindTopo是一个新的基准测试,用于评估多模态AI模型对拓扑关系的理解,包括连通性、包围、顺序、分离和打结等。研究包含静态推理和交互式规划任务。结果发现模型在静态识别上表现较好,但在需要保持结构关系的一系列动作中表现不佳,失败常出现在规划阶段。这为提升机器人和交互环境的AI能力指明了方向。

  • MindTopo基准测试考察AI的拓扑推理能力。
  • 包括连通性、分离、顺序、包围、打结五类拓扑属性。
  • 包含静态推理和交互规划两类任务。
  • 模型在静态识别上表现优于交互任务。
  • 失败常发生在规划阶段而非感知阶段。
  • 为机器人和交互环境的AI发展提供了机会。
  • 生成式工具在保持拓扑结构方面仍不可靠。

MindTopo / AI / multimodal models / spatial reasoning / topology / benchmark / planning / robotics / computer vision / cognitive science

完整文章

Skip to main content

Research

Publications

Code & data

People

Microsoft Research blog

Artificial intelligence

Audio & acoustics

Computer vision

Graphics & multimedia

Human-computer interaction

Human language technologies

Search & information retrieval

Data platforms and analytics

Hardware & devices

Programming languages & software engineering

Quantum computing

Security, privacy & cryptography

Systems & networking

Algorithms

Mathematics

Ecology & environment

Economics

Medical, health & genomics

Social sciences

Technology for emerging marketsAcademic programs

Events & academic conferences

Microsoft Research ForumBehind the Tech podcast

Microsoft Research blog

Microsoft Research Forum

Microsoft Research podcast

About Microsoft Research

Careers & internships

People

Emeritus program

News & awards

Microsoft Research newsletter

Africa

AI for Science

AI Frontiers

Asia-Pacific

Cambridge

Health Futures

India

Montreal

New England

New York City

Redmond

Applied Sciences

Mixed Reality & AI - Cambridge

Mixed Reality & AI - Zurich

Register: Research Forum

Microsoft Security

Azure

Dynamics 365

Microsoft 365

Microsoft Teams

Windows 365

Microsoft AI

Azure Space

Mixed reality

Microsoft HoloLens

Microsoft Viva

Quantum computing

Sustainability

Education

Automotive

Financial services

Government

Healthcare

Manufacturing

Retail

Find a partner

Become a partner

Partner Network

Microsoft Marketplace

Software companies

Blog

Microsoft Advertising

Developer Center

Documentation

Events

Licensing

Microsoft Learn

Microsoft Research

View Sitemap

Return to Blog HomeMicrosoft Research BlogAt a glanceMindTopo is a new benchmark for testing topological reasoning in AI, evaluating whether multimodal models can understand concepts such as connectivity, enclosure, order, separation, and knots.The benchmark measures both reasoning and planning, testing not only whether models can recognize topological relationships in static images but also whether they can preserve and manipulate those relationships through a sequence of actions.Current multimodal models perform much better on static recognition than interactive tasks, suggesting they struggle to maintain a consistent understanding of topology over time.Failures often emerge during planning rather than perception, with models losing track of structural relationships as scenes change or proposing actions that violate physical constraints.The findings highlight an important opportunity to advance AI systems for robotics and interactive environments, where understanding what stays connected, enclosed, ordered, or knotted is essential for reliable decision-making.Can AI determine whether two rooms remain connected after a wall is added? Can it recognize whether an animal is inside a fence, distinguish a true knot from a tangled loop, or rearrange several ropes without allowing them to pass through one another?These questions concern 3D topology, a form of spatial understanding based not on exact distances, angles, or shapes, but on structural relationships that persist as objects bend, stretch, or deform. Connectivity, enclosure, ordering, and knottedness are examples of topological properties. These properties are a foundational layer of human spatial understanding in Cognitive Science, yet they remain largely absent from how multimodal AI systems are evaluated.In a new research study, we introduce MindTopo (opens in new tab) , a benchmark designed to evaluate whether multimodal large language models possess this kind of topological intuition. Our findings reveal a substantial gap between recognizing topology in a static image and maintaining an innate understanding of that topology while planning and acting. Current models can sometimes identify a connected path, enclosed region, or knot in a single scene, but that understanding often breaks down once the model must manipulate the scene through a sequence of actions.How MindTopo defines topological spaceMost spatial evaluations for multimodal models focus on Euclidean properties such as distance, direction, size, and relative position. Inspired by Piaget and other cognitive literature’s classification of topological ability, MindTopo organizes its tasks around the following five categories:Continuity asks whether a path or object remains unbroken.Separation asks whether nearby elements form one structure or distinct parts.Order tracks how elements are arranged along a path or through a transformation.Enclosure tests whether a boundary creates an inside and an outside.Knots tests whether ropes are truly knotted or linked rather than merely tangled in appearance.Each category is evaluated at two cognitive levels. In reasoning tasks, a model examines one or more rendered scenes and answers a question about their topological structure: whether two points in a maze are connected, whether the sheep are inside the fence, whether a rope is truly knotted. In planning tasks, the model interacts with a simulated environment and selects actions that must create, preserve, or remove a particular relation, such as rotating pipe segments, drawing a separating path, rearranging blocks, trapping a moving agent, or untangling ropes. The environments enforce legal actions, so a model cannot solve a rope puzzle by passing one strand through another.Figure 1. MindTopo pairs questions about static scenes with interactive tasks that require models to preserve or change the same topological relations. All scenes are generated from controlled simulators, which provide exact ground truth and adjustable difficulty. That control makes it possible to separate two failure modes that otherwise look alike: a model that fails because a scene is visually complex, and a model that fails because it cannot maintain the underlying relationship as objects move.Figure 2. MindTopo maps reasoning and planning tasks to continuity, separation, order, enclosure, and knots. Seeing topology is not the same as acting on itAcross a broad set of proprietary and open-weight models, performance was consistently stronger on static reasoning than on interactive planning, and both remained well below human performance. The contrast was especially clear when success depended on preserving a relationship across many actions.The error patterns help locate the problem. Static mistakes usually began with perception, such as missing a wall, opening, or crossing. Planning mistakes appeared after the scene had been understood. Models followed a locally plausible move without tracking its later consequences, lost the task over multiple turns, or proposed an action that violated the environment’s dynamics.PODCAST SERIESAI Testing and Evaluation: Learnings from Science and IndustryDiscover how Microsoft is learning from other domains to advance evaluation and testing as a pillar of AI governance.

Listen now

Opens in a new tabWhat generative tools revealWe also tested whether image and video generation could help models maintain an understanding of topological relationships. Image generation sometimes helped when the relevant relation was visible in a single frame, but it remained unreliable across a sequence of crossings or moves. Video rollouts frequently altered topology or violated task dynamics. Visual simulation appeared useful only to the extent that it preserved structural constraints over time.Building agents that preserve structureMindTopo is intended as a controlled diagnostic for this gap. Robots, accessibility tools, and interactive assistants must understand not only where objects are, but also what remains connected, enclosed, ordered, or knotted as actions unfold. Closing that gap may require models that carry an explicit topological state, or world models whose predictions preserve topology by construction.Opens in a new tabMeet the authorsYunfei GeStudentNorthwestern UniversityLearn moreAnbang LiuStudentNorthwestern UniversityLearn moreQineng WangPhD StudentNorthwestern UniversityLearn moreJohnalbert GarnicaStudentNorthwestern UniversityLearn moreZihan WangPhD StudentNorthwestern UniversityLearn moreReuben TanLearn moreJianfeng GaoTechnical Fellow & Corporate Vice PresidentLearn moreRuohan ZhangAssistant Professor of Computer ScienceNorthwestern UniversityLearn moreYining HongPostdocStanford UniversityLearn moreJiajun WuAssistant Professor of Computer ScienceStanford UniversityLearn moreManling LiAssistant ProfessorNorthwestern UniversityLearn moreResearch Areas

Artificial intelligence

Computer visionFollow us:

Follow on X

Like on Facebook

Follow on LinkedIn

Subscribe on Youtube

Follow on Instagram

Subscribe to our RSS feedShare this page:

Share on X

Share on Facebook

Share on LinkedIn

Share on Reddit

Surface Pro

Surface Laptop

Surface Laptop Ultra

Surface RTX Spark Dev Box

Copilot for organizations

Copilot for personal use

Explore Microsoft products

Windows 11 apps

Account profile

Download Center

Microsoft Store support

Returns

Order tracking

Certified Refurbished

Microsoft Store Promise

Flexible Payments

Microsoft in education

Devices for education

Microsoft Teams for Education

Microsoft 365 Education

How to buy for your school

Educator training and development

Deals for students and parents

AI for education

Microsoft AI

Microsoft Security

Dynamics 365

Microsoft 365

Microsoft Power Platform

Microsoft Teams

Microsoft 365 Copilot

Small Business

Azure

Microsoft Developer

Microsoft Learn

Support for AI marketplace apps

Microsoft Tech Community

Microsoft Marketplace

Software companies

Visual Studio

Careers

About Microsoft

Company news

Privacy at Microsoft

Investors

Diversity and inclusion

Accessibility

Sustainability

Your Privacy ChoicesConsumer Health Privacy

Sitemap

Contact Microsoft

Privacy

Manage cookies

Terms of use

Trademarks

Safety & eco

Recycling

About our ads

抓取快照

用于解析和审计的抓取证据。

200 · text/html; charset=UTF-8

2026/08/13 08:00

f35b57c88069628289f49c4f4753fa14e84320f2d73677c39597dff47a695103

AI 输出

带验证状态的结构化模型输出。

article.summarize

deepseek-v4-flash · 有效

{"tags":["MindTopo","AI","multimodal models","spatial reasoning","topology","benchmark","planning","robotics","computer vision","cognitive science"],"titleEn":"MindTopo puts AI's spatial reasoning to the test","titleZh":"MindTopo考验AI的空间推理能力","summaryEn":"MindTopo is a new benchma...
article.classify

deepseek-v4-flash · 有效

{"relevant":true,"confidence":0.95,"primaryTopic":"ai-research","secondaryTopics":["agent-engineering"]}

质量问题与日报引用

开放或已解决的问题,以及文章出现在每日日报中的记录。

日报

Signal Hub 2026-08-13

MindTopo 基准测试揭示了多模态 AI 在空间推理上的不足,对机器人和规划领域有重要意义;是推动 AI 发展的重要研究。 (score: 0.90)

排序 22026/08/13 00:00草稿