Microsoft Research Blog

AsgardBench: A benchmark for visually grounded interactive planning

3.0内容质量
AsgardBench: A benchmark for visually grounded interactive planning

TL;DR · AI 摘要

提供的文本仅为微软研究博客的网站导航结构,缺失AsgardBench基准测试的实际技术正文。因缺乏架构原理、实验数据与实现细节,信息密度极低,不具备工程参考价值。

核心要点

  • 输入内容仅为网页导航框架,未包含基准测试的核心技术论述。
  • 标题涉及视觉交互规划评估,但无具体指标、数据集或模型对比。
  • 内容严重缺失,无法支撑AI智能体或具身智能领域的工程实践。
#Microsoft Research#AI Benchmark#Computer Vision#Interactive Planning
打开原文

AsgardBench: A benchmark for visually grounded interactive planning - Microsoft Research

Skip to main content

Image 5: Microsoft
Image 5: Microsoft

Research

Our research

#### Resources

#### Research areas: Intelligence

#### Research areas: Systems

#### Research areas: Theory

#### Research areas: Other Sciences

Programs & events

Academic programsEvents & academic conferencesMicrosoft Research Forum

Connect & learn

Behind the Tech podcastMicrosoft Research blogMicrosoft Research ForumMicrosoft Research podcast

About

#### People & news

#### Microsoft Research Labs

#### Other labs

More

Register: Research Forum

All Microsoft

#### Tech & innovation

#### Industries

#### Partners

#### Resources

View Sitemap

Cancel

Search

Return to Blog Home

Microsoft Research Blog

AsgardBench: A benchmark for visually grounded interactive planning

Published March 26, 2026

By Andrea Tupini, Research Software Engineer Lars Liden, Principal Research Software Engineer Manager Reuben Tan, Researcher Yu Wang, Principal RSDE Jianfeng Gao, Technical Fellow & Corporate Vice President

