JA EN
·★ MEMBER·PAPER·8 min read

Paper Walkthrough: GST-Bench — Can VLMs Build a Global Map of a Scene from Video?

Show a VLM a walkthrough video of a house, then ask 'from where you're standing now, which way is the sofa?' — even the strongest model scores barely half of what humans do. A walkthrough of GST-Bench from ByteDance Seed: the shortcut-proof benchmark design, results across 22 models, and the training data that closed 27 points of the gap.

ModalityimageTaskgeneration

GST-Bench: Can VLMs Develop Global Spatial Awareness from Video?

Primary source — what this article is built on

undefined2026-08-06undefined2026-08-13same month

GST-Bench: Can VLMs Develop Global Spatial Awareness from Video?Qifeng Zhang, Kaixiang Huang, Heng Dong et al. · 2026-08-06 · v1arXiv:2608.05747Paper page·PDF
undefined

Spatial intelligence is fundamental to embodied agents, yet existing benchmarks focus on local spatial perception from single or few viewpoints, overlooking global spatial awareness over continuous, long-horizon visual streams. To address this limitation, we introduce the Global-Spatial-Temporal Benchmark (GST-Bench), a VQA benchmark for global spatial intelligence in video understanding, comprising human-verified questions derived from 6,790 minutes of synthetically generated video. It requires models to perform accurate spatial inference from novel viewpoints unseen in the input video and to map egocentric observations onto global top-down images. A comprehensive evaluation of 22 state-of-the-art VLMs exposes a striking gap between models and humans: the strongest zero-shot model attains only 42.68, far below the human score of 79.08. To probe the cause of this gap, we construct GST-Bench-Local and find that models, despite strong local spatial understanding under the same task formulation, still fail to consolidate long-horizon observations into a globally consistent scene representation. We further provide GST-Train, a dataset for global spatial reasoning, as a complementary resource to facilitate future research on this challenge.


In One Sentence

GST-Bench (arXiv:2608.05747, ByteDance Seed / Zhejiang University / National University of Singapore) is a video VQA benchmark that tests whether vision-language models (VLMs) can assemble a global spatial map of a scene from a long egocentric video. Across 2,762 human-verified questions built from 6,790 minutes of synthetic video, the best of 22 state-of-the-art VLMs scores 42.68 — far below the human score of 79.08 (Abstract).

The Metaphor: Apartment-Hunting by Video Only

Imagine choosing an apartment based solely on a walkthrough video the realtor filmed — entering at the front door, wandering through every room. After you finish watching, someone asks: "You are now standing in the corner of the kitchen (a spot that never appeared in the video). Which direction is the bedroom closet from here, and how many meters away?"

Remembering individual frames isn't enough to answer. You have to fuse the scattered views into one floor plan, place yourself on it, and reason about the position of an object you cannot currently see. Humans do this effortlessly every day. The paper argues this ability — global spatial awareness — is precisely the hole in existing benchmarks: prior spatial benchmarks mostly test local perception from one or a few images ("which of A and B is closer?"), and even video-based ones mix in questions solvable from a single frame, while grading directions with coarse labels like front/back/left/right (§1, §2).

Three Questions, Twelve Tasks

GST-Bench organizes its tasks around three fundamental questions an embodied agent must answer about a scene (§3.2):

Directions must be answered as numeric angles, not "to the left," and distances in meters. A predicted direction and the ground-truth direction are compared like two arrows: the smaller the angle between them, the better the score. You can get a feel for "measuring direction as the angle between arrows" by rotating the two vectors in the figure below.

FIG 1Treat the predicted direction and the true direction as two vectors and rotate them. The smaller the angle between them (the closer the cosine is to 1), the closer the prediction is to the truth. GST-Bench scores its direction tasks by exactly this angular error, as a number

Four Design Choices That Block Shortcuts

The most instructive part of this benchmark is how it prevents models from being right for the wrong reasons (§1, §3.3):

  1. The target object is guaranteed to be invisible from the query view. Single-frame perception cannot solve the task even in principle; integrating memories from the video is mandatory
  2. Scoring uses precise numbers, not coarse categories. Instead of "which is closer, A or B?", models must output the actual distance or angle, removing ambiguity
  3. Top-down images directly probe global–local correspondence — can the model project egocentric observations onto a bird's-eye representation?
  4. Query viewpoints are sampled off the video's camera trajectory, so simply matching the query image against video frames doesn't work

The data is generated automatically from 50 indoor scenes in the OmniGibson simulator with BEHAVIOR-1K. Because everything lives in simulation, the 3D coordinates of every camera and object are known, so ground-truth distances, angles, and top-down projections can be computed exactly. Every evaluation sample is then ma

What's behind this

§

Members-only from here

371 walkthroughs, 26 textbook chapters, 48 student units and 6 close readings — all included for $4.99/mo, with three new explainers every day. Cancel any time; access runs to the end of the period.

Already a member? Sign in to keep reading

References

  1. Qifeng Zhang, Kaixiang Huang, Heng Dong, Huang Fang et al.. (2026-08-06) GST-Bench: Can VLMs Develop Global Spatial Awareness from Video?. arXiv:2608.05747Paper page·PDF

This article is written from the source paper above. Where they differ, the original is authoritative.

Comments

Sign in to comment