Share this page

  • [Share on Facebook](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fresearch%2Fblog%2Fasgardbench-a-benchmark-for-visually-grounded-interactive-planning%2F "Share on Facebook")
  • [Share on X](https://x.com/intent/tweet?text=AsgardBench%3A%20A%C2%A0benchmark%20for%C2%A0visually%20grounded%20interactive%C2%A0planning&url=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fresearch%2Fblog%2Fasgardbench-a-benchmark-for-visually-grounded-interactive-planning%2F "Share on X")
  • [Share on LinkedIn](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fresearch%2Fblog%2Fasgardbench-a-benchmark-for-visually-grounded-interactive-planning%2F&title=AsgardBench%3A%20A%C2%A0benchmark%20for%C2%A0visually%20grounded%20interactive%C2%A0planning&summary=AsgardBench%3A%20A%C2%A0benchmark%20for%C2%A0visually%20grounded%20interactive%C2%A0planning&source=Microsoft%20Research "Share on LinkedIn")
  • [Share on Reddit](http://www.reddit.com/submit?title=AsgardBench%3A%20A%C2%A0benchmark%20for%C2%A0visually%20grounded%20interactive%C2%A0planning&url=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fresearch%2Fblog%2Fasgardbench-a-benchmark-for-visually-grounded-interactive-planning%2F "Share on Reddit")
  • [Subscribe to our RSS feed](https://www.microsoft.com/en-us/research/feed/ "Subscribe to our RSS feed")
Image 6: AsgardBench | three whit icons on a blue to purple gradient background | first icon shows a laptop screen with a eye in the upper right corner, second icon shows relational nodes | third icon is a security shield with a checkmark
Image 6: AsgardBench | three whit icons on a blue to purple gradient background | first icon shows a laptop screen with a eye in the upper right corner, second icon shows relational nodes | third icon is a security shield with a checkmark

At a glance

  • To successfully complete tasks, embodied AI agents must ground and update their plans based on visual feedback.
  • AsgardBench isolates whether agents can use visual observations to revise their plans as tasks unfold.
  • Spanning 108 controlled task instances across 12 task types, the benchmark requires agents to adapt their plans based on what they observe.
  • Because objects can be in different positions and states (e.g., clean or dirty), the same instruction can require different action sequences, even in the same environment.

Imagine a robot tasked with cleaning a kitchen. It needs to observe its environment, decide what to do, and adjust when things don’t go as expected, for example, when the mug it was tasked to wash is already clean, or the sink is full of other items. This is the domain of embodied AI: systems that perceive their environment and act within it.

The field has made rapid progress, but evaluating these systems is harder than it looks. Many benchmarks test perception, navigation, and physical control all at once, making it difficult to isolate whether an AI agent is actually using what it perceives to make better decisions or just getting lucky because the environment is predictable enough to script around.

To address this, we created AsgardBench. In the paper, AsgardBench — Evaluating Visually Grounded Interactive Planning Under Minimal Feedback,” we describe how this benchmark poses a simple but demanding challenge: give an AI agent a household task, let it observe the environment through images, and see whether it can adjust its plan when what it perceives contradicts what it anticipated. Can it notice that the mug it needs to clean is already in the sink, or that it isn’t, and behave accordingly? That is the core question AsgardBench is designed to answer.

Built on AI2-THOR, an interactive 3D simulation environment used to train and evaluate AI agents on household tasks, AsgardBench positions agents near objects and gives them a small, fixed set of actions, such as _find_, _pickup_, _put_, _clean_, and _toggle\_on/off_. At each turn, the agent proposes a full sequence of steps to complete the task, but only the first step executes. Throughout, the focus is squarely on plan adaptation, not whether an agent can navigate a room or manipulate an object, but whether it can use what it perceives to revise its next step.

For example, the agent may discover a mug to be clean, dirty, or filled with coffee, or it may observe that a sink contains many other items, so the same instruction can require different action sequences as the task unfolds. This process is illustrated in Figure 1.

Image 7: Model changes the steps in its plan as new observations are observed
Image 7: Model changes the steps in its plan as new observations are observed

Figure 1: Agent observations and corresponding action plans in AsgardBench. Each image is paired with the plan generated from that observation. This illustrates how AsgardBench requires agents to update or change their plans based on new visual evidence rather than following a fixed sequence.

How it works

Agents start in interaction-ready positions, so navigation and viewpoint selection are not factors. A _find_ action brings objects into view, and the environment handles the details of container sizing and placement, so the agent does not need to reason about which cabinet or countertop to use. The only inputs are color images, a history of attempted actions with simple success or failure signals, and the agent’s own record of what it plans to do next.

At each turn, the agent proposes a complete sequence of steps to finish the task, but only the first step proceeds. It then receives new images and a simple signal—did that action succeed or fail? This prevents the agent from scripting everything upfront and forces it to re-evaluate and revise its plan at every step. Built-in limits on total steps and repeated actions prevent endless loops. Because the environment provides only simple feedback, the agent must be able to notice what it perceives (e.g., whether a mug is dirty, whether a faucet is running) and keep track of where it is in the task from one step to the next.

Evaluating AsgardBench

We tested several leading vision-capable models on AsgardBench and observed that high-performing models require visual grounding to consistently succeed. Across the models, visual input substantially improved performance: most models more than doubled success rates when given images versus text-only descriptions of the scene. This is in contrast to some prior benchmarks where agents could perform reasonably well without vision by relying on textual feedback on what went wrong.

Providing that kind of detailed failure information raises performance for all models in AsgardBench, too, but it can mask the real problem. The strongest vision-capable models still outperform text-only agents even when those agents are given detailed feedback, demonstrating that the benchmark requires visual grounding that text alone cannot replicate. AsgardBench’s performance is illustrated in Figure 2.

Image 8: Chart showing input substantially improves performance for all but the weakest models when images are included
Image 8: Chart showing input substantially improves performance for all but the weakest models when images are included

Figure 2. Success rates for image-based and text-only conditions. Visual input substantially improves performance for all but the weakest agents, while text-only performance remains low, indicating that AsgardBench requires perception-based reasoning.

The results also revealed where today’s agents consistently fall short. Across all models, the same problems kept appearing: agents attempted undoable actions (e.g., trying to clean a mug that was not in the sink), got stuck in repeated action loops, misinterpreted subtle visual cues (on/off, clean/dirty), and lost track of where they were in the task progress from one step to the next. This points to three weaknesses: the inability to distinguish subtle visual details in cluttered scenes, the inability to maintain an accurate picture of task progress across multiple steps, and the inability to consistently translate what the agent sees into timely updates to its plan. Taken together, these point to where the next generation of embodied agents will need to improve.

Image 9
Image 9

Azure AI Foundry Labs

Get a glimpse of potential future directions for AI, with these experimental technologies from Microsoft Research.

Azure AI Foundry

Opens in a new tab

Implications and looking ahead

AsgardBench is useful as both a diagnostic and development tool. By varying what feedback agents receive (none, minimal, or detailed), researchers can isolate whether performance gains come from better perception, better memory, or better planning. Promising directions include systems that combine stronger visual understanding with better state tracking, training approaches that emphasize learning to repair plans mid-task, and evaluation methods that measure not just whether an agent succeeds but how well it adapted along the way.

The failure patterns AsgardBench surfaces point toward a concrete next step: building systems that can make finer visual distinctions, keep track of what changed more reliably across steps, and learn to revise plans mid-task rather than plowing ahead on a script. Agents that make progress on these challenges should be meaningfully better equipped for the messiness of real-world environments: unexpected object states, cluttered scenes, and the constant need to adapt.

AsgardBench is open source and available on GitHub (opens in new tab), providing a foundation for advancing research in visually grounded planning.

Acknowledgements

We thank the AI2-THOR community for building the simulation platform and making reproducible embodied evaluation possible.

Opens in a new tab

Related publications

[AsgardBench— Evaluating Visually Grounded Interactive Planning Under Minimal Feedback](https://www.microsoft.com/en-us/research/publication/asgardbench-evaluating-visually-grounded-interactive-planning-under-minimal-feedback/)

Meet the authors

Image 10: Portrait of Andrea Tupini
Image 10: Portrait of Andrea Tupini

Andrea Tupini

Research Software Engineer

Learn more

Image 11: Portrait of Lars Liden
Image 11: Portrait of Lars Liden

Lars Liden

Principal Research Software Engineer Manager

Learn more

Image 12: Portrait of Reuben Tan
Image 12: Portrait of Reuben Tan

Reuben Tan

Researcher

Learn more

Image 13: Portrait of Yu Wang
Image 13: Portrait of Yu Wang

Yu Wang

Principal RSDE

Learn more

Image 14: Portrait of Jianfeng Gao
Image 14: Portrait of Jianfeng Gao

Jianfeng Gao

Technical Fellow & Corporate Vice President

Learn more

Continue reading

Image 15: V2GP framework | Three white line icons, showing a target within a rounded square, a checklist, and a robotic arm, on a blue‑to‑green gradient background.
Image 15: V2GP framework | Three white line icons, showing a target within a rounded square, a checklist, and a robotic arm, on a blue‑to‑green gradient background.

March 26, 2026

[GroundedPlanBench: Spatially grounded long-horizon task planning for robot manipulation](https://www.microsoft.com/en-us/research/blog/groundedplanbench-spatially-grounded-long-horizon-task-planning-for-robot-manipulation/)

Image 16: Three white line icons on a gradient background transitioning from blue to pink. From left to right: a network or molecule structure with a central circle and six surrounding nodes, a 3D cube, and an open laptop with an eye symbol above it.
Image 16: Three white line icons on a gradient background transitioning from blue to pink. From left to right: a network or molecule structure with a central circle and six surrounding nodes, a 3D cube, and an open laptop with an eye symbol above it.

August 20, 2025

[MindJourney enables AI to explore simulated 3D worlds to improve spatial interpretation](https://www.microsoft.com/en-us/research/blog/mindjourney-enables-ai-to-explore-simulated-3d-worlds-to-improve-spatial-interpretation/)

Image 17: Microsoft Research Podcast | Collaborators: Healthcare Innovation to Impact | outline illustrations of Jonathan Carlson, Smitha Saligrama, Will Guyman, Cameron Runde, Dr. Matthew Lungren
Image 17: Microsoft Research Podcast | Collaborators: Healthcare Innovation to Impact | outline illustrations of Jonathan Carlson, Smitha Saligrama, Will Guyman, Cameron Runde, Dr. Matthew Lungren

May 20, 2025

[Collaborators: Healthcare Innovation to Impact](https://www.microsoft.com/en-us/research/podcast/collaborators-healthcare-innovation-to-impact/)

Image 18: Research Focus: Week of November 11, 2024
Image 18: Research Focus: Week of November 11, 2024

November 13, 2024

[Research Focus: Week of November 11, 2024](https://www.microsoft.com/en-us/research/blog/research-focus-week-of-november-11-2024/)

See all blog posts

Research Areas

  • ![Image 19 Computer vision](https://www.microsoft.com/en-us/research/research-area/computer-vision/)

Related labs

Follow us:

Share this page:

What's new

Microsoft Store

Education

Business

Developer & IT

Company

Your Privacy Choices

Consumer Health Privacy

Notifications